GNU bug report logs - #42148
guix-1.1.0-13.26611f5 fails to build

Previous Next

Package: guix;

Reported by: Mathieu Othacehe <othacehe <at> gnu.org>

Date: Wed, 1 Jul 2020 07:10:01 UTC

Severity: important

Tags: moreinfo

Merged with 38958

Done: Ricardo Wurmus <rekado <at> elephly.net>

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 42148 in the body.
You can then email your comments to 42148 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#42148; Package guix. (Wed, 01 Jul 2020 07:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mathieu Othacehe <othacehe <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 01 Jul 2020 07:10:01 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: bug-guix <at> gnu.org
Cc: janneke <at> gnu.org
Subject: guix-1.1.0-13.26611f5 fails to build
Date: Wed, 01 Jul 2020 09:09:16 +0200
[Message part 1 (text/plain, inline)]
Hello,

There are two test failures on berlin during guix-1.1.0-13.26611f5
tests. Log attached!

Thanks,

Mathieu
[log.gz (application/gzip, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#42148; Package guix. (Wed, 01 Jul 2020 07:46:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: 42148 <at> debbugs.gnu.org
Subject: Re: bug#42148: guix-1.1.0-13.26611f5 fails to build
Date: Wed, 01 Jul 2020 09:45:22 +0200
> There are two test failures on berlin during guix-1.1.0-13.26611f5
> tests. Log attached!

Note that on my own machine, I cannot reproduce this issue.

Mathieu




Information forwarded to bug-guix <at> gnu.org:
bug#42148; Package guix. (Wed, 01 Jul 2020 22:13:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 42148 <at> debbugs.gnu.org
Subject: Re: bug#42148: guix-1.1.0-13.26611f5 fails to build
Date: Thu, 02 Jul 2020 00:11:55 +0200
Hi,

Mathieu Othacehe <othacehe <at> gnu.org> skribis:

> There are two test failures on berlin during guix-1.1.0-13.26611f5
> tests. Log attached!

The actual build failure concerns code that hasn’t change in recent
years:

--8<---------------cut here---------------start------------->8---
test-name: filtered-port, file
location: /tmp/guix-build-guix-1.1.0-13.26611f5.drv-0/source/tests/utils.scm:146
source:
+ (test-assert
+   "filtered-port, file"
+   (let* ((file (search-path %load-path "guix.scm"))
+          (input (open-file file "r0b")))
+     (let*-values
+       (((compressed pids1)
+         (filtered-port `(,%gzip "-c" "--fast") input))
+        ((decompressed pids2)
+         (filtered-port `(,%gzip "-d") compressed)))
+       (and (every (compose zero? cdr waitpid)
+                   (append pids1 pids2))
+            (equal?
+              (get-bytevector-all decompressed)
+              (call-with-input-file file get-bytevector-all))))))
actual-value: #f
result: FAIL
--8<---------------cut here---------------end--------------->8---

However, the log also shows that something’s wrong with time on that
machine:

--8<---------------cut here---------------start------------->8---
starting phase `check'
make: guix/store/schema.sql: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make: Warning: File 'guix/store/schema.sql' has modification time 15586324043 s in the future
  GEN      nix/libstore/schema.sql.hh
make  check-recursive
make[1]: Entering directory '/tmp/guix-build-guix-1.1.0-13.26611f5.drv-0/source'
Making check in po/guix
make[2]: Entering directory '/tmp/guix-build-guix-1.1.0-13.26611f5.drv-0/source/po/guix'
make[2]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.26611f5.drv-0/source/po/guix'
Making check in po/packages
make[2]: Entering directory '/tmp/guix-build-guix-1.1.0-13.26611f5.drv-0/source/po/packages'
make[2]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.26611f5.drv-0/source/po/packages'
make[2]: Entering directory '/tmp/guix-build-guix-1.1.0-13.26611f5.drv-0/source'
make[2]: guix/store/schema.sql: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make[2]: Warning: File 'guix/store/schema.sql' has modification time 15586324043 s in the future
  GEN      nix/libstore/schema.sql.hh
  CXX      nix/libstore/libstore_a-local-store.o
  AR       libstore.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CXXLD    guix-daemon
make[2]: guix/base16.scm: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make[2]: guix/base32.scm: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make[2]: guix/cpio.scm: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make[2]: guix/pki.scm: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make[2]: guix/memoization.scm: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make[2]: guix/sets.scm: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make[2]: guix/monad-repl.scm: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999
make[2]: guix/glob.scm: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

[...]

Compiling Scheme modules...
[  1%] LOAD     guix/base16.scm
[  1%] LOAD     guix/base32.scm
[  2%] LOAD     guix/cpio.scm
[  3%] LOAD     guix/pki.scm
[  3%] LOAD     guix/memoization.scm
[  4%] LOAD     guix/sets.scm
[  5%] LOAD     guix/monad-repl.scm
[  5%] LOAD     guix/glob.scm
[  6%] LOAD     guix/workers.scm
[  7%] LOAD     guix/zlib.scm
[  7%] LOAD     guix/build-system.scm
[  8%] LOAD     guix/build-system/android-ndk.scm
--8<---------------cut here---------------end--------------->8---

I suspect that weird timestamp issue could well explain many things.

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#42148; Package guix. (Thu, 02 Jul 2020 07:01:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 42148 <at> debbugs.gnu.org
Subject: Re: bug#42148: guix-1.1.0-13.26611f5 fails to build
Date: Thu, 02 Jul 2020 09:00:26 +0200
Hey!

> [  5%] LOAD     guix/glob.scm
> [  6%] LOAD     guix/workers.scm
> [  7%] LOAD     guix/zlib.scm
> [  7%] LOAD     guix/build-system.scm
> [  8%] LOAD     guix/build-system/android-ndk.scm
>
> I suspect that weird timestamp issue could well explain many things.

Oh good catch, I didn't notice it. All build machines seem to have a
sane "date" output, but I guess the issue is probably trickier. For now,
I'll make a new Guix update to trigger a new rebuild and try to find the
guilty machine in parallel.

Thanks,

Mathieu




Merged 38958 42148. Request was from Mathieu Othacehe <mathieu <at> cervin.i-did-not-set--mail-host-address--so-tickle-me> to control <at> debbugs.gnu.org. (Thu, 03 Sep 2020 11:55:01 GMT) Full text and rfc822 format available.

Severity set to 'important' from 'normal' Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 16 Sep 2020 19:59:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#42148; Package guix. (Wed, 09 Jun 2021 13:15:02 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 42148 <at> debbugs.gnu.org, janneke <at> gnu.org
Subject: Re: bug#42148: guix-1.1.0-13.26611f5 fails to build
Date: Mon, 22 Mar 2021 14:07:42 +0100
Hi,

On Wed, 01 Jul 2020 at 09:09, Mathieu Othacehe <othacehe <at> gnu.org> wrote:

> There are two test failures on berlin during guix-1.1.0-13.26611f5
> tests. Log attached!

What is the status of this bug#42148?  From my understanding, it could
be closed.  Right?

<http://issues.guix.gnu.org/issue/42148>

Cheers,
simon




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 16 Jun 2022 06:36:01 GMT) Full text and rfc822 format available.

Notification sent to Mathieu Othacehe <othacehe <at> gnu.org>:
bug acknowledged by developer. (Thu, 16 Jun 2022 06:36:01 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 42148-done <at> debbugs.gnu.org
Subject: guix-1.1.0-13.26611f5 fails to build
Date: Thu, 16 Jun 2022 08:34:57 +0200
Closing, because this is no longer relevant.

-- 
Ricardo




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 16 Jun 2022 06:36:02 GMT) Full text and rfc822 format available.

Notification sent to Roel Janssen <roel <at> gnu.org>:
bug acknowledged by developer. (Thu, 16 Jun 2022 06:36:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 14 Jul 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 286 days ago.

Previous Next


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