<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Op 10-11-2020 om 16:21 schreef Andrey Rahmatullin:
<blockquote type="cite"
cite="mid:20201110152110.GA2290@belkar.wrar.name">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">Running 7 test cases...
started daemon at port 5923
terminate called after throwing an instance of 'boost::wrapexcept<boost::system::system_error>'
what(): resolve: Host not found (authoritative)
</pre>
</blockquote>
</blockquote>
</blockquote>
<pre class="moz-quote-pre" wrap="">Looks like it tries to resolve something, and that usually implies
Internet access, as otherwise you could just connect to localhost?
Accessing the Internet is forbidden during building.
</pre>
</blockquote>
The test case tried to resolve "127.0.0.1" as host. I've changed
that to "localhost" since adding a flag for boost to only interpret
the value as numeric is not easy to add to the code. I've seen hosts
where localhost is mapped to some other IP address in the range
127.0.0.0/255 Could this be the case on the particular build machine
where the test failed?<br>
<br>
Anyway, I assume that using localhost will be sufficient to fix this
problem. We'll see that shorly.<br>
<br>
regards, -maarten<br>
</body>
</html>