GNU bug report logs - #11048
Trunk fails guardians.test (commit 01e909d90a130f4987b70edae2dbd5a2b33edae7)

Previous Next

Package: guile;

Reported by: adamsonj <at> ninthfloor.org (Joel J. Adamson)

Date: Tue, 20 Mar 2012 16:43:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

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: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#11048: closed (Trunk fails guardians.test (commit
 01e909d90a130f4987b70edae2dbd5a2b33edae7))
Date: Thu, 19 Jul 2012 15:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 19 Jul 2012 17:52:40 +0200
with message-id <87zk6v694n.fsf <at> gnu.org>
and subject line Re: bug#11048: Trunk fails guardians.test (commit 01e909d90a130f4987b70edae2dbd5a2b33edae7)
has caused the debbugs.gnu.org bug report #11048,
regarding Trunk fails guardians.test (commit 01e909d90a130f4987b70edae2dbd5a2b33edae7)
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
11048: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11048
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: adamsonj <at> ninthfloor.org (Joel J. Adamson)
To: bug-guile <at> gnu.org
Subject: Trunk fails guardians.test (commit
	01e909d90a130f4987b70edae2dbd5a2b33edae7)
Date: Tue, 20 Mar 2012 11:38:41 -0400
[Message part 3 (text/plain, inline)]
Compiling from git, I got this after 'make -k check' (full output follows):

Running guardians.test
/bin/sh: line 5: 20304 Segmentation fault      CHARSETALIASDIR="/home/joel/Public/src/guile/lib" ${dir}$tst
FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile <at> gnu.org
==================================
make[3]: *** [check-TESTS] Error 1

git log shows:

   commit 01e909d90a130f4987b70edae2dbd5a2b33edae7

Arch Linux
GCC 4.6.3
AMD Athlon Neo Processor MV-40
Lenovo X100e

Joel 
   
-- 
Joel J. Adamson <adamsonj <at> ninthfloor.org>
Servedio Lab
University of North Carolina at Chapel Hill
http://adamsonj.ninth.su

Free Software Foundation Member #8164
Join the FSF: http://www.fsf.org/jf?referrer=8164

-*- mode: compilation; default-directory: "~/Public/src/guile/" -*-
Compilation started at Tue Mar 20 11:24:09

make -k check
  GEN    public-submodule-commit
make  check-recursive
make[1]: Entering directory `/home/joel/Public/src/guile'
Making check in lib
make[2]: Entering directory `/home/joel/Public/src/guile/lib'
make  check-recursive
make[3]: Entering directory `/home/joel/Public/src/guile/lib'
make[4]: Entering directory `/home/joel/Public/src/guile/lib'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/joel/Public/src/guile/lib'
make[3]: Leaving directory `/home/joel/Public/src/guile/lib'
make[2]: Leaving directory `/home/joel/Public/src/guile/lib'
Making check in meta
make[2]: Entering directory `/home/joel/Public/src/guile/meta'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/joel/Public/src/guile/meta'
Making check in libguile
make[2]: Entering directory `/home/joel/Public/src/guile/libguile'
make  check-am
make[3]: Entering directory `/home/joel/Public/src/guile/libguile'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/joel/Public/src/guile/libguile'
make[2]: Leaving directory `/home/joel/Public/src/guile/libguile'
Making check in module
make[2]: Entering directory `/home/joel/Public/src/guile/module'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/joel/Public/src/guile/module'
Making check in guile-readline
make[2]: Entering directory `/home/joel/Public/src/guile/guile-readline'
make  check-am
make[3]: Entering directory `/home/joel/Public/src/guile/guile-readline'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/joel/Public/src/guile/guile-readline'
make[2]: Leaving directory `/home/joel/Public/src/guile/guile-readline'
Making check in examples
make[2]: Entering directory `/home/joel/Public/src/guile/examples'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/joel/Public/src/guile/examples'
Making check in emacs
make[2]: Entering directory `/home/joel/Public/src/guile/emacs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/joel/Public/src/guile/emacs'
Making check in test-suite
make[2]: Entering directory `/home/joel/Public/src/guile/test-suite'
Making check in standalone
make[3]: Entering directory `/home/joel/Public/src/guile/test-suite/standalone'
make  check-am
make[4]: Entering directory `/home/joel/Public/src/guile/test-suite/standalone'
make  test-num2integral test-round test-list test-unwind test-conversion test-loose-ends test-scm-c-read test-scm-take-locale-symbol test-scm-take-u8vector test-scm-to-latin1-string test-scm-values test-with-guile-module test-scm-with-guile test-scm-spawn-thread test-pthread-create test-pthread-create-secondary test-system-cmds test-bad-identifiers test-require-extension test-guile-snarf test-import-order test-command-line-encoding test-command-line-encoding2 test-asmobs test-ffi test-fast-slot-ref test-mb-regexp test-use-srfi test-extensions
make[5]: Entering directory `/home/joel/Public/src/guile/test-suite/standalone'
  CC     test_num2integral-test-num2integral.o
  CCLD   test-num2integral
  CC     test_round-test-round.o
  CCLD   test-round
  CC     test_list-test-list.o
  CCLD   test-list
  CC     test_unwind-test-unwind.o
  CCLD   test-unwind
  CC     test_conversion-test-conversion.o
  CCLD   test-conversion
  CC     test_loose_ends-test-loose-ends.o
  CCLD   test-loose-ends
  CC     test_scm_c_read-test-scm-c-read.o
  CCLD   test-scm-c-read
  CC     test_scm_take_locale_symbol-test-scm-take-locale-symbol.o
  CCLD   test-scm-take-locale-symbol
  CC     test_scm_take_u8vector-test-scm-take-u8vector.o
  CCLD   test-scm-take-u8vector
  CC     test_scm_to_latin1_string-test-scm-to-latin1-string.o
  CCLD   test-scm-to-latin1-string
  CC     test_scm_values-test-scm-values.o
  CCLD   test-scm-values
  CC     test_with_guile_module-test-with-guile-module.o
  CCLD   test-with-guile-module
  CC     test_scm_with_guile-test-scm-with-guile.o
  CCLD   test-scm-with-guile
  CC     test_scm_spawn_thread-test-scm-spawn-thread.o
  CCLD   test-scm-spawn-thread
  CC     test_pthread_create-test-pthread-create.o
  CCLD   test-pthread-create
  CC     test_pthread_create_secondary-test-pthread-create-secondary.o
  CCLD   test-pthread-create-secondary
make[5]: Nothing to be done for `test-system-cmds'.
make[5]: Nothing to be done for `test-bad-identifiers'.
make[5]: Nothing to be done for `test-require-extension'.
make[5]: Nothing to be done for `test-guile-snarf'.
make[5]: Nothing to be done for `test-import-order'.
make[5]: Nothing to be done for `test-command-line-encoding'.
make[5]: Nothing to be done for `test-command-line-encoding2'.
make[5]: Nothing to be done for `test-asmobs'.
make[5]: Nothing to be done for `test-ffi'.
make[5]: `test-fast-slot-ref' is up to date.
make[5]: Nothing to be done for `test-mb-regexp'.
make[5]: `test-use-srfi' is up to date.
make[5]: Nothing to be done for `test-extensions'.
make[5]: Leaving directory `/home/joel/Public/src/guile/test-suite/standalone'
make  check-TESTS
make[5]: Entering directory `/home/joel/Public/src/guile/test-suite/standalone'
PASS: test-system-cmds
PASS: test-bad-identifiers
PASS: test-require-extension
PASS: test-guile-snarf
PASS: test-import-order
PASS: test-command-line-encoding
PASS: test-command-line-encoding2
PASS: test-num2integral
PASS: test-round
PASS: test-asmobs
PASS: test-ffi
PASS: test-list
PASS: test-unwind
PASS: test-conversion
PASS: test-loose-ends
PASS: test-fast-slot-ref
PASS: test-mb-regexp
PASS: test-use-srfi
PASS: test-scm-c-read
PASS: test-scm-take-locale-symbol
PASS: test-scm-take-u8vector
PASS: test-scm-to-latin1-string
PASS: test-scm-values
PASS: test-extensions
PASS: test-with-guile-module
PASS: test-scm-with-guile
PASS: test-scm-spawn-thread
PASS: test-pthread-create
SKIP: test-pthread-create-secondary
====================
All 28 tests passed
(1 test was not run)
====================
make[5]: Leaving directory `/home/joel/Public/src/guile/test-suite/standalone'
make[4]: Leaving directory `/home/joel/Public/src/guile/test-suite/standalone'
make[3]: Leaving directory `/home/joel/Public/src/guile/test-suite/standalone'
Making check in vm
make[3]: Entering directory `/home/joel/Public/src/guile/test-suite/vm'
make  check-TESTS
make[4]: Entering directory `/home/joel/Public/src/guile/test-suite/vm'
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./run-vm-tests.scm
;;; test-suite/vm/run-vm-tests.scm:60:0: warning: non-literal format string
;;; test-suite/vm/run-vm-tests.scm:61:0: warning: non-literal format string
;;; test-suite/vm/run-vm-tests.scm:62:0: warning: non-literal format string
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/run-vm-tests.scm.go
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-basic-contructs.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-basic-contructs.scm.go
running `./t-basic-contructs.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-basic-contructs.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-global-bindings.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-global-bindings.scm.go
running `./t-global-bindings.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-global-bindings.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-catch.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-catch.scm.go
running `./t-catch.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-catch.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-call-cc.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-call-cc.scm.go
running `./t-call-cc.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-call-cc.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-closure.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-closure.scm.go
running `./t-closure.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-closure.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-closure2.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-closure2.scm.go
running `./t-closure2.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-closure2.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-closure3.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-closure3.scm.go
running `./t-closure3.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-closure3.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-closure4.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-closure4.scm.go
running `./t-closure4.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-closure4.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-do-loop.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-do-loop.scm.go
running `./t-do-loop.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-do-loop.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-literal-integers.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-literal-integers.scm.go
running `./t-literal-integers.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-literal-integers.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-macros.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-macros.scm.go
running `./t-macros.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-macros.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-macros2.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-macros2.scm.go
running `./t-macros2.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-macros2.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-map.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-map.scm.go
running `./t-map.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-map.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-or.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-or.scm.go
running `./t-or.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-or.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-proc-with-setter.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-proc-with-setter.scm.go
running `./t-proc-with-setter.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-proc-with-setter.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-quasiquote.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-quasiquote.scm.go
running `./t-quasiquote.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-quasiquote.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-values.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-values.scm.go
running `./t-values.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-values.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-records.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-records.scm.go
running `./t-records.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-records.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-match.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-match.scm.go
running `./t-match.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-match.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/joel/Public/src/guile/test-suite/vm/./t-mutual-toplevel-defines.scm
;;; compiled /home/joel/Public/src/guile/cache/guile/ccache/2.2-LE-8-3.1/home/joel/Public/src/guile/test-suite/vm/t-mutual-toplevel-defines.scm.go
running `./t-mutual-toplevel-defines.scm'...  reading...  compiling...  running...  reading...  ok
PASS: t-mutual-toplevel-defines.scm
===================
All 20 tests passed
===================
make[4]: Leaving directory `/home/joel/Public/src/guile/test-suite/vm'
make[3]: Leaving directory `/home/joel/Public/src/guile/test-suite/vm'
make[3]: Entering directory `/home/joel/Public/src/guile/test-suite'
make  check-TESTS
make[4]: Entering directory `/home/joel/Public/src/guile/test-suite'
PASS: lalr/test-glr-associativity.scm
PASS: lalr/test-glr-basics-01.scm
%% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0
PASS: lalr/test-glr-basics-02.scm
%% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0
PASS: lalr/test-glr-basics-03.scm
%% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0
PASS: lalr/test-glr-basics-04.scm
%% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0
PASS: lalr/test-glr-basics-05.scm
%% Shift/Reduce conflict (shift 5, reduce 2) on 'error' in state 8
%% Shift/Reduce conflict (shift 4, reduce 2) on 'N' in state 8
%% Shift/Reduce conflict (shift 3, reduce 2) on 'O' in state 8
%% Shift/Reduce conflict (shift 2, reduce 2) on 'T' in state 8
PASS: lalr/test-glr-script-expression.scm
PASS: lalr/test-glr-single-expressions.scm
%% Reduce/Reduce conflict (reduce 5, reduce 4) on 'M' in state 11
%% Reduce/Reduce conflict (reduce 5, reduce 4) on 'A' in state 11
%% Reduce/Reduce conflict (reduce 5, reduce 4) on '*eoi*' in state 11
PASS: lalr/test-lr-associativity-01.scm
PASS: lalr/test-lr-basics-01.scm
%% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0
PASS: lalr/test-lr-basics-02.scm
%% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0
PASS: lalr/test-lr-basics-03.scm
%% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0
PASS: lalr/test-lr-basics-04.scm
%% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0
PASS: lalr/test-lr-basics-05.scm
%% Shift/Reduce conflict (shift 3, reduce 2) on 'error' in state 5
%% Shift/Reduce conflict (shift 2, reduce 2) on 'NUMBER' in state 5
%% Shift/Reduce conflict (shift 1, reduce 2) on 'NEWLINE' in state 5
%% Shift/Reduce conflict (shift 3, reduce 3) on 'error' in state 0
%% Shift/Reduce conflict (shift 2, reduce 3) on 'NUMBER' in state 0
%% Shift/Reduce conflict (shift 1, reduce 3) on 'NEWLINE' in state 0
PASS: lalr/test-lr-error-recovery-01.scm
PASS: lalr/test-lr-error-recovery-02.scm
PASS: lalr/test-lr-no-clause.scm
%% Shift/Reduce conflict (shift 5, reduce 2) on 'error' in state 8
%% Shift/Reduce conflict (shift 4, reduce 2) on 'N' in state 8
%% Shift/Reduce conflict (shift 3, reduce 2) on 'O' in state 8
%% Shift/Reduce conflict (shift 2, reduce 2) on 'T' in state 8
PASS: lalr/test-lr-script-expression.scm
PASS: lalr/test-lr-single-expressions.scm
===================
All 19 tests passed
===================
make[4]: Leaving directory `/home/joel/Public/src/guile/test-suite'
make[3]: Leaving directory `/home/joel/Public/src/guile/test-suite'
make[2]: Leaving directory `/home/joel/Public/src/guile/test-suite'
Making check in benchmark-suite
make[2]: Entering directory `/home/joel/Public/src/guile/benchmark-suite'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/joel/Public/src/guile/benchmark-suite'
Making check in gc-benchmarks
make[2]: Entering directory `/home/joel/Public/src/guile/gc-benchmarks'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/joel/Public/src/guile/gc-benchmarks'
Making check in am
make[2]: Entering directory `/home/joel/Public/src/guile/am'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/joel/Public/src/guile/am'
Making check in doc
make[2]: Entering directory `/home/joel/Public/src/guile/doc'
Making check in ref
make[3]: Entering directory `/home/joel/Public/src/guile/doc/ref'
make  check-am
make[4]: Entering directory `/home/joel/Public/src/guile/doc/ref'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/joel/Public/src/guile/doc/ref'
make[3]: Leaving directory `/home/joel/Public/src/guile/doc/ref'
Making check in r5rs
make[3]: Entering directory `/home/joel/Public/src/guile/doc/r5rs'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/joel/Public/src/guile/doc/r5rs'
make[3]: Entering directory `/home/joel/Public/src/guile/doc'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/joel/Public/src/guile/doc'
make[2]: Leaving directory `/home/joel/Public/src/guile/doc'
make[2]: Entering directory `/home/joel/Public/src/guile'
make  check-TESTS
make[3]: Entering directory `/home/joel/Public/src/guile'
Testing /home/joel/Public/src/guile/meta/guile ...
with GUILE_LOAD_PATH=/home/joel/Public/src/guile/test-suite
Running 00-initial-env.test
Running 00-socket.test
Running alist.test
Running and-let-star.test
Running arbiters.test
Running arrays.test
Running asm-to-bytecode.test
Running bit-operations.test
Running bitvectors.test
Running brainfuck.test
Running bytevectors.test
Running c-api.test
Running chars.test
Running coding.test
Running common-list.test
Running compiler.test
Running continuations.test
Running control.test
Running coverage.test
Running curried-definitions.test
Running ecmascript.test
Running elisp-compiler.test
Running elisp-reader.test
Running elisp.test
Running encoding-escapes.test
Running encoding-iso88591.test
Running encoding-iso88597.test
Running encoding-utf8.test
Running eval-string.test
Running eval.test
UNRESOLVED: eval.test: promises: basic promise behaviour: a forced promise does not reference its environment
Running exceptions.test
Running filesys.test
Running fluids.test
Running foreign.test
Running format.test
Running fractions.test
Running ftw.test
Running future.test
Running gc.test
Running getopt-long.test
Running goops.test
Running guardians.test
/bin/sh: line 5: 20304 Segmentation fault      CHARSETALIASDIR="/home/joel/Public/src/guile/lib" ${dir}$tst
FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile <at> gnu.org
==================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/joel/Public/src/guile'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/joel/Public/src/guile'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/joel/Public/src/guile'
make: *** [check] Error 2

Compilation exited abnormally with code 2 at Tue Mar 20 11:25:33
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: adamsonj <at> ninthfloor.org (Joel J. Adamson)
Cc: 11048-done <at> debbugs.gnu.org
Subject: Re: bug#11048: Trunk fails guardians.test (commit
	01e909d90a130f4987b70edae2dbd5a2b33edae7)
Date: Thu, 19 Jul 2012 17:52:40 +0200
Hi,

adamsonj <at> ninthfloor.org (Joel J. Adamson) skribis:

> ludo <at> gnu.org (Ludovic Courtès) writes:
>
>> Hi,
>>
>> Sorry for the very late reply.
>>
>> adamsonj <at> ninthfloor.org (Joel J. Adamson) skribis:
>>
>>> Compiling from git, I got this after 'make -k check' (full output follows):
>>>
>>> Running guardians.test
>>> /bin/sh: line 5: 20304 Segmentation fault
>>> CHARSETALIASDIR="/home/joel/Public/src/guile/lib" ${dir}$tst
>>> FAIL: check-guile
>>> ==================================
>>> 1 of 1 test failed
>>> Please report to bug-guile <at> gnu.org
>>> ==================================
>>> make[3]: *** [check-TESTS] Error 1
>>>
>>> git log shows:
>>>
>>>    commit 01e909d90a130f4987b70edae2dbd5a2b33edae7
>>
>> Can you check whether this still happens?  Apparently, this was with
>> ‘master’, right?
>
> I've successfully compiled the v2.0.6 branch, passing all tests.

Great, closing the bug, then.

Thanks!

Ludo’.


This bug report was last modified 12 years and 313 days ago.

Previous Next


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