FreeBSD CI Weekly Report 2020-03-22

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

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

Here is a summary of the FreeBSD Continuous Integration results for the period
from 2020-03-16 to 2020-03-22.

During this period, we have:

* 1907 builds (90.7% (+0.6) passed, 9.3% (-0.6) 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.
* 307 test runs (95.4% (+20.3) passed, 3.3% (-13.8) unstable, 1.3% (-6.5
  exception) were executed on amd64, i386, riscv64 architectures for head,
  stable/12, stable/11 branches.
* 33 doc and www builds (78.8% (-9.4) passed, 21.2 (+9.4) failed)

Test case status (on 2020-03-22 23:59):
| Branch/Architecture | Total | Pass  | Fail  | Skipped |
| --- | - | - | - | --- |
| head/amd64  | 7722 (+1) | 7625 (+1) | 0 (0) | 97 (0)  |
| head/i386   | 7720 (+1) | 7614 (+1) | 0 (0) | 106 (0) |
| 12-STABLE/amd64 | 7506 (0)  | 7453 (0)  | 0 (0) | 53 (0)  |
| 12-STABLE/i386  | 7504 (0)  | 7440 (-3) | 0 (0) | 64 (+3) |
| 11-STABLE/amd64 | 6880 (0)  | 6833 (0)  | 0 (0) | 47 (0)  |
| 11-STABLE/i386  | 6878 (0)  | 6826 (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-20200322 and archive is available at
https://hackmd.io/@FreeBSD-CI/ , any help is welcome.

## Failing jobs

* https://ci.freebsd.org/job/FreeBSD-head-mips64-build
  This error was encountered when this job was using devel/gcc6@mips64 port 
(mips64-gcc6 pacakge)
  This job was switched to use clang/lld on 2020-03-24. Gcc job will be added 
later.
  ```
  ===> include/rpcsvc (includes)
  RPCGEN_CPP=/usr/local/bin/mips64-unknown-freebsd12.0-cpp6\ 
--sysroot=/usr/home/lwhsu/freebsd-obj-gcc6/usr/home/lwhsu/freebsd-src/mips.mips64/tmp\
 -B/usr/local/mips64-unknown-freebsd12.0/bin/ rpcgen -C -h -DWANT_NFS3 
/usr/home/lwhsu/freebsd-src/include/rpcsvc/mount.x -o mount.h
  /usr/home/lwhsu/freebsd-src/include/rpcsvc/mount.x:1:0: error: '-march=mips1' 
is not compatible with the selected ABI
   /*-
 
  *** [mount.h] Error code 1

  make[4]: stopped in /usr/home/lwhsu/freebsd-src/include/rpcsvc
  1 error
  ```

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

## Regressions

* 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

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

* `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), 

Re: make fetchindex in /usr/ports failing with Authentication error

2020-03-24 Thread Alexander Leidinger


Quoting Bob Willcox  (from Mon, 23 Mar 2020 16:33:10 -0500):

Nevermind. I found an email that I had received last month that  
explained that I
had to make install ca_root_nss. Did that and all is well with make  
fetchindex

now.


On -current you can alternatively run "certctl rehash". This will  
enable the same certs than the ca_root_nss port.


Bye,
Alexander.



--
http://www.Leidinger.net alexan...@leidinger.net: PGP 0x8F31830F9F2772BF
http://www.FreeBSD.orgnetch...@freebsd.org  : PGP 0x8F31830F9F2772BF


pgpzaczvr3TVv.pgp
Description: Digitale PGP-Signatur


FreeBSD 13.0-CURRENT-amd64 VM Image(qcow2) does not boot in OVMF

2020-03-24 Thread Ayush Dwivedi
Hello everybody,
This is Ayush. I am trying to run the FreeBSD 13.0-CURRENT-amd64 VM
image(qcow2) on my Arch Linux using QEMU(using the virt-manager ). It boots
just fine when I boot with BIOS as the firmware but it does not boot when I
am using UEFI firmware(ovmf) to run the VM. The EFI Shell loads. I have
checked the boot order priority 1 is given to HARD DISK only still it does
not boot. I read some related issues mainly this [1]
.(actually I
tried booting CURRENT using it's bootonly ISO image as well).
I have Intel Core i5-2520M CPU.(I choose Hypervisor default CPU for my VM
image)

Regards,
Ayush Dwivedi
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


VirtualBox segmentation fault, 5.2.34_1 on FreeBSD-CURRENT r359249

2020-03-24 Thread Graham Perrin

On 20/03/2020 01:24, Kyle Evans wrote:

On Thu, Mar 19, 2020 at 12:11 PM Graham Perrin  wrote:

Is this maybe related to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244847 or should I
make a separate bug report?


Please throw a tentative "Me too" on that PR; I'm investigating it,
then we'll see if they're related or requires yet another PR.


Locally built 5.2.34_1 not working on -CURRENT. Should I open a new bug?


grahamperrin@momh167-gjp4-8570p:~ % date ; uname -v
Tue 24 Mar 2020 10:49:01 GMT
FreeBSD 13.0-CURRENT #1 r359249: Tue Mar 24 00:12:27 GMT 2020 
root@momh167-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG

grahamperrin@momh167-gjp4-8570p:~ % virtualbox
Segmentation fault
grahamperrin@momh167-gjp4-8570p:~ % pkg query '%o %v %R' virtualbox-ose 
virtualbox-ose-kmod

emulators/virtualbox-ose 5.2.34_1 poudriere
emulators/virtualbox-ose-kmod 5.2.34 poudriere
grahamperrin@momh167-gjp4-8570p:~ % grep virtualbox /var/log/messages
Mar 22 21:22:40 momh167-gjp4-8570p pkg[26037]: virtualbox-ose-kmod 
reinstalled: 5.2.34 -> 5.2.34
Mar 22 21:23:05 momh167-gjp4-8570p pkg[26037]: virtualbox-ose 
reinstalled: 5.2.34_1 -> 5.2.34_1
Mar 23 01:38:52 momh167-gjp4-8570p pkg[77976]: virtualbox-ose 
reinstalled: 5.2.34_1 -> 5.2.34_1
Mar 23 05:03:36 momh167-gjp4-8570p pkg[52378]: virtualbox-ose 
reinstalled: 5.2.34_1 -> 5.2.34_1
Mar 23 15:44:12 momh167-gjp4-8570p pkg[27169]: virtualbox-ose 
reinstalled: 5.2.34_1 -> 5.2.34_1
Mar 24 08:19:51 momh167-gjp4-8570p pkg[49646]: virtualbox-ose 
reinstalled: 5.2.34_1 -> 5.2.34_1
grahamperrin@momh167-gjp4-8570p:~ % grep -v \# 
/usr/local/etc/poudriere.d/make.conf

WITHOUT_LLVM_TARGET_ALL=
MESA_LLVM_VER=${LLVM_DEFAULT}
grahamperrin@momh167-gjp4-8570p:~ %

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"