public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* New sourceware binutils-gentoo-sparc builders
@ 2023-01-14 21:02 Mark Wielaard
  2023-01-14 21:34 ` Sam James
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Wielaard @ 2023-01-14 21:02 UTC (permalink / raw)
  To: binutils; +Cc: Sam James

Hi,

Thanks to Sam James, the Gentoo Foundation and OSUOSL
builder.sourceware.org now has a gentoo-sparc worker [1]
which runs binutils CI [2] and try [3] builders.

It seems in good shape with only two unexpected failures for
the ld tests:

   	 === gas Summary ===

# of expected passes		365
# of unsupported tests		7


     === binutils Summary ===

# of expected passes		253
# of unsupported tests		6

     === libsframe Summary ===

# of expected passes		23

     === libctf Summary ===

# of expected passes		18

     === ld Summary ===

# of expected passes		1596
# of unexpected failures	2
# of expected failures		26
# of untested testcases		1
# of unsupported tests		157

The two ld FAILS are:

Running: tmpdir/pr26391-5 > tmpdir/pr26391-5.out
child killed: illegal instruction
FAIL: Run pr26391-5

Running: tmpdir/pr26391-6 > tmpdir/pr26391-6.out
child killed: illegal instruction
FAIL: Run pr26391-6

Hopefully Sam can help figure out what caused the crash.

Cheers,

Mark

[1] https://builder.sourceware.org/buildbot/#/workers/35
[2] https://builder.sourceware.org/buildbot/#/builders?tags=binutils
[3] https://sourceware.org/binutils/wiki/Buildbot

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

* Re: New sourceware binutils-gentoo-sparc builders
  2023-01-14 21:02 New sourceware binutils-gentoo-sparc builders Mark Wielaard
@ 2023-01-14 21:34 ` Sam James
  2023-01-15  0:22   ` John Paul Adrian Glaubitz
  0 siblings, 1 reply; 4+ messages in thread
From: Sam James @ 2023-01-14 21:34 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: Binutils, John Paul Adrian Glaubitz

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



> On 14 Jan 2023, at 21:02, Mark Wielaard <mark@klomp.org> wrote:
> 
> Hi,
> 
> Thanks to Sam James, the Gentoo Foundation and OSUOSL
> builder.sourceware.org now has a gentoo-sparc worker [1]
> which runs binutils CI [2] and try [3] builders.
> 
> It seems in good shape with only two unexpected failures for
> the ld tests:

Thanks for the announcement!

> 
> [...]
>     === ld Summary ===
> 
> # of expected passes 1596
> # of unexpected failures 2
> # of expected failures 26
> # of untested testcases 1
> # of unsupported tests 157
> 
> The two ld FAILS are:
> 
> Running: tmpdir/pr26391-5 > tmpdir/pr26391-5.out
> child killed: illegal instruction
> FAIL: Run pr26391-5
> 
> Running: tmpdir/pr26391-6 > tmpdir/pr26391-6.out
> child killed: illegal instruction
> FAIL: Run pr26391-6

I've filed a bug for this at https://sourceware.org/bugzilla/show_bug.cgi?id=30002,
but in doing so, I ended up finding some interesting bits from the last few years.

glaubitz from Debian bisected the issue at https://sourceware.org/bugzilla/show_bug.cgi?id=26391#c10
and came up with:
```
496afd17055aeb7d8f45e01715c475664f2b73bd is the first bad commit
commit 496afd17055aeb7d8f45e01715c475664f2b73bd
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Sat Sep 12 05:37:30 2020 -0700

elf: Add -z unique-symbol to avoid duplicated local symbol names
```

but H.J Lu couldn't immediately find a reason why it would happen on
sparc, and then it looks like the issue was forgotten about.

[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 358 bytes --]

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

* Re: New sourceware binutils-gentoo-sparc builders
  2023-01-14 21:34 ` Sam James
@ 2023-01-15  0:22   ` John Paul Adrian Glaubitz
  2023-01-15  0:52     ` Sam James
  0 siblings, 1 reply; 4+ messages in thread
From: John Paul Adrian Glaubitz @ 2023-01-15  0:22 UTC (permalink / raw)
  To: Sam James, Mark Wielaard; +Cc: Binutils

Hi Sam!

On 1/14/23 22:34, Sam James wrote:
>> Thanks to Sam James, the Gentoo Foundation and OSUOSL
>> builder.sourceware.org now has a gentoo-sparc worker [1]
>> which runs binutils CI [2] and try [3] builders.

Nice. Would it be possible to add gcc and glibc there as well?

> I've filed a bug for this at https://sourceware.org/bugzilla/show_bug.cgi?id=30002,
> but in doing so, I ended up finding some interesting bits from the last few years.
> 
> glaubitz from Debian bisected the issue at https://sourceware.org/bugzilla/show_bug.cgi?id=26391#c10
> and came up with:
> ```
> 496afd17055aeb7d8f45e01715c475664f2b73bd is the first bad commit
> commit 496afd17055aeb7d8f45e01715c475664f2b73bd
> Author: H.J. Lu <hjl.tools@gmail.com>
> Date: Sat Sep 12 05:37:30 2020 -0700
> 
> elf: Add -z unique-symbol to avoid duplicated local symbol names
> ```

I completely forgot about this bug. I had to reread the bug report to make sure
I actually did the bisect ;-).

Adrian

-- 
  .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
   `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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

* Re: New sourceware binutils-gentoo-sparc builders
  2023-01-15  0:22   ` John Paul Adrian Glaubitz
@ 2023-01-15  0:52     ` Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-01-15  0:52 UTC (permalink / raw)
  To: John Paul Adrian Glaubitz; +Cc: Mark Wielaard, Binutils

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



> On 15 Jan 2023, at 00:22, John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote:
> 
> Hi Sam!
> 
> On 1/14/23 22:34, Sam James wrote:
>>> Thanks to Sam James, the Gentoo Foundation and OSUOSL
>>> builder.sourceware.org now has a gentoo-sparc worker [1]
>>> which runs binutils CI [2] and try [3] builders.
> 
> Nice. Would it be possible to add gcc and glibc there as well?
> 

Yeah, that's no problem at all. The box isn't busy enough right now ;)

Best,
sam

[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 358 bytes --]

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

end of thread, other threads:[~2023-01-15  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14 21:02 New sourceware binutils-gentoo-sparc builders Mark Wielaard
2023-01-14 21:34 ` Sam James
2023-01-15  0:22   ` John Paul Adrian Glaubitz
2023-01-15  0:52     ` Sam James

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