FreeBSD-main-amd64-gcc14_build - Build #3440 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 16 Apr 2026 19:58:29 UTC
FreeBSD-main-amd64-gcc14_build - Build #3440 (48a05f833c7d0c089d37522cc234039ec823edf4) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3440/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3440/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3440/console

Status explanation:
"Failure" - the build is suspected being broken by the following changes
"Still Failing" - the build has not been fixed by the following changes and
                  this is a notification to note that these changes have
                  not been fully tested by the CI system

Change summaries:
(Those commits are likely but not certainly responsible)

fe6bf738aaeb3d5fd74aabfcbf01eba827df6594 by markj:
pkru.3: Remove a qualifier

fa77fecb0e06ec697e3d7a9ed899e568f1d2090c by markj:
pkru.3: Note that the kernel may not respect PKRU protections

48a05f833c7d0c089d37522cc234039ec823edf4 by mhorne:
stand/libofw: make OF_hasprop() part of the library



The end of the build log:

[...truncated 85.64 MiB...]
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:529:25: note: in expansion of macro 'READ_REMOTE_CHECK'
  529 |                         READ_REMOTE_CHECK("connect", 2);
      |                         ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:61: note: format string is defined here
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                             ^~
/workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 31 and 2123 bytes into a destination of size 1024
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  501 |                                  host->host, host->addr, c, neterr);    \
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:529:25: note: in expansion of macro 'READ_REMOTE_CHECK'
  529 |                         READ_REMOTE_CHECK("connect", 2);
      |                         ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:560:73: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1010 [-Wformat-truncation=]
  560 |                         snprintf(errmsg, sizeof(errmsg), "SMTP login to %s failed", host->host);
      |                                                                         ^~
/workspace/src/contrib/dma/net.c:560:25: note: 'snprintf' output between 22 and 1046 bytes into a destination of size 1024
  560 |                         snprintf(errmsg, sizeof(errmsg), "SMTP login to %s failed", host->host);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=]
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:583:17: note: in expansion of macro 'READ_REMOTE_CHECK'
  583 |                 READ_REMOTE_CHECK("RCPT TO", 2);
      |                 ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:61: note: format string is defined here
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                             ^~
/workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 31 and 2123 bytes into a destination of size 1024
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  501 |                                  host->host, host->addr, c, neterr);    \
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:583:17: note: in expansion of macro 'READ_REMOTE_CHECK'
  583 |                 READ_REMOTE_CHECK("RCPT TO", 2);
      |                 ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=]
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:620:9: note: in expansion of macro 'READ_REMOTE_CHECK'
  620 |         READ_REMOTE_CHECK("final DATA", 2);
      |         ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:61: note: format string is defined here
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                             ^~
/workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 34 and 2126 bytes into a destination of size 1024
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  501 |                                  host->host, host->addr, c, neterr);    \
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:620:9: note: in expansion of macro 'READ_REMOTE_CHECK'
  620 |         READ_REMOTE_CHECK("final DATA", 2);
      |         ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=]
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:588:9: note: in expansion of macro 'READ_REMOTE_CHECK'
  588 |         READ_REMOTE_CHECK("DATA", 3);
      |         ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:61: note: format string is defined here
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                             ^~
/workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 28 and 2120 bytes into a destination of size 1024
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  501 |                                  host->host, host->addr, c, neterr);    \
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:588:9: note: in expansion of macro 'READ_REMOTE_CHECK'
  588 |         READ_REMOTE_CHECK("DATA", 3);
      |         ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=]
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:572:9: note: in expansion of macro 'READ_REMOTE_CHECK'
  572 |         READ_REMOTE_CHECK("MAIL FROM", 2);
      |         ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:500:61: note: format string is defined here
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                                                             ^~
/workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 33 and 2125 bytes into a destination of size 1024
  500 |                         snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  501 |                                  host->host, host->addr, c, neterr);    \
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/dma/net.c:572:9: note: in expansion of macro 'READ_REMOTE_CHECK'
  572 |         READ_REMOTE_CHECK("MAIL FROM", 2);
      |         ^~~~~~~~~~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/libsa32 ---

--- error_private.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse  -msoft-float -march=i386 -I. -Iinclude -g -MD  -MF.depend.error_private.o -MTerror_private.o -std=gnu17 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os -mpreferred-stack-boundary=2 -include /workspace/src/sys/contrib/openzfs/include/sys/simd_config.h  -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h  -Wformat -Wall -I/workspace/src/sys/contrib/openzfs/include  -DNEED_SOLARIS_BOOLEAN -U__BMI__     -c /workspace/src/sys/contrib/openzfs/module/zstd/lib/common/error_private.c -o error_private.o
--- all_subdir_sbin ---

--- dmesg.full ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -fPIE -g -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type  -Wl,-zrelro -pie -Wl,-znoexecstack   -o dmesg.full dmesg.pieo   -lkvm 
--- all_subdir_stand ---

--- fse_decompress.o ---
--- all_subdir_rescue ---

--- all_subdir_stand ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse  -msoft-float -march=i386 -I. -Iinclude -g -MD  -MF.depend.fse_decompress.o -MTfse_decompress.o -std=gnu17 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os -mpreferred-stack-boundary=2 -include /workspace/src/sys/contrib/openzfs/include/sys/simd_config.h  -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h  -Wformat -Wall -I/workspace/src/sys/contrib/openzfs/include  ---- all_subdir_rescue ---
--- eval.o ---
--- all_subdir_stand ---
DNEED_SOLARIS_BOOLEAN -U__BMI__     -c /workspace/src/sys/contrib/openzfs/module/zstd/lib/common/fse_decompress.c -o fse_decompress.o
--- all_subdir_rescue ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/  -O2 -pipe -fno-common   -DSHELL -I. -I/workspace/src/bin/sh -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -g -MD  -MF.depend.eval.o -MTeval.o -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type        -c /workspace/src/bin/sh/eval.c -o eval.o
--- all_subdir_cddl ---
/usr/local/bin/x86_64-unknown-freebsd15.0-ld: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libzpool.so: undefined reference to `ZSTD_XXH64'
/usr/local/bin/x86_64-unknown-freebsd15.0-ld: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libzpool.so: undefined reference to `ZSTD_XXH64_digest'
/usr/local/bin/x86_64-unknown-freebsd15.0-ld: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libzpool.so: undefined reference to `ZSTD_XXH64_reset'
/usr/local/bin/x86_64-unknown-freebsd15.0-ld: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libzpool.so: undefined reference to `ZSTD_XXH64_update'
/usr/local/bin/x86_64-unknown-freebsd15.0-ld: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libzpool.so: undefined reference to `ZSTD_isError'
collect2: error: ld returned 1 exit status
--- all_subdir_sbin ---
--- dmesg.8.gz ---
--- all_subdir_cddl ---
*** [zinject.full] Error code 1

make[5]: stopped making "all" in /workspace/src/cddl/usr.bin/zinject
make[5]: 1 error

make[5]: stopped making "all" in /workspace/src/cddl/usr.bin/zinject

make[4]: stopped making "all" in /workspace/src/cddl/usr.bin

make[3]: stopped making "all" in /workspace/src/cddl
--- all_subdir_sbin ---
gzip -cn /workspace/src/sbin/dmesg/dmesg.8 > dmesg.8.gz
--- all_subdir_cddl ---

make[2]: stopped making "all" in /workspace/src
--- all_subdir_sbin ---

make[3]: stopped making "all" in /workspace/src/sbin

make[2]: stopped making "all" in /workspace/src
--- all_subdir_secure ---


make[4]: stopped making "all" in /workspace/src/secure/libexec

make[3]: stopped making "all" in /workspace/src/secure

make[2]: stopped making "all" in /workspace/src
--- all_subdir_libexec ---


make[4]: stopped making "all" in /workspace/src/libexec/dma

make[3]: stopped making "all" in /workspace/src/libexec

make[2]: stopped making "all" in /workspace/src
--- all_subdir_bin ---


make[3]: stopped making "all" in /workspace/src/bin

make[2]: stopped making "all" in /workspace/src
--- all_subdir_stand ---
--- all_subdir_stand/libsa ---


make[3]: stopped making "all" in /workspace/src/stand
--- all_subdir_krb5 ---


make[5]: stopped making "all" in /workspace/src/krb5/plugins/preauth

make[4]: stopped making "all" in /workspace/src/krb5/plugins

make[3]: stopped making "all" in /workspace/src/krb5

make[2]: stopped making "all" in /workspace/src
--- all_subdir_share ---

make[3]: stopped making "all" in /workspace/src/share

make[2]: stopped making "all" in /workspace/src
--- all_subdir_rescue ---
/workspace/src/bin/sh/eval.c: In function 'exphere':
/workspace/src/bin/sh/eval.c:489:13: warning: variable 'need_longjmp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  489 |         int need_longjmp = 0;
      |             ^~~~~~~~~~~~
--- all_subdir_usr.bin ---


make[3]: stopped making "all" in /workspace/src/usr.bin

make[2]: stopped making "all" in /workspace/src
--- all_subdir_rescue ---
/workspace/src/bin/sh/eval.c: In function 'evalcommand':
/workspace/src/bin/sh/eval.c:821:13: warning: variable 'mode' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  821 |         int mode;
      |             ^~~~
/workspace/src/bin/sh/eval.c:826:24: warning: variable 'savehandler' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  826 |         struct jmploc *savehandler;
      |                        ^~~~~~~~~~~
/workspace/src/bin/sh/eval.c:812:34: warning: argument 'flags' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  812 | evalcommand(union node *cmd, int flags, struct backcmd *backcmd)
      |                              ~~~~^~~~~
--- all_subdir_stand ---
--- all_subdir_stand/libsa32 ---


make[3]: stopped making "all" in /workspace/src/stand

make[2]: stopped making "all" in /workspace/src
--- all_subdir_rescue ---


make[5]: stopped making "objs" in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue

make[4]: stopped making "all" in /workspace/src/rescue/rescue

make[3]: stopped making "all" in /workspace/src/rescue

make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---


make[5]: stopped making "all" in /workspace/src/lib/msun/tests

make[4]: stopped making "all" in /workspace/src/lib/msun

make[3]: stopped making "all" in /workspace/src/lib

make[2]: stopped making "all" in /workspace/src
       48.55 real       280.20 user        32.99 sys

make[1]: stopped making "buildworld" in /workspace/src

make: stopped making "buildworld" in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins677967250335199845.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc14_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address