GNU bug report logs - #26981
Test failure in guix (commit 872a6fd98868d345443f04efdfd974d148c57f9d)

Previous Next

Package: guix;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Thu, 18 May 2017 06:39:02 UTC

Severity: minor

Done: Leo Famulari <leo <at> famulari.name>

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 26981 in the body.
You can then email your comments to 26981 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#26981; Package guix. (Thu, 18 May 2017 06:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 18 May 2017 06:39:02 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: bug-guix <at> gnu.org
Subject: Test failure in guix (commit 872a6fd98868d345443f04efdfd974d148c57f9d)
Date: Thu, 18 May 2017 08:38:15 +0200
[Message part 1 (text/plain, inline)]
Dear Guix developers,

I just did ¨make check¨ on guix and got one test failure. The log is 
attached.

Konrad.
[test-suite.log (text/x-log, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#26981; Package guix. (Fri, 19 May 2017 08:17:01 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 26981 <at> debbugs.gnu.org
Subject: Re: bug#26981: Test failure in guix (commit
 872a6fd98868d345443f04efdfd974d148c57f9d)
Date: Fri, 19 May 2017 10:16:35 +0200
Hi Konrad,

Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

> ==================================================
>    GNU Guix 0.12.0.3916-872a6: ./test-suite.log
> ==================================================
>
> # TOTAL: 706
> # PASS:  701
> # SKIP:  4
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0

[...]

> test-name: pivot-root
> location: /home/hinsen/Development/guix/tests/syscalls.scm:154
> source:
> + (test-equal
> +   "pivot-root"
> +   #t
> +   (match (pipe)
> +          ((in . out)
> +           (match (clone (logior CLONE_NEWUSER CLONE_NEWNS SIGCHLD))
> +                  (0
> +                   (dynamic-wind
> +                     (const #t)
> +                     (lambda ()
> +                       (close in)
> +                       (call-with-temporary-directory
> +                         (lambda (root)
> +                           (let ((put-old (string-append root "/real-root")))
> +                             (mount "none" root "tmpfs")
> +                             (mkdir put-old)
> +                             (call-with-output-file
> +                               (string-append root "/test")
> +                               (lambda (port) (display "testing\n" port)))
> +                             (pivot-root root put-old)
> +                             (write (file-exists? "/test") out)
> +                             (close out)))))
> +                     (lambda () (primitive-exit 0))))
> +                  (pid (close out)
> +                       (let ((result (read in)))
> +                         (close in)
> +                         (and (zero? (match (waitpid pid)
> +                                            ((_ . status)
> +                                             (status:exit-val status))))
> +                              (eq? #t result))))))))
> expected-value: #t
> actual-value: #f
> result: FAIL

What does “uname -r” report on your system?

This test is known to exercise a kernel bug on recent versions:

  ;; XXX: Skip this test when running Linux > 4.7.5 to work around
  ;; <https://bugzilla.kernel.org/show_bug.cgi?id=183461>.
  (when (or (not perform-container-tests?)
            (version>? (utsname:release (uname)) "4.7.5"))
    (test-skip 1))

(This functionality is used only by the container facilities of ‘guix
environment’ and ‘guix system’, so you shouldn’t take it as a blocker.)

Thanks for reporting the issue,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#26981; Package guix. (Fri, 19 May 2017 09:57:02 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 26981 <at> debbugs.gnu.org
Subject: Re: bug#26981: Test failure in guix (commit
 872a6fd98868d345443f04efdfd974d148c57f9d)
Date: Fri, 19 May 2017 11:56:51 +0200
Hi Ludo,

> What does “uname -r” report on your system?
4.4.0-78-generic

It's an up-to-date Ubuntu 16.04 installation.

> (This functionality is used only by the container facilities of ‘guix
> environment’ and ‘guix system’, so you shouldn’t take it as a blocker.)

OK, then I will just go ahead and switch to "guix from git".

Thanks,
 Konrad.




Severity set to 'minor' from 'normal' Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Fri, 19 May 2017 11:57:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#26981; Package guix. (Thu, 03 Dec 2020 06:32:01 GMT) Full text and rfc822 format available.

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

From: "Robert Smith" <robertsmith <at> posteo.net>
To: <konrad.hinsen <at> fastmail.net>, <26981 <at> debbugs.gnu.org>
Subject: Bug report follow up
Date: Wed, 02 Dec 2020 22:31:14 -0800
Konrad, is this bug report still relevant? I suspect not, since it
seems to have been solved by switching to a more recent version
of guix 3 years ago.
The bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26981
If I don't hear back I'll assume it's safe to close this.

-Robert




Information forwarded to bug-guix <at> gnu.org:
bug#26981; Package guix. (Thu, 03 Dec 2020 08:12:02 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: Robert Smith <robertsmith <at> posteo.net>, 26981 <at> debbugs.gnu.org
Subject: Re: Bug report follow up
Date: Thu, 03 Dec 2020 09:11:01 +0100
Hi Robert,

> Konrad, is this bug report still relevant? I suspect not, since it
> seems to have been solved by switching to a more recent version
> of guix 3 years ago.
> The bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26981
> If I don't hear back I'll assume it's safe to close this.

Yes, it is. Thanks for doing a cleanup!

Konrad.




Information forwarded to bug-guix <at> gnu.org:
bug#26981; Package guix. (Thu, 03 Dec 2020 18:25:01 GMT) Full text and rfc822 format available.

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

From: "Robert Smith" <robertsmith <at> posteo.net>
To: "Konrad Hinsen" <konrad.hinsen <at> fastmail.net>, <26981 <at> debbugs.gnu.org>
Subject: Re: Bug report follow up
Date: Thu, 03 Dec 2020 10:23:54 -0800
On Thu Dec 3, 2020 at 9:11 AM Konrad Hinsen wrote:
> > Konrad, is this bug report still relevant? I suspect not, since it
> > seems to have been solved by switching to a more recent version
> > of guix 3 years ago.
> > The bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26981
> > If I don't hear back I'll assume it's safe to close this.
> 
> Yes, it is. Thanks for doing a cleanup!

This bug report is still relevant? Or are you saying that it is fixed?
Sorry if my email was a bit ambiguous!

-Robert




Information forwarded to bug-guix <at> gnu.org:
bug#26981; Package guix. (Fri, 04 Dec 2020 08:06:02 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: Robert Smith <robertsmith <at> posteo.net>, 26981 <at> debbugs.gnu.org
Subject: Re: Bug report follow up
Date: Fri, 04 Dec 2020 09:05:49 +0100
Hi Robert,

>> > The bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26981
>> > If I don't hear back I'll assume it's safe to close this.
>> 
>> Yes, it is. Thanks for doing a cleanup!
>
> This bug report is still relevant? Or are you saying that it is fixed?
> Sorry if my email was a bit ambiguous!

Right. My full answer is "Yes, it is safe to close this."

Konra.d




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Fri, 04 Dec 2020 19:15:01 GMT) Full text and rfc822 format available.

Notification sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
bug acknowledged by developer. (Fri, 04 Dec 2020 19:15:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: Robert Smith <robertsmith <at> posteo.net>, 26981-done <at> debbugs.gnu.org
Subject: Re: bug#26981: Bug report follow up
Date: Fri, 4 Dec 2020 14:14:49 -0500
On Fri, Dec 04, 2020 at 09:05:49AM +0100, Konrad Hinsen wrote:
> Hi Robert,
> 
> >> > The bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26981
> >> > If I don't hear back I'll assume it's safe to close this.
> >> 
> >> Yes, it is. Thanks for doing a cleanup!
> >
> > This bug report is still relevant? Or are you saying that it is fixed?
> > Sorry if my email was a bit ambiguous!
> 
> Right. My full answer is "Yes, it is safe to close this."

Closing...




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

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

Previous Next


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