Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2024 15:57:03 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        emaste@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #950 - Still Failing
Message-ID:  <451083321.6407.1726761425408@jenkins.ci.freebsd.org>
In-Reply-To: <630270067.6243.1726665569020@jenkins.ci.freebsd.org>
References:  <630270067.6243.1726665569020@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #950 (419da61f8203ac475550ae4b0=
971dbef10f811f2) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12=
_build/950/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_b=
uild/950/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_bu=
ild/950/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)

419da61f8203ac475550ae4b0971dbef10f811f2 by emaste:
bhyve: improve input validation in pci_xhci



The end of the build log:

[...truncated 85.18 MiB...]
/workspace/src/crypto/openssh/ssh-keygen.c:408:17: warning: 'PEM_write_RSAP=
ublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  408 |                 if (!PEM_write_RSAPublicKey(stdout, k->rsa))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:448:1: not=
e: declared here
  448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:413:17: warning: 'PEM_write_DSA_=
PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  413 |                 if (!PEM_write_DSA_PUBKEY(stdout, k->dsa))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:454:1: not=
e: declared here
  454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:419:17: warning: 'PEM_write_EC_P=
UBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  419 |                 if (!PEM_write_EC_PUBKEY(stdout, k->ecdsa))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:463:1: not=
e: declared here
  463 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, EC_PUBKEY, EC_KEY)
      | ^~~~~~~~~~~~~~~~~~~
--- all_subdir_share ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:893:4=
1: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  893 | struct hash<basic_string_view<char32_t, char_traits<char32_t> > > :=
 __string_view_hash<char32_t> {};
      |                                         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_rescue ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT -I/wo=
rkspace/src/sbin/mount   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/=
libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.=
depend.getmntopts.o -MTgetmntopts.o -std=3Dgnu99 -Wno-format-zero-length -f=
stack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W=
no-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wca=
st-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=3Datt=
ributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclob=
bered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-e=
rror=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alias=
--- all_subdir_share ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:897:4=
0: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  897 | struct hash<basic_string_view<wchar_t, char_traits<wchar_t> > > : _=
_string_view_hash<wchar_t> {};
      |                                        ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_rescue ---
ing -Wno-error=3Duninitialized -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       -c /workspace/src/sbin/m=
ount/getmntopts.c -o getmntopts.o
--- all_subdir_secure ---
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_private=
_ssh2':
/workspace/src/crypto/openssh/ssh-keygen.c:550:17: warning: 'DSA_set0_pqg' =
is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  550 |                 if (!DSA_set0_pqg(key->dsa, dsa_p, dsa_q, dsa_g))
      |                 ^~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/op=
enssl/x509.h:37,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/op=
enssl/pem.h:23:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:203:27: no=
te: declared here
  203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q=
, BIGNUM *g);
      |                           ^~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:553:17: warning: 'DSA_set0_key' =
is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  553 |                 if (!DSA_set0_key(key->dsa, dsa_pub_key, dsa_priv_k=
ey))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:206:27: no=
te: declared here
  206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
      |                           ^~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:591:17: warning: 'RSA_set0_key' =
is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  591 |                 if (!RSA_set0_key(key->rsa, rsa_n, rsa_e, rsa_d))
      |                 ^~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/op=
enssl/x509.h:36:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:207:27: no=
te: declared here
  207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e=
, BIGNUM *d);
      |                           ^~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:594:17: warning: 'RSA_set0_facto=
rs' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  594 |                 if (!RSA_set0_factors(key->rsa, rsa_p, rsa_q))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:208:27: no=
te: declared here
  208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNU=
M *q);
      |                           ^~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_from_pk=
cs8':
/workspace/src/crypto/openssh/ssh-keygen.c:719:17: warning: 'EVP_PKEY_get1_=
RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  719 |                 (*k)->rsa =3D EVP_PKEY_get1_RSA(pubkey);
      |                 ^
In file included from /workspace/src/crypto/openssh/ssh-keygen.c:22:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1350:16: n=
ote: declared here
 1350 | struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
      |                ^~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:726:17: warning: 'EVP_PKEY_get1_=
DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  726 |                 (*k)->dsa =3D EVP_PKEY_get1_DSA(pubkey);
      |                 ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1359:16: n=
ote: declared here
 1359 | struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
      |                ^~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:734:17: warning: 'EVP_PKEY_get1_=
EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  734 |                 (*k)->ecdsa =3D EVP_PKEY_get1_EC_KEY(pubkey);
      |                 ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1376:19: n=
ote: declared here
 1376 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
      |                   ^~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_from_pe=
m':
/workspace/src/crypto/openssh/ssh-keygen.c:754:9: warning: 'PEM_read_RSAPub=
licKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  754 |         if ((rsa =3D PEM_read_RSAPublicKey(fp, NULL, NULL, NULL)) !=
=3D NULL) {
      |         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:448:1: not=
e: declared here
  448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_from':
/workspace/src/crypto/openssh/ssh-keygen.c:800:25: warning: 'PEM_write_DSAP=
rivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  800 |                         ok =3D PEM_write_DSAPrivateKey(stdout, k->d=
sa, NULL,
      |                         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:453:1: not=
e: declared here
  453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA)
      | ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:806:25: warning: 'PEM_write_ECPr=
ivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  806 |                         ok =3D PEM_write_ECPrivateKey(stdout, k->ec=
dsa, NULL,
      |                         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:462:1: not=
e: declared here
  462 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY)
      | ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:811:25: warning: 'PEM_write_RSAP=
rivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  811 |                         ok =3D PEM_write_RSAPrivateKey(stdout, k->r=
sa, NULL,
      |                         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:447:1: not=
e: declared here
  447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
      | ^~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_share ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:689:12: wa=
rning: 'template<class _CharT> struct std::__1::char_traits' is deprecated:=
 char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char=
32_t is non-standard and is provided for a temporary period. It will be rem=
oved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
  689 |     <char, char_traits<char>, allocator<char> >(char const*, string=
 const&);
      |            ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_stand ---
--- include/machine ---
--- all_subdir_usr.bin ---
--- cut2_test ---
echo '#! /usr/libexec/atf-sh' > cut2_test.tmp
cat /workspace/src/usr.bin/cut/tests/cut2_test.sh >>cut2_test.tmp
chmod +x cut2_test.tmp
mv cut2_test.tmp cut2_test
--- all_subdir_stand ---
include/machine -> /workspace/src/sys/i386/include
--- all_subdir_usr.bin ---
--- cut_test ---
echo '#! /usr/libexec/atf-sh' > cut_test.tmp
cat /workspace/src/contrib/netbsd-tests/usr.bin/cut/t_cut.sh >>cut_test.tmp
--- all_subdir_stand ---
--- include/x86 ---
--- all_subdir_share ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:1763:39: w=
arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated=
: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 1763 |   operator=3D=3D(const basic_string<char, char_traits<char>, _Alloc=
>& __lhs,
      |                                       ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_usr.bin ---
chmod +x cut_test.tmp
--- all_subdir_share ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:1764:39: w=
arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated=
: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 1764 |              const basic_string<char, char_traits<char>, _Alloc>& _=
_rhs) _NOEXCEPT;
      |                                       ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_usr.bin ---
mv cut_test.tmp cut_test
--- Kyuafile ---
--- all_subdir_stand ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common   -I/workspace/src/stand/i386/btx/lib -nostdinc    -I/tmp/o=
bj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_=
STANDALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dflo=
aty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -=
I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding =
-mno-mmx -mno-sse  -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0=
x0 -I/workspace/src/stand/i386/common -MD  -MF.depend.btx.o -MTbtx.o -std=
=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign=
 -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclo=
bbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-=
error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia=
sing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Du=
nused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtauto=
logical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operat=
ion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3D=
format-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallth=
rough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-er=
ror=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-=
error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-e=
rror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatem=
ent-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno=
-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member=
  -Os -mpreferred-stack-boundary=3D2       -c /workspace/src/stand/i386/btx=
/btx/btx.S -o btx.o
--- all_subdir_usr.bin ---
--- cut.1.gz ---
gzip -cn /workspace/src/usr.bin/cut/cut.1 > cut.1.gz
--- cut.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -fPIE -g -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-function -Wno-error=3Dunused-value =
-Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnu=
ll-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-comp=
are -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-err=
or=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overf=
low -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-e=
rror=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexce=
pt-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstri=
ngop-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=3Dstr=
ingop-truncation -Wno-return-type  -Wl,-zrelro -pie -Wl,-znoexecstack  -o c=
ut.full cut.o =20
--- all_subdir_usr.sbin ---
--- misc.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpie =
-DPIC  -O2 -pipe -fno-common -I/workspace/src/usr.sbin/cron/cron -DLOGIN_CA=
P -DPAM   -g -MD  -MF.depend.misc.pieo -MTmisc.pieo -std=3Dgnu99 -Wno-forma=
t-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-=
format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -W=
no-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-er=
ror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-e=
rror=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declaratio=
ns -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-pa=
rentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-erro=
r=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-error=3Dunused-const=
-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3D=
expansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunc=
ation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -W=
no-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull =
-Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dca=
tch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-err=
or=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-=
type -Wno-address-of-packed-member      -c /workspace/src/usr.sbin/cron/lib=
/misc.c -o misc.pieo
--- all_subdir_stand ---
--- btx ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -I/workspace/src/stand/i386/btx/lib -nostdinc -I/tmp/obj/wo=
rkspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STAND=
ALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-m=
cfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/wor=
kspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-=
mmx -mno-sse -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0x0 -I/=
workspace/src/stand/i386/common -std=3Dgnu99 -Wno-format-zero-length -Wsyst=
em-headers -Werror -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-declarat=
ions -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-=
parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-er=
ror=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wn=
o-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshi=
ft-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-con=
st-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 -Wno-address-of-packed-member -Os -mpreferred-stack-boundary=3D2 =
 -nostdlib -e start -Wl,--defsym,ORG=3D0x9000,-T,/workspace/src/stand/i386/=
boot.ldscript -Wl,-N,-S,--oformat,binary -Wl,--build-id=3Dnone -Wl,-zrelro =
-Wl,-znoexecstack  -o btx btx.o =20
--- all_subdir_sbin ---
--- mkfs_msdos.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -fPIE -g -MD  -MF.depend.mkfs_msdos.o -MTmkfs_msdos.o -s=
td=3Dc11 -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 -Wshado=
w -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-=
style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-er=
ror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-e=
rror=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declaratio=
ns -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-pa=
rentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-erro=
r=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-error=3Dunused-const=
-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3D=
expansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunc=
ation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -W=
no-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull =
-Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dca=
tch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-err=
or=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-=
type       -c /workspace/src/sbin/newfs_msdos/mkfs_msdos.c -o mkfs_msdos.o
--- all_subdir_usr.bin ---
--- cut.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug cut.ful=
l cut.debug
--- all_subdir_stand ---
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], c=
ore dumped
compilation terminated.
*** [btx] Error code 1

make[6]: stopped in /workspace/src/stand/i386/btx/btx
1 error
--- all_subdir_usr.bin ---

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

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

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

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

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

make[4]: stopped in /workspace/src/cddl/usr.sbin
--- all_subdir_rescue ---
*** [objs] Error code 6

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

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

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

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

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

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

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

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

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

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

make[2]: stopped in /workspace/src
       65.32 real       560.74 user        66.50 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-stable-14-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins96776900628=
63160198.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-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_6406_717182653.1726761423065--



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