GNU bug report logs - #37996
guile-ssh non-deterministic test failure

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Wed, 30 Oct 2019 18:16:02 UTC

Severity: normal

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

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 37996 in the body.
You can then email your comments to 37996 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#37996; Package guix. (Wed, 30 Oct 2019 18:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mark H Weaver <mhw <at> netris.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 30 Oct 2019 18:16:02 GMT) Full text and rfc822 format available.

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

From: Mark H Weaver <mhw <at> netris.org>
To: bug-guix <at> gnu.org
Subject: guile-ssh non-deterministic test failure
Date: Wed, 30 Oct 2019 14:13:56 -0400
FYI, guile-ssh-0.11.3 failed one of its tests the first time I tried to
build it today on my X200.  The second attempt succeeded.

       Mark

--8<---------------cut here---------------start------------->8---
============================================
   Guile-SSH 0.11.3: tests/test-suite.log
============================================

# TOTAL: 11
# PASS:  10
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: dist
==========

;;; note: source file ../modules/srfi/srfi-64.scm
;;;       newer than compiled /gnu/store/dav5zdvdsrx0vjw0f9fyhkqyknl6kd55-guile-2.2.6/lib/guile/2.2/ccache/srfi/srfi-64.go
%%%% Starting test dist  (Writing full log to "dist.log")
FAIL with-ssh
# of expected passes      18
# of unexpected failures  1

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
job-node"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "hand-out-job, invalid type"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "assign-eval"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-get-result"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-get-result, unspecified"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-get-result, error"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-get-result, compilation error"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-get-result, unbound variable error"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-get-result, unknown # object error"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-get-result, elisp"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-get-result, multiple values"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-skip-to-prompt, valid input"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "rrepl-skip-to-prompt, invalid input"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "node-guile-version, valid response"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "with-ssh"
Test end:
  result-kind: fail
  actual-value: #f
Group end: dist
# of expected passes      18
# of unexpected failures  1
FAIL dist.scm (exit status: 1)


command "make" "check" failed with status 2
note: keeping build directory `/tmp/guix-build-guile-ssh-0.11.3.drv-0'
builder for `/gnu/store/bpnh3sfk7knh13cbmhvylzfa6l98k95z-guile-ssh-0.11.3.drv' failed with exit code 1
build of /gnu/store/bpnh3sfk7knh13cbmhvylzfa6l98k95z-guile-ssh-0.11.3.drv failed
--8<---------------cut here---------------end--------------->8---




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 09 Oct 2020 02:06:02 GMT) Full text and rfc822 format available.

Notification sent to Mark H Weaver <mhw <at> netris.org>:
bug acknowledged by developer. (Fri, 09 Oct 2020 02:06:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Mark H Weaver <mhw <at> netris.org>
Cc: 37996-done <at> debbugs.gnu.org
Subject: Re: bug#37996: guile-ssh non-deterministic test failure
Date: Thu, 08 Oct 2020 22:05:16 -0400
Hi,

Mark H Weaver <mhw <at> netris.org> writes:

> FYI, guile-ssh-0.11.3 failed one of its tests the first time I tried to
> build it today on my X200.  The second attempt succeeded.
>
>        Mark
>
> ============================================
>    Guile-SSH 0.11.3: tests/test-suite.log
> ============================================
>
> # TOTAL: 11
> # PASS:  10
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
>
> .. contents:: :depth: 2
>
> FAIL: dist
> ==========

I cannot reproduce this with the latest guile-ssh in master, and the CI
also hasn't seen a test failing for guile-ssh [0] for any architecture
in more than a year.

Closing.

Thanks,

Maxim

[0]  http://ci.guix.gnu.org/search?query=guile-ssh%20status:failed&border-low-id=53663




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 06 Nov 2020 12:24:09 GMT) Full text and rfc822 format available.

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

Previous Next


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