Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2024 02:52:49 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kp@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #3883 - Still Failing
Message-ID:  <200575308.7573.1726973571704@jenkins.ci.freebsd.org>
In-Reply-To: <618597491.7563.1726967738755@jenkins.ci.freebsd.org>
References:  <618597491.7563.1726967738755@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_7572_1604225516.1726973569415
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-main-amd64-gcc12_build - Build #3883 (f8d14a44deb0bb0a3bde623bd9204=
212af12f938) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil=
d/3883/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/=
3883/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3=
883/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)

93e96359c980ccf318fe089b30b863f7c910b622 by kp:
libpfctl: ensure we return useful error codes

f8d14a44deb0bb0a3bde623bd9204212af12f938 by kp:
if_usie: fix typo



The end of the build log:

[...truncated 89.17 MiB...]
/workspace/src/sbin/init/init.c:965:24: warning: cast between incompatible =
function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' =
[-Wcast-function-type]
  965 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c:976:32: warning: cast between incompatible =
function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' =
[-Wcast-function-type]
  976 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:986:24: warning: cast between incompatible =
function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'long=
 int (*)(void)' [-Wcast-function-type]
  986 |                 return (state_func_t) requested_transition;
      |                        ^
/workspace/src/sbin/init/init.c:1005:32: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1005 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:1010:16: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1010 |         return (state_func_t) runcom;
      |                ^
/workspace/src/sbin/init/init.c: In function 'runcom':
/workspace/src/sbin/init/init.c:1027:16: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1027 |         return (state_func_t) read_ttys;
      |                ^
/workspace/src/sbin/init/init.c: In function 'run_script':
/workspace/src/sbin/init/init.c:1131:24: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1131 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c:1143:32: warning: cast between incompatible=
 function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'lon=
g int (*)(void)' [-Wcast-function-type]
 1143 |                         return (state_func_t) requested_transition;
      |                                ^
/workspace/src/sbin/init/init.c:1149:32: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1149 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:1172:24: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1172 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c:1176:24: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1176 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c: In function 'read_ttys':
/workspace/src/sbin/init/init.c:1403:24: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1403 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c:1415:16: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1415 |         return (state_func_t) multi_user;
      |                ^
/workspace/src/sbin/init/init.c: In function 'multi_user':
/workspace/src/sbin/init/init.c:1744:16: warning: cast between incompatible=
 function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'lon=
g int (*)(void)' [-Wcast-function-type]
 1744 |         return (state_func_t) requested_transition;
      |                ^
/workspace/src/sbin/init/init.c: In function 'clean_ttys':
/workspace/src/sbin/init/init.c:1830:16: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1830 |         return (state_func_t) multi_user;
      |                ^
/workspace/src/sbin/init/init.c: In function 'catatonia':
/workspace/src/sbin/init/init.c:1844:16: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1844 |         return (state_func_t) multi_user;
      |                ^
/workspace/src/sbin/init/init.c: In function 'death':
/workspace/src/sbin/init/init.c:1890:16: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1890 |         return (state_func_t) death_single;
      |                ^
/workspace/src/sbin/init/init.c: In function 'death_single':
/workspace/src/sbin/init/init.c:1909:32: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1909 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:1919:32: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1919 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:1924:16: warning: cast between incompatible=
 function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)'=
 [-Wcast-function-type]
 1924 |         return (state_func_t) single_user;
      |                ^
/workspace/src/sbin/init/init.c: In function 'transition_handler':
/workspace/src/sbin/init/init.c:1669:23: warning: this statement may fall t=
hrough [-Wimplicit-fallthrough=3D]
 1669 |                 howto =3D RB_POWEROFF;
      |                       ^
/workspace/src/sbin/init/init.c:1670:9: note: here
 1670 |         case SIGUSR1:
      |         ^~~~
/workspace/src/sbin/init/init.c:1671:23: warning: this statement may fall t=
hrough [-Wimplicit-fallthrough=3D]
 1671 |                 howto |=3D RB_HALT;
      |                       ^
/workspace/src/sbin/init/init.c:1672:9: note: here
 1672 |         case SIGWINCH:
      |         ^~~~
/workspace/src/sbin/init/init.c:1676:24: warning: this statement may fall t=
hrough [-Wimplicit-fallthrough=3D]
 1676 |                 Reboot =3D true;
      |                        ^
/workspace/src/sbin/init/init.c:1677:9: note: here
 1677 |         case SIGTERM:
      |         ^~~~
--- all_subdir_sbin ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -I/workspace/src/sbin/nvmecontrol -g -MD  -M=
F.depend.intel.pico -MTintel.pico -std=3Dgnu99 -Wno-format-zero-length -fst=
ack-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 -Wc=
har-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -W=
date-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri=
butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe=
red -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-err=
or=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasin=
g -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunus=
ed-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-erro=
r=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautolog=
ical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation=
 -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dfor=
mat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrou=
gh -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=
=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-err=
or=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-erro=
r=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement=
-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-er=
ror=3Dstringop-truncation -Wno-return-type        -c /workspace/src/sbin/nv=
mecontrol/modules/intel/intel.c -o intel.pico
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
=3D=3D=3D> stand/i386 (all)
--- all_subdir_usr.sbin ---
--- fifolog_writer.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -I/workspace/src/usr.sbin/fifolog/lib -fPIE -g -std=3Dgnu99=
 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror =
-Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoint=
er-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunus=
ed-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-de=
finition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Dar=
ray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dc=
ast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-=
error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parenthese=
s -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunus=
ed-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3D=
maybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negativ=
e-value -Wno-e--- all_subdir_lib ---
--- regex_att_test.full ---
--- all_subdir_usr.sbin ---
rror=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=
=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined=
 -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Di=
mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer=
-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi=
zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=
=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-=
memaccess -Wno-error=3Dstringop-truncation -Wno-return-type  -Wl,-zrelro -p=
ie -Wl,-znoexecstack   -o fifolog_writer.full fifolog_writer.o  -L/tmp/obj/=
workspace/src/amd64.amd64/usr.sbin/fifolog/lib -lfifolog_pie  -lz=20
--- all_subdir_tests ---
--- process-control.debug ---
--- all_subdir_lib ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -I/workspace/src/contrib/netbsd-tests/lib/libc/regex -DREGE=
X_SPENCER -DSKIP_LEFTASSOC -I/workspace/src/lib/libnetbsd -I/workspace/src/=
contrib/netbsd-tests -fPIE -g -std=3Dgnu99 -Wno-format-zero-length -fstack-=
protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unu=
sed-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-=
pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wn=
o-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno=
-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-c=
ompare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=
=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function =
-Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno=
-error=3Dtautologi--- all_subdir_tests ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug process=
-control.full process-control.debug
--- all_subdir_lib ---
cal-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation =
-Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dform=
at-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthroug=
h -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=
=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-err=
or=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-erro=
r=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement=
-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-er=
ror=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member  -=
L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-zno=
execstack  -o regex_att_test.full t_regex_att.o  -lprivateatf-c  -lutil -L/=
tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_tests ---
--- process-control ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dprocess-control.debug  process-control.full process-control
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx ---
=3D=3D=3D> stand/i386/btx (all)
--- all_subdir_tests ---
--- miscellaneous ---
(cd /workspace/src/tests/sys/audit &&  DEPENDFILE=3D.depend.miscellaneous  =
NO_SUBDIR=3D1 make -f /workspace/src/tests/sys/audit/Makefile _RECURSING_PR=
OGS=3Dt  PROG=3Dmiscellaneous )
--- all_subdir_stand ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
--- all_subdir_usr.sbin ---
--- fifolog_writer.debug ---
--- all_subdir_stand ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_usr.sbin ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug fifolog=
_writer.full fifolog_writer.debug
--- all_subdir_tests ---
--- .depend.miscellaneous ---
echo miscellaneous.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/lib=
c.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .de=
pend.miscellaneous
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx/btx ---
=3D=3D=3D> stand/i386/btx/btx (all)
--- all_subdir_usr.sbin ---
--- fifolog_writer ---
--- all_subdir_tests ---
--- miscellaneous.o ---
--- all_subdir_lib ---
--- regex_att_test.debug ---
--- all_subdir_usr.sbin ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dfifolog_writer.debug  fifolog_writer.full fifolog_writer
--- all_subdir_tests ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -I/workspace/src/contrib/openbsm   -g -MD  -MF.depend.misc=
ellaneous.miscellaneous.o -MTmiscellaneous.o -std=3Dgnu99 -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 -Wcas=
t-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-poin=
ter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-er=
ror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-err=
or=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compa=
re -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstr=
ict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-e=
rror=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialize=
d -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=
=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo=
l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-=
error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici=
t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size=
 -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa=
re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul=
tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc=
ess -Wno-error=3Dstringop-truncation -Wno-return-type      -c /workspace/sr=
c/tests/sys/audit/miscellaneous.c -o miscellaneous.o
--- all_subdir_lib ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug regex_a=
tt_test.full regex_att_test.debug
--- regex_att_test ---
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/fifolog/fifolog_reader ---
=3D=3D=3D> usr.sbin/fifolog/fifolog_reader (all)
--- all_subdir_lib ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dregex_att_test.debug  regex_att_test.full regex_att_test
--- multibyte ---
echo '#! /usr/libexec/atf-sh' > multibyte.tmp
cat /workspace/src/lib/libc/tests/regex/multibyte.sh >>multibyte.tmp
chmod +x multibyte.tmp
mv multibyte.tmp multibyte
--- regex_test ---
echo '#! /usr/libexec/atf-sh' > regex_test.tmp
cat /workspace/src/contrib/netbsd-tests/lib/libc/regex/t_regex.sh >>regex_t=
est.tmp
chmod +x regex_test.tmp
mv regex_test.tmp regex_test
--- all_subdir_stand ---
--- include/machine ---
--- all_subdir_lib ---
--- Kyuafile ---
--- all_subdir_usr.sbin ---
--- .depend ---
--- all_subdir_stand ---
include/machine -> /workspace/src/sys/i386/include
--- all_subdir_usr.sbin ---
echo fifolog_reader.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/li=
bc.a /tmp/obj/workspace/src/amd64.amd64/usr.sbin/fifolog/lib/libfifolog_pie=
.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libz.a >> .depend
--- fifolog_reader.o ---
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/resolv ---
=3D=3D=3D> lib/libc/tests/resolv (all)
--- all_subdir_stand ---
--- include/x86 ---
--- all_subdir_usr.sbin ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -I/workspace/src/usr.sbin/fifolog/lib   -fPIE -g -MD  -MF.=
depend.fifolog_reader.o -MTfifolog_reader.o -std=3Dgnu99 -Wno-format-zero-l=
ength -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y=
2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-t=
ype -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast=
-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-point=
er-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err=
or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro=
r=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compar=
e -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstri=
ct-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-er=
ror=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized=
 -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=
=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo=
l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-=
error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici=
t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size=
 -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa=
re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul=
tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc=
ess -Wno-error=3Dstringop-truncation -Wno-return-type        -c /workspace/=
src/usr.sbin/fifolog/fifolog_reader/fifolog_reader.c -o fifolog_reader.o
--- all_subdir_stand ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common   -I/workspace/src/stand/i386/btx/lib -nostdinc    -I/tmp/o=
bj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_=
STANDALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dflo=
aty-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=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0=
x0 -I/workspace/src/stand/i386/common -MD  -MF.depend.btx.o -MTbtx.o -std=
=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign=
 -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclo=
bbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-=
error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia=
sing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Du=
nused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtauto=
logical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operat=
ion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3D=
format-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallth=
rough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-er=
ror=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-=
error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-e=
rror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatem=
ent-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno=
-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member=
  -Os -mpreferred-stack-boundary=3D2        -c /workspace/src/stand/i386/bt=
x/btx/btx.S -o btx.o
--- all_subdir_lib ---
--- resolv_test ---
(cd /workspace/src/lib/libc/tests/resolv &&  DEPENDFILE=3D.depend.resolv_te=
st  NO_SUBDIR=3D1 make -f /workspace/src/lib/libc/tests/resolv/Makefile _RE=
CURSING_PROGS=3Dt  PROG=3Dresolv_test )
--- all_subdir_stand ---
--- btx ---
--- all_subdir_tests ---

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

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

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

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

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

make[3]: stopped in /workspace/src/lib
--- all_subdir_cddl ---

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

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

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_lib ---
--- all_subdir_lib/msun ---

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

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

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

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

make[2]: stopped in /workspace/src
       70.45 real       600.36 user        71.38 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins1753120415281486=
807.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_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
------=_Part_7572_1604225516.1726973569415--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200575308.7573.1726973571704>