unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36176: ``make check'' 3 failures?
@ 2019-06-12  4:05 neet
  2019-06-12 12:14 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: neet @ 2019-06-12  4:05 UTC (permalink / raw)
  To: 36176

Hello, I'm trying to set up an appropriate environment for writing
packages. Following
https://www.gnu.org/software/guix/manual/en/html_node/Building-from-Git.html
tells me to run ``make check'' and says:
>If anything fails, take a look at installation instructions (see
>Installation) or send a message to the mailing list.
which points to guix-devel@gnu.org but the test suite says to report
this to bug-guix@gnu.org, so I apologize in advance if I'm taking this
to the wrong place.

Anyway, the test suite ends with 3 failures:

============================================================================
Testsuite summary for GNU Guix 1.0.1.665-2444a
============================================================================
# TOTAL: 917
# PASS:  908
# SKIP:  6
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-guix@gnu.org
============================================================================

Here is the test-suite.log file: http://ix.io/1Lzj

I'm quite new to Guix so I'm not sure what I should be doing at this
point. I'm just trying to get my hands started on writing packages :)

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

* bug#36176: ``make check'' 3 failures?
  2019-06-12  4:05 bug#36176: ``make check'' 3 failures? neet
@ 2019-06-12 12:14 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-06-12 12:14 UTC (permalink / raw)
  To: neet; +Cc: 36176

Hi neet,

The test suite log shows things like this:

--8<---------------cut here---------------start------------->8---
substitute: unmatched line "<html><head><meta http-equiv=\"refresh\" content=\"0;url=http://searchguide.tds.net/index.php?origURL=http://does-not-exist%2Fnix-cache-info&bc=\"/></head><body><script type=\"text/javascript\">window.location=\"http://searchguide.tds.net/index.php?origURL=\"+escape(window.location)+\"&r=\"+escape(document.referrer)+\"&bc=\";</script></body></html>"
actual-value: #f
actual-error:
+ (srfi-34
+   #<condition &store-protocol-error [message: "substituter `substitute' died unexpectedly" status: 1] 39a9ab0>)
--8<---------------cut here---------------end--------------->8---

This shows that your ISP performs “DNS hijacking”: instead of getting an
error when resolving the ‘does-not-exist’ domain used in the test, your
ISP resolves it and serves an HTML page.

This is the same with the 3 test failures you observe, and there’s
nothing we can do about it.

Thanks anyway for the report!

Ludo’.

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

end of thread, other threads:[~2019-06-12 12:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12  4:05 bug#36176: ``make check'' 3 failures? neet
2019-06-12 12:14 ` Ludovic Courtès

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