GNU bug report logs - #36419
webkitgtk build fails do to suspected race

Previous Next

Package: guix;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Fri, 28 Jun 2019 14:54:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36419 in the body.
You can then email your comments to 36419 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#36419; Package guix. (Fri, 28 Jun 2019 14:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 28 Jun 2019 14:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: bug-guix <at> gnu.org
Subject: webkitgtk build fails duo to suspected race
Date: Fri, 28 Jun 2019 10:53:05 -0400 (EDT)
[Message part 1 (text/plain, inline)]
Hi Guix,

It appears that the attatched derivation to build webkitgtk using the 
following guix

```
Generation 2	Jun 26 2019 20:21:09	(current)
  guix ba91247
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: ba912479e8481d69b699ce348b35d5d70f0c9367
```

fails to build in a way that looks like a race. The suspicious lines in 
the attatched log are:

```
Traceback (most recent call last):
  File "/tmp/guix-build-webkitgtk-2.24.2.drv-0/webkitgtk-2.24.2/Source/WebKit/Scripts/generate-message-receiver.py", line 28, in <module>
    import webkit.messages
EOFError: EOF read where object expected
```

I have been able to sucessfully build webkitgtk on multiple hosts by using 
`-c 2`

Best,
Jack
[4r0pcww7s08kpay74127z8k6zpcpnnr1-webkitgtk-2.24.2.drv (text/plain, attachment)]
[0pcww7s08kpay74127z8k6zpcpnnr1-webkitgtk-2.24.2.drv.bz2 (application/octet-stream, attachment)]

Changed bug title to 'webkitgtk build fails do to suspected race' from 'webkitgtk build fails duo to suspected race' Request was from Jack Hill <jackhill <at> jackhill.us> to control <at> debbugs.gnu.org. (Fri, 28 Jun 2019 15:00:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#36419; Package guix. (Fri, 28 Jun 2019 15:02:02 GMT) Full text and rfc822 format available.

Message #10 received at 36419 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 36419 <at> debbugs.gnu.org
Date: Fri, 28 Jun 2019 11:01:01 -0400 (EDT)
The previously attatched log was generated with -c 12. I am currently 
running a build with -c 1 to verify that the problem occurs there as well.

(I remember it happening with -c 1 in the past, but my memory could be 
faulty).




Information forwarded to bug-guix <at> gnu.org:
bug#36419; Package guix. (Fri, 28 Jun 2019 17:05:01 GMT) Full text and rfc822 format available.

Message #13 received at 36419 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 36419 <at> debbugs.gnu.org
Subject: Re: bug#36419: (no subject)
Date: Fri, 28 Jun 2019 13:04:05 -0400 (EDT)
[Message part 1 (text/plain, inline)]
I've confirmed that webkitgtk also fails to build for me with -c 1. Log 
attatched.
[0pcww7s08kpay74127z8k6zpcpnnr1-webkitgtk-2.24.2.drv.bz2 (application/octet-stream, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#36419; Package guix. (Mon, 23 Sep 2019 20:55:02 GMT) Full text and rfc822 format available.

Message #16 received at 36419 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 36419 <at> debbugs.gnu.org
Subject: webkitgtk fixed in later release?
Date: Mon, 23 Sep 2019 16:54:45 -0400 (EDT)
Today I was able to build webkitgkt 2.24.4 with Guix commit 
4343eebfc9f7d44ec9a665f3374d1397301b542e. It looks like it is also 
available on ci.guix.gnu.org:

https://ci.guix.gnu.org/25hz999kgcjh4alm6liwm12jm3blf5zz.narinfo

This is a newer release of webkitgtk than the one that failed (2.24.2). 
Do we think this means that webkitgtk build problem has been fixed, or did 
we just get lucky with this release?

My feeling is that we should close this bug and can open a new one if it 
re-occurs.

Thoughts?
Jack




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 24 Sep 2019 08:21:02 GMT) Full text and rfc822 format available.

Notification sent to Jack Hill <jackhill <at> jackhill.us>:
bug acknowledged by developer. (Tue, 24 Sep 2019 08:21:02 GMT) Full text and rfc822 format available.

Message #21 received at 36419-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 36419-done <at> debbugs.gnu.org
Subject: Re: bug#36419: webkitgtk fixed in later release?
Date: Tue, 24 Sep 2019 10:19:50 +0200
Hello,

Jack Hill <jackhill <at> jackhill.us> skribis:

> Today I was able to build webkitgkt 2.24.4 with Guix commit
> 4343eebfc9f7d44ec9a665f3374d1397301b542e. It looks like it is also
> available on ci.guix.gnu.org:
>
> https://ci.guix.gnu.org/25hz999kgcjh4alm6liwm12jm3blf5zz.narinfo
>
> This is a newer release of webkitgtk than the one that failed
> (2.24.2). Do we think this means that webkitgtk build problem has been
> fixed, or did we just get lucky with this release?
>
> My feeling is that we should close this bug and can open a new one if
> it re-occurs.

I agree.  Closed!

Thanks for following up on this,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 22 Oct 2019 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 241 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.