daily CVS update output

2020-06-19 Thread NetBSD source update


Updating src tree:
P src/common/lib/libprop/prop_string.c
P src/external/cddl/osnet/dist/uts/common/fs/zfs/zio.c
P src/share/man/man9/kmem.9
P src/sys/arch/amiga/amiga/locore.s
P src/sys/arch/arm/imx/imx6_ccm.c
P src/sys/arch/arm/imx/imx6_ccmvar.h
P src/sys/arch/evbmips/cavium/autoconf.c
P src/sys/arch/evbmips/cavium/machdep.c
P src/sys/arch/evbmips/cavium/octeon_uboot.h
P src/sys/arch/evbmips/conf/files.octeon
P src/sys/arch/mac68k/mac68k/pram.c
P src/sys/arch/powerpc/ibm4xx/copyinstr.c
P src/sys/arch/powerpc/ibm4xx/copyoutstr.c
P src/sys/arch/powerpc/ibm4xx/pmap.c
P src/sys/arch/powerpc/ibm4xx/trap.c
P src/sys/arch/sun3/conf/DISKLESS
P src/sys/arch/sun3/conf/DISKLESS3X
P src/sys/arch/sun3/conf/GENERIC
P src/sys/arch/sun3/conf/GENERIC3X
P src/sys/arch/sun3/conf/INSTALL
P src/sys/arch/sun3/conf/INSTALL3X
P src/sys/arch/sun3/conf/RAMDISK
P src/sys/arch/sun3/conf/RAMDISK3X
P src/sys/arch/x86/include/cpu.h
P src/sys/arch/x86/include/sysarch.h
P src/sys/arch/x86/x86/sys_machdep.c
P src/sys/dev/raidframe/rf_dag.h
P src/sys/dev/raidframe/rf_dagfuncs.c
P src/sys/dev/raidframe/rf_diskqueue.c
P src/sys/dev/raidframe/rf_diskqueue.h
P src/sys/dev/raidframe/rf_netbsd.h
P src/sys/dev/raidframe/rf_netbsdkintf.c
P src/sys/dev/scsipi/if_se.c
P src/sys/dev/usb/umass_quirks.c
P src/sys/dev/usb/usbdevs
P src/sys/dev/usb/usbdevs.h
P src/sys/dev/usb/usbdevs_data.h
P src/sys/kern/subr_pool.c
P src/sys/netinet6/ip6_input.c
P src/sys/netinet6/ip6_var.h
P src/sys/sys/param.h
P src/usr.bin/make/job.c
P src/usr.bin/make/main.c
P src/usr.bin/make/make.h

Updating xsrc tree:


Killing core files:


Updating tar files:
src/top-level: collecting... replacing... done
src/bin: collecting... replacing... done
src/common: collecting... replacing... done
src/compat: collecting... replacing... done
src/crypto: collecting... replacing... done
src/dist: collecting... replacing... done
src/distrib: collecting... replacing... done
src/doc: collecting... replacing... done
src/etc: collecting... replacing... done
src/external: collecting... replacing... done
src/extsrc: collecting... replacing... done
src/games: collecting... replacing... done
src/gnu: collecting...pax: Unable to access src/gnu (No such file or directory)
pax: WARNING! These file names were not selected:
src/gnu
 done
src/include: collecting... replacing... done
src/lib: collecting... replacing... done
src/libexec: collecting... replacing... done
src/regress: collecting... replacing... done
src/rescue: collecting... replacing... done
src/sbin: collecting... replacing... done
src/share: collecting... replacing... done
src/sys: collecting... replacing... done
src/tests: collecting... replacing... done
src/tools: collecting... replacing... done
src/usr.bin: collecting... replacing... done
src/usr.sbin: collecting... replacing... done
src/config: collecting... replacing... done
src: collecting... replacing... done
xsrc/top-level: collecting... replacing... done
xsrc/external: collecting... replacing... done
xsrc/local: collecting... replacing... done
xsrc: collecting... replacing... done



Updating release-8 src tree (netbsd-8):

Updating release-8 xsrc tree (netbsd-8):


Updating release-8 tar files:
src/top-level: collecting... replacing... done
src/bin: collecting... replacing... done
src/common: collecting... replacing... done
src/compat: collecting... replacing... done
src/crypto: collecting... replacing... done
src/dist: collecting... replacing... done
src/distrib: collecting... replacing... done
src/doc: collecting... replacing... done
src/etc: collecting... replacing... done
src/external: collecting... replacing... done
src/extsrc: collecting... replacing... done
src/games: collecting... replacing... done
src/gnu: collecting...pax: Unable to access src/gnu (No such file or directory)
pax: WARNING! These file names were not selected:
src/gnu
 done
src/include: collecting... replacing... done
src/lib: collecting... replacing... done
src/libexec: collecting... replacing... done
src/regress: collecting... replacing... done
src/rescue: collecting... replacing... done
src/sbin: collecting... replacing... done
src/share: collecting... replacing... done
src/sys: collecting... replacing... done
src/tests: collecting... replacing... done
src/tools: collecting... replacing... done
src/usr.bin: collecting... replacing... done
src/usr.sbin: collecting... replacing... done
src/config: collecting... replacing... done
src/x11: collecting...pax: Unable to access src/x11 (No such file or directory)
pax: WARNING! These file names were not selected:
src/x11
 done
src: collecting... replacing... done
xsrc/top-level: collecting... replacing... done
xsrc/external: collecting... replacing... done
xsrc/local: collecting... replacing... done
xsrc/xfree: collecting...pax: Unable to access xsrc/xfree (No such file or 
directory)
pax: WARNING! These file names were not selected:
xsrc/xfree
 done
xsrc: collecting... replacing... done



Updating release-9 src tree (netbsd-9):

Updating release-9 xsrc 

Re: Automated report: NetBSD-current/i386 test failure

2020-06-19 Thread Martin Husemann
On Fri, Jun 19, 2020 at 08:56:32PM +0900, Rin Okuyama wrote:
> I will make these tests (and similar ones in kernel/t_trapsignal) skipped on
> QEMU, if there's no objection.

No objections from me.
Could you file a qemu bug for this, please?

Thanks!

Martin


Re: Automated report: NetBSD-current/i386 test failure

2020-06-19 Thread Rin Okuyama

This seems due to QEMU bug, as also observed in
tests/lib/libc/gen/t_siginfo:sigfpe_flt, see:

http://cvsweb.netbsd.org/bsdweb.cgi/src/tests/lib/libc/gen/t_siginfo.c#rev1.20

Actually, these tests pass on
(1) VirtualBox, and
(2) real hardware under amd64 kernel with COMPAT_NETBSD32.

I will make these tests (and similar ones in kernel/t_trapsignal) skipped on
QEMU, if there's no objection.

Thanks,
rin

On 2020/06/19 19:31, Rin Okuyama wrote:

I will examine this.

Thanks,
rin

On 2020/06/19 19:28, NetBSD Test Fixture wrote:

This is an automatically generated notice of new failures of the
NetBSD test suite.

The newly failing test cases are:

 lib/libc/sys/t_ptrace_wait3:traceme_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_crash_fpe
 lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_crash_fpe
 lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitid:traceme_crash_fpe
 lib/libc/sys/t_ptrace_waitid:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitid:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_crash_fpe
 lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_signalmasked_crash_fpe

The above tests failed in each of the last 4 test runs, and passed in
at least 26 consecutive runs before that.

The following commits were made between the last successful test and
the failed test:

 2020.06.17.08.23.18 rin src/tests/lib/libc/sys/t_ptrace_wait.h,v 1.29
 2020.06.17.08.42.16 rin src/tests/lib/libc/sys/t_ptrace_signal_wait.h,v 1.2
 2020.06.17.08.42.16 rin src/tests/lib/libc/sys/t_ptrace_wait.h,v 1.30
 2020.06.17.09.11.13 msaitoh src/sys/dev/pci/ixgbe/ixgbe.c,v 1.231

Logs can be found at:

 
http://releng.NetBSD.org/b5reports/i386/commits-2020.06.html#2020.06.17.09.11.13



Re: Automated report: NetBSD-current/i386 test failure

2020-06-19 Thread Rin Okuyama

I will examine this.

Thanks,
rin

On 2020/06/19 19:28, NetBSD Test Fixture wrote:

This is an automatically generated notice of new failures of the
NetBSD test suite.

The newly failing test cases are:

 lib/libc/sys/t_ptrace_wait3:traceme_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait3:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait4:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_crash_fpe
 lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait6:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_crash_fpe
 lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_wait:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitid:traceme_crash_fpe
 lib/libc/sys/t_ptrace_waitid:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitid:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_crash_fpe
 lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_vfork_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_vfork_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:traceme_vfork_signalmasked_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_signalignored_crash_fpe
 lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_signalmasked_crash_fpe

The above tests failed in each of the last 4 test runs, and passed in
at least 26 consecutive runs before that.

The following commits were made between the last successful test and
the failed test:

 2020.06.17.08.23.18 rin src/tests/lib/libc/sys/t_ptrace_wait.h,v 1.29
 2020.06.17.08.42.16 rin src/tests/lib/libc/sys/t_ptrace_signal_wait.h,v 1.2
 2020.06.17.08.42.16 rin src/tests/lib/libc/sys/t_ptrace_wait.h,v 1.30
 2020.06.17.09.11.13 msaitoh src/sys/dev/pci/ixgbe/ixgbe.c,v 1.231

Logs can be found at:

 
http://releng.NetBSD.org/b5reports/i386/commits-2020.06.html#2020.06.17.09.11.13



Automated report: NetBSD-current/i386 test failure

2020-06-19 Thread NetBSD Test Fixture
This is an automatically generated notice of new failures of the
NetBSD test suite.

The newly failing test cases are:

lib/libc/sys/t_ptrace_wait3:traceme_crash_fpe
lib/libc/sys/t_ptrace_wait3:traceme_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait3:traceme_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait3:traceme_vfork_crash_fpe
lib/libc/sys/t_ptrace_wait3:traceme_vfork_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait3:traceme_vfork_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait4:traceme_crash_fpe
lib/libc/sys/t_ptrace_wait4:traceme_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait4:traceme_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait4:traceme_vfork_crash_fpe
lib/libc/sys/t_ptrace_wait4:traceme_vfork_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait4:traceme_vfork_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_crash_fpe
lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait4:unrelated_tracer_sees_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait6:traceme_crash_fpe
lib/libc/sys/t_ptrace_wait6:traceme_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait6:traceme_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait6:traceme_vfork_crash_fpe
lib/libc/sys/t_ptrace_wait6:traceme_vfork_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait6:traceme_vfork_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_crash_fpe
lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait6:unrelated_tracer_sees_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait:traceme_crash_fpe
lib/libc/sys/t_ptrace_wait:traceme_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait:traceme_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_wait:traceme_vfork_crash_fpe
lib/libc/sys/t_ptrace_wait:traceme_vfork_signalignored_crash_fpe
lib/libc/sys/t_ptrace_wait:traceme_vfork_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_waitid:traceme_crash_fpe
lib/libc/sys/t_ptrace_waitid:traceme_signalignored_crash_fpe
lib/libc/sys/t_ptrace_waitid:traceme_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_crash_fpe
lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_signalignored_crash_fpe
lib/libc/sys/t_ptrace_waitid:unrelated_tracer_sees_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_waitpid:traceme_crash_fpe
lib/libc/sys/t_ptrace_waitpid:traceme_signalignored_crash_fpe
lib/libc/sys/t_ptrace_waitpid:traceme_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_waitpid:traceme_vfork_crash_fpe
lib/libc/sys/t_ptrace_waitpid:traceme_vfork_signalignored_crash_fpe
lib/libc/sys/t_ptrace_waitpid:traceme_vfork_signalmasked_crash_fpe
lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_crash_fpe
lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_signalignored_crash_fpe
lib/libc/sys/t_ptrace_waitpid:unrelated_tracer_sees_signalmasked_crash_fpe

The above tests failed in each of the last 4 test runs, and passed in
at least 26 consecutive runs before that.

The following commits were made between the last successful test and
the failed test:

2020.06.17.08.23.18 rin src/tests/lib/libc/sys/t_ptrace_wait.h,v 1.29
2020.06.17.08.42.16 rin src/tests/lib/libc/sys/t_ptrace_signal_wait.h,v 1.2
2020.06.17.08.42.16 rin src/tests/lib/libc/sys/t_ptrace_wait.h,v 1.30
2020.06.17.09.11.13 msaitoh src/sys/dev/pci/ixgbe/ixgbe.c,v 1.231

Logs can be found at:


http://releng.NetBSD.org/b5reports/i386/commits-2020.06.html#2020.06.17.09.11.13