FreeBSD_HEAD_i386 - Build #2865 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2865/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2865/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2865/console
Change summaries: 298085 by emaste: elfcopy: fix symbol table handling when sections come after symtab/strtab Fix a symbol table handling bug in elfcopy: elfcopy puts .symtab, .strtab and .shstrtab sections in the end of the output object. If the input objects have more sections after any of these 3 sections, the section table will be reordered, and in that case the section symbols should be regenerated for relocations. The bug is triggered since newer clang puts .strtab section in the beginning of the object produced. Ticket: #525 Reported by: royger Obtained from: ELF Tool Chain r3443 298084 by bdrewery: Document SHLIB/SHLIB_CXX/NO_PIC. Sponsored by: EMC / Isilon Storage Division 298083 by phil: Import to 0.6.1 0.5.0: document "trim" modifier add xo_emit_field functions Add xo_set_file{,_h} functions Fix LIBXO_* variables; add -L and -I as needed add --disable-silent-rules and an explicit make; s/PACKAGE-NAME/PACKAGE_NAME/; add /download/ to 'url' fix silliness where xo_flush_h emitted closing tag (html); make the caller (xo_message) do it flush after transitions; fix flush call in xo_do_emit mkdir the version-specific packaging dir use "XO_" instead of LIBXO_ 0.6.0: Add --with-retain-size to set the size (in bits) of the retain hash buckets Add The Argument Modifier ({a:}) Add retain and no-retain to --libxo autoconf: Add test for monitor.h Document quote heuristic go deep with nroff backslashes Use "ULL" for 32 bit check add xo_retain_clear and xo_retain_clear_all docs: combine two 'handles' section; move command line argument section handle GETTEXT when msgfmt isn't where it's supposed to be (FreeBSD) make 'retain' a flag (XOEF_RETAIN) instead of a role; it's simpler, and doesn't feel as tacky. "{R:}" was painful to document, which means it's painful to use. new xo_emit_f functions nuke some unused UNUSEDs test code: path must be static update test cases 0.6.1: fix version number (missed a commit during new-release) Reviewed by: sjg Approved by: sjg (mentor) 298082 by bdrewery: Add SHLIB_CXX to allow building a C++ shared library without a static one. Submitted by: ngie Sponsored by: EMC / Isilon Storage Division 298079 by bdrewery: Set CPP from XCPP for the libcompat build. Submitted by: Mark Millard <mar...@dsl-only.net> 298076 by cem: Add 4Kn kernel dump support (And 4Kn minidump support, but only for amd64.) Make sure all I/O to the dump device is of the native sector size. To that end, we keep a native sector sized buffer associated with dump devices (di->blockbuf) and use it to pad smaller objects as needed (e.g. kerneldumpheader). Add dump_write_pad() as a convenience API to dump smaller objects with zero padding. (Rather than pull in NPM leftpad, we wrote our own.) Savecore(1) has been updated to deal with these dumps. The format for 512-byte sector dumps should remain backwards compatible. Minidumps for other architectures are left as an exercise for the reader. PR: 194279 Submitted by: ambrisko@ Reviewed by: cem (earlier version), rpokala Tested by: rpokala (4Kn/512 except 512 fulldump), cem (512 fulldump) Relnotes: yes Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5848 298075 by pfg: sys/net* : for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. 298074 by pfg: fs misc: for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. 298073 by pfg: ddb: for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. The end of the build log: [...truncated 86209 lines...] --- all_subdir_kerberos5 --- --- verify_user.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -MD -MP -MF.depend.verify_user.po -MTverify_user.po -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/verify_user.c -o verify_user.po --- all_subdir_lib --- --- h_nsd_recurse.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o h_nsd_recurse.full h_nsd_recurse.o -lpthread --- h_nsd_recurse.debug --- objcopy --only-keep-debug h_nsd_recurse.full h_nsd_recurse.debug --- h_nsd_recurse --- objcopy --strip-debug --add-gnu-debuglink=h_nsd_recurse.debug h_nsd_recurse.full h_nsd_recurse --- h_protoent --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.h_protoent NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=h_protoent ) --- .depend.h_protoent --- echo h_protoent.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend.h_protoent --- h_protoent.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.h_protoent.h_protoent.o -MTh_protoent.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/contrib/netbsd-tests/lib/libc/net/h_protoent.c -o h_protoent.o --- h_protoent.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o h_protoent.full h_protoent.o --- all_subdir_rescue --- --- if.o --- cc -O2 -pipe -DSMALL -DRESCUE -MD -MP -MF.depend.if.o -MTif.o -std=gnu99 -fstack-protector-strong -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 -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/sbin/rtsol/../../usr.sbin/rtsold/if.c -o if.o --- all_subdir_lib --- --- h_protoent.debug --- objcopy --only-keep-debug h_protoent.full h_protoent.debug --- h_protoent --- objcopy --strip-debug --add-gnu-debuglink=h_protoent.debug h_protoent.full h_protoent --- h_servent --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.h_servent NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=h_servent ) --- .depend.h_servent --- echo h_servent.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend.h_servent --- h_servent.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.h_servent.h_servent.o -MTh_servent.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/contrib/netbsd-tests/lib/libc/net/h_servent.c -o h_servent.o --- h_servent.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o h_servent.full h_servent.o --- h_servent.debug --- objcopy --only-keep-debug h_servent.full h_servent.debug --- h_servent --- objcopy --strip-debug --add-gnu-debuglink=h_servent.debug h_servent.full h_servent --- h_dns_server --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.h_dns_server NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=h_dns_server ) --- all_subdir_kerberos5 --- --- version.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -MD -MP -MF.depend.version.po -MTversion.po -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/version.c -o version.po --- all_subdir_rescue --- --- probe.o --- --- all_subdir_lib --- --- .depend.h_dns_server --- --- all_subdir_rescue --- cc -O2 -pipe -DSMALL -DRESCUE -MD -MP -MF.depend.probe.o -MTprobe.o -std=gnu99 -fstack-protector-strong -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 -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/sbin/rtsol/../../usr.sbin/rtsold/probe.c -o probe.o --- all_subdir_lib --- echo h_dns_server.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend.h_dns_server --- h_dns_server.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.h_dns_server.h_dns_server.o -MTh_dns_server.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/contrib/netbsd-tests/lib/libc/net/h_dns_server.c -o h_dns_server.o --- all_subdir_rescue --- --- dump.o --- cc -O2 -pipe -DSMALL -DRESCUE -MD -MP -MF.depend.dump.o -MTdump.o -std=gnu99 -fstack-protector-strong -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 -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/sbin/rtsol/../../usr.sbin/rtsold/dump.c -o dump.o --- all_subdir_lib --- --- h_dns_server.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o h_dns_server.full h_dns_server.o --- h_dns_server.debug --- objcopy --only-keep-debug h_dns_server.full h_dns_server.debug --- h_dns_server --- objcopy --strip-debug --add-gnu-debuglink=h_dns_server.debug h_dns_server.full h_dns_server --- ether_test --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.ether_test NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=ether_test ) --- .depend.ether_test --- echo ether_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libprivateatf-c.a >> .depend.ether_test --- ether_test.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.ether_test.ether_test.o -MTether_test.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libc/tests/net/ether_test.c -o ether_test.o --- all_subdir_rescue --- --- rtsock.o --- cc -O2 -pipe -DSMALL -DRESCUE -MD -MP -MF.depend.rtsock.o -MTrtsock.o -std=gnu99 -fstack-protector-strong -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 -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/sbin/rtsol/../../usr.sbin/rtsold/rtsock.c -o rtsock.o --- all_subdir_kerberos5 --- --- warn.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -MD -MP -MF.depend.warn.po -MTwarn.po -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/warn.c -o warn.po --- all_subdir_lib --- --- ether_test.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o ether_test.full ether_test.o -lprivateatf-c --- all_subdir_rescue --- --- savecore_make --- (cd /usr/src/rescue/rescue/../../sbin/savecore && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/savecore/ depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/savecore/ savecore.o) --- all_subdir_lib --- --- ether_test.debug --- objcopy --only-keep-debug ether_test.full ether_test.debug --- ether_test --- objcopy --strip-debug --add-gnu-debuglink=ether_test.debug ether_test.full ether_test --- all_subdir_rescue --- --- .depend --- echo savecore.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libz.a /usr/obj/usr/src/tmp/usr/lib/libxo.a >> .depend --- all_subdir_lib --- --- eui64_aton_test --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.eui64_aton_test NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=eui64_aton_test ) --- .depend.eui64_aton_test --- --- all_subdir_rescue --- --- savecore.o --- --- all_subdir_lib --- echo eui64_aton_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libprivateatf-c.a >> .depend.eui64_aton_test --- all_subdir_rescue --- cc -O2 -pipe -DRESCUE -MD -MP -MF.depend.savecore.o -MTsavecore.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/sbin/savecore/savecore.c -o savecore.o --- all_subdir_lib --- --- eui64_aton_test.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.eui64_aton_test.eui64_aton_test.o -MTeui64_aton_test.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libc/tests/net/eui64_aton_test.c -o eui64_aton_test.o --- all_subdir_rescue --- /usr/src/sbin/savecore/savecore.c:509:33: error: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'u_int' (aka 'unsigned int') [-Werror,-Wsign-compare] read(fd, temp, sectorsize) != sectorsize) { ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ /usr/src/sbin/savecore/savecore.c:587:33: error: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'u_int' (aka 'unsigned int') [-Werror,-Wsign-compare] read(fd, temp, sectorsize) != sectorsize) { ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ /usr/src/sbin/savecore/savecore.c:746:35: error: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'u_int' (aka 'unsigned int') [-Werror,-Wsign-compare] write(fd, temp, sectorsize) != sectorsize) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ 3 errors generated. *** [savecore.o] Error code 1 make[6]: stopped in /usr/src/sbin/savecore 1 error make[6]: stopped in /usr/src/sbin/savecore *** [savecore_make] Error code 2 make[5]: stopped in /usr/obj/usr/src/rescue/rescue 1 error make[5]: stopped in /usr/obj/usr/src/rescue/rescue *** [objs] Error code 2 make[4]: stopped in /usr/src/rescue/rescue 1 error make[4]: stopped in /usr/src/rescue/rescue --- all_subdir_lib --- A failure has been detected in another branch of the parallel make --- all_subdir_rescue --- *** [all] Error code 2 make[3]: stopped in /usr/src/rescue 1 error make[3]: stopped in /usr/src/rescue *** [all_subdir_rescue] Error code 2 make[2]: stopped in /usr/src --- all_subdir_lib --- make[7]: stopped in /usr/src/lib/libc/tests/net *** [eui64_aton_test] Error code 2 make[6]: stopped in /usr/src/lib/libc/tests/net 1 error make[6]: stopped in /usr/src/lib/libc/tests/net *** [all_subdir_lib/libc/tests/net] Error code 2 make[5]: stopped in /usr/src/lib/libc/tests 1 error make[5]: stopped in /usr/src/lib/libc/tests *** [all] Error code 2 make[4]: stopped in /usr/src/lib/libc 1 error make[4]: stopped in /usr/src/lib/libc *** [all_subdir_lib/libc] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [all_subdir_lib] Error code 2 make[2]: stopped in /usr/src --- all_subdir_kerberos5 --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libkrb5 *** [all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib *** [all_subdir_kerberos5/lib] Error code 2 make[3]: stopped in /usr/src/kerberos5 1 error make[3]: stopped in /usr/src/kerberos5 *** [all_subdir_kerberos5] Error code 2 make[2]: stopped in /usr/src --- all_subdir_gnu --- A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/gnu/usr.bin/gdb/libgdb *** [all] Error code 2 make[5]: stopped in /usr/src/gnu/usr.bin/gdb 1 error make[5]: stopped in /usr/src/gnu/usr.bin/gdb *** [all_subdir_gnu/usr.bin/gdb] Error code 2 make[4]: stopped in /usr/src/gnu/usr.bin 1 error make[4]: stopped in /usr/src/gnu/usr.bin *** [all_subdir_gnu/usr.bin] Error code 2 make[3]: stopped in /usr/src/gnu 1 error make[3]: stopped in /usr/src/gnu *** [all_subdir_gnu] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2863215178405167830.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"