jenkins-admin at FreeBSD.org
2015-Dec-03 00:40 UTC
FreeBSD_stable_10 - Build #1861 - Failure
FreeBSD_stable_10 - Build #1861 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1861/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1861/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1861/console Change summaries: 291655 by rmacklem: MFC: r291035 The problem report was for a crash that happened when smbfs was trying to do a mount. Given the backtrace, it appears that the crash occurred when smb_vc_create() failed and then called smb_vc_put() with vcp->vc_iod == NULL. smb_vc_put() subsequently called smb_vc_disconnect() with vcp->vc_iod == NULL, causing the crash. This patch adds a check for vcp->vc_iod != NULL in smb_vc_disconnect() to avoid the crash. It also fixes the case in smb_vc_create() where kproc_create() fails so that it destroys the mutexes and sets vcp->vc_iod == NULL before free()'ing the iod structure. The end of the build log: [...truncated 116527 lines...] CC='cc ' mkdep -f .depend -a -D_FILE_OFFSET_BITS=64 -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/bzip2/../../contrib/bzip2/bzip2.c echo bzip2: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libbz2.a >> .depend --- depend_subdir_bzip2recover --- ===> usr.bin/bzip2recover (depend) --- tests.depend__D --- echo fifo_io: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_io (cd /builds/FreeBSD_stable_10/tests/sys/fifo && make -f /builds/FreeBSD_stable_10/tests/sys/fifo/Makefile _RECURSING_PROGS= SUBDIR= PROG=fifo_misc DEPENDFILE=.depend.fifo_misc .MAKE.DEPENDFILE=.depend.fifo_misc depend) --- usr.bin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/bzip2recover/../../contrib/bzip2/bzip2recover.c --- tests.depend__D --- --- .depend.fifo_misc --- rm -f .depend.fifo_misc CC='cc ' mkdep -f .depend.fifo_misc -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_misc.c --- usr.bin.depend__D --- echo bzip2recover: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_c89 --- ===> usr.bin/c89 (depend) --- tests.depend__D --- echo fifo_misc: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_misc --- usr.bin.depend__D --- --- .depend --- rm -f .depend --- tests.depend__D --- (cd /builds/FreeBSD_stable_10/tests/sys/fifo && make -f /builds/FreeBSD_stable_10/tests/sys/fifo/Makefile _RECURSING_PROGS= SUBDIR= PROG=fifo_open DEPENDFILE=.depend.fifo_open .MAKE.DEPENDFILE=.depend.fifo_open depend) --- usr.bin.depend__D --- CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/c89/c89.c --- tests.depend__D --- --- .depend.fifo_open --- rm -f .depend.fifo_open CC='cc ' mkdep -f .depend.fifo_open -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_open.c --- usr.bin.depend__D --- echo c89: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_c99 --- ===> usr.bin/c99 (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/c99/c99.c --- tests.depend__D --- echo fifo_open: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_open ===> tests/sys/file (depend) --- usr.bin.depend__D --- echo c99: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_calendar --- ===> usr.bin/calendar (depend) --- tests.depend__D --- (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=flock_helper DEPENDFILE=.depend.flock_helper .MAKE.DEPENDFILE=.depend.flock_helper depend) --- usr.bin.depend__D --- --- _sub.depend --- ===> usr.bin/calendar/tests (depend) --- tests.depend__D --- --- .depend.flock_helper --- rm -f .depend.flock_helper CC='cc ' mkdep -f .depend.flock_helper -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/flock_helper.c --- usr.bin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/calendar/calendar.c /builds/FreeBSD_stable_10/usr.bin/calendar/locale.c /builds/FreeBSD_stable_10/usr.bin/calendar/events.c /builds/FreeBSD_stable_10/usr.bin/calendar/dates.c /builds/FreeBSD_stable_10/usr.bin/calendar/parsedata.c /builds/FreeBSD_stable_10/usr.bin/calendar/io.c /builds/FreeBSD_stable_10/usr.bin/calendar/day.c /builds/FreeBSD_stable_10/usr.bin/calendar/ostern.c /builds/FreeBSD_stable_10/usr.bin/calendar/paskha.c /builds/FreeBSD_stable_10/usr.bin/calendar/pom.c /builds/FreeBSD_stable_10/usr.bin/calendar/sunpos.c --- tests.depend__D --- echo flock_helper: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend.flock_helper (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=ftruncate_test DEPENDFILE=.depend.ftruncate_test .MAKE.DEPENDFILE=.depend.ftruncate_test depend) --- .depend.ftruncate_test --- rm -f .depend.ftruncate_test CC='cc ' mkdep -f .depend.ftruncate_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/ftruncate_test.c --- sys.depend__D --- ===> sys/boot/i386/libfirewire (depend) --- tests.depend__D --- echo ftruncate_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.ftruncate_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=newfileops_on_fork_test DEPENDFILE=.depend.newfileops_on_fork_test .MAKE.DEPENDFILE=.depend.newfileops_on_fork_test depend) --- sys.depend__D --- --- machine --- ln -sf /builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/../../../i386/include machine --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -D_BOOT -I/builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/../../common -I/builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/../../.. -I. -I/builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/../../../../lib/libstand -I/builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/../btx/lib -I/builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/../libi386 -std=gnu99 /builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/firewire.c /builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/fwohci.c /builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/dconsole.c /builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/../../../dev/dcons/dcons.c /builds/FreeBSD_stable_10/sys/boot/i386/libfirewire/../../../dev/firewire/fwcrom.c --- tests.depend__D --- --- .depend.newfileops_on_fork_test --- rm -f .depend.newfileops_on_fork_test CC='cc ' mkdep -f .depend.newfileops_on_fork_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/newfileops_on_fork_test.c echo newfileops_on_fork_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend.newfileops_on_fork_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=closefrom_test DEPENDFILE=.depend.closefrom_test .MAKE.DEPENDFILE=.depend.closefrom_test depend) --- .depend.closefrom_test --- rm -f .depend.closefrom_test CC='cc ' mkdep -f .depend.closefrom_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/closefrom_test.c --- sys.depend__D --- ===> sys/boot/i386/loader (depend) --- tests.depend__D --- echo closefrom_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libutil.a >> .depend.closefrom_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=dup_test DEPENDFILE=.depend.dup_test .MAKE.DEPENDFILE=.depend.dup_test depend) --- sys.depend__D --- --- machine --- ln -sf /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../../i386/include machine --- vers.c --- sh /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/newvers.sh /builds/FreeBSD_stable_10/sys/boot/i386/loader/../loader/version "bootstrap loader" x86 --- tests.depend__D --- --- .depend.dup_test --- --- sys.depend__D --- --- .depend --- --- tests.depend__D --- rm -f .depend.dup_test --- sys.depend__D --- rm -f .depend --- tests.depend__D --- CC='cc ' mkdep -f .depend.dup_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/dup_test.c --- sys.depend__D --- CC='cc ' mkdep -f .depend -a -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/builds/FreeBSD_stable_10/sys/boot/i386/loader/../../ficl -I/builds/FreeBSD_stable_10/sys/boot/i386/loader/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_DISK_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -I/builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common -I. -I/builds/FreeBSD_stable_10/sys/boot/i386/loader/.. -I/builds/FreeBSD_stable_10/sys/boot/i386/loader/../btx/lib -DLOADER_PREFER_AMD64 -std=gnu99 /builds/FreeBSD_stable_10/sys/boot/i386/loader/main.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/conf.c vers.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/boot.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/commands.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/console.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/devopen.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/interp.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/interp_backslash.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/interp_parse.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/ls.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/misc.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/module.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/panic.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/load_elf32.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/load_elf32_obj.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/reloc_elf32.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/load_elf64.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/load_elf64_obj.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/reloc_elf64.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/disk.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/part.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/crc32.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/bcache.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/isapnp.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/pnp.c /builds/FreeBSD_stable_10/sys/boot/i386/loader/../../common/interp_forth.c --- usr.bin.depend__D --- echo calendar: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libm.a >> .depend --- depend_subdir_cap_mkdb --- ===> usr.bin/cap_mkdb (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/cap_mkdb/cap_mkdb.c --- tests.depend__D --- echo dup_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.dup_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=fcntlflags_test DEPENDFILE=.depend.fcntlflags_test .MAKE.DEPENDFILE=.depend.fcntlflags_test depend) --- .depend.fcntlflags_test --- rm -f .depend.fcntlflags_test CC='cc ' mkdep -f .depend.fcntlflags_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/fcntlflags_test.c --- usr.bin.depend__D --- echo cap_mkdb: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_catman --- ===> usr.bin/catman (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/catman/catman.c --- tests.depend__D --- echo fcntlflags_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fcntlflags_test ===> tests/sys/kern (depend) ===> tests/sys/kern/acct (depend) (cd /builds/FreeBSD_stable_10/tests/sys/kern/acct && make -f /builds/FreeBSD_stable_10/tests/sys/kern/acct/Makefile _RECURSING_PROGS= SUBDIR= PROG=acct_test DEPENDFILE=.depend.acct_test .MAKE.DEPENDFILE=.depend.acct_test depend) --- usr.bin.depend__D --- echo catman: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_chat --- ===> usr.bin/chat (depend) --- tests.depend__D --- make[7]: make[7]: don't know how to make /sys/kern/kern_acct.c. Stop make[7]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct *** [acct_test.depend] Error code 2 make[6]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct 1 error make[6]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct --- usr.bin.depend__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /builds/FreeBSD_stable_10/usr.bin/chat --- tests.depend__D --- *** [_sub.depend] Error code 2 make[5]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern 1 error make[5]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern --- usr.bin.depend__D --- *** [depend_subdir_chat] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/usr.bin 1 error make[3]: stopped in /builds/FreeBSD_stable_10/usr.bin --- tests.depend__D --- *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/tests/sys 1 error make[4]: stopped in /builds/FreeBSD_stable_10/tests/sys *** [_sub.depend] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/tests 1 error make[3]: stopped in /builds/FreeBSD_stable_10/tests *** [tests.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- usr.bin.depend__D --- *** [usr.bin.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- sys.depend__D --- echo loader.sym: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/boot/i386/loader/../../ficl32/libficl.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/boot/i386/loader/../libi386/libi386.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/boot/i386/loader/../../libstand32/libstand.a >> .depend A failure has been detected in another branch of the parallel make make[6]: stopped in /builds/FreeBSD_stable_10/sys/boot/i386/loader *** [_sub.depend] Error code 2 make[5]: stopped in /builds/FreeBSD_stable_10/sys/boot/i386 1 error make[5]: stopped in /builds/FreeBSD_stable_10/sys/boot/i386 *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/sys/boot 1 error make[4]: stopped in /builds/FreeBSD_stable_10/sys/boot *** [_sub.depend] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/sys 1 error make[3]: stopped in /builds/FreeBSD_stable_10/sys *** [sys.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- usr.sbin.depend__D --- echo acpidb: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend A failure has been detected in another branch of the parallel make make[5]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi/acpidb *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi 1 error make[4]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi *** [depend_subdir_acpi] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/usr.sbin 1 error make[3]: stopped in /builds/FreeBSD_stable_10/usr.sbin *** [usr.sbin.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 4 errors make[2]: stopped in /builds/FreeBSD_stable_10 *** [_depend] Error code 2 make[1]: stopped in /builds/FreeBSD_stable_10 1 error make[1]: stopped in /builds/FreeBSD_stable_10 *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_stable_10 1 error make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
jenkins-admin at FreeBSD.org
2015-Dec-03 12:39 UTC
FreeBSD_stable_10 - Build #1862 - Still Failing
FreeBSD_stable_10 - Build #1862 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1862/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1862/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1862/console Change summaries: 291687 by royger: MFC r291024: xen: fix dropping bitmap IPIs during resume Sponsored by: Citrix Systems R&D The end of the build log: [...truncated 116623 lines...] (cd /builds/FreeBSD_stable_10/tests/sys/fifo && make -f /builds/FreeBSD_stable_10/tests/sys/fifo/Makefile _RECURSING_PROGS= SUBDIR= PROG=fifo_io DEPENDFILE=.depend.fifo_io .MAKE.DEPENDFILE=.depend.fifo_io depend) --- usr.bin.depend__D --- --- depend_subdir_comm --- ===> usr.bin/comm (depend) --- tests.depend__D --- --- .depend.fifo_io --- rm -f .depend.fifo_io CC='cc ' mkdep -f .depend.fifo_io -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_io.c --- usr.bin.depend__D --- --- _sub.depend --- ===> usr.bin/comm/tests (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/comm/comm.c --- tests.depend__D --- echo fifo_io: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_io (cd /builds/FreeBSD_stable_10/tests/sys/fifo && make -f /builds/FreeBSD_stable_10/tests/sys/fifo/Makefile _RECURSING_PROGS= SUBDIR= PROG=fifo_misc DEPENDFILE=.depend.fifo_misc .MAKE.DEPENDFILE=.depend.fifo_misc depend) --- .depend.fifo_misc --- rm -f .depend.fifo_misc CC='cc ' mkdep -f .depend.fifo_misc -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_misc.c --- usr.bin.depend__D --- echo comm: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_compile_et --- ===> usr.bin/compile_et (depend) --- parse.c --- yacc -d -o parse.c /builds/FreeBSD_stable_10/usr.bin/compile_et/../../contrib/com_err/parse.y --- lex.c --- lex -olex.c /builds/FreeBSD_stable_10/usr.bin/compile_et/../../contrib/com_err/lex.l --- tests.depend__D --- echo fifo_misc: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_misc (cd /builds/FreeBSD_stable_10/tests/sys/fifo && make -f /builds/FreeBSD_stable_10/tests/sys/fifo/Makefile _RECURSING_PROGS= SUBDIR= PROG=fifo_open DEPENDFILE=.depend.fifo_open .MAKE.DEPENDFILE=.depend.fifo_open depend) --- usr.bin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -I. -I/builds/FreeBSD_stable_10/usr.bin/compile_et/../../contrib/com_err -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/compile_et/../../contrib/com_err/compile_et.c parse.c lex.c --- tests.depend__D --- --- .depend.fifo_open --- rm -f .depend.fifo_open CC='cc ' mkdep -f .depend.fifo_open -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_open.c echo fifo_open: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_open ===> tests/sys/file (depend) --- usr.bin.depend__D --- echo compile_et: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libroken.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/usr.bin/compile_et/../../kerberos5/lib/libvers/libvers.a >> .depend --- depend_subdir_compress --- ===> usr.bin/compress (depend) --- tests.depend__D --- (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=flock_helper DEPENDFILE=.depend.flock_helper .MAKE.DEPENDFILE=.depend.flock_helper depend) --- usr.bin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/compress/compress.c /builds/FreeBSD_stable_10/usr.bin/compress/zopen.c --- tests.depend__D --- --- .depend.flock_helper --- rm -f .depend.flock_helper CC='cc ' mkdep -f .depend.flock_helper -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/flock_helper.c echo flock_helper: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend.flock_helper (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=ftruncate_test DEPENDFILE=.depend.ftruncate_test .MAKE.DEPENDFILE=.depend.ftruncate_test depend) --- .depend.ftruncate_test --- rm -f .depend.ftruncate_test CC='cc ' mkdep -f .depend.ftruncate_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/ftruncate_test.c --- sbin.depend__D --- echo pfctl: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libm.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libmd.a >> .depend --- depend_subdir_pflogd --- ===> sbin/pflogd (depend) --- usr.bin.depend__D --- echo compress: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_cpio --- ===> usr.bin/cpio (depend) --- sbin.depend__D --- --- .depend --- rm -f .depend --- tests.depend__D --- echo ftruncate_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.ftruncate_test --- sbin.depend__D --- CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c /builds/FreeBSD_stable_10/sbin/pflogd/../../contrib/pf/pflogd/pidfile.c /builds/FreeBSD_stable_10/sbin/pflogd/../../contrib/pf/pflogd/privsep.c /builds/FreeBSD_stable_10/sbin/pflogd/../../contrib/pf/pflogd/privsep_fdpass.c --- tests.depend__D --- (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=newfileops_on_fork_test DEPENDFILE=.depend.newfileops_on_fork_test .MAKE.DEPENDFILE=.depend.newfileops_on_fork_test depend) --- usr.bin.depend__D --- --- _sub.depend --- ===> usr.bin/cpio/tests (depend) --- tests.depend__D --- --- .depend.newfileops_on_fork_test --- rm -f .depend.newfileops_on_fork_test CC='cc ' mkdep -f .depend.newfileops_on_fork_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/newfileops_on_fork_test.c --- usr.bin.depend__D --- (cd /builds/FreeBSD_stable_10/usr.bin/cpio/tests && make -f /builds/FreeBSD_stable_10/usr.bin/cpio/tests/Makefile _RECURSING_PROGS= SUBDIR= PROG=bsdcpio_test DEPENDFILE=.depend.bsdcpio_test .MAKE.DEPENDFILE=.depend.bsdcpio_test depend) --- tests.depend__D --- echo newfileops_on_fork_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend.newfileops_on_fork_test --- usr.bin.depend__D --- --- list.h --- --- tests.depend__D --- (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=closefrom_test DEPENDFILE=.depend.closefrom_test .MAKE.DEPENDFILE=.depend.closefrom_test depend) --- .depend.closefrom_test --- rm -f .depend.closefrom_test CC='cc ' mkdep -f .depend.closefrom_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/closefrom_test.c --- sbin.depend__D --- echo pflogd: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpcap.a >> .depend --- depend_subdir_ping --- ===> sbin/ping (depend) --- tests.depend__D --- echo closefrom_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libutil.a >> .depend.closefrom_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=dup_test DEPENDFILE=.depend.dup_test .MAKE.DEPENDFILE=.depend.dup_test depend) --- sbin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -DIPSEC -std=gnu99 /builds/FreeBSD_stable_10/sbin/ping/ping.c --- tests.depend__D --- --- .depend.dup_test --- rm -f .depend.dup_test CC='cc ' mkdep -f .depend.dup_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/dup_test.c echo dup_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.dup_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=fcntlflags_test DEPENDFILE=.depend.fcntlflags_test .MAKE.DEPENDFILE=.depend.fcntlflags_test depend) --- sbin.depend__D --- echo ping: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libm.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libipsec.a >> .depend --- depend_subdir_ping6 --- ===> sbin/ping6 (depend) --- tests.depend__D --- --- .depend.fcntlflags_test --- rm -f .depend.fcntlflags_test --- usr.bin.depend__D --- --- .depend.bsdcpio_test --- --- tests.depend__D --- CC='cc ' mkdep -f .depend.fcntlflags_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/fcntlflags_test.c --- usr.bin.depend__D --- rm -f .depend.bsdcpio_test CC='cc ' mkdep -f .depend.bsdcpio_test -a -DPLATFORM_CONFIG_H=\"/builds/FreeBSD_stable_10/lib/libarchive/config_freebsd.h\" -I/builds/FreeBSD_stable_10/lib/libarchive -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/usr.bin/cpio/tests -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/usr.bin/cpio/tests -I/builds/FreeBSD_stable_10/contrib/libarchive/cpio -I/builds/FreeBSD_stable_10/contrib/libarchive/libarchive_fe -I/builds/FreeBSD_stable_10/contrib/libarchive/test_utils -std=gnu99 /builds/FreeBSD_stable_10/contrib/libarchive/cpio/cmdline.c /builds/FreeBSD_stable_10/contrib/libarchive/libarchive_fe/err.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_0.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_basic.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_cmdline.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_Z.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_bz2.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_grz.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_gz.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_lrz.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_lz.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_lzma.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_lzo.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_extract_cpio_xz.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_format_newc.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_gcpio_compat.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_0.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_B_upper.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_C_upper.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_J_upper.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_L_upper.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_Z_upper.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_a.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_b64encode.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_c.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_d.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_f.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_grzip.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_help.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_l.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_lrzip.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_lzma.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_lzop.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_m.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_t.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_u.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_uuencode.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_version.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_xz.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_y.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_option_z.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_owner_parse.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_passthrough_dotdot.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/test_passthrough_reverse.c /builds/FreeBSD_stable_10/contrib/libarchive/cpio/test/main.c /builds/FreeBSD_stable_10/contrib/libarchive/test_utils/test_utils.c --- sbin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS -std=gnu99 /builds/FreeBSD_stable_10/sbin/ping6/ping6.c --- tests.depend__D --- echo fcntlflags_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fcntlflags_test ===> tests/sys/kern (depend) ===> tests/sys/kern/acct (depend) (cd /builds/FreeBSD_stable_10/tests/sys/kern/acct && make -f /builds/FreeBSD_stable_10/tests/sys/kern/acct/Makefile _RECURSING_PROGS= SUBDIR= PROG=acct_test DEPENDFILE=.depend.acct_test .MAKE.DEPENDFILE=.depend.acct_test depend) --- sbin.depend__D --- echo ping6: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libipsec.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libm.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libmd.a >> .depend --- depend_subdir_quotacheck --- ===> sbin/quotacheck (depend) --- tests.depend__D --- make[7]: make[7]: don't know how to make /sys/kern/kern_acct.c. Stop make[7]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct *** [acct_test.depend] Error code 2 make[6]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct 1 error make[6]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct *** [_sub.depend] Error code 2 make[5]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern 1 error make[5]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/tests/sys 1 error make[4]: stopped in /builds/FreeBSD_stable_10/tests/sys *** [_sub.depend] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/tests 1 error make[3]: stopped in /builds/FreeBSD_stable_10/tests *** [tests.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- sbin.depend__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /builds/FreeBSD_stable_10/sbin/quotacheck *** [depend_subdir_quotacheck] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/sbin 1 error make[3]: stopped in /builds/FreeBSD_stable_10/sbin *** [sbin.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- usr.bin.depend__D --- echo bsdcpio_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libarchive.a >> .depend.bsdcpio_test A failure has been detected in another branch of the parallel make make[6]: stopped in /builds/FreeBSD_stable_10/usr.bin/cpio/tests *** [bsdcpio_test.depend] Error code 2 make[5]: stopped in /builds/FreeBSD_stable_10/usr.bin/cpio/tests 1 error make[5]: stopped in /builds/FreeBSD_stable_10/usr.bin/cpio/tests *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/usr.bin/cpio 1 error make[4]: stopped in /builds/FreeBSD_stable_10/usr.bin/cpio *** [depend_subdir_cpio] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/usr.bin 1 error make[3]: stopped in /builds/FreeBSD_stable_10/usr.bin *** [usr.bin.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- usr.sbin.depend__D --- --- depend_subdir_acpi --- echo acpidb: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend A failure has been detected in another branch of the parallel make make[5]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi/acpidb *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi 1 error make[4]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi *** [depend_subdir_acpi] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/usr.sbin 1 error make[3]: stopped in /builds/FreeBSD_stable_10/usr.sbin *** [usr.sbin.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 4 errors make[2]: stopped in /builds/FreeBSD_stable_10 *** [_depend] Error code 2 make[1]: stopped in /builds/FreeBSD_stable_10 1 error make[1]: stopped in /builds/FreeBSD_stable_10 *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_stable_10 1 error make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Email was triggered for: Failure - Any Sending email for trigger: Failure - Any