Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2023 18:33:40 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        imp@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #582 - Still Failing
Message-ID:  <1386601079.33.1678473221412@jenkins.ci.freebsd.org>
In-Reply-To: <384913690.29.1678468792608@jenkins.ci.freebsd.org>
References:  <384913690.29.1678468792608@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #582 (3916fdd2f2c84df7732bdddb9c5f4b=
cc0aa8572d) - Still Failing

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

41cf798e8206e9c9d15ac4c8d6b01d44f816be43 by imp:
opts: popwerpcspc is also 32-bit

3916fdd2f2c84df7732bdddb9c5f4bcc0aa8572d by imp:
opts: fix silly typo



The end of the build log:

[...truncated 12.27 MB...]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from '_Tthr_testcancel' at /workspace/src/lib/libthr/thread/thr=
_cancel.c:144:14:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
--- cddl/lib/libumem__L ---
--- libumem.a ---
building static umem library
/usr/local/x86_64-unknown-freebsd13.1/bin/ar -crsD libumem.a umem.o =20
--- lib/libthr__L ---
In function '_get_curthread',
    inlined from '_Tthr_cancel_enter' at /workspace/src/lib/libthr/thread/t=
hr_cancel.c:180:2:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from '_Tthr_cancel_leave' at /workspace/src/lib/libthr/thread/t=
hr_cancel.c:186:2:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
--- lib/libpam/libpam__L ---
--- pam_strerror.pico ---
--- cddl/lib/libumem__L ---
--- libumem.so.2.full ---
--- lib/libthr__L ---
--- thr_clean.o ---
In file included from /workspace/src/lib/libthr/thread/thr_private.h:77,
                 from /workspace/src/lib/libthr/thread/thr_clean.c:43:
In function '_get_curthread',
    inlined from '__thr_cleanup_push_imp' at /workspace/src/lib/libthr/thre=
ad/thr_clean.c:62:30:
--- lib/libpam/libpam__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/openpam/include -DLIB=
_MAJ=3D6 -DHAVE_DLFUNC=3D1 -DHAVE_FDLOPEN=3D1 -DHAVE_FPURGE=3D1 -DHAVE_STRL=
CAT=3D1 -DHAVE_STRLCPY=3D1   -DOPENPAM_DEBUG -g -MD  -MF.depend.pam_strerro=
r.pico -MTpam_strerror.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-pr=
otector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unuse=
d-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual =
-Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-su=
bscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-t=
ime -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes =
-Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W=
no-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3De=
xtra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno=
-error=3Dunini--- cddl/lib/libumem__L ---
building shared library libumem.so.2
--- lib/libpam/libpam__L ---
tialized -Wno-error=3Dunused-but-set-variable -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=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       -c /works=
pace/src/contrib/openpam/lib/libpam/pam_strerror.c -o pam_strerror.pico
--- lib/libthr__L ---
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
--- cddl/lib/libumem__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -Wl,-=
zrelro   -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,-=
-warn-shared-textrel  -o libumem.so.2.full -Wl,-soname,libumem.so.2 umem.pi=
co=20
--- lib/libthr__L ---
In function '_get_curthread',
    inlined from '__thr_cleanup_pop_imp' at /workspace/src/lib/libthr/threa=
d/thr_clean.c:76:30:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from '_thr_cleanup_push' at /workspace/src/lib/libthr/thread/th=
r_clean.c:91:30:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
--- lib/libmd__L ---
--- sha512c.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -I. -I/workspace/src/lib/libmd -I/workspace/=
src/sys/crypto/sha2 -I/workspace/src/sys/crypto/skein -DWEAK_REFS -DSKEIN_A=
SM -DSKEIN_USE_ASM=3D1792 -g -MD  -MF.depend.sha512c.pico -MTsha512c.pico -=
std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-s=
ign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=
=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=
=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare=
 -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric=
t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable =
-Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-b=
ody -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-erro=
r=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunu=
sed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno=
-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfor=
mat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-c=
ontext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=
=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno=
-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri=
ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -=
Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/sys/cr=
ypto/sha2/sha512c.c -o sha512c.pico
--- lib/libthr__L ---
--- thr_concurrency.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/wo=
rkspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/=
src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/worksp=
ace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspa=
ce/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I=
NVARIANTS -mno-mmx -mno-sse  -g -MD  -MF.depend.thr_concurrency.o -MTthr_co=
ncurrency.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -=
Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointe=
r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse=
d-parameter -Wchar-subscripts -Wnested-externs -Wold-style-definition -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-but-set-v=
ariable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type       -c /workspace/src/lib/libthr/thread/thr_conc=
urrency.c -o thr_concurrency.o
--- cddl/lib/libumem__L ---
--- libumem.so.2.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug libumem=
.so.2.full libumem.so.2.debug
--- libumem.so.2 ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dlibumem.so.2.debug  libumem.so.2.full libumem.so.2
--- lib/libpam/libpam__L ---
--- pam_verror.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/openpam/include -DLIB=
_MAJ=3D6 -DHAVE_DLFUNC=3D1 -DHAVE_FDLOPEN=3D1 -DHAVE_FPURGE=3D1 -DHAVE_STRL=
CAT=3D1 -DHAVE_STRLCPY=3D1   -DOPENPAM_DEBUG -g -MD  -MF.depend.pam_verror.=
pico -MTpam_verror.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-protec=
tor-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-pa=
rameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwr=
ite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscr=
ipts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time =
-Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno=
-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e=
rror=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra=
 -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-err=
or=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused=
-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dma=
ybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-=
value -Wno-error=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=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
   -c /workspace/src/contrib/openpam/lib/libpam/pam_verror.c -o pam_verror.=
pico
--- lib/ncurses/tinfo__L ---
--- doalloc.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/src/lib/ncurse=
s/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/contrib/ncurs=
es/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/workspace/sr=
c/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -=
g -MD  -MF.depend.doalloc.o -MTdoalloc.o -std=3Dgnu99 -Wno-format-zero-leng=
th -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k =
-W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitia=
lized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray=
-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast=
-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-err=
or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -=
Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-=
but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-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=3Dbool-operation -Wno-error=
=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /work=
space/src/contrib/ncurses/ncurses/tinfo/doalloc.c -o doalloc.o
--- cddl/lib/libumem__L ---
--- _libinstall ---
install -U  -C -o root -g wheel -m 444   libumem.a /tmp/obj/workspace/src/a=
md64.amd64/tmp/usr/lib/
install -U  -s -o root -g wheel -m 444   -S  libumem.so.2 /tmp/obj/workspac=
e/src/amd64.amd64/tmp/lib/
install -U  -o root -g wheel -m 444    libumem.so.2.debug /tmp/obj/workspac=
e/src/amd64.amd64/tmp/usr/lib/debug/lib/
install -U -l rs -o root -g wheel -m 755 -S   /tmp/obj/workspace/src/amd64.=
amd64/tmp/lib/libumem.so.2 /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/l=
ibumem.so
--- lib/libsbuf__L ---
--- subr_prf.pico ---
--- lib/libpam/libpam__L ---
--- pam_vinfo.pico ---
--- lib/libsbuf__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -g -MD  -MF.depend.subr_prf.pico -MTsubr_prf=
.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsyste=
m-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-=
prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswit=
ch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-exte=
rns -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddre=
ss -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-comp=
are -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-=
declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogi=
cal-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized=
 -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-err=
or=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/s=
rc/sys/kern/subr_prf.c -o subr_prf.pico
--- lib/libpam/libpam__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/openpam/include -DLIB=
_MAJ=3D6 -DHAVE_DLFUNC=3D1 -DHAVE_FDLOPEN=3D1 -DHAVE_FPURGE=3D1 -DHAVE_STRL=
CAT=3D1 -DHAVE_STRLCPY=3D1   -DOPENPAM_DEBUG -g -MD  -MF.depend.pam_vinfo.p=
ico -MTpam_vinfo.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-protecto=
r-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-para=
meter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrit=
e-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscrip=
ts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -W=
no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e=
rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err=
or=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -=
Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=
=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f=
unction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmayb=
e-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-va=
lue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -W=
no-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to=
-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-e=
rror=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dm=
emset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=
=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-l=
oop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value =
-Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeo=
f-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type      =
 -c /workspace/src/contrib/openpam/lib/libpam/pam_vinfo.c -o pam_vinfo.pico
--- lib/libthr__L ---
--- thr_cond.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/wo=
rkspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/=
src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/worksp=
ace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspa=
ce/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I=
NVARIANTS -mno-mmx -mno-sse  -g -MD  -MF.depend.thr_cond.o -MTthr_cond.o -s=
td=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-form=
at-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wretu=
rn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -W=
char-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -=
Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattr=
ibutes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobb=
ered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-er=
ror=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasi=
ng -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-err=
or=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshif=
t-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-cons=
t-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=
=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-tr=
uncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context=
 -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnu=
ll -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=
=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type       -c /workspace/src/lib/libthr/thread/thr_cond.c -o thr_cond.=
o
--- lib/libelf__L ---
--- elf_data.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -I. -I/workspace/src/contrib/elftoolchain/li=
belf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.elf_da=
ta.pico -MTelf_data.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-prote=
ctor-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-p=
arameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww=
rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc=
ripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time=
 -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn=
o-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-=
error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextr=
a -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-er=
ror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunuse=
d-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dm=
aybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative=
-value -Wno-error=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 -Wn=
o-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
   -c /workspace/src/contrib/elftoolchain/libelf/elf_data.c -o elf_data.pic=
o
--- lib/libpam/libpam__L ---
--- pam_vprompt.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/openpam/include -DLIB=
_MAJ=3D6 -DHAVE_DLFUNC=3D1 -DHAVE_FDLOPEN=3D1 -DHAVE_FPURGE=3D1 -DHAVE_STRL=
CAT=3D1 -DHAVE_STRLCPY=3D1   -DOPENPAM_DEBUG -g -MD  -MF.depend.pam_vprompt=
.pico -MTpam_vprompt.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-prot=
ector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-=
parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -W=
write-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subs=
cripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-tim=
e -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W=
no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno=
-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dext=
ra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e=
rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -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-error=3Dtautological-compare -Wno-error=3Dunused-const-variabl=
e -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansio=
n-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -W=
no-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
   -c /workspace/src/contrib/openpam/lib/libpam/pam_vprompt.c -o pam_vpromp=
t.pico
--- lib/ncurses/tinfo__L ---
--- entries.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/src/lib/ncurse=
s/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/contrib/ncurs=
es/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/workspace/sr=
c/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -=
g -MD  -MF.depend.entries.o -MTentries.o -std=3Dgnu99 -Wno-format-zero-leng=
th -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k =
-W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitia=
lized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray=
-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast=
-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-err=
or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -=
Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-=
but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-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=3Dbool-operation -Wno-error=
=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /work=
space/src/contrib/ncurses/ncurses/tinfo/entries.c -o entries.o
--- lib/libelf__L ---
--- elf_fill.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -I. -I/workspace/src/contrib/elftoolchain/li=
belf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.elf_fi=
ll.pico -MTelf_fill.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-prote=
ctor-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-p=
arameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww=
rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc=
ripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time=
 -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn=
o-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-=
error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextr=
a -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-er=
ror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunuse=
d-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dm=
aybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative=
-value -Wno-error=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 -Wn=
o-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
   -c /workspace/src/contrib/elftoolchain/libelf/elf_fill.c -o elf_fill.pic=
o
--- lib/libpam/libpam__L ---
--- libpam.so.6.full ---
building shared library libpam.so.6
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -Wl,-=
zrelro   -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,-=
-warn-shared-textrel  -o libpam.so.6.full -Wl,-soname,libpam.so.6 openpam_a=
sprintf.pico openpam_borrow_cred.pico openpam_check_owner_perms.pico openpa=
m_configure.pico openpam_constants.pico openpam_dispatch.pico openpam_dynam=
ic.pico openpam_features.pico openpam_findenv.pico openpam_free_data.pico o=
penpam_free_envlist.pico openpam_get_feature.pico openpam_get_option.pico o=
penpam_load.pico openpam_log.pico openpam_nullconv.pico openpam_readline.pi=
co openpam_readlinev.pico openpam_readword.pico openpam_restore_cred.pico o=
penpam_set_feature.pico openpam_set_option.pico openpam_straddch.pico openp=
am_strlcat.pico openpam_strlcpy.pico openpam_strlset.pico openpam_subst.pic=
o openpam_ttyconv.pico openpam_vasprintf.pico pam_acct_mgmt.pico pam_authen=
ticate.pico pam_chauthtok.pico pam_close_session.pico pam_end.pico pam_erro=
r.pico pam_get_authtok.pico pam_get_data.pico pam_get_item.pico pam_get_use=
r.pico pam_getenv.pico pam_getenvlist.pico pam_info.pico pam_open_session.p=
ico pam_prompt.pico pam_putenv.pico pam_set_data.pico pam_set_item.pico pam=
_setcred.pico pam_setenv.pico pam_start.pico pam_strerror.pico pam_verror.p=
ico pam_vinfo.pico pam_vprompt.pico=20
--- lib/libsbuf__L ---
--- subr_sbuf.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -g -MD  -MF.depend.subr_sbuf.pico -MTsubr_sb=
uf.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsys=
tem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissin=
g-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wsw=
itch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-ex=
terns -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Dadd=
ress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-co=
mpare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecate=
d-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlo=
gical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitializ=
ed -Wno-error=3Dunused-but-set-variable -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/s=
rc/sys/kern/subr_sbuf.c -o subr_sbuf.pico
--- lib/ncurses/tinfo__L ---
--- free_ttype.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/src/lib/ncurse=
s/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/contrib/ncurs=
es/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/workspace/sr=
c/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -=
g -MD  -MF.depend.free_ttype.o -MTfree_ttype.o -std=3Dgnu99 -Wno-format-zer=
o-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-forma=
t-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-un=
initialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=
=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-erro=
r=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations =
-Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-paren=
theses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=
=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused=
-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=
=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautologi=
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   =
   -c /workspace/src/contrib/ncurses/ncurses/tinfo/free_ttype.c -o free_tty=
pe.o
--- lib/libpam/libpam__L ---
--- libpam.so.6.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug libpam.=
so.6.full libpam.so.6.debug
--- libpam.so.6 ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dlibpam.so.6.debug  libpam.so.6.full libpam.so.6
--- lib/libthr__L ---
--- thr_condattr.o ---
--- thr_cond.o ---
In file included from /workspace/src/lib/libthr/thread/thr_private.h:77,
                 from /workspace/src/lib/libthr/thread/thr_cond.c:44:
In function '_get_curthread',
    inlined from 'cond_wait_common' at /workspace/src/lib/libthr/thread/thr=
_cond.c:357:30:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from 'cond_wait_common' at /workspace/src/lib/libthr/thread/thr=
_cond.c:362:2:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from 'cond_wait_user' at /workspace/src/lib/libthr/thread/thr_c=
ond.c:285:14,
    inlined from 'cond_wait_common' at /workspace/src/lib/libthr/thread/thr=
_cond.c:380:11:
--- thr_condattr.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/wo=
rkspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/=
src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/worksp=
ace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspa=
ce/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I=
NVARIANTS -mno-mmx -mno-sse  -g -MD  -MF.depend.thr_condattr.o -MTthr_conda=
ttr.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -=
Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arit=
h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para=
meter -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointe=
r-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-erro=
r=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-alig--- thr_cond=
.o ---
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from 'cond_wait_kernel' at /workspace/src/lib/libthr/thread/thr=
_cond.c:212:14,
    inlined from 'cond_wait_common' at /workspace/src/lib/libthr/thread/thr=
_cond.c:378:11:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
--- thr_condattr.o ---
n -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3D=
enum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-e=
rror=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-s=
et-variable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-err=
or=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compa=
re -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno=
-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddep=
recated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno=
-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Di=
nt-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type =
-Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-ove=
rflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function=
-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-erro=
r=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tr=
uncation -Wno-return-type       -c /workspace/src/lib/libthr/thread/thr_con=
dattr.c -o thr_condattr.o
--- lib/ncurses/tinfo__L ---
--- getenv_num.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/src/lib/ncurse=
s/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/contrib/ncurs=
es/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/workspace/sr=
c/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -=
g -MD  -MF.depend.getenv_num.o -MTgetenv_num.o -std=3Dgnu99 -Wno-format-zer=
o-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-forma=
t-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-un=
initialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=
=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-erro=
r=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations =
-Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-paren=
theses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=
=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused=
-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=
=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautologi=
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   =
   -c /workspace/src/contrib/ncurses/ncurses/tinfo/getenv_num.c -o getenv_n=
um.o
--- lib/libpam/libpam__L ---
--- _libinstall ---
install -U  -s -o root -g wheel -m 444   -S  libpam.so.6 /tmp/obj/workspace=
/src/amd64.amd64/tmp/usr/lib/
install -U  -o root -g wheel -m 444    libpam.so.6.debug /tmp/obj/workspace=
/src/amd64.amd64/tmp/usr/lib/debug/usr/lib/
install -U -l rs -o root -g wheel -m 755 -S   libpam.so.6 /tmp/obj/workspac=
e/src/amd64.amd64/tmp/usr/lib/libpam.so
--- _INCSINS ---
install -U  -C -o root -g wheel -m 444  /workspace/src/contrib/openpam/incl=
ude/security/openpam.h /workspace/src/contrib/openpam/include/security/open=
pam_attr.h /workspace/src/contrib/openpam/include/security/openpam_version.=
h /workspace/src/contrib/openpam/include/security/pam_appl.h /workspace/src=
/contrib/openpam/include/security/pam_constants.h /workspace/src/contrib/op=
enpam/include/security/pam_modules.h /workspace/src/contrib/openpam/include=
/security/pam_types.h /workspace/src/lib/libpam/libpam/security/pam_mod_mis=
c.h /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/security/
--- lib/libelf__L ---
--- elf_flag.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -I. -I/workspace/src/contrib/elftoolchain/li=
belf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.elf_fl=
ag.pico -MTelf_flag.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-prote=
ctor-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-p=
arameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww=
rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc=
ripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time=
 -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn=
o-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-=
error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextr=
a -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-er=
ror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunuse=
d-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dm=
aybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative=
-value -Wno-error=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 -Wn=
o-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
   -c /workspace/src/contrib/elftoolchain/libelf/elf_flag.c -o elf_flag.pic=
o
--- lib/libthr__L ---
--- thr_cond.o ---
In function '_get_curthread',
    inlined from 'cond_broadcast_common' at /workspace/src/lib/libthr/threa=
d/thr_cond.c:521:2:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from 'cond_broadcast_common' at /workspace/src/lib/libthr/threa=
d/thr_cond.c:530:17:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
--- lib/libmd__L ---
--- sha512hl.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -I. -I/workspace/src/lib/libmd -I/workspace/=
src/sys/crypto/sha2 -I/workspace/src/sys/crypto/skein -DWEAK_REFS -DSKEIN_A=
SM -DSKEIN_USE_ASM=3D1792 -g -MD  -MF.depend.sha512hl.pico -MTsha512hl.pico=
 -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer=
-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=
=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=
=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare=
 -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric=
t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable =
-Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-b=
ody -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-erro=
r=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunu=
sed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno=
-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfor=
mat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-c=
ontext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=
=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno=
-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri=
ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -=
Wno-return-type -Wno-address-of-packed-member      -c sha512hl.c -o sha512h=
l.pico
--- lib/libthr__L ---
In function '_get_curthread',
    inlined from 'cond_signal_common' at /workspace/src/lib/libthr/thread/t=
hr_cond.c:426:30,
    inlined from '_thr_cond_signal' at /workspace/src/lib/libthr/thread/thr=
_cond.c:551:10:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from 'cond_signal_common' at /workspace/src/lib/libthr/thread/t=
hr_cond.c:438:2,
    inlined from '_thr_cond_signal' at /workspace/src/lib/libthr/thread/thr=
_cond.c:551:10:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
In function '_get_curthread',
    inlined from 'cond_signal_common' at /workspace/src/lib/libthr/thread/t=
hr_cond.c:447:14,
    inlined from '_thr_cond_signal' at /workspace/src/lib/libthr/thread/thr=
_cond.c:551:10:
/workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: ar=
ray subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volat=
ile long unsigned int[]'} [-Warray-bounds]
   52 |         __asm __volatile("movq %%fs:%1, %0" : "=3Dr" (thr)
      |         ^~~~~
--- lib/ncurses/tinfo__L ---
--- hashed_db.o ---
--- cddl/lib/libicp__L ---
--- lib/ncurses/tinfo__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/src/lib/ncurse=
s/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/contrib/ncurs=
es/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/workspace/sr=
c/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -=
g -MD  -MF.depend.hashed_db.o -MThashed_db.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 -Wno-unin=
itialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Da=
rray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3D=
cast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno=
-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parenthes=
es -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunu=
sed-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused-value=
 -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonn=
ull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-com=
pare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-er=
ror=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-over=
flow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-=
error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexc=
ept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstr=
ingop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast=
-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros =
-Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dst=
ringop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /w=
orkspace/src/contrib/ncurses/ncurses/tinfo/hashed_db.c -o hashed_db.o
--- cddl/lib/libicp__L ---
=3D=3D=3D> cddl/lib/libicp (obj,all,install)
--- lib/libthr__L ---
--- thr_create.o ---
--- cddl/lib/libicp__L ---
--- asm-x86_64/aes/aes_amd64.o ---
--- lib/libthr__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/wo=
rkspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/=
src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/worksp=
ace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspa=
ce/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I=
NVARIANTS -mno-mmx -mno-sse  -g -MD  -MF.depend.thr_create.o -MTthr_create.=
o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-=
format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -W=
return-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramete=
r -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-si=
gn -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3D=
attributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dc=
lobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wn=
o-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al=
iasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno=
-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3D=
shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-=
const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err=
or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-=
truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte=
xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon=
null -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=
=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type       -c /workspace/src/lib/libthr/thread/thr_create.c -o thr_cre=
ate.o
--- cddl/lib/libicp__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -p=
ipe -fno-common -D__amd64 -D_SYS_STACK_H -UHAVE_AES -DIN_BASE -I/workspace/=
src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/lib/li=
bspl/include/ -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/os/fr=
eebsd -I/workspace/src/sys -I/workspace/src/cddl/compat/opensolaris/include=
 -I/workspace/src/sys/contrib/openzfs/module/icp/include -include /workspac=
e/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSE=
TUGID -include /workspace/src/sys/modules/zfs/zfs_config.h   -DNEED_SOLARIS=
_BOOLEAN -g -MD  -MF.depend.asm-x86_64_aes_aes_amd64.o -MTasm-x86_64/aes/ae=
s_amd64.o -std=3Diso9899:1999 -Wno-format-zero-length -fstack-protector-str=
ong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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-but-set-v=
ariable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type -Wno-unknown-pragmas -Wno-address-of-packed-member=
   -DLOCORE      -c /workspace/src/sys/contrib/openzfs/module/icp/asm-x86_6=
4/aes/aes_amd64.S -o asm-x86_64/aes/aes_amd64.o
--- lib/libthr__L ---
--- thr_ctrdtr.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/wo=
rkspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/=
src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/worksp=
ace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspa=
ce/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I=
NVARIANTS -mno-mmx -mno-sse  -g -MD  -MF.depend.thr_ctrdtr.o -MTthr_ctrdtr.=
o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-=
format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -W=
return-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramete=
r -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-si=
gn -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3D=
attributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dc=
lobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wn=
o-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al=
iasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno=
-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3D=
shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-=
const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err=
or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-=
truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte=
xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon=
null -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=
=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type       -c /workspace/src/lib/libthr/thread/thr_ctrdtr.c -o thr_ctr=
dtr.o
--- cddl/lib/libicp__L ---
--- asm-x86_64/aes/aes_aesni.o ---
--- asm-x86_64/aes/aes_amd64.o ---
/workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S: A=
ssembler messages:
/workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S:69=
6: Error: unknown pseudo-op: `.rodata'
--- asm-x86_64/aes/aes_aesni.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -p=
ipe -fno-common -D__amd64 -D_SYS_STACK_H -UHAVE_AES -DIN_BASE -I/workspace/=
src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/lib/li=
bspl/include/ -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/os/fr=
eebsd -I/workspace/src/sys -I/workspace/src/cddl/compat/opensolaris/include=
 -I/workspace/src/sys/contrib/openzfs/module/icp/include -include /workspac=
e/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSE=
TUGID -include /workspace/src/sys/modules/zfs/zfs_config.h   -DNEED_SOLARIS=
_BOOLEAN -g -MD  -MF.depend.asm-x86_64_aes_aes_aesni.o -MTasm-x86_64/aes/ae=
s_aesni.o -std=3Diso9899:1999 -Wno-format-zero-length -fstack-protector-str=
ong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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-but-set-v=
ariable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type -Wno-unknown-pragmas -Wno-address-of-packed-member=
   -DLOCORE      -c /workspace/src/sys/contrib/openzfs/module/icp/asm-x86_6=
4/aes/aes_aesni.S -o asm-x86_64/aes/aes_aesni.o
--- asm-x86_64/aes/aes_amd64.o ---
/workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S:80=
2: Error: unknown pseudo-op: `.rodata'
--- lib/ncurses/tinfo__L ---
--- home_terminfo.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/src/lib/ncurse=
s/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/contrib/ncurs=
es/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/workspace/sr=
c/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -=
g -MD  -MF.depend.home_terminfo.o -MThome_terminfo.o -std=3Dgnu99 -Wno-form=
at-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=3Daddress -Wno-e=
rror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-=
error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarati=
ons -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-p=
arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err=
or=3Dunused-but-set-variable -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 -Wno-address-of-packed-member   =
   -c /workspace/src/contrib/ncurses/ncurses/tinfo/home_terminfo.c -o home_=
terminfo.o
--- lib/libmd__L ---
--- sha512t224hl.pico ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -I. -I/workspace/src/lib/libmd -I/workspace/=
src/sys/crypto/sha2 -I/workspace/src/sys/crypto/skein -DWEAK_REFS -DSKEIN_A=
SM -DSKEIN_USE_ASM=3D1792 -g -MD  -MF.depend.sha512t224hl.pico -MTsha512t22=
4hl.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno=
-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn=
o-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-=
compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=
=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-v=
ariable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type -Wno-address-of-packed-member      -c sha512t224hl=
.c -o sha512t224hl.pico
--- cddl/lib/libicp__L ---
*** [asm-x86_64/aes/aes_amd64.o] Error code 1

make[4]: stopped in /workspace/src/cddl/lib/libicp

make[2]: stopped in /workspace/src
       51.02 real       412.65 user        59.14 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/jenkins1455166297914669=
5679.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_32_2031448530.1678473220917--



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