<div dir="ltr"><div>Le ven. 29 juil. 2022 à 20:27, Lucas Nussbaum <<a href="mailto:lucas@debian.org">lucas@debian.org</a>> a écrit :<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Source: nodejs<br>
Version: 18.6.0+dfsg-3<br>
Severity: serious<br>
Justification: FTBFS<br>
Tags: bookworm sid ftbfs<br>
User: <a href="mailto:lucas@debian.org" target="_blank">lucas@debian.org</a><br>
Usertags: ftbfs-20220728 ftbfs-bookworm<br>
<br>
Hi,<br>
<br>
During a rebuild of all packages in sid, your package failed to build<br>
on amd64.<br>
<br>
<br>
Relevant part (hopefully):<br>
> not ok 1778 parallel/test-net-socket-connect-without-cb<br>
> ---<br>
> duration_ms: 0.261<br>
> severity: fail<br>
> exitcode: 1<br>
> stack: |-<br>
> node:events:491<br>
> throw er; // Unhandled 'error' event<br>
> ^<br>
> <br>
> Error: getaddrinfo EAI_AGAIN localhost<br>
> at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:26)<br>
> Emitted 'error' event on Socket instance at:<br>
> at emitErrorNT (node:internal/streams/destroy:151:8)<br>
> at emitErrorCloseNT (node:internal/streams/destroy:116:3)<br>
> at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {<br>
> errno: -3001,<br>
> code: 'EAI_AGAIN',<br>
> syscall: 'getaddrinfo',<br>
> hostname: 'localhost'<br>
> }<br>
> <br>
> Node.js v18.6.0<br>
> ...<br>
<br></blockquote><div><br></div><div><div>Those</div><div>Error: getaddrinfo EAI_AGAIN localhost</div><div>are really painful.</div><div>Some build environments have localhost -> 127.0.0.1 and some have localhost -> ::1.</div><div>Some can't even resolve "localhost" !</div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> not ok 2130 parallel/test-socket-write-after-fin-error<br>
> ---<br>
> duration_ms: 0.327<br>
> severity: fail<br>
> exitcode: 1<br>
> stack: |-<br>
> node:assert:400<br>
> throw err;<br>
> ^<br>
> <br>
> AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:<br>
> <br>
> assert(gotServerError)<br>
> <br>
> at process.<anonymous> (/<<PKGBUILDDIR>>/test/parallel/test-socket-write-after-fin-error.js:52:5)<br>
> at process.emit (node:events:525:35) {<br>
> generatedMessage: true,<br>
> code: 'ERR_ASSERTION',<br>
> actual: false,<br>
> expected: true,<br>
> operator: '=='<br>
> }<br>
> <br>
> Node.js v18.6.0<br>
> ...<br>
[...]<br>
> not ok 2576 parallel/test-tls-streamwrap-buffersize<br>
> ---<br>
> duration_ms: 0.326<br>
> severity: fail<br>
> exitcode: 1<br>
> stack: |-<br>
> Mismatched <anonymous> function calls. Expected exactly 1, actual 0.<br>
> at Proxy.mustCall (/<<PKGBUILDDIR>>/test/common/index.js:392:10)<br>
> at TLSSocket.<anonymous> (/<<PKGBUILDDIR>>/test/parallel/test-tls-streamwrap-buffersize.js:63:35)<br>
> at TLSSocket.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:434:15)<br>
> at Object.onceWrapper (node:events:627:28)<br>
> at TLSSocket.emit (node:events:513:28)<br>
> at TLSSocket.onConnectSecure (node:_tls_wrap:1567:10)<br>
> at TLSSocket.emit (node:events:513:28)<br>
> at TLSSocket._finishInit (node:_tls_wrap:948:8)<br>
> at ssl.onhandshakedone (node:_tls_wrap:729:12)<br>
> ...<br><br></blockquote><div><br></div><div><br></div><div>I suspect those issues come from untimely upload of libuv1 1.44.2 :( </div></div></div>