From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mathieu Othacehe Newsgroups: gmane.lisp.guile.bugs Subject: bug#45788: Guile 3.0.5 ports.test fails nondeterministically. Date: Mon, 11 Jan 2021 16:02:51 +0100 Message-ID: <87eeir5xes.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17312"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) To: 45788@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Mon Jan 11 16:06:10 2021 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kyylm-0004Ih-51 for guile-bugs@m.gmane-mx.org; Mon, 11 Jan 2021 16:06:10 +0100 Original-Received: from localhost ([::1]:57576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kyyll-0006eP-30 for guile-bugs@m.gmane-mx.org; Mon, 11 Jan 2021 10:06:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kyyil-0002dl-3J for bug-guile@gnu.org; Mon, 11 Jan 2021 10:03:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46219) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kyyik-0001eS-Pd for bug-guile@gnu.org; Mon, 11 Jan 2021 10:03:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kyyik-0006h0-MD for bug-guile@gnu.org; Mon, 11 Jan 2021 10:03:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Mon, 11 Jan 2021 15:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45788 X-GNU-PR-Package: guile X-Debbugs-Original-To: bug-guile@gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.161037737625712 (code B ref -1); Mon, 11 Jan 2021 15:03:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 11 Jan 2021 15:02:56 +0000 Original-Received: from localhost ([127.0.0.1]:57765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kyyie-0006gd-Dn for submit@debbugs.gnu.org; Mon, 11 Jan 2021 10:02:56 -0500 Original-Received: from lists.gnu.org ([209.51.188.17]:41560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kyyid-0006gW-B8 for submit@debbugs.gnu.org; Mon, 11 Jan 2021 10:02:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45458) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kyyid-0002MD-1O for bug-guile@gnu.org; Mon, 11 Jan 2021 10:02:55 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37758) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kyyic-0001dz-PN for bug-guile@gnu.org; Mon, 11 Jan 2021 10:02:54 -0500 Original-Received: from [2a01:e0a:19b:d9a0:d54b:f4e5:4687:8012] (port=51182 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kyyib-00046a-On for bug-guile@gnu.org; Mon, 11 Jan 2021 10:02:54 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9945 Archived-At: Hello, When building Guile 3.0.5 using transparent emulation for aarch64-linux with Guix this way: guix build -s aarch64-linux guile@3.0.5 the following error occurs nondeterministically: --8<---------------cut here---------------start------------->8--- Running ports.test UNRESOLVED: ports.test: non-revealed port is closed ERROR: ports.test: revealed port fdes not closed - arguments: ((system-error "seek" "~A" ("Bad file descriptor") (9))) --8<---------------cut here---------------end--------------->8--- see the full build log here: https://ci.guix.gnu.org/build/189493/log/raw. Thanks, Mathieu