FreeBSD-main-amd64-gcc13_build - Build #150 - Failure

From: <jenkins-admin_at_FreeBSD.org>
Date: Tue, 16 Jan 2024 13:21:31 UTC
FreeBSD-main-amd64-gcc13_build - Build #150 (d086b9f77c3f72fc5e38a2a180ef53cd82b57f2f) - Failure

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

f92d9b1aad73fc47f8f0b960808ca2c1a938e9e7 by kp:
pflow: import from OpenBSD

5dea523bd241fea07dc28c067b124d607dc96948 by kp:
pflow: netstat statistics

baf9b6d04205e02e6248377b1e13b33059a35fc9 by kp:
pf: allow pflow to be activated per rule

fb0c74685f5f57f148a4628efc1fd3784a597819 by kp:
pf tests: initial pflow test case

7ec34ebe181db611682eb5cf2343b98ee5c00e1d by kp:
pfctl tests: basic pflow parser test

6bd36d1cf4e98f11661642331fddb5d30dced68d by kp:
pf tests: pflow functionality test

0493260115db10164246762d6d4923880575e529 by kp:
pf: store state creation/expiration timestamps with milisecond precision

85b71dcfc99952c0b8d78be93a0104873e8f81f7 by kp:
pflow: allow observation domain to be configured

fc6e50699615c93f39d008709f87c754d9b6c7d3 by kp:
pflow: add RFC8158 NAT support

34276498fae8b41ca1d8944d466cd79aa47fadfb by kp:
pf tests: verify pflow over IPv6

2be6f75707b489d5505d45b677120d0870b6a066 by kp:
pflow: Turn `pflowstats' statistics counters into per-CPU counters to

c4d97a94875378d69e5f87d4341b95307a241a58 by kp:
pf tests: test pflow NAT state information

d086b9f77c3f72fc5e38a2a180ef53cd82b57f2f by kp:
pf tests: test per-rule pflow



The end of the build log:

[...truncated 95.93 MB...]
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c: In function 'pfctl_anchor_global_RB_REMOVE':
/workspace/src/sbin/pfctl/pf_ruleset.c:86:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   86 | RB_GENERATE(pfctl_anchor_global, pfctl_anchor, entry_global,
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:86:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   86 | RB_GENERATE(pfctl_anchor_global, pfctl_anchor, entry_global,
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:86:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   86 | RB_GENERATE(pfctl_anchor_global, pfctl_anchor, entry_global,
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:86:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   86 | RB_GENERATE(pfctl_anchor_global, pfctl_anchor, entry_global,
      | ^
--- all_subdir_sbin/routed ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -fPIE -g -MD  -MF.depend.input.o -MTinput.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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       -c /workspace/src/sbin/routed/input.c -o input.o
--- all_subdir_sbin/pfctl ---
/workspace/src/sbin/pfctl/pf_ruleset.c: In function 'pfctl_anchor_node_RB_INSERT_COLOR':
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c: In function 'pfctl_anchor_node_RB_REMOVE_COLOR':
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c: In function 'pfctl_anchor_node_RB_REMOVE':
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
/workspace/src/sbin/pfctl/pf_ruleset.c:88:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   88 | RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
      | ^
--- all_subdir_sbin/pflowctl ---
cc1: all warnings being treated as errors
*** [pflowctl.o] Error code 1

make[4]: stopped in /workspace/src/sbin/pflowctl
1 error

make[4]: stopped in /workspace/src/sbin/pflowctl
--- all_subdir_lib ---

make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
*** [objs] Error code 6

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

make[4]: stopped in /workspace/src/rescue/rescue
--- all_subdir_tests ---

make[5]: stopped in /workspace/src/tests/sys/fs
--- all_subdir_usr.sbin ---

make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---

make[2]: stopped in /workspace/src
--- all_subdir_tests ---

make[4]: stopped in /workspace/src/tests/sys
--- all_subdir_sbin ---

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

make[3]: stopped in /workspace/src/rescue
--- all_subdir_tests ---

make[3]: stopped in /workspace/src/tests
--- all_subdir_rescue ---

make[2]: stopped in /workspace/src
--- all_subdir_tests ---

make[2]: stopped in /workspace/src
--- all_subdir_cddl ---

make[6]: stopped in /workspace/src/cddl/usr.sbin/zfsd/tests

make[5]: stopped in /workspace/src/cddl/usr.sbin/zfsd

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

make[3]: stopped in /workspace/src/cddl

make[2]: stopped in /workspace/src
       87.57 real      1465.55 user       167.18 sys

make[1]: stopped in /workspace/src

make: stopped 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins3095188443832490385.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_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