unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42148: guix-1.1.0-13.26611f5 fails to build
@ 2020-07-01  7:09 Mathieu Othacehe
  2020-07-01  7:45 ` Mathieu Othacehe
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mathieu Othacehe @ 2020-07-01  7:09 UTC (permalink / raw)
  To: 42148

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


Hello,

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

Thanks,

Mathieu

[-- Attachment #2: log.gz --]
[-- Type: application/gzip, Size: 130131 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42148: guix-1.1.0-13.26611f5 fails to build
  2020-07-01  7:09 bug#42148: guix-1.1.0-13.26611f5 fails to build Mathieu Othacehe
@ 2020-07-01  7:45 ` Mathieu Othacehe
  2020-07-01 22:11 ` Ludovic Courtès
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Mathieu Othacehe @ 2020-07-01  7:45 UTC (permalink / raw)
  To: 42148


> 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




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42148: guix-1.1.0-13.26611f5 fails to build
  2020-07-01  7:09 bug#42148: guix-1.1.0-13.26611f5 fails to build Mathieu Othacehe
  2020-07-01  7:45 ` Mathieu Othacehe
@ 2020-07-01 22:11 ` Ludovic Courtès
  2020-07-02  7:00   ` Mathieu Othacehe
  2021-03-22 13:07 ` zimoun
  2022-06-16  6:34 ` Ricardo Wurmus
  3 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2020-07-01 22:11 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 42148

Hi,

Mathieu Othacehe <othacehe@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’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42148: guix-1.1.0-13.26611f5 fails to build
  2020-07-01 22:11 ` Ludovic Courtès
@ 2020-07-02  7:00   ` Mathieu Othacehe
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Othacehe @ 2020-07-02  7:00 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 42148


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




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42148: guix-1.1.0-13.26611f5 fails to build
  2020-07-01  7:09 bug#42148: guix-1.1.0-13.26611f5 fails to build Mathieu Othacehe
  2020-07-01  7:45 ` Mathieu Othacehe
  2020-07-01 22:11 ` Ludovic Courtès
@ 2021-03-22 13:07 ` zimoun
  2022-06-16  6:34 ` Ricardo Wurmus
  3 siblings, 0 replies; 6+ messages in thread
From: zimoun @ 2021-03-22 13:07 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 42148

Hi,

On Wed, 01 Jul 2020 at 09:09, Mathieu Othacehe <othacehe@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




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42148: guix-1.1.0-13.26611f5 fails to build
  2020-07-01  7:09 bug#42148: guix-1.1.0-13.26611f5 fails to build Mathieu Othacehe
                   ` (2 preceding siblings ...)
  2021-03-22 13:07 ` zimoun
@ 2022-06-16  6:34 ` Ricardo Wurmus
  3 siblings, 0 replies; 6+ messages in thread
From: Ricardo Wurmus @ 2022-06-16  6:34 UTC (permalink / raw)
  To: 42148-done

Closing, because this is no longer relevant.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-16  6:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01  7:09 bug#42148: guix-1.1.0-13.26611f5 fails to build Mathieu Othacehe
2020-07-01  7:45 ` Mathieu Othacehe
2020-07-01 22:11 ` Ludovic Courtès
2020-07-02  7:00   ` Mathieu Othacehe
2021-03-22 13:07 ` zimoun
2022-06-16  6:34 ` Ricardo Wurmus

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).