From owner-freebsd-current@FreeBSD.ORG Wed Apr 29 14:22:04 2015 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 9A7BD816; Wed, 29 Apr 2015 14:22:04 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 843DC1627; Wed, 29 Apr 2015 14:22:04 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id D56C9E8D; Wed, 29 Apr 2015 14:22:04 +0000 (UTC) Date: Wed, 29 Apr 2015 14:22:04 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, trasz@FreeBSD.org, gnn@FreeBSD.org, whu@FreeBSD.org, ngie@FreeBSD.org Message-ID: <1875410264.87.1430317324841.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2709 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 29 Apr 2015 14:22:04 -0000 See Changes: [gnn] Make it possible to statically link SIFTR into the kernel as a new option. Reviewed by: bz Discussed with: lstewart MFC after: 2 weeks [trasz] Remove oldnfs leftovers from mountd(8). Reviewed by: rmacklem@ Sponsored by: The FreeBSD Foundation [trasz] Add kern.racct.enable tunable and RACCT_DISABLED config option. The point of this is to be able to add RACCT (with RACCT_DISABLED) to GENERIC, to avoid having to rebuild the kernel to use rctl(8). Differential Revision: https://reviews.freebsd.org/D2369 Reviewed by: kib@ MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation [whu] Microsoft vmbus, storage and other related driver enhancements for HyperV. - Vmbus multi channel support. - Vector interrupt support. - Signal optimization. - Storvsc driver performance improvement. - Scatter and gather support for storvsc driver. - Minor bug fix for KVP driver. Thanks royger, jhb and delphij from FreeBSD community for the reviews and comments. Also thanks Hovy Xu from NetApp for the contributions to the storvsc driver. PR: 195238 Submitted by: whu Reviewed by: royger, jhb, delphij Approved by: royger MFC after: 2 weeks Relnotes: yes Sponsored by: Microsoft OSTC [ngie] ATF_REQUIRE_KERNEL_MODULE: use atf_skip, not ATF_REQUIRE_MSG so the testcase no longer bombs out PLAIN_REQUIRE_KERNEL_MODULE: use printf + _exit, no err so the testcase no longer bombs out if it prints to stderr MFC after: 5 days ------------------------------------------ [...truncated 177529 lines...] chmod +x 07.tmp mv 07.tmp 07 --- 08 --- cat >08.tmp chmod +x 08.tmp mv 08.tmp 08 --- 09 --- cat >09.tmp chmod +x 09.tmp mv 09.tmp 09 --- 10 --- cat >10.tmp chmod +x 10.tmp mv 10.tmp 10 --- 11 --- cat >11.tmp chmod +x 11.tmp mv 11.tmp 11 --- 12 --- cat >12.tmp chmod +x 12.tmp mv 12.tmp 12 --- 13 --- --- lib.all__D --- (cd && make -f _RECURSING_PROGS= SUBDIR= PROG=atf_c++_test DEPENDFILE=.depend.atf_c++_test .MAKE.DEPENDFILE=.depend.atf_c++_test PROG_CXX=atf_c++_test) --- tests.all__D --- cat >13.tmp chmod +x 13.tmp mv 13.tmp 13 --- 14 --- cat >14.tmp chmod +x 14.tmp mv 14.tmp 14 --- Kyuafile.auto --- --- usr.sbin.all__D --- --- hccontrol.8.gz --- gzip -cn > hccontrol.8.gz --- tests.all__D --- ===> tests/sys/pjdfstest/tests/unlink (all) --- usr.sbin.all__D --- --- hccontrol --- cc -O2 -pipe -std=gnu99 -fstack-protector -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 hccontrol send_recv.o link_policy.o link_control.o le.o host_controller_baseband.o info.o status.o node.o hccontrol.o util.o -lbluetooth --- lib.all__D --- --- atf_c++_test.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -DATF_C_TESTS_BASE='"/usr/tests/lib/atf/libatf-c"' -DATF_INCLUDEDIR='"/usr/include"' -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-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -Wno-c++11-extensions -c -o atf_c++_test.o --- tests.all__D --- --- 00 --- cat >00.tmp chmod +x 00.tmp mv 00.tmp 00 --- 01 --- cat >01.tmp --- usr.sbin.all__D --- ===> usr.sbin/bluetooth/hcsecd (all) --- tests.all__D --- chmod +x 01.tmp mv 01.tmp 01 --- 02 --- cat >02.tmp chmod +x 02.tmp mv 02.tmp 02 --- 03 --- cat >03.tmp chmod +x 03.tmp mv 03.tmp 03 --- 04 --- cat >04.tmp chmod +x 04.tmp mv 04.tmp 04 --- 05 --- cat >05.tmp chmod +x 05.tmp mv 05.tmp 05 --- 06 --- cat >06.tmp --- usr.sbin.all__D --- --- hcsecd.o --- --- tests.all__D --- chmod +x 06.tmp --- usr.sbin.all__D --- cc -O2 -pipe -I -std=gnu99 -fstack-protector -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 -o hcsecd.o --- tests.all__D --- mv 06.tmp 06 --- 07 --- cat >07.tmp chmod +x 07.tmp mv 07.tmp 07 --- 08 --- cat >08.tmp chmod +x 08.tmp mv 08.tmp 08 --- 09 --- cat >09.tmp chmod +x 09.tmp mv 09.tmp 09 --- 10 --- cat >10.tmp chmod +x 10.tmp mv 10.tmp 10 --- 11 --- cat >11.tmp chmod +x 11.tmp mv 11.tmp 11 --- 12 --- cat >12.tmp chmod +x 12.tmp mv 12.tmp 12 --- 13 --- cat >13.tmp chmod +x 13.tmp mv 13.tmp 13 --- Kyuafile.auto --- --- misc.sh --- sed -e '\,maindir=,s,maindir=.*,maindir=`dirname $0`/../,' < > misc.sh.tmp mv misc.sh.tmp misc.sh --- Kyuafile.auto --- ===> tests/sys/aio (all) --- usr.sbin.all__D --- --- hcsecd.8.gz --- gzip -cn > hcsecd.8.gz --- tests.all__D --- (cd && make -f _RECURSING_PROGS= SUBDIR= PROG=aio_test DEPENDFILE=.depend.aio_test .MAKE.DEPENDFILE=.depend.aio_test ) --- usr.sbin.all__D --- --- hcsecd.conf.5.gz --- gzip -cn > hcsecd.conf.5.gz --- parser.o --- cc -O2 -pipe -I -std=gnu99 -fstack-protector -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 parser.c -o parser.o --- tests.all__D --- --- aio_test.o --- cc -O2 -pipe -I -std=gnu99 -fstack-protector -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 -o aio_test.o :207:2: error: implicit declaration of function 'atf_skip' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ATF_REQUIRE_KERNEL_MODULE("aio"); ^ :43:3: note: expanded from macro 'ATF_REQUIRE_KERNEL_MODULE' atf_skip("module %s could not be resolved: %s", \ ^ 1 error generated. *** [aio_test.o] Error code 1 make[6]: stopped in 1 error make[6]: stopped in *** [aio_test] Error code 2 make[5]: stopped in 1 error 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 *** [tests.all__D] Error code 2 make[2]: stopped in --- usr.sbin.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 *** [all_subdir_bluetooth] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [usr.sbin.all__D] Error code 2 make[2]: stopped in --- usr.bin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_tblgen] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_clang] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [usr.bin.all__D] Error code 2 make[2]: stopped in --- lib.all__D --- A failure has been detected in another branch of the parallel make make[7]: stopped in *** [atf_c++_test] Error code 2 make[6]: stopped in 1 error make[6]: stopped in *** [_sub.all] Error code 2 make[5]: stopped in 1 error make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_atf] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [lib.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