public inbox for gcc-regression@sourceware.org
help / color / mirror / Atom feed
* [Linaro-TCWG-CI] gcc-14-9268-g574fd1f17f1: FAIL: 15 regressions: 15 progressions on aarch64
@ 2024-03-02 19:38 ci_notify
  2024-03-04  9:24 ` Christophe Lyon
  0 siblings, 1 reply; 2+ messages in thread
From: ci_notify @ 2024-03-02 19:38 UTC (permalink / raw)
  To: ppalka; +Cc: gcc-regression

[-- Attachment #1: Type: text/plain, Size: 4971 bytes --]

Dear contributor, our automatic CI has detected problems related to your patch(es).  Please find some details below.  If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.

We appreciate that it might be difficult to find the necessary logs or reproduce the issue locally. If you can't get what you need from our CI within minutes, let us know and we will be happy to help.

We track this report status in https://linaro.atlassian.net/browse/GNU-1168 , please let us know if you are looking at the problem and/or when you have a fix.

In  master-aarch64 after:

  | commit gcc-14-9268-g574fd1f17f1
  | Author: Patrick Palka <ppalka@redhat.com>
  | Date:   Fri Mar 1 17:24:15 2024 -0500
  | 
  |     c++/modules: depending local enums [PR104919, PR106009]
  |     
  |     For local enums defined in a non-template function or a function template
  |     instantiation it seems we neglect to make the function depend on the enum
  |     definition (which modules considers logically separate), which ultimately
  |     causes the enum definition to not be properly streamed before uses
  |     within the function definition are streamed.
  | ... 75 lines of the commit log omitted.

FAIL: 15 regressions: 15 progressions

regressions.sum:
		=== g++ tests ===

Running g++:g++.dg/modules/modules.exp ...
FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6113)
FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++2a (internal compiler error: in core_vals, at cp/module.cc:6113)
FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6113)
FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6113)
FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2a (internal compiler error: in core_vals, at cp/module.cc:6113)
FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6113)
FAIL: g++.dg/modules/xtreme-header-5_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6113)
... and 9 more entries

progressions.sum:
		=== g++ tests ===

Running g++:g++.dg/modules/modules.exp ...
FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++2a (internal compiler error: in core_vals, at cp/module.cc:6114)
FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6114)
FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6114)
FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6114)
FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2a (internal compiler error: in core_vals, at cp/module.cc:6114)
FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6114)
FAIL: g++.dg/modules/xtreme-header-5_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6114)
... and 9 more entries

You can find the failure logs in *.log.1.xz files in
 - https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts/00-sumfiles/
The full lists of regressions and progressions as well as configure and make commands are in
 - https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts/notify/
The list of [ignored] baseline and flaky failures are in
 - https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts/sumfiles/xfails.xfail

The configuration of this build is:
CI config tcwg_gnu_native_check_gcc master-aarch64

-----------------8<--------------------------8<--------------------------8<--------------------------
The information below can be used to reproduce a debug environment:

Current build   : https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts
Reference build : https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/982/artifact/artifacts

Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/574fd1f17f100c7c355ad26bc525ab5a3386bb2d/tcwg_gnu_native_check_gcc/master-aarch64/reproduction_instructions.txt

Full commit : https://github.com/gcc-mirror/gcc/commit/574fd1f17f100c7c355ad26bc525ab5a3386bb2d

List of configurations that regressed due to this commit :
* tcwg_gnu_native_check_gcc
** master-aarch64
*** FAIL: 15 regressions: 15 progressions
*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/574fd1f17f100c7c355ad26bc525ab5a3386bb2d/tcwg_gnu_native_check_gcc/master-aarch64/details.txt
*** https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Linaro-TCWG-CI] gcc-14-9268-g574fd1f17f1: FAIL: 15 regressions: 15 progressions on aarch64
  2024-03-02 19:38 [Linaro-TCWG-CI] gcc-14-9268-g574fd1f17f1: FAIL: 15 regressions: 15 progressions on aarch64 ci_notify
@ 2024-03-04  9:24 ` Christophe Lyon
  0 siblings, 0 replies; 2+ messages in thread
From: Christophe Lyon @ 2024-03-04  9:24 UTC (permalink / raw)
  To: linaro-toolchain; +Cc: ppalka, gcc-regression

Hi Patrick,

This report can be considered as a false alarm: the errors were
already present in the baseline, but the ICE line number changed since
your patch modified the code in the file where the ICE occurs.

That being said, I've noticed another report saying that your patch
broke bootstrap on i686.

Thanks,

Christophe

On Sat, 2 Mar 2024 at 20:38, <ci_notify@linaro.org> wrote:
>
> Dear contributor, our automatic CI has detected problems related to your patch(es).  Please find some details below.  If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
>
> We appreciate that it might be difficult to find the necessary logs or reproduce the issue locally. If you can't get what you need from our CI within minutes, let us know and we will be happy to help.
>
> We track this report status in https://linaro.atlassian.net/browse/GNU-1168 , please let us know if you are looking at the problem and/or when you have a fix.
>
> In  master-aarch64 after:
>
>   | commit gcc-14-9268-g574fd1f17f1
>   | Author: Patrick Palka <ppalka@redhat.com>
>   | Date:   Fri Mar 1 17:24:15 2024 -0500
>   |
>   |     c++/modules: depending local enums [PR104919, PR106009]
>   |
>   |     For local enums defined in a non-template function or a function template
>   |     instantiation it seems we neglect to make the function depend on the enum
>   |     definition (which modules considers logically separate), which ultimately
>   |     causes the enum definition to not be properly streamed before uses
>   |     within the function definition are streamed.
>   | ... 75 lines of the commit log omitted.
>
> FAIL: 15 regressions: 15 progressions
>
> regressions.sum:
>                 === g++ tests ===
>
> Running g++:g++.dg/modules/modules.exp ...
> FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6113)
> FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++2a (internal compiler error: in core_vals, at cp/module.cc:6113)
> FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6113)
> FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6113)
> FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2a (internal compiler error: in core_vals, at cp/module.cc:6113)
> FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6113)
> FAIL: g++.dg/modules/xtreme-header-5_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6113)
> ... and 9 more entries
>
> progressions.sum:
>                 === g++ tests ===
>
> Running g++:g++.dg/modules/modules.exp ...
> FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++2a (internal compiler error: in core_vals, at cp/module.cc:6114)
> FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6114)
> FAIL: g++.dg/modules/xtreme-header-1_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6114)
> FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6114)
> FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2a (internal compiler error: in core_vals, at cp/module.cc:6114)
> FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++17 (internal compiler error: in core_vals, at cp/module.cc:6114)
> FAIL: g++.dg/modules/xtreme-header-5_a.H -std=c++2b (internal compiler error: in core_vals, at cp/module.cc:6114)
> ... and 9 more entries
>
> You can find the failure logs in *.log.1.xz files in
>  - https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts/00-sumfiles/
> The full lists of regressions and progressions as well as configure and make commands are in
>  - https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts/notify/
> The list of [ignored] baseline and flaky failures are in
>  - https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts/sumfiles/xfails.xfail
>
> The configuration of this build is:
> CI config tcwg_gnu_native_check_gcc master-aarch64
>
> -----------------8<--------------------------8<--------------------------8<--------------------------
> The information below can be used to reproduce a debug environment:
>
> Current build   : https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts
> Reference build : https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/982/artifact/artifacts
>
> Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/574fd1f17f100c7c355ad26bc525ab5a3386bb2d/tcwg_gnu_native_check_gcc/master-aarch64/reproduction_instructions.txt
>
> Full commit : https://github.com/gcc-mirror/gcc/commit/574fd1f17f100c7c355ad26bc525ab5a3386bb2d
>
> List of configurations that regressed due to this commit :
> * tcwg_gnu_native_check_gcc
> ** master-aarch64
> *** FAIL: 15 regressions: 15 progressions
> *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/574fd1f17f100c7c355ad26bc525ab5a3386bb2d/tcwg_gnu_native_check_gcc/master-aarch64/details.txt
> *** https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-04  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-02 19:38 [Linaro-TCWG-CI] gcc-14-9268-g574fd1f17f1: FAIL: 15 regressions: 15 progressions on aarch64 ci_notify
2024-03-04  9:24 ` Christophe Lyon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).