From owner-freebsd-current@FreeBSD.ORG Tue Oct 21 19:48:31 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17DE3949; Tue, 21 Oct 2014 19:48:31 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D621BDFB; Tue, 21 Oct 2014 19:48:30 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 2EA0ACE; Tue, 21 Oct 2014 19:48:30 +0000 (UTC) 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 Message-ID: <1716274421.0.1413920908820.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #1671 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-Mailman-Approved-At: Tue, 21 Oct 2014 21:30:57 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 19:48:31 -0000 See 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 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 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 > gss_accept_sec_context.3.gz --- gss_acquire_cred.3.gz --- gzip -cn > gss_acquire_cred.3.gz --- gss_add_cred.3.gz --- gzip -cn > gss_add_cred.3.gz --- gss_add_oid_set_member.3.gz --- gzip -cn > gss_add_oid_set_member.3.gz --- gss_canonicalize_name.3.gz --- gzip -cn > gss_canonicalize_name.3.gz --- gss_compare_name.3.gz --- gzip -cn > gss_compare_name.3.gz --- gss_context_time.3.gz --- gzip -cn > gss_context_time.3.gz --- gss_create_empty_oid_set.3.gz --- gzip -cn > gss_create_empty_oid_set.3.gz --- gss_delete_sec_context.3.gz --- gzip -cn > gss_delete_sec_context.3.gz --- gss_display_name.3.gz --- gzip -cn > gss_display_name.3.gz --- gss_display_status.3.gz --- gzip -cn > gss_display_status.3.gz --- gss_duplicate_name.3.gz --- gzip -cn > gss_duplicate_name.3.gz --- gss_export_name.3.gz --- gzip -cn > gss_export_name.3.gz --- gss_export_sec_context.3.gz --- --- secure.all__D --- --- a_object.po --- --- lib.all__D --- gzip -cn > gss_export_sec_context.3.gz --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I = -I -I/usr/obj -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 -I -I -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 = -o a_object.po --- lib.all__D --- --- gss_get_mic.3.gz --- gzip -cn > gss_get_mic.3.gz --- sbin.all__D --- --- token.o --- cc -O2 -pipe -I. -I -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 > gss_import_name.3.gz --- gss_import_sec_context.3.gz --- gzip -cn > gss_import_sec_context.3.gz --- gss_indicate_mechs.3.gz --- gzip -cn > gss_indicate_mechs.3.gz --- gss_init_sec_context.3.gz --- gzip -cn > gss_init_sec_context.3.gz --- gss_inquire_context.3.gz --- gzip -cn > gss_inquire_context.3.gz --- gss_inquire_cred.3.gz --- gzip -cn > gss_inquire_cred.3.gz --- gss_inquire_cred_by_mech.3.gz --- gzip -cn > gss_inquire_cred_by_mech.3.gz --- gss_inquire_mechs_for_name.3.gz --- gzip -cn > gss_inquire_mechs_for_name.3.gz --- gss_inquire_names_for_mech.3.gz --- gzip -cn > gss_inquire_names_for_mech.3.gz --- gss_process_context_token.3.gz --- gzip -cn > gss_process_context_token.3.gz --- rescue.all__D --- --- ex_abbrev.o --- cc -O2 -pipe -D__REGEX_PRIVATE -I -I -I -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 --- lib.all__D --- --- gss_release_buffer.3.gz --- gzip -cn > gss_release_buffer.3.gz --- gss_release_cred.3.gz --- gzip -cn > gss_release_cred.3.gz --- gss_release_name.3.gz --- gzip -cn > gss_release_name.3.gz --- gss_release_oid_set.3.gz --- gzip -cn > gss_release_oid_set.3.gz --- gss_test_oid_set_member.3.gz --- gzip -cn > gss_test_oid_set_member.3.gz --- gss_unwrap.3.gz --- gzip -cn > gss_unwrap.3.gz --- gss_verify_mic.3.gz --- gzip -cn > gss_verify_mic.3.gz --- gss_wrap.3.gz --- gzip -cn > gss_wrap.3.gz --- gss_wrap_size_limit.3.gz --- gzip -cn > gss_wrap_size_limit.3.gz --- mech.5.gz --- gzip -cn > 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 -I -I -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 --- secure.all__D --- --- a_octet.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I = -I -I/usr/obj -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 -I -I -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 = -o a_octet.po --- lib.all__D --- --- rpcsec_gss.3.gz --- gzip -cn > rpcsec_gss.3.gz --- rescue.all__D --- --- ex_args.o --- cc -O2 -pipe -D__REGEX_PRIVATE -I -I -I -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 --- lib.all__D --- --- rpc_gss_seccreate.3.gz --- gzip -cn > rpc_gss_seccreate.3.gz --- secure.all__D --- --- a_print.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I = -I -I/usr/obj -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 -I -I -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 = -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 -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 > rpc_gss_set_defaults.3.gz --- rpc_gss_max_data_length.3.gz --- gzip -cn > rpc_gss_max_data_length.3.gz --- rpc_gss_get_error.3.gz --- gzip -cn > rpc_gss_get_error.3.gz --- rpc_gss_mech_to_oid.3.gz --- gzip -cn > rpc_gss_mech_to_oid.3.gz --- secure.all__D --- --- a_set.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I = -I -I/usr/obj -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 -I -I -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 = -o a_set.po --- lib.all__D --- --- rpc_gss_oid_to_mech.3.gz --- gzip -cn > rpc_gss_oid_to_mech.3.gz --- rescue.all__D --- --- ex_argv.o --- --- sbin.all__D --- /usr/obj:(.rodata+0x1c0): multiple definition of `typ= einfo for std::bad_array_new_length' /usr/obj:(.rodata+0x90): first defined here /usr/obj:(.rodata+0x1a0): multiple definition of `typ= einfo name for std::bad_array_new_length' /usr/obj:(.rodata+0x70): first defined here /usr/obj:(.rodata+0xc0): multiple definition of `vtab= le for std::bad_array_new_length' /usr/obj:(.rodata+0x10): first defined here --- rescue.all__D --- cc -O2 -pipe -D__REGEX_PRIVATE -I -I -I -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 --- lib.all__D --- --- rpc_gss_qop_to_num.3.gz --- gzip -cn > rpc_gss_qop_to_num.3.gz --- rpc_gss_get_mechanisms.3.gz --- gzip -cn > rpc_gss_get_mechanisms.3.gz --- rpc_gss_get_mech_info.3.gz --- gzip -cn > rpc_gss_get_mech_info.3.gz --- rpc_gss_get_versions.3.gz --- gzip -cn > rpc_gss_get_versions.3.gz --- secure.all__D --- --- a_sign.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I = -I -I/usr/obj -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 -I -I -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 = -o a_sign.po --- lib.all__D --- --- rpc_gss_is_installed.3.gz --- gzip -cn > rpc_gss_is_installed.3.gz --- rpc_gss_set_svc_name.3.gz --- gzip -cn > rpc_gss_set_svc_name.3.gz --- rpc_gss_getcred.3.gz --- gzip -cn > rpc_gss_getcred.3.gz --- rpc_gss_set_callback.3.gz --- gzip -cn > rpc_gss_set_callback.3.gz --- rpc_gss_get_principal_name.3.gz --- gzip -cn > 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 1 error make[4]: stopped in *** [all_subdir_devd] Error code 2 make[3]: stopped in 1 error make[3]: stopped in --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_librpcsec_gss] Error code 2 make[3]: stopped in 1 error make[3]: stopped in --- sbin.all__D --- *** [sbin.all__D] Error code 2 make[2]: stopped in --- lib.all__D --- *** [lib.all__D] Error code 2 make[2]: stopped in --- rescue.all__D --- A failure has been detected in another branch of the parallel make make[6]: stopped in *** [vi_make] Error code 2 make[5]: stopped in /usr/obj 1 error make[5]: stopped in /usr/obj *** [objs] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [_sub.all] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [rescue.all__D] Error code 2 make[2]: stopped in --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [_sub.all] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [secure.all__D] Error code 2 make[2]: stopped in 4 errors make[2]: stopped in *** [everything] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure