Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2023 07:12:57 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        mckusick@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #550 - Still Failing
Message-ID:  <1515737987.11141.1678086778495@jenkins.ci.freebsd.org>
In-Reply-To: <1270324092.11121.1678070385280@jenkins.ci.freebsd.org>
References:  <1270324092.11121.1678070385280@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #550 (528d8e55c8d338e78fa4e6c9f182e8=
975f75199a) - Still Failing

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

528d8e55c8d338e78fa4e6c9f182e8975f75199a by mckusick:
FFS/UFS snapshots: improve documentation.



The end of the build log:

[...truncated 12.61 MB...]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:268:35: note: in expansion of m=
acro 'DUAL_ENTRY'
  268 |         [PJT_CLEANUP_PUSH_IMP] =3D {DUAL_ENTRY(__thr_cleanup_push_i=
mp)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'void (*)(void (*)(void *), void *, struct =
_pthread_cleanup_info *)' to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:268:35: note: in expansion of m=
acro 'DUAL_ENTRY'
  268 |         [PJT_CLEANUP_PUSH_IMP] =3D {DUAL_ENTRY(__thr_cleanup_push_i=
mp)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-f=
unction-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:269:31: note: in expansion of m=
acro 'DUAL_ENTRY'
  269 |         [PJT_CANCEL_ENTER] =3D {DUAL_ENTRY(_Tthr_cancel_enter)},
      |                               ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-=
function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:269:31: note: in expansion of m=
acro 'DUAL_ENTRY'
  269 |         [PJT_CANCEL_ENTER] =3D {DUAL_ENTRY(_Tthr_cancel_enter)},
      |                               ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-f=
unction-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:270:31: note: in expansion of m=
acro 'DUAL_ENTRY'
  270 |         [PJT_CANCEL_LEAVE] =3D {DUAL_ENTRY(_Tthr_cancel_leave)},
      |                               ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-=
function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:270:31: note: in expansion of m=
acro 'DUAL_ENTRY'
  270 |         [PJT_CANCEL_LEAVE] =3D {DUAL_ENTRY(_Tthr_cancel_leave)},
      |                               ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'int (*)(struct pthread_mutex **)' to 'int (=
*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:271:35: note: in expansion of m=
acro 'DUAL_ENTRY'
  271 |         [PJT_MUTEX_CONSISTENT] =3D {DUAL_ENTRY(_Tthr_mutex_consiste=
nt)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(struct pthread_mutex **)' to 'int =
(*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:271:35: note: in expansion of m=
acro 'DUAL_ENTRY'
  271 |         [PJT_MUTEX_CONSISTENT] =3D {DUAL_ENTRY(_Tthr_mutex_consiste=
nt)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'int (*)(struct pthread_mutex_attr **, int *=
)' to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:272:38: note: in expansion of m=
acro 'DUAL_ENTRY'
  272 |         [PJT_MUTEXATTR_GETROBUST] =3D {DUAL_ENTRY(_thr_mutexattr_ge=
trobust)},
      |                                      ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(struct pthread_mutex_attr **, int =
*)' to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:272:38: note: in expansion of m=
acro 'DUAL_ENTRY'
  272 |         [PJT_MUTEXATTR_GETROBUST] =3D {DUAL_ENTRY(_thr_mutexattr_ge=
trobust)},
      |                                      ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'int (*)(struct pthread_mutex_attr **, int)'=
 to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:273:38: note: in expansion of m=
acro 'DUAL_ENTRY'
  273 |         [PJT_MUTEXATTR_SETROBUST] =3D {DUAL_ENTRY(_thr_mutexattr_se=
trobust)},
      |                                      ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(struct pthread_mutex_attr **, int)=
' to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:273:38: note: in expansion of m=
acro 'DUAL_ENTRY'
  273 |         [PJT_MUTEXATTR_SETROBUST] =3D {DUAL_ENTRY(_thr_mutexattr_se=
trobust)},
      |                                      ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'int (*)(struct pthread *, struct pthread_at=
tr **)' to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:275:30: note: in expansion of m=
acro 'DUAL_ENTRY'
  275 |         [PJT_ATTR_GET_NP] =3D {DUAL_ENTRY(_thr_attr_get_np)},
      |                              ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(struct pthread *, struct pthread_a=
ttr **)' to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:275:30: note: in expansion of m=
acro 'DUAL_ENTRY'
  275 |         [PJT_ATTR_GET_NP] =3D {DUAL_ENTRY(_thr_attr_get_np)},
      |                              ^~~~~~~~~~
--- lib/ncurses/tinfo__L ---
--- names.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   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/sr=
c/lib/ncurses/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/c=
ontrib/ncurses/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/=
workspace/src/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H=
 -DTERMIOS -g -MD  -MF.depend.names.pico -MTnames.pico -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno=
-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wn=
o-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declara=
tions -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not=
-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-e=
rror=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dun=
used-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-er=
ror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautol=
ogical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operati=
on -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Df=
ormat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthr=
ough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-err=
or=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-e=
rror=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-er=
ror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistateme=
nt-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-=
error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member =
     -c names.c -o names.pico
--- lib/libthr__L ---
--- thr_join.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_join.o -MTthr_join.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_join.c -o thr_join.=
o
--- lib/libelf__L ---
--- libelf_ar.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.libelf=
_ar.pico -MTlibelf_ar.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-pro=
tector-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 -Wchar-sub=
scripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-ti=
me -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -=
Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wn=
o-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dex=
tra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-=
error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunu=
sed-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=
=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-nega=
tive-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-vari=
able -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpan=
sion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation=
 -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-er=
ror=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-=
error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggress=
ive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-v=
alue -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3D=
sizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type =
      -c /workspace/src/contrib/elftoolchain/libelf/libelf_ar.c -o libelf_a=
r.pico
--- lib/ncurses/tinfo__L ---
--- unctrl.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   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/sr=
c/lib/ncurses/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/c=
ontrib/ncurses/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/=
workspace/src/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H=
 -DTERMIOS -g -MD  -MF.depend.unctrl.pico -MTunctrl.pico -std=3Dgnu99 -Wno-=
format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall =
-Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-ari=
th -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -W=
no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -=
Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-decla=
rations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-n=
ot-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno=
-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3D=
unused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-=
error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtaut=
ological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-opera=
tion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=
=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fal=
lthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno=
-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -W=
no-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wn=
o-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultista=
tement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -=
Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-mem=
ber      -c unctrl.c -o unctrl.pico
--- lib/libthr__L ---
In file included from /workspace/src/lib/libthr/thread/thr_private.h:77,
                 from /workspace/src/lib/libthr/thread/thr_join.c:37:
In function '_get_curthread',
    inlined from 'backout_join' at /workspace/src/lib/libthr/thread/thr_joi=
n.c:52: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 'join_common' at /workspace/src/lib/libthr/thread/thr_join=
.c:90: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/ncurses/tinfo__L ---
--- define_key.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   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/sr=
c/lib/ncurses/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/c=
ontrib/ncurses/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/=
workspace/src/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H=
 -DTERMIOS -g -MD  -MF.depend.define_key.pico -MTdefine_key.pico -std=3Dgnu=
99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoi=
nter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Dad=
dress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-c=
ompare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecat=
ed-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dl=
ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali=
zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-=
error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ=
ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro=
r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo=
ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno=
-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic=
it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz=
e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp=
are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio=
ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu=
ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac=
cess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pack=
ed-member      -c /workspace/src/contrib/ncurses/ncurses/base/define_key.c =
-o define_key.pico
--- lib/libtacplus__L ---
--- libtacplus.a ---
--- lib/libelf__L ---
--- libelf_ar_util.pico ---
--- lib/libtacplus__L ---
building static tacplus library
--- lib/libthr__L ---
--- thr_list.o ---
--- lib/libtacplus__L ---
/usr/local/x86_64-unknown-freebsd13.1/bin/ar -crsD libtacplus.a taclib.o =
=20
--- libtacplus.so.5.full ---
building shared library libtacplus.so.5
/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 libtacplus.so.5.full -Wl,-soname,libtacplus.so.5 t=
aclib.pico  -lmd=20
--- lib/libelf__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. -I/workspace/src/contrib/elftoolchain/li=
belf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.libelf=
_ar_util.pico -MTlibelf_ar_util.pico -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 -Wc=
ast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align =
-Wchar-subscripts -Wnested-externs -Wold-style-definition -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-but-set-variable -Wno-e=
rror--- 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_list.o -MTthr_list.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-e--- lib/libe=
lf__L ---
=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e=
rror=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=3De=
xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca=
tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -=
Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat=
ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro=
r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t=
ype       -c /workspace/src/contrib/elftoolchain/libelf/libelf_ar_util.c -o=
 libelf_ar_util.pico
--- lib/libthr__L ---
rror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-com=
pare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Ds=
trict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-varia=
ble -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Demp=
ty-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=3Ddeprecate=
d -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-e=
rror=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=3Dre=
strict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncati=
on -Wno-return-type       -c /workspace/src/lib/libthr/thread/thr_list.c -o=
 thr_list.o
--- thr_kern.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_kern.o -MTthr_kern.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_kern.c -o thr_kern.=
o
--- lib/libtacplus__L ---
--- libtacplus.so.5.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug libtacp=
lus.so.5.full libtacplus.so.5.debug
--- libtacplus.so.5 ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dlibtacplus.so.5.debug  libtacplus.so.5.full libtacplus.so.5
--- lib/ncurses/tinfo__L ---
--- key_defined.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   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/sr=
c/lib/ncurses/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/c=
ontrib/ncurses/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/=
workspace/src/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H=
 -DTERMIOS -g -MD  -MF.depend.key_defined.pico -MTkey_defined.pico -std=3Dg=
nu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Wer=
ror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wp=
ointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3D=
address -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool=
-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprec=
ated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=
=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit=
ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -=
Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uniniti=
alized -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 -Wno-address-of=
-packed-member      -c /workspace/src/contrib/ncurses/ncurses/base/key_defi=
ned.c -o key_defined.pico
--- lib/libtacplus__L ---
--- _libinstall ---
install -U  -C -o root -g wheel -m 444   libtacplus.a /tmp/obj/workspace/sr=
c/amd64.amd64/tmp/usr/lib/
install -U  -s -o root -g wheel -m 444   -S  libtacplus.so.5 /tmp/obj/works=
pace/src/amd64.amd64/tmp/usr/lib/
install -U  -o root -g wheel -m 444    libtacplus.so.5.debug /tmp/obj/works=
pace/src/amd64.amd64/tmp/usr/lib/debug/usr/lib/
install -U -l rs -o root -g wheel -m 755 -S   libtacplus.so.5 /tmp/obj/work=
space/src/amd64.amd64/tmp/usr/lib/libtacplus.so
--- _INCSINS ---
install -U  -C -o root -g wheel -m 444  /workspace/src/lib/libtacplus/tacli=
b.h /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/
--- lib/libelf__L ---
--- libelf_chdr.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.libelf=
_chdr.pico -MTlibelf_chdr.pico -std=3Dgnu99 -Wno-format-zero-length -fstack=
-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-un=
used-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qu=
al -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar=
-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdat=
e-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -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=3Dstrict-aliasing =
-Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=
=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e=
rror=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=3De=
xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca=
tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -=
Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat=
ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro=
r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t=
ype       -c /workspace/src/contrib/elftoolchain/libelf/libelf_chdr.c -o li=
belf_chdr.pico
--- lib/libthr__L ---
In file included from /workspace/src/lib/libthr/thread/thr_private.h:77,
                 from /workspace/src/lib/libthr/thread/thr_kern.c:39:
In function '_get_curthread',
    inlined from '_thr_alloc_wake_addr' at /workspace/src/lib/libthr/thread=
/thr_kern.c:154: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/libicp__L ---
=3D=3D=3D> cddl/lib/libicp (obj,all,install)
--- lib/libelf__L ---
--- libelf_checksum.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.libelf=
_checksum.pico -MTlibelf_checksum.pico -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 -Wcast-alig=
n -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/contrib/elftoolchain/libelf/libelf_checks=
um.c -o libelf_checksum.pico
--- lib/libthr__L ---
In function '_get_curthread',
    inlined from '_thr_release_wake_addr' at /workspace/src/lib/libthr/thre=
ad/thr_kern.c:180:30:
--- lib/ncurses/tinfo__L ---
--- keybound.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   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/sr=
c/lib/ncurses/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/c=
ontrib/ncurses/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/=
workspace/src/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H=
 -DTERMIOS -g -MD  -MF.depend.keybound.pico -MTkeybound.pico -std=3Dgnu99 -=
Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -W=
all -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer=
-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddres=
s -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compa=
re -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-d=
eclarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogic=
al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized =
-Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro=
r=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -=
Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3D=
tautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-o=
peration -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-err=
or=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-f=
allthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -W=
no-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=3Dmultis=
tatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess=
 -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-m=
ember      -c /workspace/src/contrib/ncurses/ncurses/base/keybound.c -o key=
bound.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)
      |         ^~~~~
--- lib/libelf__L ---
--- libelf_data.pico ---
--- cddl/lib/libicp__L ---
--- asm-x86_64/aes/aes_amd64.o ---
--- lib/libelf__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. -I/workspace/src/contrib/elftoolchain/li=
belf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.libelf=
_data.pico -MTlibelf_data.pico -std=3Dgnu99 -Wno-format-zero-length -fstack=
-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-un=
used-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qu=
al -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar=
-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdat=
e-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -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=3Dstrict-aliasing =
-Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=
=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e=
rror=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=3De=
xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca=
tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -=
Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat=
ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro=
r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t=
ype       -c /workspace/src/contrib/elftoolchain/libelf/libelf_data.c -o li=
belf_data.pico
--- 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/ncurses/tinfo__L ---
--- keyok.pico ---
--- cddl/lib/libicp__L ---
/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'
--- 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/ -fpic =
-DPIC  -O2 -pipe -fno-common   -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/sr=
c/lib/ncurses/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/c=
ontrib/ncurses/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/=
workspace/src/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H=
 -DTERMIOS -g -MD  -MF.depend.keyok.pico -MTkeyok.pico -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno=
-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wn=
o-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declara=
tions -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not=
-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-e=
rror=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dun=
used-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-er=
ror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautol=
ogical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operati=
on -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Df=
ormat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthr=
ough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-err=
or=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-e=
rror=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-er=
ror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistateme=
nt-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-=
error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member =
     -c /workspace/src/contrib/ncurses/ncurses/base/keyok.c -o keyok.pico
--- lib/libexpat__L ---
--- libbsdxml.so.4.full ---
building shared library libbsdxml.so.4
/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 libbsdxml.so.4.full -Wl,-soname,libbsdxml.so.4 xml=
parse.pico xmlrole.pico xmltok.pico=20
--- cddl/lib/libicp__L ---
/workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S:80=
2: Error: unknown pseudo-op: `.rodata'
--- lib/libelf__L ---
--- libelf_ehdr.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.libelf=
_ehdr.pico -MTlibelf_ehdr.pico -std=3Dgnu99 -Wno-format-zero-length -fstack=
-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-un=
used-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qu=
al -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar=
-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdat=
e-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -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=3Dstrict-aliasing =
-Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=
=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e=
rror=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=3De=
xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca=
tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -=
Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat=
ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro=
r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t=
ype       -c /workspace/src/contrib/elftoolchain/libelf/libelf_ehdr.c -o li=
belf_ehdr.pico
--- lib/libexpat__L ---
--- libbsdxml.so.4.debug ---
--- lib/libelf__L ---
--- libelf_elfmachine.pico ---
--- lib/libexpat__L ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug libbsdx=
ml.so.4.full libbsdxml.so.4.debug
--- lib/libelf__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. -I/workspace/src/contrib/elftoolchain/li=
belf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.libelf=
_elfmachine.pico -MTlibelf_elfmachine.pico -std=3Dgnu99 -Wno-format-zero-le=
ngth -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2=
k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-ty=
pe -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-=
align -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-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       -c /workspace/src/contrib/elftoolchain/libelf/libelf_=
elfmachine.c -o libelf_elfmachine.pico
--- cddl/lib/libicp__L ---
*** [asm-x86_64/aes/aes_amd64.o] Error code 1

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

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

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

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

make[3]: stopped in /workspace/src
--- lib/libc++__L ---

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

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

make[3]: stopped in /workspace/src

make[2]: stopped in /workspace/src
       54.92 real       480.93 user        82.05 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/jenkins2335726858167500=
509.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_11140_741351195.1678086778034--



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