unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: myglc2 <myglc2@gmail.com>
To: 23836@debbugs.gnu.org
Subject: bug#23836: bae0636 bournish: Add 'wc' command. make check FAIL: 9
Date: Fri, 24 Jun 2016 09:09:52 -0400	[thread overview]
Message-ID: <86por6ravz.fsf@gmail.com> (raw)
In-Reply-To: <868txvse36.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3762 bytes --]

ludo@gnu.org (Ludovic Courtès) writes:

> Hello,
>
> myglc2 <myglc2@gmail.com> skribis:
>
>> Running Guix on Debian 8.3 from git bae0636 bournish: Add 'wc' command.
>
>> test-name: query narinfo without signature
>> location: /home/g1/dev/guix/tests/substitute.scm:173
>> source:
>> + (test-equal
>> +   "query narinfo without signature"
>> +   ""
>> +   (with-narinfo
>> +     %narinfo
>> +     (string-trim-both
>> +       (with-output-to-string
>> +         (lambda ()
>> +           (with-input-from-string
>> +             (string-append
>> +               "have "
>> +               (%store-prefix)
>> +               "/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-foo")
>> +             (lambda () (guix-substitute "--query"))))))))
>> expected-value: 
>> actual-value: #f
>> actual-error:
>> + (system-error
>> +   "lstat"
>> +   "~A: ~S"
>> +   ("No such file or directory"
>> +    "/home/g1/dev/guix/test-tmp/var/24621/cache-24621/guix/substitute/")
>> +   (2))
>> result: FAIL
>
> This is fishy.  Could it be that files in this directory were being
> accessed or removed concurrently?

Maybe because I ran make with 5 jobs ...

[guix env] g1@e3b:~/dev/guix$ make -j5

Was that a bad idea?

>
> Could you retry these tests with:
>
>   make check TESTS=tests/substitute.scm

please see below :-)

g1@e3b:~/dev/guix$ guix environment guix
;;; note: source file /home/g1/.config/guix/latest/gnu/packages/screen.scm
;;;       newer than compiled /home/g1/.config/guix/latest/gnu/packages/screen.go
;;; found fresh local cache at /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/dev/guix/gnu/packages/screen.scm.go
substitute: warning: failed to install locale: Invalid argument
[guix env] g1@e3b:~/dev/guix$ make check TESTS=tests/substitute.scm
make  check-recursive
make[1]: Entering directory '/home/g1/dev/guix'
Making check in po/guix
make[2]: Entering directory '/home/g1/dev/guix/po/guix'
make[2]: Leaving directory '/home/g1/dev/guix/po/guix'
Making check in po/packages
make[2]: Entering directory '/home/g1/dev/guix/po/packages'
make[2]: Leaving directory '/home/g1/dev/guix/po/packages'
make[2]: Entering directory '/home/g1/dev/guix'
Compiling Scheme modules...
  LOAD     (gnu packages screen)
;;; note: source file ./gnu/packages/screen.scm
;;;       newer than compiled /home/g1/dev/guix/gnu/packages/screen.go
;;; found fresh local cache at /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/dev/guix/gnu/packages/screen.scm.go
  GUILEC   gnu/packages/screen.go
make  check-TESTS check-local
make[3]: Entering directory '/home/g1/dev/guix'
make[4]: Entering directory '/home/g1/dev/guix'
FAIL: tests/substitute.scm
============================================================================
Testsuite summary for GNU Guix 0.10.0
============================================================================
# TOTAL: 11
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  8
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-guix@gnu.org
============================================================================
Makefile:4097: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/home/g1/dev/guix'
Makefile:4203: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/home/g1/dev/guix'
Makefile:4446: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/g1/dev/guix'
Makefile:3983: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/g1/dev/guix'
Makefile:4448: recipe for target 'check' failed
make: *** [check] Error 2
[guix env] g1@e3b:~/dev/guix$


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

[-- Attachment #3: Type: text/plain, Size: 18 bytes --]


Thanks! - George

  reply	other threads:[~2016-06-24 13:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 23:03 bug#23836: bae0636 bournish: Add 'wc' command. make check FAIL: 9 myglc2
2016-06-24 12:30 ` Ludovic Courtès
2016-06-24 13:09   ` myglc2 [this message]
2016-06-24 23:14     ` Ludovic Courtès
2016-06-28 16:11       ` myglc2

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=86por6ravz.fsf@gmail.com \
    --to=myglc2@gmail.com \
    --cc=23836@debbugs.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).