GNU bug report logs - #34282
offload: error parsing derivation `*.drv': expected string `Derive(['

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Fri, 1 Feb 2019 20:59:01 UTC

Severity: normal

Tags: notabug

Done: Ludovic Courtès <ludo <at> gnu.org>

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 34282 in the body.
You can then email your comments to 34282 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#34282; Package guix. (Fri, 01 Feb 2019 20:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mark H Weaver <mhw <at> netris.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 01 Feb 2019 20:59:02 GMT) Full text and rfc822 format available.

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

From: Mark H Weaver <mhw <at> netris.org>
To: bug-guix <at> gnu.org
Subject: offload: error parsing derivation `*.drv': expected string `Derive(['
Date: Fri, 01 Feb 2019 15:57:07 -0500
In the last day or so, I've seen three instances of an offloading error
that I'd never seen before, which causes builds to abort on Hydra.  So
far, they have all been offloads from hydra.gnu.org to
hydra-slave1.netris.org, a build slave which I maintain, and which is
currently running an older version of Guix, circa 0.12.0.  Here's an
excerpt of the nix log output of one of the failures:

--8<---------------cut here---------------start------------->8---
these derivations will be built:
  /gnu/store/rrjvc7hcycy5yfvp6cr2m1vcwqyvc863-r-chemometricswithr-0.1.13.drv
process 2744 acquired build slot '/var/guix/offload/hydra-slave1.netris.org/0'
process 2744 acquired build slot '/var/guix/offload/hydra-slave3.netris.org/0'
load on machine 'hydra-slave1.netris.org' is 1.8 (normalized: 0.9)
@ build-started /gnu/store/rrjvc7hcycy5yfvp6cr2m1vcwqyvc863-r-chemometricswithr-0.1.13.drv - armhf-linux /var/log/guix/drvs/rr//jvc7hcycy5yfvp6cr2m1vcwqyvc863-r-chemometricswithr-0.1.13.drv
sending 28 store items to 'hydra-slave1.netris.org'...
exporting path `/gnu/store/5qjsrh8dncv6sninnyydkzccmh89498r-r-fs-1.2.6.drv'
[...]
exporting path `/gnu/store/zrw4yckqa9g6a8zglkz7g0gfr6k78jl8-r-usethis-1.4.0'
guix offload: error: build failed: error parsing derivation `/gnu/store/5qjsrh8dncv6sninnyydkzccmh89498r-r-fs-1.2.6.drv': expected string `Derive(['
@ hook-failed /gnu/store/rrjvc7hcycy5yfvp6cr2m1vcwqyvc863-r-chemometricswithr-0.1.13.drv - 256 builder for `/gnu/store/rrjvc7hcycy5yfvp6cr2m1vcwqyvc863-r-chemometricswithr-0.1.13.drv' failed with exit code 1
error: build of `/gnu/store/rrjvc7hcycy5yfvp6cr2m1vcwqyvc863-r-chemometricswithr-0.1.13.drv' failed
--8<---------------cut here---------------end--------------->8---

These are the instances I've seen so far:

  https://hydra.gnu.org/build/3353101
  https://hydra.gnu.org/build/3352885
  https://hydra.gnu.org/build/3352564

      Mark




Information forwarded to bug-guix <at> gnu.org:
bug#34282; Package guix. (Mon, 04 Feb 2019 21:32:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Mark H Weaver <mhw <at> netris.org>
Cc: 34282 <at> debbugs.gnu.org
Subject: Re: bug#34282: offload: error parsing derivation `*.drv': expected
 string `Derive(['
Date: Mon, 04 Feb 2019 22:31:21 +0100
Hi Mark,

Mark H Weaver <mhw <at> netris.org> skribis:

> exporting path `/gnu/store/zrw4yckqa9g6a8zglkz7g0gfr6k78jl8-r-usethis-1.4.0'
> guix offload: error: build failed: error parsing derivation `/gnu/store/5qjsrh8dncv6sninnyydkzccmh89498r-r-fs-1.2.6.drv': expected string `Derive(['

Could you check the contents of this file?  This very much suggests a
file system corruption (e.g., the file is actually empty yet considered
valid per /var/guix/db/db.sqlite.)

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#34282; Package guix. (Sat, 09 Mar 2019 18:32:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Mark H Weaver <mhw <at> netris.org>
Cc: 34282 <at> debbugs.gnu.org
Subject: Re: bug#34282: offload: error parsing derivation `*.drv': expected
 string `Derive(['
Date: Sat, 09 Mar 2019 19:30:48 +0100
Hi Mark,

Ludovic Courtès <ludo <at> gnu.org> skribis:

> Mark H Weaver <mhw <at> netris.org> skribis:
>
>> exporting path `/gnu/store/zrw4yckqa9g6a8zglkz7g0gfr6k78jl8-r-usethis-1.4.0'
>> guix offload: error: build failed: error parsing derivation `/gnu/store/5qjsrh8dncv6sninnyydkzccmh89498r-r-fs-1.2.6.drv': expected string `Derive(['
>
> Could you check the contents of this file?  This very much suggests a
> file system corruption (e.g., the file is actually empty yet considered
> valid per /var/guix/db/db.sqlite.)

This explanation is plausible so I’m closing as not-a-bug.  Please do
reopen if you think otherwise.

Thanks,
Ludo’.




Added tag(s) notabug. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 09 Mar 2019 18:32:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 34282 <at> debbugs.gnu.org and Mark H Weaver <mhw <at> netris.org> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 09 Mar 2019 18:32: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. (Sun, 07 Apr 2019 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 19 days ago.

Previous Next


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