Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2023 15:05:45 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        des@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #580 - Still Failing
Message-ID:  <632993110.25.1678460745850@jenkins.ci.freebsd.org>
In-Reply-To: <1783685844.21.1678450600230@jenkins.ci.freebsd.org>
References:  <1783685844.21.1678450600230@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #580 (1955ad42b3b71a2083bd6d2aec0d9a=
10dd78eb21) - Still Failing

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

a6dfd2015c202f3424eb58846d8575a877728881 by des:
tftpd: Fix max block size calculation.

7c21545c46e1290e66fd9e9300165b4a381161b9 by des:
tftpd: Ensure that tftp_log() preserves errno.

36242fc0e56c5657d5d70e01fd2cfe1d7e7e7123 by des:
tftpd: Make the transfer functions return success / failure.

92570f67c7911126ce742a3dfe1b97046091ed0e by des:
tftp: Correctly propagate transfer errors.

9f6f64941c02596b01367fd99abdd2c91ba0fe79 by des:
tftpd: Make the -d option behave as documented.

e3b4cb1b32c05ec668b16fe4e858e78b61fe5805 by des:
tftpd: Use poll() instead of alarm() + setjmp().

b4736c90adb84032aaf1e3bcb8988916a82ed5de by des:
tftpd: Don't consume arbitrary requests when failing to fork.

77e83935b7efb0d881fdb77117eb992e807ed9d7 by des:
tftpd: Don't forget to close stderr on startup.

64c2a712d661db9be31f02fe97c3b59710290ae3 by des:
tftp: Add tests.

1955ad42b3b71a2083bd6d2aec0d9a10dd78eb21 by des:
tftpd: Gracefully skip tests if networking is not enabled.



The end of the build log:

[...truncated 12.47 MB...]
      |                                 ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(int,  int *)' to 'int (*)(void)' [=
-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:262:33: note: in expansion of m=
acro 'DUAL_ENTRY'
  262 |         [PJT_SETCANCELSTATE] =3D {DUAL_ENTRY(_thr_setcancelstate)},
      |                                 ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'int (*)(int,  int *)' to 'int (*)(void)' [-=
Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:263:32: note: in expansion of m=
acro 'DUAL_ENTRY'
  263 |         [PJT_SETCANCELTYPE] =3D {DUAL_ENTRY(_thr_setcanceltype)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(int,  int *)' to 'int (*)(void)' [=
-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:263:32: note: in expansion of m=
acro 'DUAL_ENTRY'
  263 |         [PJT_SETCANCELTYPE] =3D {DUAL_ENTRY(_thr_setcanceltype)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'int (*)(pthread_key_t,  const void *)' {aka=
 'int (*)(int,  const void *)'} to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:264:30: note: in expansion of m=
acro 'DUAL_ENTRY'
  264 |         [PJT_SETSPECIFIC] =3D {DUAL_ENTRY(_thr_setspecific)},
      |                              ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(pthread_key_t,  const void *)' {ak=
a 'int (*)(int,  const void *)'} to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:264:30: note: in expansion of m=
acro 'DUAL_ENTRY'
  264 |         [PJT_SETSPECIFIC] =3D {DUAL_ENTRY(_thr_setspecific)},
      |                              ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'int (*)(int,  const sigset_t *, sigset_t *)=
' to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:265:26: note: in expansion of m=
acro 'DUAL_ENTRY'
  265 |         [PJT_SIGMASK] =3D {DUAL_ENTRY(_thr_sigmask)},
      |                          ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(int,  const sigset_t *, sigset_t *=
)' to 'int (*)(void)' [-Wcast-function-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |                                ^
/workspace/src/lib/libthr/thread/thr_init.c:265:26: note: in expansion of m=
acro 'DUAL_ENTRY'
  265 |         [PJT_SIGMASK] =3D {DUAL_ENTRY(_thr_sigmask)},
      |                          ^~~~~~~~~~
/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:267:34: note: in expansion of m=
acro 'DUAL_ENTRY'
  267 |         [PJT_CLEANUP_POP_IMP] =3D {DUAL_ENTRY(__thr_cleanup_pop_imp=
)},
      |                                  ^~~~~~~~~~
/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:267:34: note: in expansion of m=
acro 'DUAL_ENTRY'
  267 |         [PJT_CLEANUP_POP_IMP] =3D {DUAL_ENTRY(__thr_cleanup_pop_imp=
)},
      |                                  ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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: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 ---
--- 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/libc++__L ---
--- filesystem/int128_builtins.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-g++12  --sysroot=3D/tmp/obj/works=
pace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 =
-pipe -fno-common -isystem /workspace/src/lib/libc++ -isystem /workspace/sr=
c/contrib/llvm-project/libcxx/include -isystem /workspace/src/contrib/llvm-=
project/libcxx/src -isystem /workspace/src/contrib/libcxxrt -nostdinc++ -no=
stdlib -D_LIBCPP_BUILDING_LIBRARY -DLIBCXXRT -ffunction-sections -fdata-sec=
tions -g -MD -MF.depend.filesystem_int128_builtins.o -MTfilesystem/int128_b=
uiltins.o -Wno-format-zero-length -fstack-protector-strong -Wdate-time -Wno=
-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err=
or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=
=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wn=
o-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 -Wno-=
address-of-packed-member  -g -std=3Dc++20 -Wno-literal-suffix -Wno-error=3D=
unknown-pragmas      -c /workspace/src/contrib/llvm-project/libcxx/src/file=
system/int128_builtins.cpp -o filesystem/int128_builtins.o
--- lib/libelf__L ---
--- elf_update.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_up=
date.pico -MTelf_update.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-p=
rotector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unus=
ed-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual=
 -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-s=
ubscripts -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-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3D=
extra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn=
o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du=
nused-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/elf_update.c -o elf_upd=
ate.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
--- lib/libthr__L ---
--- thr_join.o ---
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:
--- lib/libexpat__L ---
--- libbsdxml.so.4.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug libbsdx=
ml.so.4.full libbsdxml.so.4.debug
--- libbsdxml.so.4 ---
--- 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/libexpat__L ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dlibbsdxml.so.4.debug  libbsdxml.so.4.full libbsdxml.so.4
--- lib/libc++__L ---
--- filesystem/operations.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-g++12  --sysroot=3D/tmp/obj/works=
pace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 =
-pipe -fno-common -isystem /workspace/src/lib/libc++ -isystem /workspace/sr=
c/contrib/llvm-project/libcxx/include -isystem /workspace/src/contrib/llvm-=
project/libcxx/src -isystem /workspace/src/contrib/libcxxrt -nostdinc++ -no=
stdlib -D_LIBCPP_BUILDING_LIBRARY -DLIBCXXRT -ffunction-sections -fdata-sec=
tions -g -MD -MF.depend.filesystem_operations.o -MTfilesystem/operations.o =
-Wno-format-zero-length -fstack-protector-strong -Wdate-time -Wno-error=3Da=
ddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-=
compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddepreca=
ted-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3D=
logical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitial=
ized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno=
-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitiali=
zed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-err=
or=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Db=
ool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wn=
o-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimpli=
cit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-si=
ze -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-com=
pare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizati=
ons -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dm=
ultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-mema=
ccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pac=
ked-member  -g -std=3Dc++20 -Wno-literal-suffix -Wno-error=3Dunknown-pragma=
s      -c /workspace/src/contrib/llvm-project/libcxx/src/filesystem/operati=
ons.cpp -o filesystem/operations.o
--- lib/libthr__L ---
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/libelf__L ---
--- elf_version.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_ve=
rsion.pico -MTelf_version.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/elf_version.c -o el=
f_version.pico
--- lib/libexpat__L ---
--- _libinstall ---
install -U  -C -o root -g wheel -m 444   libbsdxml.a /tmp/obj/workspace/src=
/amd64.amd64/tmp/usr/lib/
--- cddl/lib/libicp__L ---
--- lib/libexpat__L ---
install -U  -s -o root -g wheel -m 444   -S  libbsdxml.so.4 /tmp/obj/worksp=
ace/src/amd64.amd64/tmp/lib/
--- cddl/lib/libicp__L ---
=3D=3D=3D> cddl/lib/libicp (obj,all,install)
--- lib/libexpat__L ---
install -U  -o root -g wheel -m 444    libbsdxml.so.4.debug /tmp/obj/worksp=
ace/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/libbsdxml.so.4 /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib=
/libbsdxml.so
--- _INCSINS ---
install -U  -C -o root -g wheel -m 444  bsdxml.h bsdxml_external.h /tmp/obj=
/workspace/src/amd64.amd64/tmp/usr/include/
--- lib/libthr__L ---
--- thr_list.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_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-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_list.c -o thr_list.=
o
--- lib/ncurses/tinfo__L ---
--- getenv_num.o ---
--- lib/libthr__L ---
--- thr_kern.o ---
--- 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.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/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_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/libc++__L ---
--- format.o ---
--- cddl/lib/libicp__L ---
--- asm-x86_64/aes/aes_amd64.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_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=3Dcas--- lib/libc=
++__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-g++12  --sysroot=3D/tmp/obj/works=
pace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 =
-pipe -fno-common -isystem /workspace/src/lib/libc++ -isystem /workspace/sr=
c/contrib/llvm-project/libcxx/include -isystem /workspace/src/contrib/llvm-=
project/libcxx/src -isystem /workspace/src/contrib/libcxxrt -nostdinc++ -no=
stdlib -D_LIBCPP_BUILDING_LIBRARY -DLIBCXXRT -ffunction-sections -fdata-sec=
tions -g -MD -MF.depend.format.o -MTformat.o -Wno-format-zero-length -fstac=
k-protector-strong -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-boun=
ds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-alig=
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 -Wno-address-of-packed-member  -g -std=3Dc++20 -W=
no-literal-suffix -Wno-error=3Dunknown-pragmas      -c /workspace/src/contr=
ib/llvm-project/libcxx/src/format.cpp -o format.o
--- cddl/lib/libicp__L ---
t-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-er=
ror=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 -W=
no-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull=
-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compar=
e -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-unknown-pragmas -Wno-address-of-packed=
-member   -DLOCORE      -c /workspace/src/sys/contrib/openzfs/module/icp/as=
m-x86_64/aes/aes_amd64.S -o asm-x86_64/aes/aes_amd64.o
--- lib/libelf__L ---
--- gelf_cap.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.gelf_c=
ap.pico -MTgelf_cap.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/gelf_cap.c -o gelf_cap.pic=
o
--- 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 ---
--- hashed_db.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.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 ---
/workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S:80=
2: Error: unknown pseudo-op: `.rodata'
--- lib/libthr__L ---
--- thr_kill.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_kill.o -MTthr_kill.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_kill.c -o thr_kill.=
o
--- 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.87 real       425.35 user        61.70 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/jenkins1066199486987988=
0362.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_24_1628346489.1678460745385--



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