all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: bug-guix@gnu.org
Subject: Re: Installing guix from Git
Date: Mon, 10 Jun 2013 11:55:10 +0200	[thread overview]
Message-ID: <20917.41598.314095.196531@Konrad-Hinsens-MacBook-Pro.local> (raw)
In-Reply-To: <87ehcatlof.fsf@gnu.org>

[-- Attachment #1: message body text --]
[-- Type: text/plain, Size: 730 bytes --]

Ludovic Courtès writes:

 > Oh, could you also run ‘make check’?  If it fails, please post
 > test-suite.log and the .log file that corresponds to the failing test
 > file.

Oops, I should have done this before installing... There are a couple
of failures.  The logs are attached.

Many failures are due to this problem:

  /home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory

I installed sqlite throuh Guix for my user profile, which I used for
building Guix. I suspect that the daemon does not have access to it
because it doesn't run under my user id. But I have no idea how to fix
that.

Konrad.


[-- Attachment #2: builders.log --]
[-- Type: application/octet-stream, Size: 391 bytes --]

%%%% Starting test builders
Group begin: builders
Test begin:
  test-name: "url-fetch"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "gnu-build-system"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "gnu-build"
Test end:
  result-kind: fail
  actual-value: #f
Group end: builders
# of expected passes      1
# of unexpected failures  2

[-- Attachment #3: derivations.log --]
[-- Type: application/octet-stream, Size: 2807 bytes --]

%%%% Starting test derivations
Group begin: derivations
Test begin:
  test-name: "parse & export"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "add-to-store, flat"
Test end:
  result-kind: skip
Test begin:
  test-name: "add-to-store, recursive"
Test end:
  result-kind: skip
Test begin:
  test-name: "derivation with no inputs"
Test end:
  result-kind: skip
Test begin:
  test-name: "build derivation with 1 source"
Test end:
  result-kind: skip
Test begin:
  test-name: "derivation with local file as input"
Test end:
  result-kind: skip
Test begin:
  test-name: "fixed-output derivation"
Test end:
  result-kind: skip
Test begin:
  test-name: "fixed-output derivation: output paths are equal"
Test end:
  result-kind: skip
Test begin:
  test-name: "derivation with a fixed-output input"
Test end:
  result-kind: skip
Test begin:
  test-name: "multiple-output derivation"
Test end:
  result-kind: skip
Test begin:
  test-name: "multiple-output derivation, non-alphabetic order"
Test end:
  result-kind: skip
Test begin:
  test-name: "user of multiple-output derivation"
Test end:
  result-kind: skip
Test begin:
  test-name: "build derivation with coreutils"
Test end:
  result-kind: skip
Test begin:
  test-name: "build-expression->derivation and derivation-prerequisites"
Test end:
  result-kind: skip
Test begin:
  test-name: "build-expression->derivation without inputs"
Test end:
  result-kind: skip
Test begin:
  test-name: "build-expression->derivation and max-silent-time"
Test end:
  result-kind: skip
Test begin:
  test-name: "build-expression->derivation and derivation-prerequisites-to-build"
Test end:
  result-kind: skip
Test begin:
  test-name: "derivation-prerequisites-to-build when outputs already present"
Test end:
  result-kind: skip
Test begin:
  test-name: "derivation-prerequisites-to-build and substitutes"
Test end:
  result-kind: skip
Test begin:
  test-name: "build-expression->derivation with expression returning #f"
Test end:
  result-kind: skip
Test begin:
  test-name: "build-expression->derivation with two outputs"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation with one input"
Test end:
  result-kind: skip
Test begin:
  test-name: "imported-files"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation with modules"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation: same fixed-output path"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation with a fixed-output input"
Test end:
  result-kind: fail
  actual-value: #f
Group end: derivations
# of expected passes      1
# of unexpected failures  5
# of skipped tests        20

[-- Attachment #4: nar.log --]
[-- Type: application/octet-stream, Size: 301 bytes --]

%%%% Starting test nar
Group begin: nar
Test begin:
  test-name: "write-file + restore-file"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "write-file + restore-file with symlinks"
Test end:
  result-kind: fail
  actual-value: #f
Group end: nar
# of unexpected failures  2

[-- Attachment #5: packages.log --]
[-- Type: application/octet-stream, Size: 1677 bytes --]

%%%% Starting test packages
Group begin: packages
Test begin:
  test-name: "package-field-location"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "package-transitive-inputs"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "return values"
Test end:
  result-kind: skip
Test begin:
  test-name: "package-output"
Test end:
  result-kind: skip
Test begin:
  test-name: "trivial"
Test end:
  result-kind: skip
Test begin:
  test-name: "trivial with local file as input"
Test end:
  result-kind: skip
Test begin:
  test-name: "trivial with system-dependent input"
Test end:
  result-kind: skip
Test begin:
  test-name: "search paths"
Test end:
  result-kind: skip
Test begin:
  test-name: "package-cross-derivation"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "package-cross-derivation, trivial-build-system"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "package-cross-derivation, no cross builder"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "GNU Make, bootstrap"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "fold-packages"
Test end:
  result-kind: pass
  actual-value: #<package hello-2.8 gnu/packages/base.scm:50 2c59370>
  expected-value: #<package hello-2.8 gnu/packages/base.scm:50 2c59370>
Test begin:
  test-name: "find-packages-by-name"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "find-packages-by-name with version"
Test end:
  result-kind: pass
  actual-value: #t
Group end: packages
# of expected passes      6
# of unexpected failures  3
# of skipped tests        6

[-- Attachment #6: test-suite.log --]
[-- Type: application/octet-stream, Size: 23543 bytes --]

====================================
   GNU Guix 0.3: ./test-suite.log
====================================

# TOTAL: 18
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  9
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/builders
====================

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
%%%% Starting test builders  (Writing full log to "builders.log")
FAIL url-fetch
FAIL gnu-build
# of expected passes      1
# of unexpected failures  2
In unknown file:
   ?: 19 [apply-smob/1 #<catch-closure 18f3ca0>]
In ice-9/boot-9.scm:
  63: 18 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 17 [eval # #]
In ice-9/boot-9.scm:
2320: 16 [save-module-excursion #<procedure 1922b80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 15 [#<procedure 1922b80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 14 [%start-stack load-stack ...]
1650: 13 [#<procedure 1928d50 ()>]
In unknown file:
   ?: 12 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/builders.scm"]
In ice-9/eval.scm:
 432: 11 [eval # #]
 411: 10 [eval # #]
In ice-9/boot-9.scm:
 157: 9 [catch #t #<procedure 205a8d0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 411: 8 [eval # #]
In guix/download.scm:
 181: 7 [url-fetch #f # sha256 ...]
In guix/packages.scm:
 309: 6 [cache # "x86_64-linux" #<procedure thunk ()>]
 396: 5 [thunk]
In gnu/packages/bootstrap.scm:
 166: 4 [build #f "guile-bootstrap-2.0" ...]
In guix/store.scm:
 467: 3 [#<procedure 1ce1900 at guix/store.scm:459:4 (server basename recursive? hash-algo file-name)> #f ...]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 203f240 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
In unknown file:
   ?: 19 [apply-smob/1 #<catch-closure 18f3ca0>]
In ice-9/boot-9.scm:
  63: 18 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 17 [eval # #]
In ice-9/boot-9.scm:
2320: 16 [save-module-excursion #<procedure 1922b80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 15 [#<procedure 1922b80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 14 [%start-stack load-stack ...]
1650: 13 [#<procedure 1928d50 ()>]
In unknown file:
   ?: 12 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/builders.scm"]
In ice-9/eval.scm:
 432: 11 [eval # #]
 411: 10 [eval # #]
In ice-9/boot-9.scm:
 157: 9 [catch #t #<procedure 20071b0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 411: 8 [eval # #]
In guix/download.scm:
 181: 7 [url-fetch #f "http://ftp.gnu.org/gnu/hello/hello-2.8.tar.gz" ...]
In guix/packages.scm:
 309: 6 [cache # "x86_64-linux" #<procedure thunk ()>]
 396: 5 [thunk]
In gnu/packages/bootstrap.scm:
 166: 4 [build #f "guile-bootstrap-2.0" ...]
In guix/store.scm:
 467: 3 [#<procedure 1ce1900 at guix/store.scm:459:4 (server basename recursive? hash-algo file-name)> #f ...]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 25acf80 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
./test-env: 1: kill: No such process


FAIL: tests/derivations
=======================

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
In unknown file:
   ?: 19 [apply-smob/1 #<catch-closure 1894ca0>]
In ice-9/boot-9.scm:
  63: 18 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 17 [eval # #]
In ice-9/boot-9.scm:
2320: 16 [save-module-excursion #<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 15 [#<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 14 [%start-stack load-stack ...]
1650: 13 [#<procedure 18c9d50 ()>]
In unknown file:
   ?: 12 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/derivations.scm"]
In ice-9/eval.scm:
 432: 11 [eval # #]
 411: 10 [eval # #]
In ice-9/boot-9.scm:
 157: 9 [catch #t #<procedure 230cdb0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 411: 8 [eval # #]
In guix/derivations.scm:
 739: 7 [build-expression->derivation #f "double" ...]
In guix/utils.scm:
 250: 6 [#<procedure 1c93540 at guix/utils.scm:246:4 args> #f]
In guix/derivations.scm:
 410: 5 [#<procedure 1c97580 at guix/derivations.scm:407:3 (path #:optional output)> #f ...]
In ice-9/boot-9.scm:
 788: 4 [call-with-input-file #f ...]
In unknown file:
   ?: 3 [open-file #f "r" #:encoding #f #:guess-encoding #f]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2174500 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
In ice-9/boot-9.scm:
 157: 19 [catch #t #<catch-closure 1894ca0> ...]
In unknown file:
   ?: 18 [apply-smob/1 #<catch-closure 1894ca0>]
In ice-9/boot-9.scm:
  63: 17 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 16 [eval # #]
In ice-9/boot-9.scm:
2320: 15 [save-module-excursion #<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 14 [#<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 13 [%start-stack load-stack ...]
1650: 12 [#<procedure 18c9d50 ()>]
In unknown file:
   ?: 11 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/derivations.scm"]
In ice-9/eval.scm:
 432: 10 [eval # #]
 411: 9 [eval # #]
In ice-9/boot-9.scm:
 157: 8 [catch #t #<procedure 220ef30 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 411: 7 [eval # #]
In guix/derivations.scm:
 621: 6 [imported-files #f (# # # #) #:name ...]
In srfi/srfi-1.scm:
 578: 5 [map #<procedure 3144560 at guix/derivations.scm:621:23 (expr)> (# # # #)]
In guix/derivations.scm:
 624: 4 [#<procedure 3144560 at guix/derivations.scm:621:23 (expr)> #]
In guix/store.scm:
 467: 3 [#<procedure 1c7f720 at guix/store.scm:459:4 (server basename recursive? hash-algo file-name)> #f ...]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 3147900 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
In unknown file:
   ?: 19 [apply-smob/1 #<catch-closure 1894ca0>]
In ice-9/boot-9.scm:
  63: 18 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 17 [eval # #]
In ice-9/boot-9.scm:
2320: 16 [save-module-excursion #<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 15 [#<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 14 [%start-stack load-stack ...]
1650: 13 [#<procedure 18c9d50 ()>]
In unknown file:
   ?: 12 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/derivations.scm"]
In ice-9/eval.scm:
 432: 11 [eval # #]
 411: 10 [eval # #]
In ice-9/boot-9.scm:
 157: 9 [catch #t #<procedure 20dea20 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 411: 8 [eval # #]
In guix/derivations.scm:
 739: 7 [build-expression->derivation #f "test-with-modules" ...]
In guix/utils.scm:
 250: 6 [#<procedure 1c93540 at guix/utils.scm:246:4 args> #f]
In guix/derivations.scm:
 410: 5 [#<procedure 1c97580 at guix/derivations.scm:407:3 (path #:optional output)> #f ...]
In ice-9/boot-9.scm:
 788: 4 [call-with-input-file #f ...]
In unknown file:
   ?: 3 [open-file #f "r" #:encoding #f #:guess-encoding #f]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2225b00 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
In unknown file:
   ?: 19 [apply-smob/1 #<catch-closure 1894ca0>]
In ice-9/boot-9.scm:
 %%%% Starting test derivations  (Writing full log to "derivations.log")
FAIL build-expression->derivation with two outputs
FAIL imported-files
FAIL build-expression->derivation with modules
FAIL build-expression->derivation: same fixed-output path
FAIL build-expression->derivation with a fixed-output input
# of expected passes      1
# of unexpected failures  5
# of skipped tests        20
 63: 18 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 17 [eval # #]
In ice-9/boot-9.scm:
2320: 16 [save-module-excursion #<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 15 [#<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 14 [%start-stack load-stack ...]
1650: 13 [#<procedure 18c9d50 ()>]
In unknown file:
   ?: 12 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/derivations.scm"]
In ice-9/eval.scm:
 432: 11 [eval # #]
 411: 10 [eval # #]
In ice-9/boot-9.scm:
 157: 9 [catch #t #<procedure 20f4390 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 411: 8 [eval # #]
In guix/derivations.scm:
 739: 7 [build-expression->derivation #f "fixed" ...]
In guix/utils.scm:
 250: 6 [#<procedure 1c93540 at guix/utils.scm:246:4 args> #f]
In guix/derivations.scm:
 410: 5 [#<procedure 1c97580 at guix/derivations.scm:407:3 (path #:optional output)> #f ...]
In ice-9/boot-9.scm:
 788: 4 [call-with-input-file #f ...]
In unknown file:
   ?: 3 [open-file #f "r" #:encoding #f #:guess-encoding #f]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 1f6e600 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
In unknown file:
   ?: 19 [apply-smob/1 #<catch-closure 1894ca0>]
In ice-9/boot-9.scm:
  63: 18 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 17 [eval # #]
In ice-9/boot-9.scm:
2320: 16 [save-module-excursion #<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 15 [#<procedure 18c3b80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 14 [%start-stack load-stack ...]
1650: 13 [#<procedure 18c9d50 ()>]
In unknown file:
   ?: 12 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/derivations.scm"]
In ice-9/eval.scm:
 432: 11 [eval # #]
 411: 10 [eval # #]
In ice-9/boot-9.scm:
 157: 9 [catch #t #<procedure 212eab0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 411: 8 [eval # #]
In guix/derivations.scm:
 739: 7 [build-expression->derivation #f "fixed" ...]
In guix/utils.scm:
 250: 6 [#<procedure 1c93540 at guix/utils.scm:246:4 args> #f]
In guix/derivations.scm:
 410: 5 [#<procedure 1c97580 at guix/derivations.scm:407:3 (path #:optional output)> #f ...]
In ice-9/boot-9.scm:
 788: 4 [call-with-input-file #f ...]
In unknown file:
   ?: 3 [open-file #f "r" #:encoding #f #:guess-encoding #f]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 24b6fc0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
./test-env: 1: kill: No such process


FAIL: tests/packages
====================

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
In ice-9/boot-9.scm:
1650: 19 [#<procedure 243ed50 ()>]
In unknown file:
   ?: 18 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/packages.scm"]
In ice-9/eval.scm:
 432: 17 [eval # #]
 411: 16 [eval # #]
In ice-9/boot-9.scm:
 157: 15 [catch #t #<procedure 305c810 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/r4rs.scm:
  39: 14 [call-with-values #<procedure 305c7e0 at ice-9/eval.scm:416:20 ()> ...]
In guix/packages.scm:
 309: 13 [cache # # #<procedure thunk ()>]
 452: 12 [thunk]
In guix/build-system/gnu.scm:
 359: 11 [gnu-cross-build #f "p-0" "mips64el-linux-gnu" #f () () #:guile #f ...]
In guix/utils.scm:
 250: 10 [#<procedure 28a5b40 at guix/utils.scm:246:4 args> "x86_64-linux" ...]
In srfi/srfi-1.scm:
 578: 9 [map #<procedure input-package->derivation (expr)> (# # # # ...)]
In guix/build-system/gnu.scm:
 169: 8 [input-package->derivation ("cross-gcc" #)]
In guix/packages.scm:
 309: 7 [cache # "x86_64-linux" #<procedure thunk ()>]
 384: 6 [thunk]
In srfi/srfi-1.scm:
 578: 5 [map #<procedure 3097930 at guix/packages.scm:385:39 (t-5514)> (# # # ...)]
In guix/packages.scm:
 337: 4 [expand-input #f # # ...]
In guix/store.scm:
 467: 3 [#<procedure 2779d20 at guix/store.scm:459:4 (server basename recursive? hash-algo file-name)> #f ...]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 25385c0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
In guix/packages.scm:
 309: 19 [cache # "x86_64-linux" #<procedure thunk ()>]
 384: 18 [thunk]
In srfi/srfi-1.scm:
 578: 17 [map #<procedure 2d5e900 at guix/packages.scm:385:39 (t-5514)> (# # # ...)]
In guix/packages.scm:
 346: 16 [expand-input #f # # ...]
 309: 15 [cache # "x86_64-linux" #<procedure thunk ()>]
 384: 14 [thunk]
In srfi/srfi-1.scm:
 578: 13 [map #<procedure 2d61420 at guix/packages.scm:385:39 (t-5514)> (# # # ...)]
In guix/packages.scm:
 346: 12 [expand-input #f #<package bash-4.2 gnu/packages/base.scm:1006 382a790> ...]
 309: 11 [cache # "x86_64-linux" #<procedure thunk ()>]
 384: 10 [thunk]
In srfi/srfi-1.scm:
 578: 9 [map #<procedure 2d65d80 at guix/packages.scm:385:39 (t-5514)> (# # # ...)]
In guix/packages.scm:
 361: 8 [expand-input #f #<package gcc-4.7.3 gnu/packages/gcc.scm:36 3831370> ...]
In guix/download.scm:
 181: 7 [url-fetch #f "mirror://gnu/gmp/gmp-5.1.1.tar.xz" ...]
In guix/packages.scm:
 309: 6 [cache # "x86_64-linux" #<procedure thunk ()>]
 396: 5 [thunk]
In gnu/packages/bootstrap.scm:
 166: 4 [build #f "guile-bootstrap-2.0" ...]
In guix/store.scm:
 467: 3 [#<procedure 2779d20 at guix/store.scm:459:4 (server basename recursive? hash-algo file-name)> #f ...]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2ada300 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
In unknown file:
   ?: 19 [apply-smob/1 #<catch-closure 2409ca0>]
In ice-9/boot-9.scm:
  63: 18 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 17 [eval # #]
In ice-9/boot-9.scm:
2320: 16 [save-module-excursion #<procedure 2438b80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 15 [#<procedure 2438b80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 14 [%start-stack load-stack ...]
1650: 13 [#<procedure 243ed50 ()>]
In unknown file:
   ?: 12 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/packages.scm"]
In ice-9/eval.scm:
 432: 11 [eval # #]
 411: 10 [eval # #]
In ice-9/boot-9.scm:
 157: 9 [catch #t #<procedure 2535b70 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 411: 8 [eval # #]
In guix/packages.scm:
 309: 7 [cache # "x86_64-linux" #<procedure thunk ()>]
 384: 6 [thunk]
In srfi/srfi-1.scm:
 578: 5 [map #<procedure 25358d0 at guix/packages.scm:385:39 (t-5514)> (# # # ...)]
In guix/packages.scm:
 337: 4 [expand-input #f # # ...]
In guix/store.scm:
 467: 3 [#<procedure 2779d20 at guix/store.scm:459:4 (server basename recursive? hash-algo file-name)> #f ...]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2b9f900 at ice-9/boot-9.scm:97:6 (thrown-k . args)> wrong-type-arg ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
I%%%% Starting test packages  (Writing full log to "packages.log")

;;; (x (("b" #<package b-0 /media/sf_mac-hinsen/Development/guix/./tests/packages.scm:81 2cbc0b0>) ("b/a" #<package a-0 /media/sf_mac-hinsen/Development/guix/./tests/packages.scm:80 2cbc160>) ("c" #<package c-0 /media/sf_mac-hinsen/Development/guix/./tests/packages.scm:83 2cbc000>) ("d" #<package d-0 /media/sf_mac-hinsen/Development/guix/./tests/packages.scm:85 33d3f20>) ("d/x" "something.drv")))
FAIL package-cross-derivation
FAIL package-cross-derivation, trivial-build-system
FAIL GNU Make, bootstrap
# of expected passes      6
# of unexpected failures  3
# of skipped tests        6
n unknown file:
   ?: 0 [make-stack #t]
./test-env: 1: kill: No such process


FAIL: tests/nar
===============

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
%%%% Starting test nar  (Writing full log to "nar.log")
FAIL write-file + restore-file
FAIL write-file + restore-file with symlinks
# of unexpected failures  2
In ice-9/boot-9.scm:
 157: 18 [catch #t #<catch-closure 154cca0> ...]
In unknown file:
   ?: 17 [apply-smob/1 #<catch-closure 154cca0>]
In ice-9/boot-9.scm:
  63: 16 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 15 [eval # #]
In ice-9/boot-9.scm:
2320: 14 [save-module-excursion #<procedure 157bb80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 13 [#<procedure 157bb80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 12 [%start-stack load-stack ...]
1650: 11 [#<procedure 1581d50 ()>]
In unknown file:
   ?: 10 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/nar.scm"]
In ice-9/eval.scm:
 432: 9 [eval # #]
 411: 8 [eval # #]
In ice-9/boot-9.scm:
 157: 7 [catch #t #<procedure 1d6e360 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/r4rs.scm:
  90: 6 [dynamic-wind #<procedure 1cf6a00 at ice-9/boot-9.scm:1054:2 _> ...]
  90: 5 [dynamic-wind #<procedure 1d6e2d0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/boot-9.scm:
 700: 4 [for-each #<procedure 1d6e180 at ice-9/eval.scm:416:20 (a)> (# # #)]
In unknown file:
   ?: 3 [symlink "reg" "./test-nar-3550.input/root/sym"]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 1c98840 at ice-9/boot-9.scm:97:6 (thrown-k . args)> system-error ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
In ice-9/boot-9.scm:
  63: 19 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 18 [eval # #]
In ice-9/boot-9.scm:
2320: 17 [save-module-excursion #<procedure 157bb80 at ice-9/boot-9.scm:3961:3 ()>]
3968: 16 [#<procedure 157bb80 at ice-9/boot-9.scm:3961:3 ()>]
1645: 15 [%start-stack load-stack ...]
1650: 14 [#<procedure 1581d50 ()>]
In unknown file:
   ?: 13 [primitive-load "/media/sf_mac-hinsen/Development/guix/./tests/nar.scm"]
In ice-9/eval.scm:
 432: 12 [eval # #]
 411: 11 [eval # #]
In ice-9/boot-9.scm:
 157: 10 [catch #t #<procedure 1d6e360 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/r4rs.scm:
  90: 9 [dynamic-wind #<procedure 1cf6a00 at ice-9/boot-9.scm:1054:2 _> ...]
  90: 8 [dynamic-wind #<procedure 1d6e2d0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/boot-9.scm:
 700: 7 [for-each #<procedure 1d6e180 at ice-9/eval.scm:416:20 (a)> (# # #)]
In unknown file:
   ?: 6 [symlink "reg" "./test-nar-3550.input/root/sym"]
In ice-9/boot-9.scm:
 105: 5 [#<procedure 1c98840 at ice-9/boot-9.scm:97:6 (thrown-k . args)> system-error ...]
  65: 4 [abort-to-prompt catch4480 system-error ...]
In unknown file:
   ?: 3 [rmdir "./test-nar-3550.input"]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 1c98840 at ice-9/boot-9.scm:97:6 (thrown-k . args)> system-error ...]
In ice-9/eval.scm:
 387: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
./test-env: 1: kill: No such process


FAIL: tests/guix-build
======================

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
+ guix build --version
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/hinsen/Development/guix/scripts/guix
;;; compiled /home/hinsen/Development/guix/test-tmp/var/3575/cache-3575/guile/ccache/2.0-LE-8-2.0/media/sf_mac-hinsen/Development/guix/scripts/guix.go
guix build (GNU Guix) 0.3
+ guix build -e +
guix build: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3575/daemon-socket/socket': No such file or directory
+ true
+ guix build -e '(@ (gnu packages bootstrap) %bootstrap-glibc)' -S
guix build: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3575/daemon-socket/socket': No such file or directory
+ true
+ grep -e -guile-
+ guix build -e '(@@ (gnu packages base) %bootstrap-guile)'
guix build: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3575/daemon-socket/socket': No such file or directory
./test-env: 1: kill: No such process


FAIL: tests/guix-download
=========================

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
+ guix download --version
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/hinsen/Development/guix/scripts/guix
;;; compiled /home/hinsen/Development/guix/test-tmp/var/3595/cache-3595/guile/ccache/2.0-LE-8-2.0/media/sf_mac-hinsen/Development/guix/scripts/guix.go
guix download (GNU Guix) 0.3
+ guix download http://does.not/exist
guix download: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3595/daemon-socket/socket': No such file or directory
+ true
+ guix download unknown://some/where
guix download: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3595/daemon-socket/socket': No such file or directory
+ true
+ guix download not/a/uri
guix download: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3595/daemon-socket/socket': No such file or directory
+ true
+ guix download file:///home/hinsen/Development/guix/README
guix download: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3595/daemon-socket/socket': No such file or directory
./test-env: 1: kill: No such process


FAIL: tests/guix-gc
===================

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
+ guix gc --version
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/hinsen/Development/guix/scripts/guix
;;; compiled /home/hinsen/Development/guix/test-tmp/var/3655/cache-3655/guile/ccache/2.0-LE-8-2.0/media/sf_mac-hinsen/Development/guix/scripts/guix.go
guix gc (GNU Guix) 0.3
+ trap 'rm -f guix-gc-root' EXIT
+ rm -f guix-gc-root
++ guix build guile-bootstrap -d
guix build: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3655/daemon-socket/socket': No such file or directory
+ drv=
+ rm -f guix-gc-root
./test-env: 1: kill: No such process


FAIL: tests/guix-package
========================

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
+ guix package --version
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/hinsen/Development/guix/scripts/guix
;;; compiled /home/hinsen/Development/guix/test-tmp/var/3635/cache-3635/guile/ccache/2.0-LE-8-2.0/media/sf_mac-hinsen/Development/guix/scripts/guix.go
guix package (GNU Guix) 0.3
+ profile=t-profile-3640
+ rm -f t-profile-3640
+ trap 'rm "$profile" "$profile-"[0-9]* ; rm -rf t-home-3640' EXIT
+ guix package --bootstrap -e +
guix package: error: expression `+' does not evaluate to a package
+ true
+ guix package --bootstrap -p t-profile-3640 -i guile-bootstrap
guix package: error: failed to connect to `/home/hinsen/Development/guix/test-tmp/var/3635/daemon-socket/socket': No such file or directory
+ rm t-profile-3640 't-profile-3640-[0-9]*'
rm: cannot remove `t-profile-3640': No such file or directory
rm: cannot remove `t-profile-3640-[0-9]*': No such file or directory
./test-env: 1: kill: No such process


FAIL: tests/guix-daemon
=======================

/home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
+ set -e
+ guix-daemon --version
guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
./test-env: 1: kill: No such process



  reply	other threads:[~2013-06-10  9:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-07 15:42 Installing guix from Git Konrad Hinsen
2013-06-07 16:22 ` Ludovic Courtès
2013-06-08 17:16   ` Konrad Hinsen
2013-06-08 17:27     ` Nikita Karetnikov
2013-06-09 10:03       ` Konrad Hinsen
2013-06-09 10:23         ` Ludovic Courtès
2013-06-10  6:33           ` Konrad Hinsen
2013-06-10  8:26             ` Ludovic Courtès
2013-06-10  8:27             ` Ludovic Courtès
2013-06-10  9:55               ` Konrad Hinsen [this message]
2013-06-10 22:02                 ` Ludovic Courtès
2013-06-11  8:20                   ` Konrad Hinsen
2013-06-11 12:17                     ` Ludovic Courtès
2013-06-11 13:23                       ` Konrad Hinsen
2013-06-11 13:58                         ` Ludovic Courtès
2013-06-11 15:30                           ` Konrad Hinsen
2013-06-11 22:35                             ` Ludovic Courtès
2013-06-12  7:11                               ` Konrad Hinsen
2013-06-12  7:43                                 ` Ludovic Courtès
2013-06-11 19:47                           ` Konrad Hinsen

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

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

  git send-email \
    --in-reply-to=20917.41598.314095.196531@Konrad-Hinsens-MacBook-Pro.local \
    --to=konrad.hinsen@fastmail.net \
    --cc=bug-guix@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.