* node FTBFS
@ 2016-08-11 12:04 Alex Vong
2016-08-11 12:15 ` Alex Vong
0 siblings, 1 reply; 4+ messages in thread
From: Alex Vong @ 2016-08-11 12:04 UTC (permalink / raw)
To: guix-devel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: node FTBFS
2016-08-11 12:04 node FTBFS Alex Vong
@ 2016-08-11 12:15 ` Alex Vong
2016-08-11 15:23 ` Jelle Licht
0 siblings, 1 reply; 4+ messages in thread
From: Alex Vong @ 2016-08-11 12:15 UTC (permalink / raw)
To: guix-devel
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 <alexvong1995@gmail.com> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: node FTBFS
2016-08-11 12:15 ` Alex Vong
@ 2016-08-11 15:23 ` Jelle Licht
2016-08-12 9:35 ` Alex Vong
0 siblings, 1 reply; 4+ messages in thread
From: Jelle Licht @ 2016-08-11 15:23 UTC (permalink / raw)
To: Alex Vong; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1747 bytes --]
Hi Alex,
The patch I supplied at [0] seems to not have these issues:
- It builds (yay)
- That particular test seems run successfully
Some other tests had to be disabled, but this was mostly due
to constraints of the build environment.
Thanks,
Jelle
[0]: https://lists.gnu.org/archive/html/guix-devel/2016-08/msg00351.html
2016-08-11 14:15 GMT+02:00 Alex Vong <alexvong1995@gmail.com>:
> 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 <alexvong1995@gmail.com> 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
>
>
[-- Attachment #2: Type: text/html, Size: 2637 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: node FTBFS
2016-08-11 15:23 ` Jelle Licht
@ 2016-08-12 9:35 ` Alex Vong
0 siblings, 0 replies; 4+ messages in thread
From: Alex Vong @ 2016-08-12 9:35 UTC (permalink / raw)
To: Jelle Licht; +Cc: guix-devel
Jelle Licht <jlicht@fsfe.org> writes:
> Hi Alex,
>
> The patch I supplied at [0] seems to not have these issues:
> - It builds (yay)
> - That particular test seems run successfully
>
> Some other tests had to be disabled, but this was mostly due
> to constraints of the build environment.
>
Indeed, it builds on my machine too.
> Thanks,
> Jelle
>
> [0]:
> https://lists.gnu.org/archive/html/guix-devel/2016-08/msg00351.html
>
> 2016-08-11 14:15 GMT+02:00 Alex Vong <alexvong1995@gmail.com>:
>
> 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 <alexvong1995@gmail.com> 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
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-08-12 15:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11 12:04 node FTBFS Alex Vong
2016-08-11 12:15 ` Alex Vong
2016-08-11 15:23 ` Jelle Licht
2016-08-12 9:35 ` Alex Vong
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.