unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 45772@debbugs.gnu.org
Subject: bug#45772: [core-updates] Non-deterministic GNU awk test failure
Date: Sun, 10 Jan 2021 14:11:57 -0500	[thread overview]
Message-ID: <87im8461z6.fsf@gmail.com> (raw)

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




             reply	other threads:[~2021-01-10 19:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10 19:11 Maxim Cournoyer [this message]
2021-01-29  4:57 ` bug#45772: [core-updates] Non-deterministic GNU awk test failure Maxim Cournoyer
2021-11-11 19:27   ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87im8461z6.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=45772@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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