FreeBSD CI Weekly Report 2020-01-26

2020-02-08 Thread Li-Wen Hsu
(Please send the followup to freebsd-testing@ and note Reply-To is set.)

FreeBSD CI Weekly Report 2020-01-26
===

Here is a summary of the FreeBSD Continuous Integration results for the period
from 2020-01-20 to 2020-01-26.

During this period, we have:

* 2153 builds (89.4% (+4.1) passed, 10.6% (-4.1) failed) of buildworld and
  buildkernel (GENERIC and LINT) were executed on aarch64, amd64, armv6,
  armv7, i386, mips, mips64, powerpc, powerpc64, powerpcspe, riscv64,
  sparc64 architectures for head, stable/12, stable/11 branches.
* 356 test runs (64.6% (-17.4) passed, 26.4% (+14.3) unstable, 9.0% (+3.1)
  exception) were executed on amd64, i386, riscv64 architectures for head,
  stable/12, stable/11 branches.
* 59 doc builds (98.3% (-1.7) passed, 1.7% (+1.7) failed)

Test case status (on 2020-01-26 23:59):
| Branch/Architecture | Total  | Pass   | Fail  | Skipped |
| --- | -- | -- | - | --- |
| head/amd64  | 7662 (+16) | 7594 (+18) | 0 (0) | 68 (-2) |
| head/i386   | 7660 (+16) | 7588 (+18) | 0 (0) | 72 (-2) |
| 12-STABLE/amd64 | 7520 (0)   | 7472 (0)   | 0 (0) | 48 (0)  |
| 12-STABLE/i386  | 7518 (0)   | 7462 (0)   | 0 (0) | 56 (0)  |
| 11-STABLE/amd64 | 6861 (0)   | 6814 (0)   | 0 (0) | 47 (0)  |
| 11-STABLE/i386  | 6859 (0)   | 6807 (0)   | 0 (0) | 52 (0)  |

(The statistics from experimental jobs are omitted)

If any of the issues found by CI are in your area of interest or expertise
please investigate the PRs listed below.

The latest web version of this report is available at
https://hackmd.io/@FreeBSD-CI/report-20200126 and archive is available at
https://hackmd.io/@FreeBSD-CI/ , any help is welcome.

## Failing builds

* https://ci.freebsd.org/job/FreeBSD-head-mips-build/
* https://ci.freebsd.org/job/FreeBSD-head-mips64-build/
  More information is available at https://reviews.freebsd.org/D23128

## Failing and Flaky Tests (from experimental jobs)

* https://ci.freebsd.org/job/FreeBSD-head-amd64-dtrace_test/
* cddl.usr.sbin.dtrace.common.misc.t_dtrace_contrib.tst_dynopt_d
* https://bugs.freebsd.org/237641

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/
* There are ~13 failing and ~109 skipped cases, including flakey ones, see
  
https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/
 for more details
* Work for cleaning these failing cass are in progress

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_ltp/
* Total 3670 tests (+0), 2275 success (-3), 586 failures (+3), 809 skipped 
(+0)

## Disabled Tests

* sys.fs.tmpfs.mount_test.large
  https://bugs.freebsd.org/212862
* sys.fs.tmpfs.link_test.kqueue
  https://bugs.freebsd.org/213662
* sys.kqueue.libkqueue.kqueue_test.main
  https://bugs.freebsd.org/233586
* sys.kern.ptrace_test.ptrace__PT_KILL_competing_stop
  https://bugs.freebsd.org/220841
* lib.libc.regex.exhaust_test.regcomp_too_big (i386 only)
  https://bugs.freebsd.org/237450
* sys.netinet.socket_afinet.socket_afinet_bind_zero
  https://bugs.freebsd.org/238781
* sys.netpfil.pf.names.names
* sys.netpfil.pf.synproxy.synproxy
  https://bugs.freebsd.org/238870
* sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger 
  https://bugs.freebsd.org/239292
* sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger 
  https://bugs.freebsd.org/239397
* sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger
  https://bugs.freebsd.org/239399
* sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger
  https://bugs.freebsd.org/239425
* lib.libc.gen.getmntinfo_test.getmntinfo_test
  https://bugs.freebsd.org/240049
* sys.sys.qmath_test.qdivq_s64q
  https://bugs.freebsd.org/240219
* sys.kern.ptrace_test.ptrace__getppid
  https://bugs.freebsd.org/240510
* lib.libc.sys.stat_test.stat_socket
  https://bugs.freebsd.org/240621
* lib.libarchive.functional_test.test_write_filter_zstd
  https://bugs.freebsd.org/240683
* lib.libcasper.services.cap_dns.dns_test.main
  https://bugs.freebsd.org/241435
* local.kyua.* (31 cases) & local.lutok.* (3 cases) on 11-i386
  https://ci.freebsd.org/job/FreeBSD-stable-11-i386-test/2278/testReport/
* sys.geom.class.multipath.failloop.failloop
  https://bugs.freebsd.org/242689
* sys.kern.ptrace_test.ptrace__procdesc_reparent_wait_child (new)
  https://bugs.freebsd.org/243605

## Issues

### Cause build fails
* https://bugs.freebsd.org/233735
  Possible build race: genoffset.o /usr/src/sys/sys/types.h: error: 
machine/endian.h: No such file or directory
* https://bugs.freebsd.org/233769
  Possible build race: ld: error: unable to find library -lgcc_s

### Cause kernel panics
* https://bugs.freebsd.org/238870
  sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxy cause panic
  Patch exists:
* https://reviews.freebsd.org/D20868
* https://reviews.freebsd.org/D20869

### Open
* https://bugs.freebsd.org/23740

FreeBSD CI Weekly Report 2020-02-02

2020-02-08 Thread Li-Wen Hsu
(Please send the followup to freebsd-testing@ and note Reply-To is set.)

FreeBSD CI Weekly Report 2020-02-02
===

Here is a summary of the FreeBSD Continuous Integration results for the period
from 2020-01-27 to 2020-02-02.

During this period, we have:

* 2188 builds (88.6% (-0.8) passed, 11.4% (+0.4) failed) of buildworld and
  buildkernel (GENERIC and LINT) were executed on aarch64, amd64, armv6,
  armv7, i386, mips, mips64, powerpc, powerpc64, powerpcspe, riscv64,
  sparc64 architectures for head, stable/12, stable/11 branches.
* 347 test runs (70.3% (+5.7) passed, 17.0% (-9.4) unstable, 12.7% (+3.7)
  exception) were executed on amd64, i386, riscv64 architectures for head,
  stable/12, stable/11 branches.
* 42 doc builds (95.2% (-3.1) passed, 4.8% (+3.1) failed)

Test case status (on 2020-02-02 23:59):
| Branch/Architecture | Total  | Pass   | Fail   | Skipped |
| --- | -- | -- | -- | --- |
| head/amd64  | 7673 (+11) | 7604 (+10) | 1 (+1) | 68 (0)  |
| head/i386   | 7671 (+11) | 7599 (+11) | 0 (0)  | 72 (0)  |
| 12-STABLE/amd64 | 7520 (0)   | 7472 (0)   | 0 (0)  | 48 (0)  |
| 12-STABLE/i386  | 7518 (0)   | 7459 (-3)  | 0 (0)  | 59 (+3) |
| 11-STABLE/amd64 | 6861 (0)   | 6811 (-3)  | 0 (0)  | 50 (+3) |
| 11-STABLE/i386  | 6859 (0)   | 6810 (+3)  | 0 (0)  | 49 (-3) |

(The statistics from experimental jobs are omitted)

If any of the issues found by CI are in your area of interest or expertise
please investigate the PRs listed below.

The latest web version of this report is available at
https://hackmd.io/@FreeBSD-CI/report-20200202 and archive is available at
https://hackmd.io/@FreeBSD-CI/ , any help is welcome.

## Failing builds

* https://ci.freebsd.org/job/FreeBSD-head-mips-build/
* https://ci.freebsd.org/job/FreeBSD-head-mips64-build/
  More information is available at https://reviews.freebsd.org/D23128

## Failed and fixed tests

* i386 boot panics after r357314
  https://bugs.freebsd.org/243837
  Fixed in r357463

* sys.capsicum.capsicum-test.main fails after r357412
  https://bugs.freebsd.org/243839
  Fixed in r357461


## Failing and Flaky tests (from experimental jobs)

* https://ci.freebsd.org/job/FreeBSD-head-amd64-dtrace_test/
* cddl.usr.sbin.dtrace.common.misc.t_dtrace_contrib.tst_dynopt_d
* https://bugs.freebsd.org/237641

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/
* There are ~13 failing and ~109 skipped cases, including flakey ones, see
  
https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/
 for more details
* Work for cleaning these failing cass are in progress

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_ltp/
* Total 3670 tests (+0), 2277 success (+2), 587 failures (+1), 806 skipped 
(-3)

## Disabled Tests

* sys.fs.tmpfs.mount_test.large
  https://bugs.freebsd.org/212862
* sys.fs.tmpfs.link_test.kqueue
  https://bugs.freebsd.org/213662
* sys.kqueue.libkqueue.kqueue_test.main
  https://bugs.freebsd.org/233586
* sys.kern.ptrace_test.ptrace__PT_KILL_competing_stop
  https://bugs.freebsd.org/220841
* lib.libc.regex.exhaust_test.regcomp_too_big (i386 only)
  https://bugs.freebsd.org/237450
* sys.netinet.socket_afinet.socket_afinet_bind_zero
  https://bugs.freebsd.org/238781
* sys.netpfil.pf.names.names
* sys.netpfil.pf.synproxy.synproxy
  https://bugs.freebsd.org/238870
* sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger 
  https://bugs.freebsd.org/239292
* sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger 
  https://bugs.freebsd.org/239397
* sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger
  https://bugs.freebsd.org/239399
* sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger
  https://bugs.freebsd.org/239425
* lib.libc.gen.getmntinfo_test.getmntinfo_test
  https://bugs.freebsd.org/240049
* sys.sys.qmath_test.qdivq_s64q
  https://bugs.freebsd.org/240219
* sys.kern.ptrace_test.ptrace__getppid
  https://bugs.freebsd.org/240510
* lib.libc.sys.stat_test.stat_socket
  https://bugs.freebsd.org/240621
* lib.libarchive.functional_test.test_write_filter_zstd
  https://bugs.freebsd.org/240683
* lib.libcasper.services.cap_dns.dns_test.main
  https://bugs.freebsd.org/241435
* local.kyua.* (31 cases) & local.lutok.* (3 cases) on 11-i386
  https://ci.freebsd.org/job/FreeBSD-stable-11-i386-test/2278/testReport/
* sys.geom.class.multipath.failloop.failloop
  https://bugs.freebsd.org/242689
* sys.kern.ptrace_test.ptrace__procdesc_reparent_wait_child
  https://bugs.freebsd.org/243605

## Issues

### Cause build fails
* https://bugs.freebsd.org/233735
  Possible build race: genoffset.o /usr/src/sys/sys/types.h: error: 
machine/endian.h: No such file or directory
* https://bugs.freebsd.org/233769
  Possible build race: ld: error: unable to find library -lgcc_s

### Cause kernel panics
* https://bugs.freebsd.org/2