FreeBSD CI Weekly Report 2020-09-20

2020-09-30 Thread Li-Wen Hsu
FreeBSD CI Weekly Report 2020-09-20
===

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

During this period, we have:

* 2056 builds (95.5% (+1.5) passed, 4.5% (-1.5) 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.
* 246 test runs (62.6% (-25.2) passed, 37.0% (+27.2) unstable, 0.4% (-2.0)
  exception) were executed on amd64, i386, riscv64 architectures for head,
  stable/12, stable/11 branches.
* 50 doc and www builds (100% passed)

Test case status (on 2020-09-20 23:59):
| Branch/Architecture | Total  | Pass  | Fail   | Skipped   |
| --- | -- | - | -- | - |
| head/amd64  | 7894 (+13) | 7789 (-2) | 6 (+6) | 99 (+9)   |
| head/i386   | 7892 (+13) | 7767 (-4) | 6 (+6) | 119 (+11) |
| 12-STABLE/amd64 | 7628 (+2)  | 7570 (+1) | 1 (+1) | 57 (0)|
| 12-STABLE/i386  | 7626 (+2)  | 7560 (+4) | 1 (+1) | 65 (-3)   |
| 11-STABLE/amd64 | 6912 (0)   | 6861 (0)  | 0 (0)  | 51 (0)|
| 11-STABLE/i386  | 6910 (0)   | 6857 (0)  | 0 (0)  | 53 (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-20200920 and archive is available at
https://hackmd.io/@FreeBSD-CI/ , any help is welcomed.

## Failed and fixed test cases

* sys.fs.tmpfs.times_test.{empty,non_empty}
  https://bugs.freebsd.org/249362
* sys.posixshm.posixshm_test.*
  https://bugs.freebsd.org/249417

## Failing test cases

### HEAD
* sys.kern.coredump_phnum_test.coredump_phnum
* usr.bin.procstat.procstat_test.binary_info
* usr.bin.procstat.procstat_test.command_line_arguments
* usr.bin.procstat.procstat_test.environment
* usr.bin.procstat.procstat_test.file_descriptor
* usr.bin.procstat.procstat_test.kernel_stacks

(Fixed in https://svnweb.freebsd.org/changeset/base/366237 on 2020-09-29)

### 12-STABLE
* sys.opencrypto.runtests.main
  Not fully migrated to python3
  https://bugs.freebsd.org/237403

## Failing jobs

* https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/
  There are still mutiple errors when building with gcc6, error log available at
  
https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/lastCompletedBuild/console
  See also:
  https://lists.freebsd.org/pipermail/svn-src-all/2020-September/202307.html
  
## Regressions

* lib.libexecinfo.backtrace_test.backtrace_fmt_basic starts failing on amd64 
after r360915
  https://bugs.freebsd.org/246537

* lib.msun.ctrig_test.test_inf_inputs starts failing after llvm10 import
  https://bugs.freebsd.org/244732
  Needs to check if llvm11 import fixes this.

* 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))
  Fix committed as https://svnweb.freebsd.org/changeset/base/364220 , needs 
more verification.

* lib.libbe.be_create.* and sbin.bectl.bectl_test.*
  https://bugs.freebsd.org/249055 & https://bugs.freebsd.org/249229
  OpenZFS' zfs.ko can't be loaded in non-64bit platforms
  
## 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
* common.ip.t_dtrace_contrib.tst_ipv4localsctp_ksh
* common.ip.t_dtrace_contrib.tst_localsctpstate_ksh

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/
* Total 681 tests, 524 success, 47 failures, 110 skipped, see
  
https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/
 for more details

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_ltp/
* Total 3749 tests, 2289 success, 647 failures, 813 skipped

## 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
  

FreeBSD CI Weekly Report 2020-09-27

2020-09-30 Thread Li-Wen Hsu
FreeBSD CI Weekly Report 2020-09-27
===

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

During this period, we have:

* 2211 builds (93.7% (-1.8) passed, 6.3% (+1.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.
* 268 test runs (20.1% (-42.5) passed, 78.8% (+41.8) unstable, 1.1% (+0.7)
  exception) were executed on amd64, i386, riscv64 architectures for head,
  stable/12, stable/11 branches.
* 50 doc and www builds (100% passed)

Test case status (on 2020-09-27 23:59):
| Branch/Architecture | Total | Pass  | Fail   | Skipped  |
| --- | - | - | -- |  |
| head/amd64  | 7896 (+2) | 7787 (-2) | 7 (+1) | 102 (+3) |
| head/i386   | 7894 (+2) | 7768 (+1) | 7 (+1) | 119 (0)  |
| 12-STABLE/amd64 | 7628 (0)  | 7562 (-8) | 6 (+5) | 60 (+3)  |
| 12-STABLE/i386  | 7626 (0)  | 7555 (-5) | 6 (+5) | 65 (0)   |
| 11-STABLE/amd64 | 6912 (0)  | 6858 (-3) | 0 (0)  | 54 (+3)  |
| 11-STABLE/i386  | 6910 (0)  | 6857 (0)  | 0 (0)  | 53 (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-20200927 and archive is available at
https://hackmd.io/@FreeBSD-CI/ , any help is welcomed.

## News

* !x86 tests running in QEMU are configured to run once a day:
  * https://ci.freebsd.org/job/FreeBSD-head-aarch64-test/
  * https://ci.freebsd.org/job/FreeBSD-head-armv7-test/
  * https://ci.freebsd.org/job/FreeBSD-head-mips64-test/
  * https://ci.freebsd.org/job/FreeBSD-head-powerpc64-test/
  * https://ci.freebsd.org/job/FreeBSD-head-riscv64-test/

## Fixed test cases

### 12-STABLE
* sys.opencrypto.runtests.main
  Fixed in r366010 and r366073
  https://bugs.freebsd.org/237403

## Failing test cases

### HEAD

* sys.capsicum.capsicum-test.main
  https://bugs.freebsd.org/249960
  * OpenatTest.WithFlag
  * ForkedOpenatTest_WithFlagInCapabilityMode._

### HEAD / 12-STABLE
* sys.kern.coredump_phnum_test.coredump_phnum
* usr.bin.procstat.procstat_test.binary_info
* usr.bin.procstat.procstat_test.command_line_arguments
* usr.bin.procstat.procstat_test.environment
* usr.bin.procstat.procstat_test.file_descriptor
* usr.bin.procstat.procstat_test.kernel_stacks

(Fixed in https://svnweb.freebsd.org/changeset/base/366237 on 2020-09-29)

## Failing jobs

* https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/
  There are still mutiple errors when building with gcc6, error log available at
  
https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/lastCompletedBuild/console
  See also:
  https://lists.freebsd.org/pipermail/svn-src-all/2020-September/202307.html
  
## Regressions

* lib.libexecinfo.backtrace_test.backtrace_fmt_basic starts failing on amd64 
after r360915
  https://bugs.freebsd.org/246537

* lib.msun.ctrig_test.test_inf_inputs starts failing after llvm10 import
  https://bugs.freebsd.org/244732
  Needs to check if llvm11 import fixes this.

* 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))
  Fix committed as https://svnweb.freebsd.org/changeset/base/364220 , needs 
more verification.

* lib.libbe.be_create.* and sbin.bectl.bectl_test.*
  https://bugs.freebsd.org/249055 & https://bugs.freebsd.org/249229
  OpenZFS' zfs.ko can't be loaded in non-64bit platforms
  
## 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
* common.ip.t_dtrace_contrib.tst_ipv4localsctp_ksh
* common.ip.t_dtrace_contrib.tst_localsctpstate_ksh

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/
* Total 681 tests, 524 success, 47 failures, 110 skipped, see
  
https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/
 for more details

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_ltp/
* Total 3749 tests, 2289 success, 647 failures, 813 skipped

## 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.pt

UEFI boot failure with VMware Workstation 16 and 12.2Beta3

2020-09-30 Thread Roger Leigh

Hi folks,


I've been testing FreeBSD 12.2Beta3 (amd64) with VMware Workstation 16 
on Windows 10, and encountered an issue which looks to be related to the 
UEFI console (see attached screenshot).


It's quite possible this is a VMware UEFI bug rather than a FreeBSD bug, 
and I've mentioned this to VMware here: 
https://communities.vmware.com/thread/643481 but I wanted to mention it 
here in case it's triggered by the FreeBSD UEFI support doing something 
slightly incorrect which triggers this misbehaviour.


I also tested with the latest 12.1 release image and this behaviour is 
not triggered with 12.1p1 or p10.



Kind regards,

Roger

___
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"


Re: UEFI boot failure with VMware Workstation 16 and 12.2Beta3

2020-09-30 Thread Roger Leigh

On 30/09/2020 17:44, Roger Leigh wrote:


Hi folks,


I've been testing FreeBSD 12.2Beta3 (amd64) with VMware Workstation 16 
on Windows 10, and encountered an issue which looks to be related to 
the UEFI console (see attached screenshot).


It's quite possible this is a VMware UEFI bug rather than a FreeBSD 
bug, and I've mentioned this to VMware here: 
https://communities.vmware.com/thread/643481 but I wanted to mention 
it here in case it's triggered by the FreeBSD UEFI support doing 
something slightly incorrect which triggers this misbehaviour.


I also tested with the latest 12.1 release image and this behaviour is 
not triggered with 12.1p1 or p10.


One additional detail to mention.  The installer didn't trigger the 
bug.  It booted from UEFI perfectly and the installer ran to 
completion.  This issue was only triggered after I booted into the new 
installation.



Kind regards,

Roger

___
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"


Re: Re:virtualbox crash

2020-09-30 Thread Jeremy
So I rebuilt both virtualbox-ose and virtualbox-ose-kmod and the driver
successfully loaded in my system updated to beta 3, but I haven't tested
virtualbox yet to see if it actually works, although I have no reason to
believe it won't.

I suppose the issue really is if you forget to disable loading vboxdrv.ko
like I did, it can result in a hard lockup. I know I had to lookup how to
mount ZFS from a live cd to fix loader.conf, it's been a few years since
the last time I've had to do it.

On Tue, Sep 29, 2020, 16:14 Jeremy  wrote:

> I am also experiencing this problem after updating to beta 3. It is a hard
> lockup and no keys will respond. It requires the computer to be turned off
> via the power button. But it definitely looks like an issue with the
> virtualbox driver. Normally I disable the drivers from loading before I do
> an update but this time I forgot to.
>
___
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"