Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 581032 - net-libs/nodejs-5.11.0 bump / test failure
Summary: net-libs/nodejs-5.11.0 bump / test failure
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johan Bergström
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-24 11:02 UTC by Patrick Lauer
Modified: 2016-10-25 06:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2016-04-24 11:02:45 UTC
=== release test-http-after-connect ===                                        
Path: parallel/test-http-after-connect
Server got CONNECT request
events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: Parse Error
    at Error (native)
    at Socket.socketOnData (_http_client.js:359:20)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at readableAddChunk (_stream_readable.js:153:18)
    at Socket.Readable.push (_stream_readable.js:111:10)
    at TCP.onread (net.js:534:20)
Command: out/Release/node /var/tmp/portage/net-libs/nodejs-5.11.0/work/node-v5.11.0/test/parallel/test-http-after-connect.js
=== release test-http-connect-req-res ===                                      
Path: parallel/test-http-connect-req-res
Server got CONNECT request
events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: Parse Error
    at Error (native)
    at Socket.socketOnData (_http_client.js:359:20)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at readableAddChunk (_stream_readable.js:153:18)
    at Socket.Readable.push (_stream_readable.js:111:10)
    at TCP.onread (net.js:534:20)
Command: out/Release/node /var/tmp/portage/net-libs/nodejs-5.11.0/work/node-v5.11.0/test/parallel/test-http-connect-req-res.js
=== release test-http-connect ===                             
Path: parallel/test-http-connect
Server got CONNECT request
events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: Parse Error
    at Error (native)
    at Socket.socketOnData (_http_client.js:359:20)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at readableAddChunk (_stream_readable.js:153:18)
    at Socket.Readable.push (_stream_readable.js:111:10)
    at TCP.onread (net.js:534:20)
Command: out/Release/node /var/tmp/portage/net-libs/nodejs-5.11.0/work/node-v5.11.0/test/parallel/test-http-connect.js
=== release test-tls-over-http-tunnel ===                                      
Path: parallel/test-tls-over-http-tunnel
CLIENT: Making CONNECT request
PROXY: got a client connection
PROXY: got CONNECT request
PROXY: creating a tunnel
PROXY: replying to client CONNECT request
events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: Parse Error
    at Error (native)
    at Socket.socketOnData (_http_client.js:359:20)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at readableAddChunk (_stream_readable.js:153:18)
    at Socket.Readable.push (_stream_readable.js:111:10)
    at TCP.onread (net.js:534:20)
Command: out/Release/node /var/tmp/portage/net-libs/nodejs-5.11.0/work/node-v5.11.0/test/parallel/test-tls-over-http-tunnel.js
[01:52|% 100|+ 1063|-   4]: Done                                               
 * ERROR: net-libs/nodejs-5.11.0::gentoo failed (test phase):
 *   (no error message)
Comment 1 Johan Bergström 2016-04-24 11:04:03 UTC
Can you reproduce outside of gentoo sandbox?