Build failed in Jenkins: FreeBSD_HEAD #1671

jenkins-admin at freebsd.org jenkins-admin at freebsd.org
Tue Oct 21 19:48:31 UTC 2014


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:	Eric Joyner <eric.joyner at intel.com>
MFC after:	3 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 FreeBSD
into separate fields). In order to avoid muddying the test code with MD code,
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:	https://reviews.freebsd.org/D982
Reviewed by:	theraven
Approved by:	theraven
MFC after:	3 weeks

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

Sponsored by:	DARPA, AFRL

[hselasky] Fix minor typo in currently unused macro.

MFC after:	3 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:	3 days
Sponsored by:	Mellanox Technologies

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

Tested on the BayTrail E3845 platform.
Reviewed by:	hselasky

[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/002905.html

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

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

Reported by:	Coverity
CID:		1248849

[markj] Correct the calculation of tcps_rto in the struct tcpcb -> tcpsinfo_t
translator.

Submitted by:	Grenville Armitage <garmitage at swin.edu.au>
MFC after:	1 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:		rpaulo
Differential Revision:	https://reviews.freebsd.org/D978
MFC after:		3 weeks
Sponsored by:		EMC / Isilon Storage Division

------------------------------------------
[...truncated 131915 lines...]
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libcrypto/../../../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_GF2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=gnu89 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../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/libgssapi/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=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/job/FreeBSD_HEAD/ws/usr.bin/vi> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/regex> -DUSE_WIDECHAR -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/gss_unwrap.3> > gss_unwrap.3.gz
--- gss_verify_mic.3.gz ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libgssapi/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/libgssapi/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/libgssapi/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/libgssapi/mech.5> > mech.5.gz
--- all_subdir_librpcsec_gss ---
===> lib/librpcsec_gss (all)
--- rescue.all__D ---
--- ex_append.o ---
cc  -O2 -pipe   -D__REGEX_PRIVATE -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/regex> -DUSE_WIDECHAR -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-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/libcrypto/../../../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_GF2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=gnu89 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../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/librpcsec_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/job/FreeBSD_HEAD/ws/usr.bin/vi> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/regex> -DUSE_WIDECHAR -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-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/librpcsec_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/libcrypto/../../../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_GF2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=gnu89 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../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-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Qunused-arguments  -Wno-c++11-extensions  -static -o devd devd.o token.o parse.o -ll -lutil
--- lib.all__D ---
gzip -cn <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/librpcsec_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/librpcsec_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/librpcsec_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/librpcsec_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/libcrypto/../../../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_GF2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=gnu89 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../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/librpcsec_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/lib/libc++.a(cxxrt_stdexcept.o)>:(.rodata+0x1c0): multiple definition of `typeinfo for std::bad_array_new_length'
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libc++.a(new.o)>:(.rodata+0x90): first defined here
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libc++.a(cxxrt_stdexcept.o)>:(.rodata+0x1a0): multiple definition of `typeinfo name for std::bad_array_new_length'
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libc++.a(new.o)>:(.rodata+0x70): first defined here
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libc++.a(cxxrt_stdexcept.o)>:(.rodata+0xc0): multiple definition of `vtable for std::bad_array_new_length'
/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libc++.a(new.o)>:(.rodata+0x10): first defined here
--- rescue.all__D ---
cc  -O2 -pipe   -D__REGEX_PRIVATE -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/usr.bin/vi/../../contrib/nvi/regex> -DUSE_WIDECHAR -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-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/librpcsec_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/librpcsec_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/librpcsec_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/librpcsec_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/libcrypto/../../../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_GF2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=gnu89 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../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/librpcsec_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/librpcsec_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/librpcsec_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/librpcsec_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/librpcsec_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 invocation)
*** [devd] Error code 1

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

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

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

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/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/ws/lib/librpcsec_gss>
*** [all_subdir_librpcsec_gss] Error code 2

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

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

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

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
--- 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/ws/usr.bin/vi>
*** [vi_make] Error code 2

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

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

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

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

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

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

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
--- 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/ws/secure/lib/libcrypto>
*** [_sub.all] Error code 2

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

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

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

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

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

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

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

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
*** [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


More information about the freebsd-current mailing list