See <https://jenkins.freebsd.org/job/FreeBSD_HEAD/2711/changes> Changes: [gnn] Brief demo script showing the various values that can be read via the new SIFTR statically defined tracepoint (SDT). Reviewed by: bz, markj [jhb] Don't free mbufs when stopping an interface in netmap mode. Currently if you ifconfig down a vtnet interface while it is being used via netmap, the kernel panics due to trying to treat the cookie values in the virtio rings as mbufs to be freed. When netmap is enabled, these cookie values are pointers to something else. Note that other netmap-aware drivers don't seem to need this as they store the mbuf pointers in the software rings that mirror the hardware descriptor rings, and since netmap doesn't touch those, the software state always has NULL mbuf pointers causing the loops to free mbufs to not do anything. However, vtnet reuses the same state area for both netmap and non-netmap mode, so it needs to explicitly avoid looking at the rings and treating the cookie values as mbufs if netmap is enabled. Differential Revision: https://reviews.freebsd.org/D2348 Reviewed by: adrian, bryanv, luigi MFC after: 1 week Sponsored by: Norse Corp, Inc. [gnn] Brief demo script showing the various values that can be read via the new SIFTR statically defined tracepoint (SDT). Differential Revision: https://reviews.freebsd.org/D2387 Reviewed by: bz, markj [scottl] Revert r282227. It is clearly incorrect as it frees an object that is still referenced. I think that there does exist an unlikely edge case for a memory leak, but only if a driver is incorrectly written and specifies no valid range of targets to scan. That can be fixed in a follow-up commit. Obtained from: Netflix, Inc. [trasz] Remove spurious period. MFC after: 1 month Sponsored by: International OCD Foun^W^W^WThe FreeBSD Foundation [brd] Fix typo [trasz] Make rctl(8) more user-friendly when RACCT/RCTL is disabled for some reason. MFC after: 1 month Sponsored by: The FreeBSD Foundation [bapt] Fix mis usage of ms(7) macros Submitted by: heirloom doctools upstream [gjb] Document r280297, OpenSSL updated to version 1.0.1m. Sponsored by: The FreeBSD Foundation [scottl] Improve support for blacklisting bad memory locations. The user can supply a text file with a list of physical memory addresses to exclude, and have it loaded at boot time via the provided example in loader.conf. The tunable 'vm.blacklist' remains, but using an external file means that there's no practical limit to the size of the list. This change also improves the scanning algorithm for processing the list, scanning the list only once instead of scanning it for every page in the system. Both the sysctl and the file can be unsorted and contain duplicates so long as each entry is numeric (decimal or hex) and is separated by a space, comma, or newline character. The sysctl 'vm.page_blacklist' is now provided to report what memory locations were successfully excluded. Reviewed by: imp, emax Obtained from: Netflix, Inc. MFC after: 3 days [pfg] Fix memory leak in scsi_scan_bus() CID: 1007770 PR: 199671 [pfg] Plug memory leaks in kbdmux(4) (take 2) This is a fix to the previous attempt in r281889, which some (most?) keyboards. Discussed with: emaste, jkim Found by: clang static analyzer CID: 1007072 CID: 1007073 CID: 1007074 ------------------------------------------ [...truncated 185138 lines...] --- usr.sbin.all__D --- --- psobject.o --- --- tests.all__D --- --- 01 --- --- usr.sbin.all__D --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys> -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/parser/psobject.c> -o psobject.o --- tests.all__D --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/01.t> >01.tmp chmod +x 01.tmp mv 01.tmp 01 --- 02 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/02.t> >02.tmp --- lib.all__D --- --- kinfo_getallproc.po --- --- usr.bin.all__D --- --- stresep.o --- --- lib.all__D --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/../libc/gen/> -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/kinfo_getallproc.c> -o kinfo_getallproc.po --- usr.bin.all__D --- cc -O2 -pipe -DNO_PWD_OVERRIDE -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/bmake> -DBMAKE_PATH_MAX=1024 -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DBMAKE_PATH_MAX=1024 -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/bmake> -DMAKE_NATIVE -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/bmake/stresep.c> -o stresep.o --- tests.all__D --- chmod +x 02.tmp mv 02.tmp 02 --- 03 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/03.t> >03.tmp chmod +x 03.tmp mv 03.tmp 03 --- 04 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/04.t> >04.tmp --- usr.bin.all__D --- --- make.1.gz --- gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/bmake/make.1> > make.1.gz --- tests.all__D --- chmod +x 04.tmp mv 04.tmp 04 --- 05 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/05.t> >05.tmp --- usr.bin.all__D --- --- make --- cc -O2 -pipe -DNO_PWD_OVERRIDE -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/bmake> -DBMAKE_PATH_MAX=1024 -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DBMAKE_PATH_MAX=1024 -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/bmake> -DMAKE_NATIVE -std=gnu99 -fstack-protector -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 -static -o make arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o make_malloc.o meta.o parse.o str.o strlist.o suff.o targ.o trace.o util.o var.o lstAppend.o lstAtEnd.o lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstPrev.o lstRemove.o lstReplace.o lstSucc.o stresep.o --- tests.all__D --- chmod +x 05.tmp mv 05.tmp 05 --- 06 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/06.t> >06.tmp chmod +x 06.tmp mv 06.tmp 06 --- 07 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/07.t> >07.tmp chmod +x 07.tmp mv 07.tmp 07 --- 08 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/08.t> >08.tmp chmod +x 08.tmp mv 08.tmp 08 --- 09 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/09.t> >09.tmp chmod +x 09.tmp --- usr.sbin.all__D --- --- psopcode.o --- --- tests.all__D --- mv 09.tmp 09 --- usr.sbin.all__D --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys> -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/parser/psopcode.c> -o psopcode.o --- lib.all__D --- --- kinfo_getproc.po --- --- tests.all__D --- --- 10 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/10.t> >10.tmp --- lib.all__D --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/../libc/gen/> -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/kinfo_getproc.c> -o kinfo_getproc.po --- tests.all__D --- chmod +x 10.tmp mv 10.tmp 10 --- 11 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/11.t> >11.tmp --- usr.bin.all__D --- --- all_subdir_bsdiff --- --- tests.all__D --- chmod +x 11.tmp --- usr.bin.all__D --- ===> usr.bin/bsdiff (all) --- tests.all__D --- mv 11.tmp 11 --- 12 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/12.t> >12.tmp chmod +x 12.tmp mv 12.tmp 12 --- usr.bin.all__D --- --- _sub.all --- --- tests.all__D --- --- 13 --- cat <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/unlink/13.t> >13.tmp --- usr.bin.all__D --- ===> usr.bin/bsdiff/bsdiff (all) --- tests.all__D --- chmod +x 13.tmp mv 13.tmp 13 --- Kyuafile.auto --- --- usr.sbin.all__D --- --- psopinfo.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys> -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/parser/psopinfo.c> -o psopinfo.o --- tests.all__D --- --- misc.sh --- sed -e '\,maindir=,s,maindir=.*,maindir=`dirname $0`/../,' < <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/contrib/pjdfstest/tests/misc.sh> > misc.sh.tmp --- lib.all__D --- --- kinfo_getvmmap.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/../libc/gen/> -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/kinfo_getvmmap.c> -o kinfo_getvmmap.po --- tests.all__D --- mv misc.sh.tmp misc.sh --- Kyuafile.auto --- --- usr.bin.all__D --- --- bsdiff.o --- cc -O2 -pipe -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/bsdiff/bsdiff/bsdiff.c> -o bsdiff.o --- tests.all__D --- ===> tests/sys/aio (all) --- usr.sbin.all__D --- --- psparse.o --- --- lib.all__D --- --- kld.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/../libc/gen/> -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/kld.c> -o kld.po --- usr.sbin.all__D --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys> -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/parser/psparse.c> -o psparse.o --- tests.all__D --- (cd <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys/aio> && make -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys/aio/Makefile> _RECURSING_PROGS= SUBDIR= PROG=aio_test DEPENDFILE=.depend.aio_test .MAKE.DEPENDFILE=.depend.aio_test ) --- usr.bin.all__D --- --- bsdiff.1.gz --- gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/bsdiff/bsdiff/bsdiff.1> > bsdiff.1.gz --- bsdiff --- cc -O2 -pipe -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 -o bsdiff bsdiff.o -lbz2 --- tests.all__D --- --- aio_test.o --- cc -O2 -pipe -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests> -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys/aio/aio_test.c> -o aio_test.o --- lib.all__D --- --- login_auth.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/../libc/gen/> -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/login_auth.c> -o login_auth.po --- usr.sbin.all__D --- --- psscope.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys> -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/parser/psscope.c> -o psscope.o --- usr.bin.all__D --- ===> usr.bin/bsdiff/bspatch (all) --- tests.all__D --- <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys/aio/aio_test.c>:207:2: error: implicit declaration of function 'atf_skip' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ATF_REQUIRE_KERNEL_MODULE("aio"); ^ <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/freebsd_test_suite/macros.h>: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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys/aio> 1 error make[6]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys/aio> --- lib.all__D --- --- login_cap.po --- --- tests.all__D --- *** [aio_test] Error code 2 make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys/aio> 1 error make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys/aio> *** [_sub.all] Error code 2 make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys> 1 error make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests/sys> *** [_sub.all] Error code 2 make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests> 1 error make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tests> --- lib.all__D --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/../libc/gen/> -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil/login_cap.c> -o login_cap.po --- tests.all__D --- *** [tests.all__D] Error code 2 make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> --- usr.bin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/bsdiff/bspatch> *** [_sub.all] Error code 2 make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/bsdiff> 1 error make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/bsdiff> *** [all_subdir_bsdiff] Error code 2 make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin> 1 error make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin> *** [usr.bin.all__D] Error code 2 make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> --- usr.sbin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi/acpidb> *** [_sub.all] Error code 2 make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi> 1 error make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/acpi> *** [all_subdir_acpi] Error code 2 make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin> 1 error make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin> *** [usr.sbin.all__D] Error code 2 make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libutil> *** [all_subdir_libutil] Error code 2 make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib> 1 error make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib> *** [lib.all__D] Error code 2 make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> 4 errors make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> *** [everything] Error code 2 make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> 1 error make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> *** [buildworld] Error code 2 make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> 1 error make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> Build step 'Execute shell' marked build as failureReceived on Wed Apr 29 2015 - 20:14:05 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:57 UTC