* Test results for gccrs on Debian unstable s390x
@ 2021-06-02 19:48 John Paul Adrian Glaubitz
2021-06-02 20:13 ` Marc
2021-08-08 7:03 ` John Paul Adrian Glaubitz
0 siblings, 2 replies; 4+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-06-02 19:48 UTC (permalink / raw)
To: gcc-rust
[-- Attachment #1: Type: text/plain, Size: 5233 bytes --]
Hello!
Just built gccrs revision 59b417323b25072aff2662f1f54f417f7b7ded61 on Debian unstable s390x.
The testsuite fails with the following failures. Attaching the log file.
Adrian
=== rust tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/glaubitz/gccrs/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/glaubitz/gccrs/gcc/testsuite/rust/compile/compile.exp ...
Running /home/glaubitz/gccrs/gcc/testsuite/rust/compile/torture/compile.exp ...
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O0 (internal compiler error)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O0 12 blank line(s) in output
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O0 (test for excess errors)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O1 (internal compiler error)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O1 12 blank line(s) in output
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O1 (test for excess errors)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 (internal compiler error)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 12 blank line(s) in output
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 (test for excess errors)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O3 -g (internal compiler error)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O3 -g 12 blank line(s) in output
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O3 -g (test for excess errors)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -Os (internal compiler error)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -Os 12 blank line(s) in output
FAIL: rust/compile/torture/arithmetic_expressions1.rs -Os (test for excess errors)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none 12 blank line(s) in output
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (internal compiler error)
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects 12 blank line(s) in output
FAIL: rust/compile/torture/arithmetic_expressions1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
FAIL: rust/compile/torture/float1.rs -O0 (internal compiler error)
FAIL: rust/compile/torture/float1.rs -O0 3 blank line(s) in output
FAIL: rust/compile/torture/float1.rs -O0 (test for excess errors)
FAIL: rust/compile/torture/float1.rs -O1 (internal compiler error)
FAIL: rust/compile/torture/float1.rs -O1 3 blank line(s) in output
FAIL: rust/compile/torture/float1.rs -O1 (test for excess errors)
FAIL: rust/compile/torture/float1.rs -O2 (internal compiler error)
FAIL: rust/compile/torture/float1.rs -O2 3 blank line(s) in output
FAIL: rust/compile/torture/float1.rs -O2 (test for excess errors)
FAIL: rust/compile/torture/float1.rs -O3 -g (internal compiler error)
FAIL: rust/compile/torture/float1.rs -O3 -g 3 blank line(s) in output
FAIL: rust/compile/torture/float1.rs -O3 -g (test for excess errors)
FAIL: rust/compile/torture/float1.rs -Os (internal compiler error)
FAIL: rust/compile/torture/float1.rs -Os 3 blank line(s) in output
FAIL: rust/compile/torture/float1.rs -Os (test for excess errors)
FAIL: rust/compile/torture/float1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error)
FAIL: rust/compile/torture/float1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none 3 blank line(s) in output
FAIL: rust/compile/torture/float1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
FAIL: rust/compile/torture/float1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (internal compiler error)
FAIL: rust/compile/torture/float1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects 3 blank line(s) in output
FAIL: rust/compile/torture/float1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Running /home/glaubitz/gccrs/gcc/testsuite/rust/compile/xfail/xfail.exp ...
Running /home/glaubitz/gccrs/gcc/testsuite/rust/execute/torture/execute.exp ...
=== rust Summary ===
# of expected passes 2354
# of unexpected failures 42
# of expected failures 26
make[2]: Leaving directory '/home/glaubitz/gccrs/build/gcc'
make[1]: Leaving directory '/home/glaubitz/gccrs/build/gcc'
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz@debian.org
`. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
[-- Attachment #2: rust-s390x.log.gz --]
[-- Type: application/gzip, Size: 57821 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Test results for gccrs on Debian unstable s390x
2021-06-02 19:48 Test results for gccrs on Debian unstable s390x John Paul Adrian Glaubitz
@ 2021-06-02 20:13 ` Marc
2021-08-08 7:03 ` John Paul Adrian Glaubitz
1 sibling, 0 replies; 4+ messages in thread
From: Marc @ 2021-06-02 20:13 UTC (permalink / raw)
To: John Paul Adrian Glaubitz; +Cc: gcc-rust
John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> writes:
> Hello!
>
> Just built gccrs revision 59b417323b25072aff2662f1f54f417f7b7ded61 on Debian unstable s390x.
>
> The testsuite fails with the following failures. Attaching the log file.
>
> Adrian
Hi again!
looks like all errors here (ICE) are the same as seen on 32-bits
debian, see https://github.com/Rust-GCC/gccrs/issues/467 .
Thanks for these tests!
Marc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Test results for gccrs on Debian unstable s390x
2021-06-02 19:48 Test results for gccrs on Debian unstable s390x John Paul Adrian Glaubitz
2021-06-02 20:13 ` Marc
@ 2021-08-08 7:03 ` John Paul Adrian Glaubitz
2021-08-08 12:01 ` Mark Wielaard
1 sibling, 1 reply; 4+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-08-08 7:03 UTC (permalink / raw)
To: gcc-rust; +Cc: Michael Karcher
[-- Attachment #1: Type: text/plain, Size: 1620 bytes --]
Hello!
On 6/2/21 9:48 PM, John Paul Adrian Glaubitz wrote:
> Just built gccrs revision 59b417323b25072aff2662f1f54f417f7b7ded61 on Debian unstable s390x.
>
> The testsuite fails with the following failures. Attaching the log file.
As expected, the recent patch by Michael Karcher [1] has fixed the testsuite on s390x as well.
I will test m68k later today. Attaching the full log.
Adrian
> [1] https://github.com/Rust-GCC/gccrs/pull/614
=== rust tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/glaubitz/gccrs/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/glaubitz/gccrs/gcc/testsuite/rust/compile/compile.exp ...
Running /home/glaubitz/gccrs/gcc/testsuite/rust/compile/torture/compile.exp ...
Running /home/glaubitz/gccrs/gcc/testsuite/rust/compile/xfail/xfail.exp ...
Running /home/glaubitz/gccrs/gcc/testsuite/rust/debug/debug.exp ...
Running /home/glaubitz/gccrs/gcc/testsuite/rust/execute/torture/execute.exp ...
=== rust Summary ===
# of expected passes 3741
# of expected failures 21
make[2]: Leaving directory '/home/glaubitz/gccrs/build/gcc'
make[1]: Leaving directory '/home/glaubitz/gccrs/build/gcc'
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz@debian.org
`. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
[-- Attachment #2: rust-s390x-new.log.gz --]
[-- Type: application/gzip, Size: 44534 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Test results for gccrs on Debian unstable s390x
2021-08-08 7:03 ` John Paul Adrian Glaubitz
@ 2021-08-08 12:01 ` Mark Wielaard
0 siblings, 0 replies; 4+ messages in thread
From: Mark Wielaard @ 2021-08-08 12:01 UTC (permalink / raw)
To: John Paul Adrian Glaubitz; +Cc: gcc-rust, Michael Karcher
Hi!
On Sun, Aug 08, 2021 at 09:03:44AM +0200, John Paul Adrian Glaubitz wrote:
> On 6/2/21 9:48 PM, John Paul Adrian Glaubitz wrote:
> > Just built gccrs revision 59b417323b25072aff2662f1f54f417f7b7ded61 on Debian unstable s390x.
> >
> > The testsuite fails with the following failures. Attaching the log file.
> As expected, the recent patch by Michael Karcher [1] has fixed the testsuite on s390x as well.
Very nice. I added both a i386 and s390x worker to the buildbot so
that both arches will be tested on each new commit:
https://builder.wildebeest.org/buildbot/#/builders?tags=gccrust
We now have builder for arm64, i386, ppc64, ppc64le, s390x and x86_64
which are known zero fail.
Cheers,
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-08-08 12:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 19:48 Test results for gccrs on Debian unstable s390x John Paul Adrian Glaubitz
2021-06-02 20:13 ` Marc
2021-08-08 7:03 ` John Paul Adrian Glaubitz
2021-08-08 12:01 ` Mark Wielaard
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).