Try   HackMD

FreeBSD CI Weekly Report 2019-05-26

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

During this period, we have:

  • 2273 builds (97% passed, 3% failed) were executed on aarch64, amd64, armv6, armv7, i386, mips, mips64, powerpc, powerpc64, powerpcspe, riscv64, sparc64 architectures for head, stable/12, stable/11 branches.
  • 416 test runs (45.9% passed, 49.5% unstable, 4.6% exception) were executed on amd64, i386, riscv64 architectures for head, stable/12, stable/11 branches.
  • 21 doc builds (100% passed)

(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/s/HyiX1HETN and archive is available at http://hackfoldr.org/freebsd-ci-report/, any help is welcome.

Failing Tests

  • https://ci.freebsd.org/job/FreeBSD-head-amd64-test/

    • sys.geom.class.eli.init_test.init
    • sys.geom.class.eli.init_test.init_a
    • sys.geom.class.eli.init_test.init_alias
    • sys.geom.class.eli.integrity_test.copy
    • sys.geom.class.eli.integrity_test.data
    • sys.geom.class.eli.integrity_test.hmac
      Those geli(8) test cases are failing because some algorithms are deprecated in r348206 and the return value and output are changed. The fix to the test cases are under development.
    • sys.netinet.socket_afinet.socket_afinet_bind_zero
      Affected by mac_portacl(4), which is loaded by MAC tests. Need to specify AF_INET to workaround and fix is being discussed.
  • https://ci.freebsd.org/job/FreeBSD-head-i386-test/

  • https://ci.freebsd.org/job/FreeBSD-stable-12-i386-test/

    • sys.netpfil.pf.forward.v6
    • sys.netpfil.pf.forward.v4
    • sys.netpfil.pf.set_tos.v4
    • lib.libc.regex.exhaust_test.regcomp_too_big
    • lib.libregex.exhaust_test.regcomp_too_big
    • sys.opencrypto.runtests.main
      Failed with:
      ​​​​​​  File "/usr/tests/sys/opencrypto/cryptodev.py", line 179, in __init__
      ​​​​​​    ioctl(_cryptodev, CIOCGSESSION2, s, 1)
      ​​​​​​IOError: [Errno 22] Invalid argument
      
  • https://ci.freebsd.org/job/FreeBSD-stable-11-i386-test/

    • local.kyua.* (31 cases)
    • local.lutok.* (3 cases)

Failing and Flaky Tests (from experimental jobs)

Disabled Tests

Open Issues

Cause build fails

Other News