Just to be complete, this is the error obtained when building on local
machine:
=== release test-tls-alpn-server-client ===
Path: parallel/test-tls-alpn-server-client
assert.js:90
throw new assert.AssertionError({
^
AssertionError: 'first-priority-unsupported' === false
at checkResults
(/tmp/guix-build-node-6.0.0.drv-0/node-v6.0.0/test/parallel/test-tls-alpn-server-client.js:32:10)
at
/tmp/guix-build-node-6.0.0.drv-0/node-v6.0.0/test/parallel/test-tls-alpn-server-client.js:101:5
at TLSSocket.<anonymous>
(/tmp/guix-build-node-6.0.0.drv-0/node-v6.0.0/test/parallel/test-tls-alpn-server-client.js:66:9)
at TLSSocket.g (events.js:286:16)
at emitNone (events.js:86:13)
at TLSSocket.emit (events.js:185:7)
at TLSSocket.<anonymous> (_tls_wrap.js:1072:16)
at emitNone (events.js:86:13)
at TLSSocket.emit (events.js:185:7)
at TLSSocket._finishInit (_tls_wrap.js:580:8)
Command: out/Release/node
/tmp/guix-build-node-6.0.0.drv-0/node-v6.0.0/test/parallel/test-tls-alpn-server-client.js
Alex Vong <[email protected]> writes:
> Hi guixers,
>
> Node now fails 1 test more, in addition to some of the already disabled
> tests. Perhaps someone interested can have a look. Node fails to build
> in hydra since 2/8.
>
> Thanks,
> Alex