Re: FreeBSD CI Weekly Report 2020-05-24

2020-05-25 Thread Alan Somers
On Mon, May 25, 2020 at 11:51 AM Li-Wen Hsu  wrote:

> (Please send the followup to freebsd-testing@ and note Reply-To is set.)
>
> FreeBSD CI Weekly Report 2020-05-24
> ===
>
> Here is a summary of the FreeBSD Continuous Integration results for the
> period
> from 2020-05-18 to 2020-05-24.
>
> During this period, we have:
>
> * 2064 builds (94.6% (0) passed, 5.4% (0) 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.
> * 232 test runs (59.9% (+18.8) passed, 27.6% (-6.3) unstable, 12.5% (-12.5)
>   exception) were executed on amd64, i386, riscv64 architectures for head,
>   stable/12, stable/11 branches.
> * 40 doc and www builds (100% (+3.0) passed)
>
> Test case status (on 2020-05-24 23:59):
> | Branch/Architecture | Total  | Pass   | Fail   | Skipped |
> | --- | -- | -- | -- | --- |
> | head/amd64  | 7829 (+1)  | 7736 (-1)  | 0 (-1) | 93 (+3) |
> | head/i386   | 7827 (+1)  | 7730 (+5)  | 0 (0)  | 97 (-4) |
> | 12-STABLE/amd64 | 7583 (+41) | 7526 (+42) | 0 (0)  | 57 (-1) |
> | 12-STABLE/i386  | 7581 (+41) | 7516 (+45) | 0 (0)  | 65 (-4) |
> | 11-STABLE/amd64 | 6883 (0)   | 6830 (0)   | 0 (0)  | 53 (0)  |
> | 11-STABLE/i386  | 6881 (0)   | 6829 (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-20200524 and archive is available at
> https://hackmd.io/@FreeBSD-CI/ , any help is welcome.
>
> ## News
>
> * Compression algorithm of disk images at https://artifacts.ci.freebsd.org
> has been changed to zstd.
>
> ## Fixed test cases
>
> * sys.geom.class.multipath.misc.fail_on_error (on 12-STABLE)
>   https://bugs.freebsd.org/244158
>
> ## Failing jobs
>
> * 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
>
> * lib.libexecinfo.backtrace_test.backtrace_fmt_basic starts failing on
> amd64 after r360915
>   https://bugs.freebsd.org/246537
>
> * (head, stable/12, stable/11) 2 tests start failing after llvm10 import
> * 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
>
> * 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))
>
> ## 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 (0), 579 failures (0), 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_afinet.socket_afinet_bind_zero
>   https://bugs.freebsd.org/238781
> * sys.netpfil.pf.names.names
> * 

FreeBSD CI Weekly Report 2020-05-24

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

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

Here is a summary of the FreeBSD Continuous Integration results for the period
from 2020-05-18 to 2020-05-24.

During this period, we have:

* 2064 builds (94.6% (0) passed, 5.4% (0) 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.
* 232 test runs (59.9% (+18.8) passed, 27.6% (-6.3) unstable, 12.5% (-12.5)
  exception) were executed on amd64, i386, riscv64 architectures for head,
  stable/12, stable/11 branches.
* 40 doc and www builds (100% (+3.0) passed)

Test case status (on 2020-05-24 23:59):
| Branch/Architecture | Total  | Pass   | Fail   | Skipped |
| --- | -- | -- | -- | --- |
| head/amd64  | 7829 (+1)  | 7736 (-1)  | 0 (-1) | 93 (+3) |
| head/i386   | 7827 (+1)  | 7730 (+5)  | 0 (0)  | 97 (-4) |
| 12-STABLE/amd64 | 7583 (+41) | 7526 (+42) | 0 (0)  | 57 (-1) |
| 12-STABLE/i386  | 7581 (+41) | 7516 (+45) | 0 (0)  | 65 (-4) |
| 11-STABLE/amd64 | 6883 (0)   | 6830 (0)   | 0 (0)  | 53 (0)  |
| 11-STABLE/i386  | 6881 (0)   | 6829 (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-20200524 and archive is available at
https://hackmd.io/@FreeBSD-CI/ , any help is welcome.

## News

* Compression algorithm of disk images at https://artifacts.ci.freebsd.org has 
been changed to zstd.

## Fixed test cases

* sys.geom.class.multipath.misc.fail_on_error (on 12-STABLE)
  https://bugs.freebsd.org/244158

## Failing jobs

* 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

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

* (head, stable/12, stable/11) 2 tests start failing after llvm10 import
* 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

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

## 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 (0), 579 failures (0), 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_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 

Re: svn commit: r361465 - in stable: 11/lib/clang/include/clang/Config 11/lib/clang/include/llvm/Config 12/lib/clang/include/clang/Config 12/lib/clang/include/llvm/Config

2020-05-25 Thread Dimitry Andric
Hi Mike,

Unless you need zlib compressed debug information, you will not be
affected. I hope that on nano-scale systems you will seldom have to deal
with multi-GB .debug sections. :-)

Note that I have asked the release engineering team for approval to
merge this change into 11.4, so hopefully it will be in the upcoming
release.

-Dimitry

On 25 May 2020, at 18:15, mike tancsa  wrote:
> 
> Is there any fallout from this commit not being there ? I have
> deployed some nanobsd images based on a tree last week.  Are there any
> bugs I would run into as a result of this ? Or is it benign ?
> 
> Thanks,
> 
> ---Mike
> 
> On 5/25/2020 12:06 PM, Dimitry Andric wrote:
>> Author: dim
>> Date: Mon May 25 16:06:30 2020
>> New Revision: 361465
>> URL: https://svnweb.freebsd.org/changeset/base/361465
>> 
>> Log:
>>  Regenerate llvm config headers to correctly enable zlib support
>> 
>>  During the initial upgrade to 10.0.0 in r357120, I generated these
>>  headers once, but they were missing zlib-related settings at that time.
>>  These should have been regenerated again during the merge of the final
>>  10.0.0 release.
>> 
>>  Direct commit to stable/{11,12}, since head has gotten 10.0.1 in the
>>  mean time, with up-to-date generated headers.
>> 
>>  Reported by:hyam...@gmail.com
>>  PR: 246244



signature.asc
Description: Message signed with OpenPGP


Re: svn commit: r361465 - in stable: 11/lib/clang/include/clang/Config 11/lib/clang/include/llvm/Config 12/lib/clang/include/clang/Config 12/lib/clang/include/llvm/Config

2020-05-25 Thread mike tancsa
Hi Dimitry,

    Is there any fallout from this commit not being there ? I have
deployed some nanobsd images based on a tree last week.  Are there any
bugs I would run into as a result of this ? Or is it benign ?

Thanks,

    ---Mike

On 5/25/2020 12:06 PM, Dimitry Andric wrote:
> Author: dim
> Date: Mon May 25 16:06:30 2020
> New Revision: 361465
> URL: https://svnweb.freebsd.org/changeset/base/361465
>
> Log:
>   Regenerate llvm config headers to correctly enable zlib support
>   
>   During the initial upgrade to 10.0.0 in r357120, I generated these
>   headers once, but they were missing zlib-related settings at that time.
>   These should have been regenerated again during the merge of the final
>   10.0.0 release.
>   
>   Direct commit to stable/{11,12}, since head has gotten 10.0.1 in the
>   mean time, with up-to-date generated headers.
>   
>   Reported by:hyam...@gmail.com
>   PR: 246244
>
> Modified:
>   stable/12/lib/clang/include/clang/Config/config.h
>   stable/12/lib/clang/include/llvm/Config/config.h
>   stable/12/lib/clang/include/llvm/Config/llvm-config.h
>
> Changes in other areas also in this revision:
> Modified:
>   stable/11/lib/clang/include/clang/Config/config.h
>   stable/11/lib/clang/include/llvm/Config/config.h
>   stable/11/lib/clang/include/llvm/Config/llvm-config.h
>
> Modified: stable/12/lib/clang/include/clang/Config/config.h
> ==
> --- stable/12/lib/clang/include/clang/Config/config.h Mon May 25 16:00:08 
> 2020(r361464)
> +++ stable/12/lib/clang/include/clang/Config/config.h Mon May 25 16:06:30 
> 2020(r361465)
> @@ -62,7 +62,7 @@
>  #define CLANG_HAVE_RLIMITS 1
>  
>  /* The LLVM product name and version */
> -#define BACKEND_PACKAGE_STRING "LLVM 10.0.0git"
> +#define BACKEND_PACKAGE_STRING "LLVM 10.0.0"
>  
>  /* Linker version detected at compile time. */
>  /* #undef HOST_LINK_VERSION */
>
> Modified: stable/12/lib/clang/include/llvm/Config/config.h
> ==
> --- stable/12/lib/clang/include/llvm/Config/config.h  Mon May 25 16:00:08 
> 2020(r361464)
> +++ stable/12/lib/clang/include/llvm/Config/config.h  Mon May 25 16:06:30 
> 2020(r361465)
> @@ -110,6 +110,9 @@
>  /* Define to 1 if you have the `pthread_setname_np' function. */
>  /* #undef HAVE_PTHREAD_SETNAME_NP */
>  
> +/* Define to 1 if you have the `z' library (-lz). */
> +#define HAVE_LIBZ 1
> +
>  /* Define to 1 if you have the  header file. */
>  #define HAVE_LINK_H 1
>  
> @@ -224,6 +227,9 @@
>  /* Define to 1 if you have the  header file. */
>  /* #undef HAVE_VALGRIND_VALGRIND_H */
>  
> +/* Define to 1 if you have the  header file. */
> +#define HAVE_ZLIB_H 1
> +
>  /* Have host's _alloca */
>  /* #undef HAVE__ALLOCA */
>  
> @@ -316,10 +322,10 @@
>  #define PACKAGE_NAME "LLVM"
>  
>  /* Define to the full name and version of this package. */
> -#define PACKAGE_STRING "LLVM 10.0.0git"
> +#define PACKAGE_STRING "LLVM 10.0.0"
>  
>  /* Define to the version of this package. */
> -#define PACKAGE_VERSION "10.0.0git"
> +#define PACKAGE_VERSION "10.0.0"
>  
>  /* Define to the vendor of this package. */
>  /* #undef PACKAGE_VENDOR */
>
> Modified: stable/12/lib/clang/include/llvm/Config/llvm-config.h
> ==
> --- stable/12/lib/clang/include/llvm/Config/llvm-config.h Mon May 25 
> 16:00:08 2020(r361464)
> +++ stable/12/lib/clang/include/llvm/Config/llvm-config.h Mon May 25 
> 16:06:30 2020(r361465)
> @@ -73,7 +73,7 @@
>  #define LLVM_VERSION_PATCH 0
>  
>  /* LLVM version string */
> -#define LLVM_VERSION_STRING "10.0.0git"
> +#define LLVM_VERSION_STRING "10.0.0"
>  
>  /* Whether LLVM records statistics for use with GetStatistics(),
>   * PrintStatistics() or PrintStatisticsJSON()
> ___
> svn-src-stable...@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-stable-12
> To unsubscribe, send any mail to "svn-src-stable-12-unsubscr...@freebsd.org"
>
___
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"