From owner-freebsd-i386@freebsd.org Tue Jan 19 23:31:46 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3DA5A887D7; Tue, 19 Jan 2016 23:31:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A2FC21FD6; Tue, 19 Jan 2016 23:31:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id A102C1154; Tue, 19 Jan 2016 23:31:46 +0000 (UTC) Date: Tue, 19 Jan 2016 23:31:45 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, jilles@FreeBSD.org, jhb@FreeBSD.org, asomers@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <583836814.7.1453246306629.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <382444560.3.1453239215678.JavaMail.jenkins@jenkins-9.freebsd.org> References: <382444560.3.1453239215678.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2145 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 23:31:46 -0000 FreeBSD_HEAD_i386 - Build #2145 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2145/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2145/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2145/console Change summaries: 294357 by bdrewery: Allow specifying an alternative LD_LIBRARY_PATH for the ldd(1) lookup. This is needed to be able to run check-links.sh against a "sysrooted" binary while ensuring that the ldd(1) call done on the host uses the host libc. It is not possible to set LD_LIBRARY_PATH before calling check-links.sh as then the "sysrooted" libc would be incorrectly used. A LD_PRELOAD=libc.so is used to ldd(1) as it needs to use the host libc to run. ldd(1) is a simple wrapper around execve(2) and dlopen(2) with env LD_TRACE_LOADED_OBJECTS set. Due to the dlopen(2) restriction on shared library tracing ldd(1) is still required for this lookup. Sponsored by: EMC / Isilon Storage Division 294356 by bdrewery: Add some documentation. Sponsored by: EMC / Isilon Storage Division 294355 by bdrewery: Validate that the file exists rather than obscure 'Not an elf file' error. Sponsored by: EMC / Isilon Storage Division 294354 by bdrewery: bsd.subdir.mk: Allow easier modification of [STANDALONE_]SUBDIR_TARGETS. This reworks r289254 and removes ALL_SUBDIR_TARGETS. Because there is an include guard in this file there is no need for LOCAL_ or ?= on SUBDIR_TARGETS or STANDALONE_SUBDIR_TARGETS. These can just be set via src.conf. By the time bsd.subdir.mk is included it will just append the values to the existing value and work fine. This allows a consistent way to append to these variables without introducing a LOCAL_ var for STANDALONE_SUBDIR_TARGETS or renaming the historical SUBDIR_TARGETS. Sponsored by: EMC / Isilon Storage Division 294353 by bdrewery: installconfig is PARALLEL_SUBDIR safe. Sponsored by: EMC / Isilon Storage Division 294352 by bdrewery: FAST_DEPEND: Add header dependency missed in r290629. Sponsored by: EMC / Isilon Storage Division 294351 by bdrewery: FAST_DEPEND: Still use if filemon is not used. If filemon is used then there is no need to generate dependency files during compilation as the .meta files will achieve the same result. This is a temporary solution until FAST_DEPEND is default. Once that is default there will be an option to disable dependency generation entirely as it is only useful if an incremental build is planned, thus META_MODE+filemon can enable that option to short-circuit all FAST_DEPEND-related logic. Sponsored by: EMC / Isilon Storage Division 294350 by bdrewery: META_MODE: Ensure bmake does not use filemon if it is not loaded. Sponsored by: EMC / Isilon Storage Division 294349 by bdrewery: Define .MAKE.MODE to normal to avoid the need for :U later. Sponsored by: EMC / Isilon Storage Division 294348 by jilles: sh: Simplify some code related to positional parameters. 294347 by asomers: Fix usr.bin.truncate.truncate_test.bad_truncate with ZFS /tmp. The bad_truncate test sets the uimmutable flag to produce an error in truncate, but that flag isn't supported by ZFS. If /tmp is on a ZFS filesystem, the test will fail. Change it to use readonly permissions and an unpriveleged user instead. Reviewed by: jilles MFC after: 1 week Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D4862 294344 by jhb: Various cleanups to the main function for AIO kernel processes: - Pull the vmspace logic out into helper functions and reduce duplication. Operations on the vmspace are all isolated to vm_map.c, but it now exports a new 'vmspace_switch_aio' for use by AIO kernel processes. - When an AIO kernel process wants to exit, break out of the main loop and perform cleanup after the loop end. This reduces a lot of indentation and allows cleanup to more closely mirror setup actions before the loop starts. - Convert a DIAGNOSTIC to KASSERT(). - Replace mycp with more typical 'p'. Reviewed by: kib Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D4990 The end of the build log: [...truncated 40522 lines...] cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_passwdqc/../../libpam -DOPENPAM_DEBUG -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/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc/passwdqc_check.c -o passwdqc_check.o --- lib/ncurses/ncurses__L --- --- define_key.o --- cc -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/define_key.c -o define_key.o --- lib/libthr__L --- --- thr_condattr.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_condattr.c -o thr_condattr.So --- lib/ncurses/ncurses__L --- --- define_key.So --- cc -fpic -DPIC -g -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/define_key.c -o define_key.So --- lib/libthr__L --- --- thr_create.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_create.c -o thr_create.So --- lib/libpam__L --- --- passwdqc_random.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_passwdqc/../../libpam -DOPENPAM_DEBUG -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/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc/passwdqc_random.c -o passwdqc_random.o --- lib/ncurses/ncurses__L --- --- key_defined.o --- cc -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/key_defined.c -o key_defined.o --- lib/libpam__L --- --- wordset_4k.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_passwdqc/../../libpam -DOPENPAM_DEBUG -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/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc/wordset_4k.c -o wordset_4k.o --- lib/ncurses/ncurses__L --- --- key_defined.So --- cc -fpic -DPIC -g -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/key_defined.c -o key_defined.So --- lib/libpam__L --- --- libpam_passwdqc.a --- building static pam_passwdqc library ar -crD libpam_passwdqc.a `NM='nm' NMFLAGS='' lorder pam_passwdqc.o passwdqc_check.o passwdqc_random.o wordset_4k.o | tsort -q` --- lib/libthr__L --- --- thr_ctrdtr.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_ctrdtr.c -o thr_ctrdtr.So --- lib/libpam__L --- ranlib -D libpam_passwdqc.a ===> lib/libpam/modules/pam_permit (all) --- pam_permit.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_permit/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_permit/../../libpam -DOPENPAM_DEBUG -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/lib/libpam/modules/pam_permit/pam_permit.c -o pam_permit.o --- lib/ncurses/ncurses__L --- --- keybound.o --- --- lib/libpam__L --- --- libpam_permit.a --- --- lib/ncurses/ncurses__L --- cc -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/keybound.c -o keybound.o --- lib/libpam__L --- building static pam_permit library ar -crD libpam_permit.a `NM='nm' NMFLAGS='' lorder pam_permit.o | tsort -q` ranlib -D libpam_permit.a ===> lib/libpam/modules/pam_radius (all) --- lib/libthr__L --- --- thr_detach.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_detach.c -o thr_detach.So --- lib/libpam__L --- --- pam_radius.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_radius/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_radius/../../libpam -DOPENPAM_DEBUG -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/lib/libpam/modules/pam_radius/pam_radius.c -o pam_radius.o --- lib/ncurses/ncurses__L --- --- keybound.So --- cc -fpic -DPIC -g -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/keybound.c -o keybound.So --- lib/libthr__L --- --- thr_equal.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_equal.c -o thr_equal.So --- lib/ncurses/ncurses__L --- --- keyok.o --- cc -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/keyok.c -o keyok.o --- lib/libpam__L --- --- libpam_radius.a --- building static pam_radius library ar -crD libpam_radius.a `NM='nm' NMFLAGS='' lorder pam_radius.o | tsort -q` ranlib -D libpam_radius.a ===> lib/libpam/modules/pam_rhosts (all) --- lib/libthr__L --- --- thr_event.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_event.c -o thr_event.So --- lib/libpam__L --- --- pam_rhosts.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_rhosts/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_rhosts/../../libpam -DOPENPAM_DEBUG -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/lib/libpam/modules/pam_rhosts/pam_rhosts.c -o pam_rhosts.o --- libpam_rhosts.a --- building static pam_rhosts library --- lib/ncurses/ncurses__L --- --- keyok.So --- cc -fpic -DPIC -g -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/keyok.c -o keyok.So --- lib/libpam__L --- ar -crD libpam_rhosts.a `NM='nm' NMFLAGS='' lorder pam_rhosts.o | tsort -q` ranlib -D libpam_rhosts.a ===> lib/libpam/modules/pam_rootok (all) --- pam_rootok.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_rootok/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_rootok/../../libpam -DOPENPAM_DEBUG -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/lib/libpam/modules/pam_rootok/pam_rootok.c -o pam_rootok.o --- lib/libthr__L --- --- thr_exit.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_exit.c -o thr_exit.So --- lib/libpam__L --- --- libpam_rootok.a --- building static pam_rootok library ar -crD libpam_rootok.a `NM='nm' NMFLAGS='' lorder pam_rootok.o | tsort -q` ranlib -D libpam_rootok.a ===> lib/libpam/modules/pam_securetty (all) --- lib/ncurses/ncurses__L --- --- legacy_coding.o --- cc -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/legacy_coding.c -o legacy_coding.o --- lib/libpam__L --- --- pam_securetty.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_securetty/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_securetty/../../libpam -DOPENPAM_DEBUG -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/lib/libpam/modules/pam_securetty/pam_securetty.c -o pam_securetty.o --- libpam_securetty.a --- building static pam_securetty library ar -crD libpam_securetty.a `NM='nm' NMFLAGS='' lorder pam_securetty.o | tsort -q` ranlib -D libpam_securetty.a --- lib/ncurses/ncurses__L --- --- legacy_coding.So --- cc -fpic -DPIC -g -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/legacy_coding.c -o legacy_coding.So --- lib/libpam__L --- ===> lib/libpam/modules/pam_self (all) --- pam_self.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_self/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_self/../../libpam -DOPENPAM_DEBUG -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/lib/libpam/modules/pam_self/pam_self.c -o pam_self.o --- lib/libthr__L --- --- thr_fork.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_fork.c -o thr_fork.So --- lib/libpam__L --- --- libpam_self.a --- building static pam_self library ar -crD libpam_self.a `NM='nm' NMFLAGS='' lorder pam_self.o | tsort -q` ranlib -D libpam_self.a ===> lib/libpam/modules/pam_ssh (all) --- lib/ncurses/ncurses__L --- --- lib_addch.o --- cc -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_addch.c -o lib_addch.o --- lib/libpam__L --- --- pam_ssh.o --- cc -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh -include ssh_namespace.h -I/usr/src/lib/libpam/modules/pam_ssh/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_ssh/../../libpam -DOPENPAM_DEBUG -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/lib/libpam/modules/pam_ssh/pam_ssh.c -o pam_ssh.o --- lib/libthr__L --- --- thr_getprio.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_getprio.c -o thr_getprio.So --- lib/ncurses/ncurses__L --- --- lib_addch.So --- cc -fpic -DPIC -g -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -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/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_addch.c -o lib_addch.So --- lib/libthr__L --- --- thr_getcpuclockid.So --- cc -fpic -DPIC -g -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -std=gnu99 -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/lib/libthr/thread/thr_getcpuclockid.c -o thr_getcpuclockid.So --- lib/libpam__L --- /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:324:2: error: use of undeclared identifier 'AuthenticationConnection' AuthenticationConnection *ac; ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:324:28: error: use of undeclared identifier 'ac' AuthenticationConnection *ac; ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:339:12: error: implicit declaration of function 'ssh_get_authentication_connection' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if ((ac = ssh_get_authentication_connection()) == NULL) { ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:339:7: error: use of undeclared identifier 'ac' if ((ac = ssh_get_authentication_connection()) == NULL) { ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:350:25: error: use of undeclared identifier 'ac' if (ssh_add_identity(ac, psk->key, psk->comment)) ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:66:31: note: expanded from macro 'ssh_add_identity' ssh_add_identity_constrained(auth, key, comment, 0, 0) ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:363:6: error: use of undeclared identifier 'ac' if (ac != NULL) ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:364:3: error: implicit declaration of function 'ssh_close_authentication_connection' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ssh_close_authentication_connection(ac); ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:364:3: note: did you mean 'ssh_get_authentication_connection'? /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:339:12: note: 'ssh_get_authentication_connection' declared here if ((ac = ssh_get_authentication_connection()) == NULL) { ^ /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:364:39: error: use of undeclared identifier 'ac' ssh_close_authentication_connection(ac); ^ 8 errors generated. *** [pam_ssh.o] Error code 1 make[6]: stopped in /usr/src/lib/libpam/modules/pam_ssh 1 error make[6]: stopped in /usr/src/lib/libpam/modules/pam_ssh *** [all] Error code 2 make[5]: stopped in /usr/src/lib/libpam/modules 1 error make[5]: stopped in /usr/src/lib/libpam/modules *** [all] Error code 2 make[4]: stopped in /usr/src/lib/libpam 1 error make[4]: stopped in /usr/src/lib/libpam *** [lib/libpam__L] Error code 2 make[3]: stopped in /usr/src --- lib/libthr__L --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libthr *** [lib/libthr__L] Error code 2 make[3]: stopped in /usr/src --- lib/ncurses/ncurses__L --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/ncurses/ncurses *** [lib/ncurses/ncurses__L] Error code 2 make[3]: stopped in /usr/src --- lib/ncurses/ncursesw__L --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/ncurses/ncursesw *** [lib/ncurses/ncursesw__L] Error code 2 make[3]: stopped in /usr/src 4 errors make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] 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/hudson3650006979430188652.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 From owner-freebsd-i386@freebsd.org Wed Jan 20 02:21:17 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45748A893EF; Wed, 20 Jan 2016 02:21:17 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 298D411A9; Wed, 20 Jan 2016 02:21:17 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 855DD11AD; Wed, 20 Jan 2016 02:21:17 +0000 (UTC) Date: Wed, 20 Jan 2016 02:21:15 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhibbits@FreeBSD.org, marius@FreeBSD.org, bdrewery@FreeBSD.org, jhb@FreeBSD.org, asomers@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2068844315.11.1453256477513.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <583836814.7.1453246306629.JavaMail.jenkins@jenkins-9.freebsd.org> References: <583836814.7.1453246306629.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2146 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 02:21:17 -0000 FreeBSD_HEAD_i386 - Build #2146 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2146/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2146/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2146/console Change summaries: 294367 by jhb: Update for API changes in OpenSSH 6.8p1. First, the authfd API now uses a direct file descriptor for the control socket instead of a more abstract AuthenticationConnection structure. Second, the functions now consistently return an error value. Reviewed by: bdrewery 294366 by jhb: Initialize vm_page_prot to VM_MEMATTR_DEFAULT instead of 0. If a driver's Linux mmap callback passed vm_page_prot through unchanged, then linux_dev_mmap_single() would try to apply whatever VM_MEMATTR_xxx value 0 is to the mapping. On x86, VM_MEMATTR_DEFAULT is the PAT value for write-back (WB) which is 6, while 0 maps to the PAT value for uncacheable (UC). Thus, any mmap request that did not explicitly set page_prot was tried to map memory as UC triggering the warning in sg_pager_getpages(). Tested by: np Reported by: Krishnamraju Eraparaju @ Chelsio MFC after: 3 days Sponsored by: Chelsio Communications 294365 by jhb: List source files (foo.c) instead of object files in SRCS. Reviewed by: bdrewery 294363 by jhibbits: Revert a printf change from r294307. Caused build failures with MPC85XX. Pointy-hat to: jhibbits 294362 by marius: Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnation to actually wait until the TX FIFOs of UARTs have be drained before returning. This is done by bringing the equivalent of the TS_BUSY flag found in the previous implementation back in an ABI-preserving way. Reported and tested by: Patrick Powell Most likely, drivers for USB-serial-adapters likewise incorporating TX FIFOs as well as other terminal devices that buffer output in some form should also provide implementations of tsw_busy. MFC after: 3 days 294361 by bdrewery: FAST_DEPEND: Fix improperly depending all .So objects on all headers. This was a regression in r290629, which was revealed partly in r294360. Once 'make depend' has ran it will generate all headers already. Thus even with FAST_DEPEND lacking proper dependencies before building, it will not have any missing headers. Once objects are compiled the depend files will be generated with proper dependencies. Sponsored by: EMC / Isilon Storage Division 294360 by bdrewery: Revert r294352. Further research showed it was the wrong fix and revealed a bigger problem with the goal of skipping 'make depend'. 294358 by asomers: Quell harmless CID about unchecked return value in nvlist_get_guids. The return value doesn't need to be checked, because nvlist_get_guid's callers check the returned values of the guids. Coverity CID: 1341869 MFC after: 1 week X-MFC-With: 292066 Sponsored by: Spectra Logic Corp From owner-freebsd-i386@freebsd.org Wed Jan 20 04:11:47 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91810A89CD8; Wed, 20 Jan 2016 04:11:47 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7684B1D76; Wed, 20 Jan 2016 04:11:47 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 5ECA811D5; Wed, 20 Jan 2016 04:11:47 +0000 (UTC) Date: Wed, 20 Jan 2016 04:11:43 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <546968128.15.1453263107204.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2147 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 04:11:47 -0000 FreeBSD_HEAD_i386 - Build #2147 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2147/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2147/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2147/cons= ole Change summaries: 294370 by bdrewery: mkdep: Fix -include not being added for .depend tracking. This fixes incremental build of OpenSSH after the recent upgrade. For example, in secure/lib/libssh, -include ssh_namespace.h is used on all files. This is not tracked in the .depend file though due to MKDEP_CFLAGS not including it. The ssh example was broken in r291941 when not using FAST_DEPEND due to the .depend bug. FAST_DEPEND was not affected by this because it generates dependencies at compile time and thus sees the -include. This ugly make syntax could be simpler for bmake by using :tW but fmake-compatible syntax is used since this needs to be MFC'd all the way to stable/9. Also add a temporary hack to workaround existing checkouts building incrementally with a .depend file not having these headers. MFC after:=091 week Sponsored by:=09EMC / Isilon Storage Division The end of the build log: [...truncated 171045 lines...] --- iwn2030fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwnwifi-2030-18.168.6.1.fw:iwn2030fw = -miwn2030fw -ciwn2030fw.c =20 --- depend_subdir_ix --- In file included from /usr/src/sys/modules/ix/../../dev/ixgbe/ix_txrx.c:42: In file included from /usr/src/sys/modules/ix/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ --- depend_subdir_iwnfw --- --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn2030fw.c --- depend_subdir_ix --- 1 error generated. --- depend_subdir_iwnfw --- --- depend_subdir_iwn4965 --- =3D=3D=3D> iwnfw/iwn4965 (depend) --- depend_subdir_iwn5000 --- =3D=3D=3D> iwnfw/iwn5000 (depend) --- depend_subdir_iwn4965 --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- depend_subdir_ix --- In file included from /usr/src/sys/modules/ix/../../dev/ixgbe/ixgbe_osdep.c= :36: --- depend_subdir_iwnfw --- --- iwn4965fw.c --- --- depend_subdir_ix --- In file included from /usr/src/sys/modules/ix/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ --- depend_subdir_iwnfw --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-4965-228.61.2.24.fw:iwn4965fw= -miwn4965fw -ciwn4965fw.c =20 --- depend_subdir_ix --- 1 error generated. --- depend_subdir_iwnfw --- --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn4965fw.c --- depend_subdir_iwn5000 --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn5000fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-5000-8.83.5.1.fw:iwn5000fw -m= iwn5000fw -ciwn5000fw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn5000fw.c --- depend_subdir_ixv --- =3D=3D=3D> ixv (depend) --- depend_subdir_iwnfw --- --- depend_subdir_iwn5150 --- =3D=3D=3D> iwnfw/iwn5150 (depend) --- depend_subdir_ixv --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- opt_rss.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_rss.h opt_rss.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- depend_subdir_iwnfw --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- --- depend_subdir_ixv --- --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- depend_subdir_iwnfw --- x86 -> /usr/src/sys/x86/include --- iwn5150fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-5150-8.24.2.2.fw:iwn5150fw -m= iwn5150fw -ciwn5150fw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn5150fw.c --- depend_subdir_ixv --- --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -DSMP -D_KERNEL -DKLD_MODULE -I/u= sr/src/sys/modules/ixv/../../dev/ixgbe -DHAVE_KERNEL_OPTION_HEADERS -I. -I/= usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=3D__freebsd_kprintf= __ -std=3Diso9899:1999 -include /usr/obj/usr/src/sys/GENERIC/opt_global.h= /usr/src/sys/modules/ixv/../../dev/ixgbe/if_ixv.c /usr/src/sys/modules/ixv= /../../dev/ixgbe/ix_txrx.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_o= sdep.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_common.c /usr/src/sys= /modules/ixv/../../dev/ixgbe/ixgbe_api.c /usr/src/sys/modules/ixv/../../dev= /ixgbe/ixgbe_phy.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_mbx.c /us= r/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_vf.c /usr/src/sys/modules/ixv/.= ./../dev/ixgbe/ixgbe_dcb.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_d= cb_82598.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_dcb_82599.c /usr/= src/sys/modules/ixv/../../dev/ixgbe/ixgbe_82598.c /usr/src/sys/modules/ixv/= ../../dev/ixgbe/ixgbe_82599.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgb= e_x540.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_x550.c --- depend_subdir_iwnfw --- --- depend_subdir_iwn6000 --- =3D=3D=3D> iwnfw/iwn6000 (depend) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn6000fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-6000-9.221.4.1.fw:iwn6000fw -= miwn6000fw -ciwn6000fw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn6000fw.c --- depend_subdir_ixv --- In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/if_ixv.c:41: In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ 1 error generated. --- depend_subdir_iwnfw --- --- depend_subdir_iwn6000g2a --- =3D=3D=3D> iwnfw/iwn6000g2a (depend) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn6000g2afw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-6000g2a-18.168.6.1.fw:iwn6000= g2afw -miwn6000g2afw -ciwn6000g2afw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn6000g2afw.c --- depend_subdir_ixv --- In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ix_txrx.c:42= : In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ 1 error generated. --- depend_subdir_iwnfw --- --- depend_subdir_iwn6000g2b --- =3D=3D=3D> iwnfw/iwn6000g2b (depend) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn6000g2bfw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-6000g2b-18.168.6.1.fw:iwn6000= g2bfw -miwn6000g2bfw -ciwn6000g2bfw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn6000g2bfw.c --- depend_subdir_ixv --- In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_osdep.= c:36: In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ 1 error generated. --- depend_subdir_iwnfw --- --- depend_subdir_iwn6050 --- =3D=3D=3D> iwnfw/iwn6050 (depend) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn6050fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-6050-41.28.5.1.fw:iwn6050fw -= miwn6050fw -ciwn6050fw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn6050fw.c --- depend_subdir_jme --- =3D=3D=3D> jme (depend) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- miibus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/mii/miibus_if.m -= h --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h /usr/src/sys/modules/jme/../../dev/jme/if_jme.c --- depend_subdir_ix --- mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /usr/src/sys/modules/ix 1 error make[4]: stopped in /usr/src/sys/modules/ix *** [depend_subdir_ix] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_jme --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/jme *** [depend_subdir_jme] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_ixv --- mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /usr/src/sys/modules/ixv 1 error make[4]: stopped in /usr/src/sys/modules/ixv *** [depend_subdir_ixv] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_isci --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/isci *** [depend_subdir_isci] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-depend] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] 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/hudson3923108925302119213.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_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 From owner-freebsd-i386@freebsd.org Wed Jan 20 08:11:33 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3EC2A89BE2; Wed, 20 Jan 2016 08:11:33 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A98611141; Wed, 20 Jan 2016 08:11:33 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 575331242; Wed, 20 Jan 2016 08:11:33 +0000 (UTC) Date: Wed, 20 Jan 2016 08:11:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: arybchik@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <615234885.17.1453277492788.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <546968128.15.1453263107204.JavaMail.jenkins@jenkins-9.freebsd.org> References: <546968128.15.1453263107204.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2148 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 08:11:34 -0000 FreeBSD_HEAD_i386 - Build #2148 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2148/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2148/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2148/cons= ole Change summaries: 294372 by arybchik: sfxge: refresh version to note matching version of out-of-tree driver Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 294371 by arybchik: sfxge: cleanup: support __out_bcount_part[_opt] PREfast annotations New annotation coming into use in the common code. Support its use by adding null macro definitions for non-Windows platforms. Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. X-MFC with: r293901 The end of the build log: [...truncated 171728 lines...] machine -> /usr/src/sys/i386/include --- depend_subdir_ixgb --- --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- depend_subdir_iwnfw --- --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn5000fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-5000-8.83.5.1.fw:iwn5000fw -m= iwn5000fw -ciwn5000fw.c =20 --- depend_subdir_ix --- 1 error generated. --- depend_subdir_iwnfw --- --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn5000fw.c --- depend_subdir_ixgb --- --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h /usr/src/sys/modules/ixgb/../../dev/ixgb/if_ixgb= .c /usr/src/sys/modules/ixgb/../../dev/ixgb/ixgb_hw.c /usr/src/sys/modules/= ixgb/../../dev/ixgb/ixgb_ee.c --- depend_subdir_iwnfw --- --- depend_subdir_iwn5150 --- =3D=3D=3D> iwnfw/iwn5150 (depend) --- depend_subdir_ix --- In file included from /usr/src/sys/modules/ix/../../dev/ixgbe/ixgbe_osdep.c= :36: In file included from /usr/src/sys/modules/ix/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ 1 error generated. --- depend_subdir_iwnfw --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn5150fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-5150-8.24.2.2.fw:iwn5150fw -m= iwn5150fw -ciwn5150fw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn5150fw.c --- depend_subdir_iwn6000 --- =3D=3D=3D> iwnfw/iwn6000 (depend) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn6000fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-6000-9.221.4.1.fw:iwn6000fw -= miwn6000fw -ciwn6000fw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn6000fw.c --- depend_subdir_iwn6000g2a --- =3D=3D=3D> iwnfw/iwn6000g2a (depend) --- depend_subdir_ixv --- =3D=3D=3D> ixv (depend) --- depend_subdir_iwnfw --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn6000g2afw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-6000g2a-18.168.6.1.fw:iwn6000= g2afw -miwn6000g2afw -ciwn6000g2afw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn6000g2afw.c --- depend_subdir_ixv --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- opt_rss.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_rss.h opt_rss.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- depend_subdir_iwnfw --- --- depend_subdir_iwn6000g2b --- =3D=3D=3D> iwnfw/iwn6000g2b (depend) --- depend_subdir_ixv --- --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- .depend --- --- depend_subdir_iwnfw --- --- machine --- --- depend_subdir_ixv --- rm -f .depend --- depend_subdir_iwnfw --- machine -> /usr/src/sys/i386/include --- depend_subdir_ixv --- CC=3D'cc' mkdep -f .depend -a -nostdinc -DSMP -D_KERNEL -DKLD_MODULE -I/u= sr/src/sys/modules/ixv/../../dev/ixgbe -DHAVE_KERNEL_OPTION_HEADERS -I. -I/= usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=3D__freebsd_kprintf= __ -std=3Diso9899:1999 -include /usr/obj/usr/src/sys/GENERIC/opt_global.h= /usr/src/sys/modules/ixv/../../dev/ixgbe/if_ixv.c /usr/src/sys/modules/ixv= /../../dev/ixgbe/ix_txrx.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_o= sdep.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_common.c /usr/src/sys= /modules/ixv/../../dev/ixgbe/ixgbe_api.c /usr/src/sys/modules/ixv/../../dev= /ixgbe/ixgbe_phy.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_mbx.c /us= r/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_vf.c /usr/src/sys/modules/ixv/.= ./../dev/ixgbe/ixgbe_dcb.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_d= cb_82598.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_dcb_82599.c /usr/= src/sys/modules/ixv/../../dev/ixgbe/ixgbe_82598.c /usr/src/sys/modules/ixv/= ../../dev/ixgbe/ixgbe_82599.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgb= e_x540.c /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_x550.c --- depend_subdir_iwnfw --- --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn6000g2bfw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-6000g2b-18.168.6.1.fw:iwn6000= g2bfw -miwn6000g2bfw -ciwn6000g2bfw.c =20 --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn6000g2bfw.c --- depend_subdir_iwn6050 --- =3D=3D=3D> iwnfw/iwn6050 (depend) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- iwn6050fw.c --- awk -f /usr/src/sys/tools/fw_stub.awk iwlwifi-6050-41.28.5.1.fw:iwn6050fw -= miwn6050fw -ciwn6050fw.c =20 --- depend_subdir_ixv --- In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/if_ixv.c:41: --- depend_subdir_iwnfw --- --- .depend --- rm -f .depend --- depend_subdir_ixv --- In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ --- depend_subdir_iwnfw --- CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h iwn6050fw.c --- depend_subdir_ixv --- 1 error generated. --- depend_subdir_jme --- =3D=3D=3D> jme (depend) --- depend_subdir_ixv --- In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ix_txrx.c:42= : In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ --- depend_subdir_jme --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- depend_subdir_ixv --- 1 error generated. --- depend_subdir_jme --- --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- miibus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/mii/miibus_if.m -= h --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h /usr/src/sys/modules/jme/../../dev/jme/if_jme.c --- depend_subdir_ixv --- In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe_osdep.= c:36: In file included from /usr/src/sys/modules/ixv/../../dev/ixgbe/ixgbe.h:98: /usr/src/sys/dev/pci/pci_iov.h:32:10: fatal error: 'pci_iov_if.h' file not = found #include "pci_iov_if.h" ^ 1 error generated. --- depend_subdir_joy --- =3D=3D=3D> joy (depend) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- isa_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -h --- depend_subdir_ix --- mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /usr/src/sys/modules/ix 1 error make[4]: stopped in /usr/src/sys/modules/ix *** [depend_subdir_ix] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_joy --- --- .depend --- rm -f .depend CC=3D'cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KER= NEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__pr= intf__=3D__freebsd_kprintf__ -std=3Diso9899:1999 -include /usr/obj/usr/sr= c/sys/GENERIC/opt_global.h /usr/src/sys/modules/joy/../../dev/joy/joy.c /us= r/src/sys/modules/joy/../../dev/joy/joy_isa.c A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/joy *** [depend_subdir_joy] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_ixv --- mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /usr/src/sys/modules/ixv 1 error make[4]: stopped in /usr/src/sys/modules/ixv *** [depend_subdir_ixv] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_isci --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/isci *** [depend_subdir_isci] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-depend] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] 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/hudson5302813901894997177.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_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 From owner-freebsd-i386@freebsd.org Wed Jan 20 19:40:37 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4747BA8A82C; Wed, 20 Jan 2016 19:40:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 38A0E1FF8; Wed, 20 Jan 2016 19:40:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id C74D81289; Wed, 20 Jan 2016 10:22:59 +0000 (UTC) Date: Wed, 20 Jan 2016 10:22:55 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, des@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1003201386.21.1453285378942.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <615234885.17.1453277492788.JavaMail.jenkins@jenkins-9.freebsd.org> References: <615234885.17.1453277492788.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2149 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:40:37 -0000 FreeBSD_HEAD_i386 - Build #2149 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2149/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2149/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2149/console Change summaries: 294407 by des: MFV (r285035): fix props (no content changes) 294373 by kib: Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and phdr locks locked. This allows to call rtld services from the callback, which is only reasonable for dlopen(path, RTLD_NOLOAD) to test existence of the library in the image, and for dlsym(). The later might still be not quite safe, due to the lazy resolution of filters. To allow dropping the locks around iteration in dl_iterate_phdr(3), we insert markers to track current position between relocks. The global objects list is converted to tailq and all iterators skip markers, globallist_next() and globallist_curr() helpers are added. Reported and tested by: davide Reviewed by: kan Sponsored by: The FreeBSD Foundation MFC after: 3 weeks From owner-freebsd-i386@freebsd.org Thu Jan 21 02:23:39 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54375A8BB84; Thu, 21 Jan 2016 02:23:39 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 48A6D1A9C; Thu, 21 Jan 2016 02:23:39 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 85789DE; Thu, 21 Jan 2016 02:23:39 +0000 (UTC) Date: Thu, 21 Jan 2016 02:23:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <760605379.3.1453343019513.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2152 - Successful MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 02:23:39 -0000 FreeBSD_HEAD_i386 - Build #2152 - Successful: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2152/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2152/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2152/console Change summaries: No changes From owner-freebsd-i386@freebsd.org Thu Jan 21 04:42:29 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54730A8B0BC for ; Thu, 21 Jan 2016 04:42:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 391151E0B for ; Thu, 21 Jan 2016 04:42:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L4gSO3069354 for ; Thu, 21 Jan 2016 04:42:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 206456] pkt-gen unable work with three interfaces simultaneously in my freebsd system Date: Thu, 21 Jan 2016 04:42:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: xiaojin2630@163.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 04:42:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206456 Bug ID: 206456 Summary: pkt-gen unable work with three interfaces simultaneously in my freebsd system Product: Base System Version: 10.1-RELEASE Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: xiaojin2630@163.com CC: freebsd-i386@FreeBSD.org CC: freebsd-i386@FreeBSD.org hi, everyone: I recently under FreeBSD, want to achieve pkt-gen can send more traffic, because I did not ixgb card, only a plurality of igb, want to achieve produ= ce 4,5Gbps flow test server. But I encountered some problems. 1. Open the first one process, works well, the flow reaches full bandwidth root @ test [~] # ./pkt-gen -f tx -i igb1 -d 192.168.53.27 -D 6C: 62: 6D: 6= 6: 7A: E5 -a 2 104.670189 main [1857] interface is igb1 104.670213 main [1968] running on 1 cpus (have 8) 104.670276 extract_ip_range [362] range is 10.0.0.1:0 to 10.0.0.1:0 104.670283 extract_ip_range [362] range is 192.168.53.27:0 to 192.168.53.27= :0 104.670308 main [2047] g.ifname =3D netmap: igb1 105.016926 main [2070] mapped 114000KB at 0x28c00000 105.016949 main [2072] nmreq: slot: tx =3D 1024, rx =3D 1024; ring: tx =3D = 8, rx =3D 8 Sending on netmap: igb1: 8 queues, 1 threads and 1 cpus. 10.0.0.1 -> 192.168.53.27 (00: 00: 00: 00: 00: 00 -> 6C: 62: 6D: 66: 7A: E5) 105.016990 main [2158] Sending 512 packets every 0.000000000 s 105.016993 main [2160] Wait 2 secs for phy reset 107.054030 main [2162] Ready ... 107.054152 sender_body [1147] start, fd 3 main_fd 3 107.054282 sender_body [1183] before goto while: n =3D 0, sent =3D 0 107.121706 sender_body [1222] drop copy 108.054945 main_thread [1647] 1487647 pps (1.489 Mpkts 1.000 Gbps in 1000798 usec) 2.25 avg_batch 109.055942 main_thread [1647] 1488174 pps (1.490 Mpkts 1.001 Gbps in 1000997 usec) 2.21 avg_batch 110.056942 main_thread [1647] 1488171 pps (1.490 Mpkts 1.001 Gbps in 1001001 usec) 2.21 avg_batch 111.057945 main_thread [1647] 1488166 pps (1.490 Mpkts 1.001 Gbps in 1001002 usec) 2.21 avg_batch 2. Open the first two processes, work root @ test [~] # ./pkt-gen -f tx -i igb2 -d 192.168.53.27 -D 6C: 62: 6D: 6= 6: 7A: E5 -a 3 113.226786 main [1857] interface is igb2 113.226809 main [1968] running on 1 cpus (have 8) 113.226883 extract_ip_range [362] range is 10.0.0.1:0 to 10.0.0.1:0 113.226892 extract_ip_range [362] range is 192.168.53.27:0 to 192.168.53.27= :0 113.226921 main [2047] g.ifname =3D netmap: igb2 113.244908 main [2070] mapped 114000KB at 0x28c00000 113.244919 main [2072] nmreq: slot: tx =3D 1024, rx =3D 1024; ring: tx =3D = 8, rx =3D 8 Sending on netmap: igb2: 8 queues, 1 threads and 1 cpus. 10.0.0.1 -> 192.168.53.27 (00: 00: 00: 00: 00: 00 -> 6C: 62: 6D: 66: 7A: E5) 113.244955 main [2158] Sending 512 packets every 0.000000000 s 113.244959 main [2160] Wait 2 secs for phy reset 115.245944 main [2162] Ready ... 115.246081 sender_body [1147] start, fd 3 main_fd 3 115.246222 sender_body [1183] before goto while: n =3D 0, sent =3D 0 115.313822 sender_body [1222] drop copy 116.246942 main_thread [1647] 1487389 pps (1.489 Mpkts 1.000 Gbps in 1000862 usec) 2.47 avg_batch 117.248939 main_thread [1647] 1488177 pps (1.491 Mpkts 1.002 Gbps in 1001998 usec) 2.43 avg_batch 118.250943 main_thread [1647] 1488160 pps (1.491 Mpkts 1.002 Gbps in 1002004 usec) 2.43 avg_batch 119.252938 main_thread [1647] 1488186 pps (1.491 Mpkts 1.002 Gbps in 1001995 usec) 2.43 avg_batch 3. Turn on the first three processes, does not work root @ test [~] # ./pkt-gen -f tx -i igb3 -d 192.168.53.27 -D 6C: 62: 6D: 6= 6: 7A: E5 -a 4 349.715031 main [1857] interface is igb3 349.715055 main [1968] running on 1 cpus (have 8) 349.715130 extract_ip_range [362] range is 10.0.0.1:0 to 10.0.0.1:0 349.715142 extract_ip_range [362] range is 192.168.53.27:0 to 192.168.53.27= :0 349.715171 main [2047] g.ifname =3D netmap: igb3 349.718176 nm_open [808] NIOCREGIF failed: Can not allocate memory igb3 349.718184 main [2050] Unable to open netmap: igb3: Can not allocate memory 349.718190 main [2123] aborting Usage: pkt-gen arguments -i interface interface name -f function tx rx ping pong -n count number of iterations (can be 0) -t pkts_to_send also forces tx mode -r pkts_to_receive also forces rx mode -l pkt_size in bytes excluding CRC -d dst_ip [: port [-dst_ip: port]] single or range -s src_ip [: port [-src_ip: port]] single or range -D Dst-mac Tip Can not allocate memory, I would like to achieve igb1, igb2, igb3, igb4 work simultaneously, but now only two interfaces at the same time work, the first three interfaces will not work, and where is the problem, please help= to solve this problem, Thank you very much. Here is the top output last pid: 39814; load averages: 0.40, 0.13, 0.09 30 processes: 3 running, 27 sleeping CPU: 1.3% user, 0.0% nice, 22.6% system, 3.3% interrupt, 72.9% idle Mem: 5644K Active, 252M Inact, 317M Wired, 90M Buf, 2417M Free Swap: 382M Total, 382M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 39804 root 2 92 0 125M 18516K RUN 2 0:12 69.78% pkt-gen 39809 root 2 90 0 125M 18516K CPU3 3 0:10 62.70% pkt-gen 1612 root 1 20 0 15916K 6796K select 6 0:10 0.00% httpd 1629 root 1 20 0 10164K 1920K nanslp 6 0:02 0.00% cron 1404 root 1 20 0 10128K 1764K select 7 0:02 0.00% syslogd test environment =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D operating system: root @ test [netmap.git] # uname -sa FreeBSD test 10.1-RELEASE FreeBSD 10.1-RELEASE # 0: Wed Aug 19 12:39:07 CST 2015 root @ vmt: / usr / src / sys / i386 / compile / GENERIC_NETMAP i386 root @ test [netmap.git] # sysctl -a | grep hw.mo hw.model: Intel (R) Xeon (R) CPU E5606 @ 2.13GHz (8-core) root @ test [netmap.git] # sysctl -a | grep mem kern.ipc.maxmbufmem: 216006656 device mem vm.kmem_size: 432013312 vm.kmem_zmax: 65536 vm.kmem_size_min: 12582912 vm.kmem_size_max: 432013312 vm.kmem_size_scale: 3 vm.kmem_map_size: 154939392 vm.kmem_map_free: 277073920 vm.lowmem_period: 10 vfs.ufs.dirhash_maxmem: 2097152 vfs.ufs.dirhash_mem: 1224563 vfs.ufs.dirhash_lowmemcount: 0 hw.physmem: 3190775808 hw.usermem: 2875990016 hw.realmem: 4194304 hw.cbb.start_memory: 2281701376 hw.pci.host_mem_start: 2147483648 p1003_1b.memlock: 0 p1003_1b.memlock_range: 0 p1003_1b.memory_protection: 0 p1003_1b.shared_memory_objects: 200112 dev.xen.balloon.low_mem: 0 dev.xen.balloon.high_mem: 0 root @ test [~] # ifconfig igb0: flags =3D 8842 metric 0 mtu = 1500 options =3D 403bb ether b0: 51: 8e: 00: a5: 1e nd6 options =3D 29 media: Ethernet autoselect (1000baseT ) status: active igb1: flags =3D 8842 metric 0 mtu = 1500 options =3D 403bb ether b0: 51: 8e: 00: a5: 1f nd6 options =3D 29 media: Ethernet autoselect (1000baseT ) status: active igb2: flags =3D 8842 metric 0 mtu = 1500 options =3D 403bb ether b0: 51: 8e: 00: a5: 20 nd6 options =3D 29 media: Ethernet autoselect (1000baseT ) status: active igb3: flags =3D 8842 metric 0 mtu = 1500 options =3D 403bb ether b0: 51: 8e: 00: a5: 21 nd6 options =3D 29 media: Ethernet autoselect (1000baseT ) status: active igb4: flags =3D 8c02 metric 0 mtu = 1500 options =3D 403bb ether b0: 51: 8e: 00: a7: 96 nd6 options =3D 29 media: Ethernet autoselect (1000baseT ) status: active igb5: flags =3D 8c02 metric 0 mtu = 1500 options =3D 403bb ether b0: 51: 8e: 00: a7: 97 nd6 options =3D 29 media: Ethernet autoselect (1000baseT ) status: active igb6: flags =3D 8c02 metric 0 mtu = 1500 options =3D 403bb ether b0: 51: 8e: 00: a7: 98 nd6 options =3D 29 media: Ethernet autoselect status: no carrier igb7: flags =3D 8c02 metric 0 mtu = 1500 options =3D 403bb ether b0: 51: 8e: 00: a7: 99 nd6 options =3D 29 media: Ethernet autoselect status: no carrier em0: flags =3D 8843 metric 0 m= tu 1500 options =3D 4219b ether 00: 25: 90: 62: 06: 84 inet 172.16.12.251 netmask 0xffff0000 broadcast 172.16.255.255 inet 192.168.100.251 netmask 0xffffff00 broadcast 192.168.100.255 nd6 options =3D 29 media: Ethernet autoselect (1000baseT ) status: active em1: flags =3D 8843 metric 0 m= tu 1500 options =3D 4219b ether 00: 25: 90: 62: 06: 85 nd6 options =3D 29 media: Ethernet autoselect status: no carrier lo0: flags =3D 8049 metric 0 mtu 16384 options =3D 600003 inet6 :: 1 prefixlen 128 inet6 fe80 :: 1% lo0 prefixlen 64 scopeid 0xb inet 127.0.0.1 netmask 0xff000000 nd6 options =3D 21 My pkt-gen version is: root @ test [netmap.git] # git log commit d4bf89c0804fcd222f37cfebf1ce920bf08e44f9 Author: Luigi Rizzo Date: Sat Aug 15 18:12:32 2015 -0700 actually catch packets from the host stack ..... --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Thu Jan 21 05:43:45 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9DA2A8A1BC for ; Thu, 21 Jan 2016 05:43:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAB9714C1 for ; Thu, 21 Jan 2016 05:43:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L5hjhs017669 for ; Thu, 21 Jan 2016 05:43:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 206456] pkt-gen unable work with three interfaces simultaneously in my freebsd system Date: Thu, 21 Jan 2016 05:43:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 05:43:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206456 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --- Comment #1 from Mark Linimon --- Assign to net@, although it is not clear to me if this is a problem with the igb drivers, or the port. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Fri Jan 22 13:10:55 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B4F8A8CD7B for ; Fri, 22 Jan 2016 13:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7EA1289 for ; Fri, 22 Jan 2016 13:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MDAtqA053900 for ; Fri, 22 Jan 2016 13:10:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 206492] System hangs on huge disk activity Date: Fri, 22 Jan 2016 13:10:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freemjohn@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 13:10:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206492 Bug ID: 206492 Summary: System hangs on huge disk activity Product: Base System Version: 10.2-STABLE Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: freemjohn@gmail.com CC: freebsd-i386@FreeBSD.org CC: freebsd-i386@FreeBSD.org After upgrading from source - 10.2-STABLE FreeBSD 10.2-STABLE #34 r291245: = Tue Nov 24 13:47:12 MSK 2015 to any current 10/STABLE - last try was: # svn info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/stable/10 Relative URL: ^/stable/10 Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 294547 Node Kind: directory Schedule: normal Last Changed Author: pfg Last Changed Rev: 294545 Last Changed Date: 2016-01-22 06:25:06 +0300 (Fri, 22 Jan 2016) system started to hang under heavy IO load. Using SATA disk, USB-SATA converter, even USB flash, i've made some tests with it. Sympthoms - starting to rsync centos archive - http://mirror.yandex.ru/cent= os/ to local repository and/or starting periodic daily system hangs soon. Disk activity according to systat -vm goes to zero, system not halting, but stucks forever on any disk io, still can input to virtual consoles, try to login(actually - hangs also), no network or ping, zero on messages/failures from kernel on console0. My custom kernel config: # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the config(5) manual page, # and/or the handbook section on Kernel Configuration Files: # #=20=20=20 http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-conf= ig.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: stable/10/sys/i386/conf/GENERIC 259450 2013-12-16 06:41:31Z del= phij $ #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident CUSTOM options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT options ALTQ options ALTQ_PRIQ options ALTQ_RED options IPSTEALTH options DEVICE_POLLING #device vesa #options SC_PIXEL_MODE #options VGA_WIDTH90 #options GEOM_MIRROR options TEKEN_UTF8 #makeoptions DEBUG=3D-g # Build kernel with gdb(1) debug symbols makeoptions WITH_CTF=3D1 # Run ctfconvert(1) for DTrace su= pport options SCHED_ULE # ULE scheduler #options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options TCP_OFFLOAD # TCP offload options SCTP # Stream Control Transmission Proto= col options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options UFS_GJOURNAL # Enable gjournal-based UFS journal= ing options QUOTA # Enable disk quotas for UFS options MD_ROOT # MD is a potential root device options NFSCL # New Network Filesystem Client options NFSD # New Network Filesystem Server options NFSLOCKD # Network Lock Manager options NFS_ROOT # NFS usable as /, requires NFSCL options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_PART_GPT # GUID Partition Tables. options GEOM_RAID # Soft RAID functionality. options GEOM_LABEL # Provides labelization options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 options SCSI_DELAY=3D5000 # Delay (in ms) before probing SC= SI options KTRACE # ktrace(1) support options STACK # stack(9) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options PRINTF_BUFR_SIZE=3D128 # Prevent printf output being interspersed. options KBD_INSTALL_CDEV # install a CDEV entry in /dev options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(= 4) options AUDIT # Security event auditing options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES # Capsicum capabilities options PROCDESC # Support for process descriptors options MAC # TrustedBSD MAC Framework options KDTRACE_HOOKS # Kernel DTrace hooks options DDB_CTF # Kernel ELF linker loads CTF data options INCLUDE_CONFIG_FILE # Include this file in kernel # Debugging support. Always need this: options KDB # Enable kernel debugger support. options KDB_TRACE # Print a stack trace for a panic. # To make an SMP kernel, the next two lines are needed options SMP # Symmetric MultiProcessor Kernel device apic # I/O APIC # CPU frequency control device cpufreq # Bus support. device acpi device eisa device pci # Floppy drives device fdc # ATA controllers device ahci # AHCI-compatible SATA controllers device ata # Legacy ATA/SATA controllers options ATA_STATIC_ID # Static device numbering device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SA= TA device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. device ahd # AHA39320/29320 and onboard AIC79xx devices options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. device esp # AMD Am53C974 (Tekram DC-390(T)) device hptiop # Highpoint RocketRaid 3xxx series device isp # Qlogic family #device ispfw # Firmware for QLogic HBAs- normally a modu= le device mpt # LSI-Logic MPT-Fusion device mps # LSI-Logic MPT-Fusion 2 #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those= of `ncr') device trm # Tekram DC395U/UW/F DC315U adapters device adv # Advansys SCSI adapters device adw # Advansys wide SCSI adapters device aha # Adaptec 154x SCSI adapters device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]= 60. device bt # Buslogic/Mylex MultiMaster SCSI adapters device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 device isci # Intel C600 SAS controller # ATA/SCSI peripherals device scbus # SCSI bus (required for ATA/SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct ATA/SCSI acces= s) device ses # Enclosure Services (SES and SAF-TE) #device ctl # CAM Target Layer # RAID controllers interfaced to the SCSI subsystem device amr # AMI MegaRAID device arcmsr # Areca SATA II RAID device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device ciss # Compaq Smart RAID 5* device dpt # DPT Smartcache III, IV - See NOTES for options device hptmv # Highpoint RocketRAID 182x device hptnr # Highpoint DC7280, R750 device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25= xx device hpt27xx # Highpoint RocketRAID 27xx device iir # Intel Integrated RAID device ips # IBM (Adaptec) ServeRAID device mly # Mylex AcceleRAID/eXtremeRAID device twa # 3ware 9000 series PATA/SATA RAID device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID contro= ller # RAID controllers device aac # Adaptec FSA RAID device aacp # SCSI passthrough for aac (requires CAM) device aacraid # Adaptec by PMC RAID device ida # Compaq Smart RAID device mfi # LSI MegaRAID SAS device mlx # Mylex DAC960 family device pst # Promise Supertrak SX6000 device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device kbdmux # keyboard multiplexer #device vga # VGA video card driver #options VESA # Add support for VESA BIOS Extensions (VBE) #device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console #device sc #options SC_PIXEL_MODE # add support for the raster text mode #newcons device vt device vt_vga device agp # support several AGP chipsets # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device uart # Generic UART driver # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device ppi # Parallel port interface device #device vpo # Requires scbus and da device puc # Multi I/O cards and multi-channel UARTs # PCI Ethernet NICs. device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 1= 0GbE device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 Gigabit Ethernet Family device igb # Intel PRO/1000 PCIE Server Gigabit Family device ixgb # Intel PRO/10GbE Ethernet Card device le # AMD Am7900 LANCE and Am79C9xx PCnet device ti # Alteon Networks Tigon I/II gigabit Ethern= et device txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device ae # Attansic/Atheros L2 FastEthernet device age # Attansic/Atheros L1 Gigabit Ethernet device alc # Atheros AR8131/AR8132 Ethernet device ale # Atheros AR8121/AR8113/AR8114 Ethernet device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device cas # Sun Cassini/Cassini+ and NS DP83065 Saturn device dc # DEC/Intel 21143 and various workalikes device et # Agere ET1310 10/100/Gigabit Ethernet device fxp # Intel EtherExpress PRO/100B (82557, 82558) device gem # Sun GEM/Sun ERI/Apple GMAC device hme # Sun HME (Happy Meal Ethernet) device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethern= et device lge # Level 1 LXT1001 gigabit Ethernet device msk # Marvell/SysKonnect Yukon II Gigabit Ether= net device nfe # nVidia nForce MCP on-board Ethernet device nge # NatSemi DP83820 gigabit Ethernet #device nve # nVidia nForce MCP on-board Ethernet Networking device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sge # Silicon Integrated Systems SiS190/191 device sis # Silicon Integrated Systems SiS 900/SiS 70= 16 device sk # SysKonnect SK-984x & SK-982x gigabit Ethe= rnet device ste # Sundance ST201 (D-Link DFE-550TX) device stge # Sundance/Tamarack TC9021 gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 ``EPIC'') device vge # VIA VT612x gigabit Ethernet device vr # VIA Rhine, Rhine II device vte # DM&P Vortex86 RDC R6040 Fast Ethernet device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards device ex # Intel EtherExpress Pro/10 and Pro/10+ device ep # Etherlink III based cards device fe # Fujitsu MB8696x based cards device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. device sn # SMC's 9000 series of Ethernet chips device xe # Xircom pccard Ethernet # Wireless NIC cards device wlan # 802.11 support options IEEE80211_DEBUG # enable debug msgs options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's options IEEE80211_SUPPORT_MESH # enable 802.11s draft support device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_amrr # AMRR transmit rate control algorithm device an # Aironet 4500/4800 802.11 wireless NICs. device ath # Atheros NICs device ath_pci # Atheros pci/cardbus glue device ath_hal # pci/cardbus chip support options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors options AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigati= on options ATH_ENABLE_11N # Enable 802.11n support for AR5416 and lat= er device ath_rate_sample # SampleRate tx rate control for ath #device bwi # Broadcom BCM430x/BCM431x wireless NICs. #device bwn # Broadcom BCM43xx wireless NICs. device ipw # Intel 2100 wireless NICs. device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs. device iwn # Intel 4965/1000/5000/6000 wireless NICs. device malo # Marvell Libertas wireless NICs. device mwl # Marvell 88W8363 802.11n wireless NICs. device ral # Ralink Technology RT2500 wireless NICs. device wi # WaveLAN/Intersil/Symbol 802.11 wireless N= ICs. #device wl # Older non 802.11 Wavelan wireless NIC. device wpi # Intel 3945ABG wireless NICs. # Pseudo devices. device loop # Network loopback device random # Entropy device device padlock_rng # VIA Padlock RNG device rdrand_rng # Intel Bull Mountain RNG device ether # Ethernet support device vlan # 802.1Q VLAN support device tun # Packet tunnel. device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) device firmware # firmware assist module # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support options USB_DEBUG # enable debug msgs device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device xhci # XHCI PCI->USB interface (USB 3.0) device usb # USB Bus (required) device ukbd # Keyboard device umass # Disks/Mass storage - Requires scbus and da # Sound support device sound # Generic sound driver (required) device snd_cmi # CMedia CMI8338/CMI8738 device snd_csa # Crystal Semiconductor CS461x/428x device snd_emu10kx # Creative SoundBlaster Live! and Audigy device snd_es137x # Ensoniq AudioPCI ES137x device snd_hda # Intel High Definition Audio device snd_ich # Intel, NVidia and other ICH AC'97 Audio device snd_via8233 # VIA VT8233x Audio # MMC/SD device mmc # MMC/SD bus device mmcsd # MMC/SD memory card device sdhci # Generic PCI SD Host Controller # VirtIO support device virtio # Generic VirtIO bus (required) device virtio_pci # VirtIO PCI device device vtnet # VirtIO Ethernet device device virtio_blk # VirtIO Block device device virtio_scsi # VirtIO SCSI device device virtio_balloon # VirtIO Memory Balloon device # HyperV drivers device hyperv # HyperV drivers # Xen HVM Guest Optimizations # NOTE: XENHVM depends on xenpci. They must be added or removed together. options XENHVM # Xen HVM kernel infrastructure device xenpci # Xen HVM Hypervisor services driver # VMware support device vmx # VMware VMXNET3 Ethernet Attached link to prebuilt kernel/i386. https://www.dropbox.com/s/1eyxdbxej21r9qw/badkernel.txz?dl=3D0 Is it my mistake with kernel config or some serious bug? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Fri Jan 22 13:12:52 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02BA6A8CFA8 for ; Fri, 22 Jan 2016 13:12:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E669615E5 for ; Fri, 22 Jan 2016 13:12:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MDCpRv062499 for ; Fri, 22 Jan 2016 13:12:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 206492] System hangs on huge disk activity Date: Fri, 22 Jan 2016 13:12:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freemjohn@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 13:12:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206492 --- Comment #1 from John Freeman --- Before hang - i can see in htop/top that kernel using 100% of CPU0 time, ot= her processes - ~0% use. Looks like livelock or something similar. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Fri Jan 22 22:49:05 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF7BCA8E8D6 for ; Fri, 22 Jan 2016 22:49:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAD991965 for ; Fri, 22 Jan 2016 22:49:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MMn5BN075559 for ; Fri, 22 Jan 2016 22:49:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 206492] System hangs on huge disk activity Date: Fri, 22 Jan 2016 22:49:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markmi@dsl-only.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 22:49:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206492 Mark Millard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markmi@dsl-only.net --- Comment #2 from Mark Millard --- If you use a swapfile on a file-system/partition that gets a mix of other IO then see Bug 206048 - 11.0-CURRENT -r293227 (and others) arm (rpi2/BeagleBone Black) amd64 etc: swapfile usage hangs; swap partition works for a problem that may apply to 10.x as well when using things like: file=3D/var/spool/swap/swapfile file=3D/swap0 --unless those files are on their own file systems/partitions not used for other (used) files. It may be worth testing if the involved 10.x context(s) hang before settlin= g on this sort of placement of the file. One of the comments suggested a command like: stress -d 2 -m 3 --vm-keep was sufficient to show the problem on at least 11.0-CURRENT amd64 contexts.= I guess that command is from the port sysutils/stress . It would actually be good to have 10.x comments in Bug 206048 reporting how such testing went if someone tries it. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Sat Jan 23 10:34:56 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95E36A8DE9B for ; Sat, 23 Jan 2016 10:34:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87B891DAC for ; Sat, 23 Jan 2016 10:34:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NAYt0c010612 for ; Sat, 23 Jan 2016 10:34:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 206492] System hangs on huge disk activity Date: Sat, 23 Jan 2016 10:34:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freemjohn@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 10:34:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206492 --- Comment #3 from John Freeman --- root:~ # cat /etc/fstab # Device Mountpoint FStype Options Dump Pas= s# /dev/mirror/gm1s1a / ufs rw 0 1 /dev/mirror/gm1s1b none swap sw 1 0 /dev/mirror/gm1s1d /tmp ufs rw 0 1 /dev/mirror/gm1s1e /var ufs rw 0 1 /dev/mirror/gm1s1f /usr ufs rw 0 1 /dev/mirror/gm1s1g /home ufs rw 0 1 /dev/mirror/gm1s1h /mnt ufs rw,noauto 0 2 #/dev/ufs none swap sw 0 0 #/dev/acd0 /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 linproc /compat/linux/proc linprocfs rw 0 0 fdesc /dev/fd fdescfs rw 0 0 Swap not used on any case, 0mb --=20 You are receiving this mail because: You are on the CC list for the bug.=