FreeBSD CI Weekly Report 2020-05-03

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

FreeBSD CI Weekly Report 2020-05-03
===

Here is a summary of the FreeBSD Continuous Integration results for the period
from 2020-04-27 to 2020-05-03.

During this period, we have:

* 2099 builds (93.6% (-0.8) passed, 6.4% (+0.8) 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.
* 327 test runs (68.2% (+5.7) passed, 28.1% (-6.7) unstable, 3.7% (+1.0)
  exception) were executed on amd64, i386, riq scv64 architectures for head,
  stable/12, stable/11 branches.
* 26 doc and www builds (84.6% (+0.4) passed, 15.4% (-0.4) failed)

Test case status (on 2020-05-03 23:59):
| Branch/Architecture | Total  | Pass   | Fail   | Skipped  |
| --- | -- | -- | -- |  |
| head/amd64  | 7778 (+10) | 7685 (+10) | 0 (0)  | 93 (0)   |
| head/i386   | 7776 (+10) | 7676 (+11) | 0 (0)  | 100 (-1) |
| 12-STABLE/amd64 | 7521 (+3)  | 7463 (+1)  | 2 (+2) | 56 (0)   |
| 12-STABLE/i386  | 7519 (+3)  | 7453 (+1)  | 2 (+2) | 64 (0)   |
| 11-STABLE/amd64 | 6883 (0)   | 6834 (0)   | 0 (0)  | 49 (0)   |
| 11-STABLE/i386  | 6881 (0)   | 6830 (0)   | 0 (0)  | 51 (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-20200503 and archive is available at
https://hackmd.io/@FreeBSD-CI/ , any help is welcome.

## Fixed tests

* fusefs tests fail when mac_bsdextended.ko is loaded
  https://bugs.freebsd.org/244229
  Fixed in r360567

* sys.netipsec.tunnel.empty.v{4,6} fail after r359374
  https://bugs.freebsd.org/245832
  Fixed in r360560

## Failing (and fixed) jobs

* https://ci.freebsd.org/job/FreeBSD-head-powerpc-build/
  https://ci.freebsd.org/job/FreeBSD-head-powerpcspe-build/
  Failing after r360569 and fixed in r360788

* https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/
  ```
  /usr/local/bin/x86_64-unknown-freebsd12.1-ld: 
/tmp/obj/workspace/src/amd64.amd64/lib/clang/liblldb/liblldb.a(IOHandlerCursesGUI.o):
 in function `curses::Window::Box(unsigned int, unsigned int)':
  
/workspace/src/contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp:361:
 undefined reference to `box'
  /usr/local/bin/x86_64-unknown-freebsd12.1-ld: 
/workspace/src/contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp:361:
 undefined reference to `box'
  collect2: error: ld returned 1 exit status
  ```

## Regressions

* (head, stable/12) 3 tests start failing after llvm10 import
* lib.libproc.proc_test.symbol_lookup
* lib.msun.ctrig_test.test_inf_inputs
  https://bugs.freebsd.org/244732
* (DTrace) common.pid.t_dtrace_contrib.err_D_PROC_OFF_toobig_d
  https://bugs.freebsd.org/244823

* `dtrace -c` causes program dumps core after somewhere between (r357694, 
r357701]
  https://bugs.freebsd.org/244053
  
* Lock-order reversals triggered by tests under sys.net.if_lagg_test.* on i386
  https://bugs.freebsd.org/244163
  Discovered by newly endabled sys.net.* tests. 
([r357857](https://svnweb.freebsd.org/changeset/base/357857))
  
* sys.net.if_lagg_test.lacp_linkstate_destroy_stress panics i386 kernel
  https://bugs.freebsd.org/244168
  Discovered by newly endabled sys.net.* tests. 
([r357857](https://svnweb.freebsd.org/changeset/base/357857))
  
* (test case) sys.geom.class.multipath.misc.fail_on_error (on 12-STABLE)
  https://bugs.freebsd.org/244158

## 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
* cddl.usr.sbin.dtrace.common.pid.t_dtrace_contrib.err_D_PROC_OFF_toobig_d
* https://bugs.freebsd.org/244823

* 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), 2285 success (-5), 579 failures (+5), 806 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_afin

stable/11 source upgrade broken for i386

2020-05-07 Thread Eugene Grosbein
Hi!

It seems that clang-6 supplied with 11.2 cannot build clang-9 in stable/11 for 
i386,
so buildworld is broken. Details are here:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246274
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


stable/11 source upgrade broken for i386

2020-05-07 Thread Eugene Grosbein
Hi!

It seems that clang-6 supplied with 11.2 cannot build clang-9 in stable/9 for 
i386,
so buildworld is broken. Details are here:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246274
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"