From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: node is failing Date: Fri, 14 Oct 2016 06:33:03 +0000 Message-ID: <20161014063303.GA4798@mail.thebird.nl> References: <87r37jvoyp.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buw4h-00065u-9p for guix-devel@gnu.org; Fri, 14 Oct 2016 02:34:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buw4d-0004l2-6R for guix-devel@gnu.org; Fri, 14 Oct 2016 02:34:35 -0400 Received: from mail.thebird.nl ([95.154.246.10]:48940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buw4d-0004is-0q for guix-devel@gnu.org; Fri, 14 Oct 2016 02:34:31 -0400 Content-Disposition: inline In-Reply-To: <87r37jvoyp.fsf@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org On Thu, Oct 13, 2016 at 10:55:26PM +0000, ng0 wrote: > I know many things are failing right now, but I do not have enough > knowledge of node to understand why the test suite fails suddenly. Maybe > some dependency needed only for the test which is failing before node? > > > === 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. (/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. (_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 > [01:28|% 100|+ 1077|- 1]: Done > make: *** [Makefile:118: test] Error 1 libtls updates have been cause for more errors the last months. I suggest disabling this test for now. Someone posted a patch for a node update earlier, but that also has errors - trying to use network sockets in a test. The sane thing to do here is upgrade to the latest patch and disable the few failing tests. Node has been broken in Guix since late July - and that is not good. This is an important package. Pj.