From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#37996: guile-ssh non-deterministic test failure Date: Wed, 30 Oct 2019 14:13:56 -0400 Message-ID: <87a79icd8g.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48667) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPsVo-0000DC-8J for bug-guix@gnu.org; Wed, 30 Oct 2019 14:16:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPsVm-0004LY-VQ for bug-guix@gnu.org; Wed, 30 Oct 2019 14:16:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42615) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPsVm-0004Kt-Rp for bug-guix@gnu.org; Wed, 30 Oct 2019 14:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iPsVm-0001UR-Kc for bug-guix@gnu.org; Wed, 30 Oct 2019 14:16:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48504) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPsUx-0007rr-SK for bug-guix@gnu.org; Wed, 30 Oct 2019 14:15:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPsUv-0001L7-If for bug-guix@gnu.org; Wed, 30 Oct 2019 14:15:11 -0400 Received: from world.peace.net ([64.112.178.59]:49024) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPsUt-0001HS-EZ for bug-guix@gnu.org; Wed, 30 Oct 2019 14:15:08 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37996@debbugs.gnu.org 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---