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

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 16 Mar 2026 22:51:29 UTC
FreeBSD-main-amd64-gcc14_build - Build #3159 (aa15df4597053c0e95a15b2a7036296999cd562a) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3159/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3159/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3159/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)

aa15df4597053c0e95a15b2a7036296999cd562a by des:
queue.h: Reorder STAILQ_INSERT_TAIL



The end of the build log:

[...truncated 84.86 MiB...]
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_cddl/usr.sbin ---

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

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

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


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

--- all_subdir_secure ---

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

make[5]: stopped making "all" in /workspace/src/sbin/dhclient/tests
--- all_subdir_secure ---

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

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

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

make[2]: stopped making "all" in /workspace/src
--- all_subdir_libexec ---
/workspace/src/contrib/dma/net.c: In function 'deliver_to_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:516:17: note: in expansion of macro 'READ_REMOTE_CHECK'
  516 |                 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:516:17: note: in expansion of macro 'READ_REMOTE_CHECK'
  516 |                 READ_REMOTE_CHECK("connect", 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: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_share ---

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

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 ---
/workspace/src/bin/sh/histedit.c: In function 'histcmd':
/workspace/src/bin/sh/histedit.c:254:21: warning: variable 'editor' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  254 |         const char *editor = NULL;
      |                     ^~~~~~
/workspace/src/bin/sh/histedit.c:256:13: warning: variable 'lflg' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  256 |         int lflg = 0, nflg = 0, rflg = 0, sflg = 0;
      |             ^~~~
/workspace/src/bin/sh/histedit.c:256:23: warning: variable 'nflg' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  256 |         int lflg = 0, nflg = 0, rflg = 0, sflg = 0;
      |                       ^~~~
/workspace/src/bin/sh/histedit.c:256:33: warning: variable 'rflg' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  256 |         int lflg = 0, nflg = 0, rflg = 0, sflg = 0;
      |                                 ^~~~
/workspace/src/bin/sh/histedit.c:256:43: warning: variable 'sflg' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  256 |         int lflg = 0, nflg = 0, rflg = 0, sflg = 0;
      |                                           ^~~~
/workspace/src/bin/sh/histedit.c:260:15: warning: variable 'pat' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  260 |         char *pat = NULL, *repl = NULL;
      |               ^~~
/workspace/src/bin/sh/histedit.c:266:15: warning: variable 'efp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  266 |         FILE *efp = NULL;
      |               ^~~


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

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
*** [objs] Error code 2

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

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_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_stand ---
--- all_subdir_stand/libsa32 ---


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


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

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
       45.49 real       275.20 user        29.02 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/jenkins17346198128915524993.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