FreeBSD-main-amd64-build - Build #32192 - Failure

From: <jenkins-admin_at_FreeBSD.org>
Date: Tue, 17 Jun 2025 16:55:04 UTC
FreeBSD-main-amd64-build - Build #32192 (4f33d073003ccd91390709e14e5c1bf1f0c1c85c) - Failure

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

6538742c1aaca3ce522ccea95007dfa9686c78dd by glebius:
tcp: rename syncookie_lookup() into syncookie_expand() and make it bool

e9e6a025b4523c9aa2885e892495601964e03056 by glebius:
tcp: refactor debug function syncookie_cmp()

3ed8d5645dd42a7c080ba800cf6d25cb7e147d7e by glebius:
tcp: increase tcps_sc_recvcookie only in the syncache_expand()

0809d26de24defdc4a2ae161357566c02dc163d1 by glebius:
tcp: unlock before syncookie_expand()

1396e87a37b6d4545d2c7579c31d81d96ba8b816 by glebius:
tcp: count two previously ignored kinds of syncookie failures

4f33d073003ccd91390709e14e5c1bf1f0c1c85c by emaste:
tests: Update for jemalloc's option parsing



The end of the build log:

[...truncated 77.73 MiB...]
      | ^
/usr/src/sys/sys/sdt.h:183:26: note: expanded from macro 'SDT_PROBE_DECLARE'
  183 |         extern struct sdt_probe _SDT_PROBE_NAME(prov, mod, func, name)
      |                                 ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:159:1: note: expanded from here
  159 | sdt_mib_tcp_count_tcps_sc_sendcookie
      | ^
--- in6_gif.o ---
--- tcp_syncache.o ---
/usr/src/sys/netinet/tcp_syncache.c:1100:4: error: use of undeclared identifier 'sdt_mib_tcp_count_tcps_sc_spurcookie'; did you mean 'sdt_mib_tcp_count_tcps_sc_sendcookie'?
 1100 |                         TCPSTAT_INC(tcps_sc_spurcookie);
      |                         ^
/usr/src/sys/netinet/tcp_var.h:1111:27: note: expanded from macro 'TCPSTAT_INC'
 1111 | #define TCPSTAT_INC(name)       TCPSTAT_ADD(name, 1)
      |                                 ^
/usr/src/sys/netinet/tcp_var.h:1108:3: note: expanded from macro 'TCPSTAT_ADD'
 1108 |                 MIB_SDT_PROBE1(tcp, count, name, (val));                 \
      |                 ^
/usr/src/sys/sys/sdt.h:361:29: note: expanded from macro 'MIB_SDT_PROBE1'
  361 | #define MIB_SDT_PROBE1(...)     SDT_PROBE1(mib, __VA_ARGS__)
      |                                 ^
note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/src/sys/sys/sdt.h:230:5: note: expanded from macro '__SDT_PROBE'
  230 |                 f(_SDT_PROBE_NAME(prov, mod, func, name).id, __VA_ARGS__); \
      |                   ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:146:1: note: expanded from here
  146 | sdt_mib_tcp_count_tcps_sc_spurcookie
      | ^
/usr/src/sys/netinet/in_kdtrace.h:279:1: note: 'sdt_mib_tcp_count_tcps_sc_sendcookie' declared here
  279 | SDT_PROBE_DECLARE(mib, tcp, count, tcps_sc_sendcookie);
      | ^
/usr/src/sys/sys/sdt.h:183:26: note: expanded from macro 'SDT_PROBE_DECLARE'
  183 |         extern struct sdt_probe _SDT_PROBE_NAME(prov, mod, func, name)
      |                                 ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:159:1: note: expanded from here
  159 | sdt_mib_tcp_count_tcps_sc_sendcookie
      | ^
--- in6_gif.o ---
cc -target x86_64-unknown-freebsd15.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -c -O2 -pipe  -fno-strict-aliasing  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.in6_gif.o -MTin6_gif.o -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=tautological-compare -Wno-error=empty-body -Wno-error=parentheses-equality -Wno-error=unused-function -Wno-error=pointer-sign -Wno-error=shift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length   -mno-aes -mno-avx  -std=gnu17 -Werror /usr/src/sys/netinet6/in6_gif.c
--- tcp_syncache.o ---
/usr/src/sys/netinet/tcp_syncache.c:1110:4: error: use of undeclared identifier 'sdt_mib_tcp_count_tcps_sc_spurcookie'; did you mean 'sdt_mib_tcp_count_tcps_sc_sendcookie'?
 1110 |                         TCPSTAT_INC(tcps_sc_spurcookie);
      |                         ^
/usr/src/sys/netinet/tcp_var.h:1111:27: note: expanded from macro 'TCPSTAT_INC'
 1111 | #define TCPSTAT_INC(name)       TCPSTAT_ADD(name, 1)
      |                                 ^
/usr/src/sys/netinet/tcp_var.h:1108:3: note: expanded from macro 'TCPSTAT_ADD'
 1108 |                 MIB_SDT_PROBE1(tcp, count, name, (val));                 \
      |                 ^
/usr/src/sys/sys/sdt.h:361:29: note: expanded from macro 'MIB_SDT_PROBE1'
  361 | #define MIB_SDT_PROBE1(...)     SDT_PROBE1(mib, __VA_ARGS__)
      |                                 ^
note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/src/sys/sys/sdt.h:224:36: note: expanded from macro '__SDT_PROBE'
  224 |             : _SDT_ASM_PROBE_CONSTRAINT (&_SDT_PROBE_NAME(prov, mod,    \
      |                                           ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:164:1: note: expanded from here
  164 | sdt_mib_tcp_count_tcps_sc_spurcookie
      | ^
/usr/src/sys/netinet/in_kdtrace.h:279:1: note: 'sdt_mib_tcp_count_tcps_sc_sendcookie' declared here
  279 | SDT_PROBE_DECLARE(mib, tcp, count, tcps_sc_sendcookie);
      | ^
/usr/src/sys/sys/sdt.h:183:26: note: expanded from macro 'SDT_PROBE_DECLARE'
  183 |         extern struct sdt_probe _SDT_PROBE_NAME(prov, mod, func, name)
      |                                 ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:159:1: note: expanded from here
  159 | sdt_mib_tcp_count_tcps_sc_sendcookie
      | ^
/usr/src/sys/netinet/tcp_syncache.c:1110:4: error: use of undeclared identifier 'sdt_mib_tcp_count_tcps_sc_spurcookie'; did you mean 'sdt_mib_tcp_count_tcps_sc_sendcookie'?
 1110 |                         TCPSTAT_INC(tcps_sc_spurcookie);
      |                         ^
/usr/src/sys/netinet/tcp_var.h:1111:27: note: expanded from macro 'TCPSTAT_INC'
 1111 | #define TCPSTAT_INC(name)       TCPSTAT_ADD(name, 1)
      |                                 ^
/usr/src/sys/netinet/tcp_var.h:1108:3: note: expanded from macro 'TCPSTAT_ADD'
 1108 |                 MIB_SDT_PROBE1(tcp, count, name, (val));                 \
      |                 ^
/usr/src/sys/sys/sdt.h:361:29: note: expanded from macro 'MIB_SDT_PROBE1'
  361 | #define MIB_SDT_PROBE1(...)     SDT_PROBE1(mib, __VA_ARGS__)
      |                                 ^
note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/src/sys/sys/sdt.h:230:5: note: expanded from macro '__SDT_PROBE'
  230 |                 f(_SDT_PROBE_NAME(prov, mod, func, name).id, __VA_ARGS__); \
      |                   ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:173:1: note: expanded from here
  173 | sdt_mib_tcp_count_tcps_sc_spurcookie
      | ^
/usr/src/sys/netinet/in_kdtrace.h:279:1: note: 'sdt_mib_tcp_count_tcps_sc_sendcookie' declared here
  279 | SDT_PROBE_DECLARE(mib, tcp, count, tcps_sc_sendcookie);
      | ^
/usr/src/sys/sys/sdt.h:183:26: note: expanded from macro 'SDT_PROBE_DECLARE'
  183 |         extern struct sdt_probe _SDT_PROBE_NAME(prov, mod, func, name)
      |                                 ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:159:1: note: expanded from here
  159 | sdt_mib_tcp_count_tcps_sc_sendcookie
      | ^
--- tcp_timewait.o ---
ctfconvert -L VERSION -g tcp_timewait.o
--- tcp_syncache.o ---
/usr/src/sys/netinet/tcp_syncache.c:1124:4: error: use of undeclared identifier 'sdt_mib_tcp_count_tcps_sc_failcookie'
 1124 |                         TCPSTAT_INC(tcps_sc_failcookie);
      |                         ^
/usr/src/sys/netinet/tcp_var.h:1111:27: note: expanded from macro 'TCPSTAT_INC'
 1111 | #define TCPSTAT_INC(name)       TCPSTAT_ADD(name, 1)
      |                                 ^
/usr/src/sys/netinet/tcp_var.h:1108:3: note: expanded from macro 'TCPSTAT_ADD'
 1108 |                 MIB_SDT_PROBE1(tcp, count, name, (val));                 \
      |                 ^
/usr/src/sys/sys/sdt.h:361:29: note: expanded from macro 'MIB_SDT_PROBE1'
  361 | #define MIB_SDT_PROBE1(...)     SDT_PROBE1(mib, __VA_ARGS__)
      |                                 ^
note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/src/sys/sys/sdt.h:224:36: note: expanded from macro '__SDT_PROBE'
  224 |             : _SDT_ASM_PROBE_CONSTRAINT (&_SDT_PROBE_NAME(prov, mod,    \
      |                                           ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:10:1: note: expanded from here
   10 | sdt_mib_tcp_count_tcps_sc_failcookie
      | ^
--- in6_ifattach.o ---
cc -target x86_64-unknown-freebsd15.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -c -O2 -pipe  -fno-strict-aliasing  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.in6_ifattach.o -MTin6_ifattach.o -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=tautological-compare -Wno-error=empty-body -Wno-error=parentheses-equality -Wno-error=unused-function -Wno-error=pointer-sign -Wno-error=shift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length   -mno-aes -mno-avx  -std=gnu17 -Werror /usr/src/sys/netinet6/in6_ifattach.c
--- tcp_syncache.o ---
/usr/src/sys/netinet/tcp_syncache.c:1124:4: error: use of undeclared identifier 'sdt_mib_tcp_count_tcps_sc_failcookie'
/usr/src/sys/netinet/tcp_var.h:1111:27: note: expanded from macro 'TCPSTAT_INC'
 1111 | #define TCPSTAT_INC(name)       TCPSTAT_ADD(name, 1)
      |                                 ^
/usr/src/sys/netinet/tcp_var.h:1108:3: note: expanded from macro 'TCPSTAT_ADD'
 1108 |                 MIB_SDT_PROBE1(tcp, count, name, (val));                 \
      |                 ^
/usr/src/sys/sys/sdt.h:361:29: note: expanded from macro 'MIB_SDT_PROBE1'
  361 | #define MIB_SDT_PROBE1(...)     SDT_PROBE1(mib, __VA_ARGS__)
      |                                 ^
note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/src/sys/sys/sdt.h:230:5: note: expanded from macro '__SDT_PROBE'
  230 |                 f(_SDT_PROBE_NAME(prov, mod, func, name).id, __VA_ARGS__); \
      |                   ^
/usr/src/sys/sys/sdt.h:159:2: note: expanded from macro '_SDT_PROBE_NAME'
  159 |         sdt_##prov##_##mod##_##func##_##name
      |         ^
<scratch space>:19:1: note: expanded from here
   19 | sdt_mib_tcp_count_tcps_sc_failcookie
      | ^
--- dest6.o ---
ctfconvert -L VERSION -g dest6.o
--- tcp_reass.o ---
ctfconvert -L VERSION -g tcp_reass.o
--- in6_jail.o ---
cc -target x86_64-unknown-freebsd15.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -c -O2 -pipe  -fno-strict-aliasing  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.in6_jail.o -MTin6_jail.o -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=tautological-compare -Wno-error=empty-body -Wno-error=parentheses-equality -Wno-error=unused-function -Wno-error=pointer-sign -Wno-error=shift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length   -mno-aes -mno-avx  -std=gnu17 -Werror /usr/src/sys/netinet6/in6_jail.c
--- in6_mcast.o ---
--- tcp_syncache.o ---
6 errors generated.
--- in6_mcast.o ---
cc -target x86_64-unknown-freebsd15.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -c -O2 -pipe  -fno-strict-aliasing  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.in6_mcast.o -MTin6_mcast.o -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=tautological-compare -Wno-error=empty-body -Wno-error=parentheses-equality -Wno-error=unused-function -Wno-error=pointer-sign -Wno-error=shift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length   -mno-aes -mno-avx  -std=gnu17 -Werror /usr/src/sys/netinet6/in6_mcast.c
--- tcp_syncache.o ---
*** [tcp_syncache.o] Error code 1

make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC
--- in6_cksum.o ---
ctfconvert -L VERSION -g in6_cksum.o
--- iflib.o ---
ctfconvert -L VERSION -g iflib.o
--- tcp_timer.o ---
ctfconvert -L VERSION -g tcp_timer.o
--- tcp_lro.o ---
ctfconvert -L VERSION -g tcp_lro.o
--- tcp_sack.o ---
ctfconvert -L VERSION -g tcp_sack.o
--- netdump_client.o ---
ctfconvert -L VERSION -g netdump_client.o
--- in6_fib.o ---
ctfconvert -L VERSION -g in6_fib.o
--- in_mcast.o ---
ctfconvert -L VERSION -g in_mcast.o
--- in6_fib_algo.o ---
ctfconvert -L VERSION -g in6_fib_algo.o
--- in6_jail.o ---
ctfconvert -L VERSION -g in6_jail.o
--- in_pcb.o ---
ctfconvert -L VERSION -g in_pcb.o
--- in6_gif.o ---
ctfconvert -L VERSION -g in6_gif.o
--- udp_usrreq.o ---
ctfconvert -L VERSION -g udp_usrreq.o
--- frag6.o ---
ctfconvert -L VERSION -g frag6.o
--- tcp_output.o ---
ctfconvert -L VERSION -g tcp_output.o
--- in6_ifattach.o ---
ctfconvert -L VERSION -g in6_ifattach.o
--- tcp_log_buf.o ---
ctfconvert -L VERSION -g tcp_log_buf.o
--- tcp_usrreq.o ---
ctfconvert -L VERSION -g tcp_usrreq.o
--- tcp_input.o ---
ctfconvert -L VERSION -g tcp_input.o
--- tcp_subr.o ---
ctfconvert -L VERSION -g tcp_subr.o
--- in6.o ---
ctfconvert -L VERSION -g in6.o
--- icmp6.o ---
ctfconvert -L VERSION -g icmp6.o
--- in6_mcast.o ---
ctfconvert -L VERSION -g in6_mcast.o
1 error

make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC
      179.23 real      3874.69 user       348.01 sys

make[1]: stopped in /usr/src

make: stopped in /usr/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
FTP: Current build result is [FAILURE], not going to run.
[PostBuildScript] - [INFO] Executing post build scripts.
[PostBuildScript] - [INFO] Build does not have any of the results [SUCCESS]. Did not execute build step #0.
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-build] $ /bin/sh -xe /tmp/jenkins15006604830935298040.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-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