Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2014 19:48:17 +0000 (GMT)
From:      jenkins-admin@freebsd.org
To:        jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org,  jimharris@FreeBSD.org, kevlo@FreeBSD.org, bapt@FreeBSD.org,  neel@FreeBSD.org, markj@FreeBSD.org, ngie@FreeBSD.org,  bryanv@FreeBSD.org, hselasky@FreeBSD.org, jmg@FreeBSD.org, br@FreeBSD.org
Subject:   Build failed in Jenkins: FreeBSD_HEAD #1671
Message-ID:  <1716274421.0.1413920908820.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
See <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1671/changes>;

Changes:

[ngie] Port t_chroot to FreeBSD

- Add missing #include sys/stat.h for mkdir(2)
- Omit the fchroot(2) tests because the support is not present on FreeBSD

Sponsored by: EMC / Isilon Storage Division

[ngie] unlink("/") fails with EISDIR instead of EBUSY on FreeBSD; test for =
that
instead

Sponsored by: EMC / Isilon Storage Division

[ngie] Mark osi __unused so this compiles cleanly on FreeBSD

Sponsored by: EMC / Isilon Storage Division

[jimharris] ixl: remove i40e_register_x710_int.h

This file is not used by the FreeBSD ixl driver.

Submitted by:=09Eric Joyner <eric.joyner@intel.com>
MFC after:=093 days

[ngie] Port t_write to FreeBSD

- Mark the signo variable for the signal handle __unused
- Use limits.h instead of sys/syslimits.h (the latter does not
exist on FreeBSD)

Sponsored by: EMC / Isilon Storage Division

[jmg] it is not cast to a pointer of the specified type, it is cast to the
specified type...

mtod(m, uint8_t) does not work, mtod(m, uint8_t *) does work..

[ngie] Add missing #include for sys/stat.h for fchmod

Sponsored by: EMC / Isilon Storage Division

[ngie] libutil.h is required for fparseln on FreeBSD

Sponsored by: EMC / Isilon Storage Division

[ngie] Port lib/libc/gen/t_siginfo to FreeBSD

- mcontext_t on FreeBSD doesn't have a __gregs field (it's split out on Fre=
eBSD
into separate fields). In order to avoid muddying the test code with MD cod=
e,
the debugging trace info has not been implemented
- FreeBSD does not implement the si_stime and si_utime fields in siginfo_t,=
 so
omit the debugging code that dumps the values
- sys/inttypes.h doesn't exist on FreeBSD

Sponsored by: EMC / Isilon Storage Division

[jmg] spell out the arguments..

the + *offsetp does not belong w/ the type, move it outside the .Fn
macro...

[bapt] Fix build by marking the new functions as weak
This is a temporary fix

[bapt] Add support for __cxa_throw_bad_array_new_length in libcxxrt

It is required for use with newer g++49

Differential Revision:=09https://reviews.freebsd.org/D982
Reviewed by:=09theraven
Approved by:=09theraven
MFC after:=093 weeks

[br] Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).

Sponsored by:=09DARPA, AFRL

[hselasky] Fix minor typo in currently unused macro.

MFC after:=093 days

[hselasky] Fix multiple incorrect SYSCTL arguments in the kernel:

- Wrong integer type was specified.

- Wrong or missing "access" specifier. The "access" specifier
sometimes included the SYSCTL type, which it should not, except for
procedural SYSCTL nodes.

- Logical OR where binary OR was expected.

- Properly assert the "access" argument passed to all SYSCTL macros,
using the CTASSERT macro. This applies to both static- and dynamically
created SYSCTLs.

- Properly assert the the data type for both static and dynamic
SYSCTLs. In the case of static SYSCTLs we only assert that the data
pointed to by the SYSCTL data pointer has the correct size, hence
there is no easy way to assert types in the C language outside a
C-function.

- Rewrote some code which doesn't pass a constant "access" specifier
when creating dynamic SYSCTL nodes, which is now a requirement.

- Updated "EXAMPLES" section in SYSCTL manual page.

MFC after:=093 days
Sponsored by:=09Mellanox Technologies

[kevlo] Add the Intel BayTrail USB device which needs port routing for USB =
3.0.

Tested on the BayTrail E3845 platform.
Reviewed by:=09hselasky

[neel] Merge projects/bhyve_svm into HEAD.

After this change bhyve supports AMD processors with the SVM/AMD-V hardware
extensions.

More details available here:
https://lists.freebsd.org/pipermail/freebsd-virtualization/2014-October/002=
905.html

Submitted by:=09Anish Gupta (akgupt3@gmail.com)
Tested by:=09Benjamin Perrault (ben.perrault@gmail.com)
Tested by:=09Willem Jan Withagen (wjw@digiware.nl)

[bryanv] Use the size of the Ethernet address, not the entire header, when
copying into forwarding entry.

Reported by:=09Coverity
CID:=09=091248849

[markj] Correct the calculation of tcps_rto in the struct tcpcb -> tcpsinfo=
_t
translator.

Submitted by:=09Grenville Armitage <garmitage@swin.edu.au>
MFC after:=091 week

[markj] Fix a few small bugs in the DTrace USDT rules:
* anchor search strings appropriately,
* use .ALLSRC to pass the full path to the D script to dtrace(1),
* don't insert the auto-generated header into SRCS - it doesn't
  accomplish anything, and we end up having to remove it from OBJS anyway.

Reviewed by:=09=09rpaulo
Differential Revision:=09https://reviews.freebsd.org/D978
MFC after:=09=093 weeks
Sponsored by:=09=09EMC / Isilon Storage Division

------------------------------------------
[...truncated 131915 lines...]
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_accept_sec_context.3> > gss_accept_sec_context.3.gz
--- gss_acquire_cred.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_acquire_cred.3> > gss_acquire_cred.3.gz
--- gss_add_cred.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_add_cred.3> > gss_add_cred.3.gz
--- gss_add_oid_set_member.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_add_oid_set_member.3> > gss_add_oid_set_member.3.gz
--- gss_canonicalize_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_canonicalize_name.3> > gss_canonicalize_name.3.gz
--- gss_compare_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_compare_name.3> > gss_compare_name.3.gz
--- gss_context_time.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_context_time.3> > gss_context_time.3.gz
--- gss_create_empty_oid_set.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_create_empty_oid_set.3> > gss_create_empty_oid_set.3.gz
--- gss_delete_sec_context.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_delete_sec_context.3> > gss_delete_sec_context.3.gz
--- gss_display_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_display_name.3> > gss_display_name.3.gz
--- gss_display_status.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_display_status.3> > gss_display_status.3.gz
--- gss_duplicate_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_duplicate_name.3> > gss_duplicate_name.3.gz
--- gss_export_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_export_name.3> > gss_export_name.3.gz
--- gss_export_sec_context.3.gz ---
--- secure.all__D ---
--- a_object.po ---
--- lib.all__D ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_export_sec_context.3> > gss_export_sec_context.3.gz
--- secure.all__D ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -fstack-=
protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse=
d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes=
es-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-swit=
ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c =
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcryp=
to/../../../crypto/openssl/crypto/asn1/a_object.c> -o a_object.po
--- lib.all__D ---
--- gss_get_mic.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_get_mic.3> > gss_get_mic.3.gz
--- sbin.all__D ---
--- token.o ---
cc  -O2 -pipe   -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD=
/ws/sbin/devd> -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal=
l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr=
ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-bo=
dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar=
e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu=
m-conversion -Qunused-arguments -c token.c
--- lib.all__D ---
--- gss_import_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_import_name.3> > gss_import_name.3.gz
--- gss_import_sec_context.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_import_sec_context.3> > gss_import_sec_context.3.gz
--- gss_indicate_mechs.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_indicate_mechs.3> > gss_indicate_mechs.3.gz
--- gss_init_sec_context.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_init_sec_context.3> > gss_init_sec_context.3.gz
--- gss_inquire_context.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_inquire_context.3> > gss_inquire_context.3.gz
--- gss_inquire_cred.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_inquire_cred.3> > gss_inquire_cred.3.gz
--- gss_inquire_cred_by_mech.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_inquire_cred_by_mech.3> > gss_inquire_cred_by_mech.3.gz
--- gss_inquire_mechs_for_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_inquire_mechs_for_name.3> > gss_inquire_mechs_for_name.3.gz
--- gss_inquire_names_for_mech.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_inquire_names_for_mech.3> > gss_inquire_names_for_mech.3.gz
--- gss_process_context_token.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_process_context_token.3> > gss_process_context_token.3.gz
--- rescue.all__D ---
--- ex_abbrev.o ---
cc  -O2 -pipe   -D__REGEX_PRIVATE -I<https://jenkins.freebsd.org/jenkins/jo=
b/FreeBSD_HEAD/ws/usr.bin/vi> -I<https://jenkins.freebsd.org/jenkins/job/Fr=
eeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/regex> -DUSE_WIDEC=
HAR -DRESCUE -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-bo=
dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar=
e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu=
m-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-=
parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/=
FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/ex/ex_abbrev.c>
--- lib.all__D ---
--- gss_release_buffer.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_release_buffer.3> > gss_release_buffer.3.gz
--- gss_release_cred.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_release_cred.3> > gss_release_cred.3.gz
--- gss_release_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_release_name.3> > gss_release_name.3.gz
--- gss_release_oid_set.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_release_oid_set.3> > gss_release_oid_set.3.gz
--- gss_test_oid_set_member.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_test_oid_set_member.3> > gss_test_oid_set_member.3.gz
--- gss_unwrap.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_unwrap.3> > gss_unwrap.3.gz
--- gss_verify_mic.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_verify_mic.3> > gss_verify_mic.3.gz
--- gss_wrap.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_wrap.3> > gss_wrap.3.gz
--- gss_wrap_size_limit.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/gss_wrap_size_limit.3> > gss_wrap_size_limit.3.gz
--- mech.5.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgs=
sapi/mech.5> > mech.5.gz
--- all_subdir_librpcsec_gss ---
=3D=3D=3D> lib/librpcsec_gss (all)
--- rescue.all__D ---
--- ex_append.o ---
cc  -O2 -pipe   -D__REGEX_PRIVATE -I<https://jenkins.freebsd.org/jenkins/jo=
b/FreeBSD_HEAD/ws/usr.bin/vi> -I<https://jenkins.freebsd.org/jenkins/job/Fr=
eeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/regex> -DUSE_WIDEC=
HAR -DRESCUE -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-bo=
dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar=
e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu=
m-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-=
parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/=
FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/ex/ex_append.c>
--- secure.all__D ---
--- a_octet.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -fstack-=
protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse=
d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes=
es-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-swit=
ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c =
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcryp=
to/../../../crypto/openssl/crypto/asn1/a_octet.c> -o a_octet.po
--- lib.all__D ---
--- rpcsec_gss.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpcsec_gss.3> > rpcsec_gss.3.gz
--- rescue.all__D ---
--- ex_args.o ---
cc  -O2 -pipe   -D__REGEX_PRIVATE -I<https://jenkins.freebsd.org/jenkins/jo=
b/FreeBSD_HEAD/ws/usr.bin/vi> -I<https://jenkins.freebsd.org/jenkins/job/Fr=
eeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/regex> -DUSE_WIDEC=
HAR -DRESCUE -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-bo=
dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar=
e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu=
m-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-=
parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/=
FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/ex/ex_args.c>
--- lib.all__D ---
--- rpc_gss_seccreate.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_seccreate.3> > rpc_gss_seccreate.3.gz
--- secure.all__D ---
--- a_print.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -fstack-=
protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse=
d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes=
es-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-swit=
ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c =
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcryp=
to/../../../crypto/openssl/crypto/asn1/a_print.c> -o a_print.po
--- sbin.all__D ---
--- devd ---
--- lib.all__D ---
--- rpc_gss_set_defaults.3.gz ---
--- sbin.all__D ---
c++  -O2 -pipe -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/=
ws/sbin/devd> -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-=
y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -Wno-empty-=
body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp=
are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e=
num-conversion -Qunused-arguments  -Wno-c++11-extensions  -static -o devd d=
evd.o token.o parse.o -ll -lutil
--- lib.all__D ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_set_defaults.3> > rpc_gss_set_defaults.3.gz
--- rpc_gss_max_data_length.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_max_data_length.3> > rpc_gss_max_data_length.3.gz
--- rpc_gss_get_error.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_get_error.3> > rpc_gss_get_error.3.gz
--- rpc_gss_mech_to_oid.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_mech_to_oid.3> > rpc_gss_mech_to_oid.3.gz
--- secure.all__D ---
--- a_set.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -fstack-=
protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse=
d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes=
es-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-swit=
ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c =
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcryp=
to/../../../crypto/openssl/crypto/asn1/a_set.c> -o a_set.po
--- lib.all__D ---
--- rpc_gss_oid_to_mech.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_oid_to_mech.3> > rpc_gss_oid_to_mech.3.gz
--- rescue.all__D ---
--- ex_argv.o ---
--- sbin.all__D ---
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/li=
b/libc++.a(cxxrt_stdexcept.o)>:(.rodata+0x1c0): multiple definition of `typ=
einfo for std::bad_array_new_length'
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/li=
b/libc++.a(new.o)>:(.rodata+0x90): first defined here
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/li=
b/libc++.a(cxxrt_stdexcept.o)>:(.rodata+0x1a0): multiple definition of `typ=
einfo name for std::bad_array_new_length'
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/li=
b/libc++.a(new.o)>:(.rodata+0x70): first defined here
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/li=
b/libc++.a(cxxrt_stdexcept.o)>:(.rodata+0xc0): multiple definition of `vtab=
le for std::bad_array_new_length'
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/li=
b/libc++.a(new.o)>:(.rodata+0x10): first defined here
--- rescue.all__D ---
cc  -O2 -pipe   -D__REGEX_PRIVATE -I<https://jenkins.freebsd.org/jenkins/jo=
b/FreeBSD_HEAD/ws/usr.bin/vi> -I<https://jenkins.freebsd.org/jenkins/job/Fr=
eeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/regex> -DUSE_WIDEC=
HAR -DRESCUE -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-bo=
dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar=
e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu=
m-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-=
parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/=
FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/ex/ex_argv.c>
--- lib.all__D ---
--- rpc_gss_qop_to_num.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_qop_to_num.3> > rpc_gss_qop_to_num.3.gz
--- rpc_gss_get_mechanisms.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_get_mechanisms.3> > rpc_gss_get_mechanisms.3.gz
--- rpc_gss_get_mech_info.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_get_mech_info.3> > rpc_gss_get_mech_info.3.gz
--- rpc_gss_get_versions.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_get_versions.3> > rpc_gss_get_versions.3.gz
--- secure.all__D ---
--- a_sign.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -fstack-=
protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse=
d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes=
es-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-swit=
ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c =
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcryp=
to/../../../crypto/openssl/crypto/asn1/a_sign.c> -o a_sign.po
--- lib.all__D ---
--- rpc_gss_is_installed.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_is_installed.3> > rpc_gss_is_installed.3.gz
--- rpc_gss_set_svc_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_set_svc_name.3> > rpc_gss_set_svc_name.3.gz
--- rpc_gss_getcred.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_getcred.3> > rpc_gss_getcred.3.gz
--- rpc_gss_set_callback.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_set_callback.3> > rpc_gss_set_callback.3.gz
--- rpc_gss_get_principal_name.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librp=
csec_gss/rpc_gss_get_principal_name.3> > rpc_gss_get_principal_name.3.gz
--- sbin.all__D ---
c++: error: linker command failed with exit code 1 (use -v to see invocatio=
n)
*** [devd] Error code 1

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin/devd>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin/devd>
*** [all_subdir_devd] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin>
--- lib.all__D ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/lib/librpcsec_gss>
*** [all_subdir_librpcsec_gss] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/lib>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/lib>
--- sbin.all__D ---
*** [sbin.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
--- lib.all__D ---
*** [lib.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
--- rescue.all__D ---
A failure has been detected in another branch of the parallel make

make[6]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/usr.bin/vi>
*** [vi_make] Error code 2

make[5]: stopped in /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBS=
D_HEAD/ws/rescue/rescue>
1 error

make[5]: stopped in /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBS=
D_HEAD/ws/rescue/rescue>
*** [objs] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/rescue/rescue>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/rescue/rescue>
*** [_sub.all] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/rescue>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/rescue>
*** [rescue.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
--- secure.all__D ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure/lib/libcrypto>
*** [_sub.all] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure/lib>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure/lib>
*** [_sub.all] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure>
*** [secure.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
4 errors

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
*** [everything] Error code 2

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
1 error

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
*** [buildworld] Error code 2

make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>;
1 error

make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>;
Build step 'Execute shell' marked build as failure



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