GNU bug report logs - #45772
[core-updates] Non-deterministic GNU awk test failure

Previous Next

Package: guix;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Sun, 10 Jan 2021 19:13:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: bug#45772: closed (Re: bug#45772: [core-updates] Non-deterministic
 GNU awk test failure)
Date: Thu, 11 Nov 2021 19:28:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45772: [core-updates] Non-deterministic GNU awk test failure

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45772 <at> debbugs.gnu.org.

-- 
45772: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45772
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 45772-done <at> debbugs.gnu.org
Subject: Re: bug#45772: [core-updates] Non-deterministic GNU awk test failure
Date: Thu, 11 Nov 2021 14:27:19 -0500
Hello,

I'm guessing this must be have been resolved with commit daf54a3953, now
available on core-updates-frozen.

Closing.

Maxim

[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: bug-guix <bug-guix <at> gnu.org>
Subject: [core-updates] Non-deterministic GNU awk test failure
Date: Sun, 10 Jan 2021 14:11:57 -0500
Seen trying to rebuild the world on core-updates, with gawk-5.1.0:

--8<---------------cut here---------------start------------->8---
for i in _* ; \
do  \
        if [ "$i" != "_*" ]; then \
        echo ============== $i ============= ; \
        base=`echo $i | sed 's/^_//'` ; \
        if [ -r ${base}.ok ]; then \
        diff -c ${base}.ok $i ; \
        else \
        diff -c "."/${base}.ok  $i ; \
        fi ; \
        fi ; \
done 
============== _sigpipe1 =============
*** sigpipe1.ok Wed Aug 28 18:43:58 2019
--- _sigpipe1   Sun Jan 10 19:08:15 2021
***************
*** 1,3 ****
  system
  pipe to command
! pipe from command
--- 1,4 ----
  system
  pipe to command
! gawk: sigpipe1.awk:7: fatal: print to "yes | true" failed: Broken pipe
! EXIT CODE: 2

Re-running later
--8<---------------cut here---------------end--------------->8---

On a second attempt the same test passed.

Maxim



This bug report was last modified 3 years and 225 days ago.

Previous Next


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