FreeBSD_stable_10 - Build #1854 - Still Failing

jenkins-admin at FreeBSD.org jenkins-admin at FreeBSD.org
Tue Dec 1 00:40:36 UTC 2015


FreeBSD_stable_10 - Build #1854 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1854/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1854/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1854/console

Change summaries:

291543 by mav:
MFC r291143: Update Qlogic 23XX firmware from 3.03.26 to 3.03.28

291542 by mav:
MFC r291132: Update firmware for QLogic 22xx from 2.02.06 to 2.02.08.

291541 by mav:
MFC r289755: Remove residual verbosity.

firmware_register() already reports errors.

291532 by mav:
MFC r291365, r291369: One more round of port scanner rewrite.

 - Make scan aborted by event restart immediately and infinitely.
 - Improve handling of some loop events from firmware.
 - Remove loop down timer, adding its functionality to scanner thread.
 - Some more unification and simplification.

291531 by mav:
MFC r291265: Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.

New name better repsents its meaning for modern chips.

291530 by mav:
MFC r291221: Remove "disable" hint, which duplicates system-wide "disabled".

291529 by mav:
MFC r291209: Fix target mode support for Qlogic 2200 FC adapters.

Now target mode works for all supported FC adapters except ancient 2100,
which is not tested.

291528 by mav:
MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters.

Hacks to enable target mode there complicated code, while didn't really
work.  And for outdated hardware fixing it is not really interesting.

Initiator mode tested with Qlogic 1080 adapter is still working fine.

291526 by mav:
MFC r290138, r290139: Some updates to isp(4) manual page.

291524 by mav:
MFC r275374: Document ISP 2532 support and hint.isp.0.vports tunable.

291523 by mav:
MFC r291163:
Explicitly call SEND CHANGE REQUEST for pre-24xx chips in target mode.

While later firmware always registers for RSCN requests, older one does
it only in initiator mode.  But in target mode there RSCN can be the only
way to detect gone intiator.

291522 by mav:
MFC r291162: Generate fake ISPASYNC_CHANGE_PDB on fake login on pre-24xx.

This makes port scanner fix absent port ID for added initiator.

291521 by mav:
MFC r291161: Gracefully stop firmware before resetting chip when changing role.

291520 by mav:
MFC r291160: Add some more asynchronous event status codes.

291519 by mav:
MFC r291159: Add more mailbox command codes.

291518 by mav:
MFC r291147: Increase maximal value of vports tunable to 254.

I am not sure this value is really viable yet, but that is what chips
officially support in NPIV mode (in loop mode maximum is 125).

291517 by mav:
MFC r291144: Fix target mode with fabric for pre-24xx chips.

For those chips we are not receiving login events, adding initiators
based on ATIO requests.  But there is no port ID in that structure, so
in fabric mode we have to explicitly fetch it from firmware to be able
to do normal scan after that.

291516 by mav:
MFC r291099: Some cosmetics for ancient cards.

291515 by mav:
MFC r291092: Optimize SNS_GID_FT request scratch memory usage.

Now with present 4K of scratch we can fetch up to 508 ports (16 more).

291514 by mav:
MFC r291080: Another round of port scanner rewrite.

This change simplifies and unifies port adding/updating for loop and
fabric scanners.  It also fixes problems with scanning restarts due to
concurrent port databases changes.  It also fixes many cosmetic issues.

291513 by mav:
MFC r291014: Simplify fabric tasting code.

Except cosmetic changes this removes fabric ports from our port database.
It is always firmware duty to manage them, so driver don't need to worry.

291512 by mav:
MFC r291013: Remove some confusions between loopid and nphdl.

Modern cards in most cases operate abstract port handles, that have no
any relation to real loop IDs.  Leave loopid used only where it really
goes about local loop IDs.

While there, fix few more cases where LUNs were still printed in decimal.

291511 by mav:
MFC r291000: Register our FC4 Features in SNS.

291510 by mav:
MFC r290993, r290994: Unify and cleanup FC ports scan.

291509 by mav:
MFC r290981: Off-by-one correctiont to r290980.

291508 by mav:
MFC r290980: Make firmware handle virtual ports SNS logins for us.

291507 by mav:
MFC r290978: Add real initial support for RQSTYPE_RPT_ID_ACQ.

291506 by mav:
MFC r290830: Fix/improve CRN tracking.

291505 by mav:
MFC r290507: Rework r290504.

291504 by mav:
MFC r290506: Specify VP when sending a marker.

291503 by mav:
MFC r290504: Make ISP_SLEEP() really sleep instead of spinning.

While there, simplify the wait logic.

291502 by mav:
MFC r290160: Remove some unneeded code.

291501 by mav:
MFC r290159: Remove reset delays for which I see neither explanation nor need.

291500 by mav:
MFC r290147: Fix and improve error masking and reporting.

291499 by mav:
MFC r290118: Change the way how target mode is enabled on 23xx chips.

Without docs I am not completely sure about this, but on my tests new
method works better then previous, at least with our latest firmware.

291498 by mav:
MFC r290104: Improve/fix loop scanning routine.

For the most of chips (except anscient ones) port handlers have no relation
to port IDs.  In such situation old code scanning first 125 handlers was
quite naive.  Instead of doing that, send to chip single request to get full
list of port handlers available on specific virtual port and scan only them.

Old code had problems with case of several virtual ports enabled, when port
handlers allocated from global address space could easily go above 125.
This change was successfully tested on 23xx, 24xx and 25xx chips in loop
mode with 4 virtual initiator ports, each seing 50 virtual target ports.

291497 by mav:
MFC r289138: Remove legacy CHS geometry from dmesg and unify capacity outputs.

291496 by mav:
MFC r291383: Fix panic when trying to sort unsupported command in OOA queue.

Handle unsupported commands as not conflicting/blocking.



The end of the build log:

[...truncated 116070 lines...]
--- .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 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_misc: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend.fifo_misc
--- usr.bin.depend__D ---
--- .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 ---
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_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
--- sbin.depend__D ---
echo rtsol: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend
--- usr.bin.depend__D ---
echo bzip2recover: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend
--- sbin.depend__D ---
--- depend_subdir_savecore ---
===> sbin/savecore (depend)
--- usr.bin.depend__D ---
--- depend_subdir_c89 ---
===> usr.bin/c89 (depend)
--- sbin.depend__D ---
--- .depend ---
rm -f .depend
CC='cc ' mkdep -f .depend -a     -std=gnu99   /builds/FreeBSD_stable_10/sbin/savecore/savecore.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 ---
--- .depend ---
rm -f .depend
CC='cc ' mkdep -f .depend -a     -std=gnu99   /builds/FreeBSD_stable_10/usr.bin/c89/c89.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=flock_helper  DEPENDFILE=.depend.flock_helper .MAKE.DEPENDFILE=.depend.flock_helper   depend)
--- usr.bin.depend__D ---
echo c89: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend
--- tests.depend__D ---
--- .depend.flock_helper ---
--- usr.bin.depend__D ---
--- depend_subdir_c99 ---
--- tests.depend__D ---
rm -f .depend.flock_helper
--- usr.bin.depend__D ---
===> usr.bin/c99 (depend)
--- tests.depend__D ---
CC='cc ' mkdep -f .depend.flock_helper -a     -std=gnu99   /builds/FreeBSD_stable_10/tests/sys/file/flock_helper.c
--- sbin.depend__D ---
echo savecore: /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/libz.a >> .depend
--- depend_subdir_setkey ---
===> sbin/setkey (depend)
--- usr.bin.depend__D ---
--- .depend ---
rm -f .depend
CC='cc ' mkdep -f .depend -a     -std=gnu99   /builds/FreeBSD_stable_10/usr.bin/c99/c99.c
--- sbin.depend__D ---
--- parse.c ---
yacc -d /builds/FreeBSD_stable_10/sbin/setkey/parse.y
--- 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)
--- sbin.depend__D ---
cp y.tab.c parse.c
--- usr.bin.depend__D ---
echo c99: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend
--- sbin.depend__D ---
--- token.c ---
lex  -otoken.c /builds/FreeBSD_stable_10/sbin/setkey/token.l
--- usr.bin.depend__D ---
--- depend_subdir_calendar ---
===> usr.bin/calendar (depend)
--- tests.depend__D ---
--- .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
--- usr.bin.depend__D ---
--- _sub.depend ---
===> usr.bin/calendar/tests (depend)
--- sbin.depend__D ---
--- .depend ---
rm -f .depend
CC='cc ' mkdep -f .depend -a    -I/builds/FreeBSD_stable_10/sbin/setkey -I/builds/FreeBSD_stable_10/sbin/setkey/../../lib/libipsec -I/builds/FreeBSD_stable_10/sbin/setkey/../../lib/libipsec -I/builds/FreeBSD_stable_10/sbin/setkey/../../sys/netipsec -DIPSEC_DEBUG -DYY_NO_UNPUT -DINET6 -I. -std=gnu99   /builds/FreeBSD_stable_10/sbin/setkey/setkey.c parse.c token.c /builds/FreeBSD_stable_10/sbin/setkey/../../lib/libipsec/pfkey.c /builds/FreeBSD_stable_10/sbin/setkey/../../lib/libipsec/pfkey_dump.c /builds/FreeBSD_stable_10/sbin/setkey/../../sys/netipsec/key_debug.c /builds/FreeBSD_stable_10/sbin/setkey/../../lib/libipsec/ipsec_strerror.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 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)
--- .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
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)
--- .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 setkey: /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/libl.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/liby.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libipsec.a >> .depend
--- depend_subdir_shutdown ---
===> sbin/shutdown (depend)
--- tests.depend__D ---
--- .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
--- sbin.depend__D ---
--- .depend ---
rm -f .depend
CC='cc ' mkdep -f .depend -a     -std=gnu99   /builds/FreeBSD_stable_10/sbin/shutdown/shutdown.c
--- tests.depend__D ---
echo fcntlflags_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend.fcntlflags_test
--- sbin.depend__D ---
echo shutdown: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend
--- tests.depend__D ---
===> tests/sys/kern (depend)
--- sbin.depend__D ---
--- depend_subdir_spppcontrol ---
===> sbin/spppcontrol (depend)
--- .depend ---
rm -f .depend
--- tests.depend__D ---
===> tests/sys/kern/acct (depend)
--- sbin.depend__D ---
CC='cc ' mkdep -f .depend -a     -std=gnu99   /builds/FreeBSD_stable_10/sbin/spppcontrol/spppcontrol.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)
--- tests.depend__D ---
(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 ---
--- .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 ---
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
--- sbin.depend__D ---
echo spppcontrol: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend
--- tests.depend__D ---
*** [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/spppcontrol
*** [depend_subdir_spppcontrol] 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 cap_mkdb: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a  >> .depend
A failure has been detected in another branch of the parallel make

make[4]: stopped in /builds/FreeBSD_stable_10/usr.bin/cap_mkdb
*** [depend_subdir_cap_mkdb] 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 ---
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


More information about the freebsd-stable mailing list