[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24687: Tests fail building on Arch Linux
From: |
Ludovic Courtès |
Subject: |
bug#24687: Tests fail building on Arch Linux |
Date: |
Fri, 14 Oct 2016 15:03:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hi,
David McInnis <address@hidden> skribis:
> substitute: guix/ui.scm:1209:6: In procedure run-guix-command:
> substitute: guix/ui.scm:1209:6: unmatched line "<html><head><meta
> http-equiv=\"refresh\"
> content=\"0;url=http://webhelper.centurylink.com/index.php?origURL=http://does-not-exist/nix-cache-info&bc=\"/></head><body><script
>
> type=\"text/javascript\">window.location=\"http://webhelper.centurylink.com/index.php?origURL=\"+escape(window.location)+\"&r=\"+escape(document.referrer)+\"&bc=\";</script></body></html>"
> actual-value: #f
> actual-error:
> + (srfi-34
> + #<condition &nix-protocol-error [message: "substituter `substitute' died
> unexpectedly" status: 1] 55cb734910f0>)
> result: FAIL
I think your ISP does DNS hijacking: it resolves the “does-not-exist”
hostname used in this test and other tests to an IP. The tests expect
an name lookup error, and instead get this, hence the error.
I think there’s not much we can do on your side, but you should
definitely complain to your ISP. :-)
Thanks,
Ludo’.