[Pkg-javascript-devel] FTBFS with HEAD of master branch :-(

Jonas Smedegaard dr at jones.dk
Wed Jul 25 21:26:47 UTC 2012


Hi - especially Jérémy,

As I wrote you on IRC, I prepared a package release of nodejs fixing the 
namespace clash.

As you noticed, I did so carefully keeping changes to an absolute 
minimum - e.g. editing debian/control directly instead of the usual 
indirect editing via debian/control.in.  Reason for that is to raise the 
likelihood of release managers approving a request for freeze exception.

Unfortunately the build currently fails to build, and I'd love it if 
someone (you, Jérémy?) could have a look at it with fresh eyes.

Attached is my buildlog from the failing build.

Please do keep changes to an absolute minimum.  Or if in doubt, don't 
touch it but reach me at irc://oftc.net/#debian-js to discuss it.  I 
expect to be at my console most of daytime tomorrow (european time).


Regards,

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private
-------------- next part --------------
dpkg-buildpackage: source package nodejs
dpkg-buildpackage: source version 0.6.19~dfsg1-3
dpkg-buildpackage: source changed by Jonas Smedegaard <dr at jones.dk>
 dpkg-source --before-build nodejs
dpkg-source: info: applying 2001_FHS_paths_for_nodejs.patch
dpkg-source: info: applying 2002_build_without_libv8_debug.patch
dpkg-source: info: applying 2003_rename_node_to_nodejs.patch
dpkg-source: info: applying 2005_expected_failing_tests.patch
dpkg-source: info: applying 2007_fix_use_shared_zlib.patch
dpkg-source: info: applying 2008_fix_use_shared_cares.patch
dpkg-source: info: applying 2009_fix_shared_ev.patch
dpkg-source: info: applying 2011_enable_mipsel_build.patch
dpkg-source: info: applying 1001_align_fast_buffers_8byte_boundary.patch
dpkg-source: info: applying 2012_fix_v8_3_10.patch
dpkg-source: info: applying 2013_waf_linkflags.patch
 fakeroot debian/rules clean
dpkg-checkbuilddeps -B
test -x debian/rules
dh_testroot
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make  -C .  -k clean
make[1]: Entering directory `/srv/data/jonas-src/DEBIAN/alioth/pkg-javascript/nodejs'
python tools/waf-light clean
Nothing to clean (project not configured)
make[1]: *** [clean] Error 1
make[1]: Leaving directory `/srv/data/jonas-src/DEBIAN/alioth/pkg-javascript/nodejs'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-check
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: failed to remove `.': Invalid argument
make: [makefile-clean] Error 1 (ignored)
rm -f debian/copyright_newhints
rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check
rm -rf "debian/upstream-cruft"
rm -f debian/stamp-upstream-cruft
dh_clean 
rm -f debian/stamp-autotools-files
rm -f node
rm -f node_g
rm -f .lock-wscript
rm -rf build
rm -f test/fixtures/hello.txt
rm -rf test/tmp
find . -name "*.pyc" -delete
rm -rf out
rm -rf doc/api/_toc.html doc/api/_toc.json doc/api/addons.html doc/api/addons.json doc/api/all.html doc/api/all.json doc/api/appendix_1.html doc/api/appendix_1.json doc/api/assert.html doc/api/assert.json doc/api/assets doc/api/buffer.html doc/api/buffer.json doc/api/child_process.html doc/api/child_process.json doc/api/cluster.html doc/api/cluster.json doc/api/crypto.html doc/api/crypto.json doc/api/debugger.html doc/api/debugger.json doc/api/dgram.html doc/api/dgram.json doc/api/dns.html doc/api/dns.json doc/api/documentation.html doc/api/documentation.json doc/api/events.html doc/api/events.json doc/api/fs.html doc/api/fs.json doc/api/globals.html doc/api/globals.json doc/api/http.html doc/api/http.json doc/api/https.html doc/api/https.json doc/api/index.html doc/api/index.json doc/api/modules.html doc/api/modules.json doc/api/net.html doc/api/net.json doc/api/os.html doc/api/os.json doc/api/path.html doc/api/path.json doc/api/process.html doc/api/process.json doc/api/querystring.html doc/api/querystring.json doc/api/readline.html doc/api/readline.json doc/api/repl.html doc/api/repl.json doc/api/stdio.html doc/api/stdio.json doc/api/stream.html doc/api/stream.json doc/api/string_decoder.html doc/api/string_decoder.json doc/api/synopsis.html doc/api/synopsis.json doc/api/timers.html doc/api/timers.json doc/api/tls.html doc/api/tls.json doc/api/tty.html doc/api/tty.json doc/api/url.html doc/api/url.json doc/api/util.html doc/api/util.json doc/api/vm.html doc/api/vm.json doc/api/zlib.html doc/api/zlib.json
rm -f debian/replace-items
 dpkg-source -b nodejs
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building nodejs using existing ./nodejs_0.6.19~dfsg1.orig.tar.gz
dpkg-source: info: building nodejs in nodejs_0.6.19~dfsg1-3.debian.tar.gz
dpkg-source: info: building nodejs in nodejs_0.6.19~dfsg1-3.dsc
 dpkg-genchanges -S >../nodejs_0.6.19~dfsg1-3_source.changes
dpkg-genchanges: not including original source code in upload
 dpkg-source --after-build nodejs
dpkg-source: info: unapplying 2013_waf_linkflags.patch
dpkg-source: info: unapplying 2012_fix_v8_3_10.patch
dpkg-source: info: unapplying 1001_align_fast_buffers_8byte_boundary.patch
dpkg-source: info: unapplying 2011_enable_mipsel_build.patch
dpkg-source: info: unapplying 2009_fix_shared_ev.patch
dpkg-source: info: unapplying 2008_fix_use_shared_cares.patch
dpkg-source: info: unapplying 2007_fix_use_shared_zlib.patch
dpkg-source: info: unapplying 2005_expected_failing_tests.patch
dpkg-source: info: unapplying 2003_rename_node_to_nodejs.patch
dpkg-source: info: unapplying 2002_build_without_libv8_debug.patch
dpkg-source: info: unapplying 2001_FHS_paths_for_nodejs.patch
dpkg-buildpackage: binary and diff upload (original source NOT included)
 -> Copying COW directory
  forking: rm -rf /var/cache/pbuilder/build-sid/cow.26791 
  forking: cp -al /var/cache/pbuilder/cow-sid /var/cache/pbuilder/build-sid/cow.26791 
I: unlink for ilistfile /var/cache/pbuilder/build-sid/cow.26791/.ilist failed, it didn't exist?
  forking: chroot /var/cache/pbuilder/build-sid/cow.26791 cowdancer-ilistcreate /.ilist find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a -links +1 -print0 \) | xargs -0 stat --format '%d %i ' 
 -> Invoking pbuilder
  forking: pbuilder build --debbuildopts  --debbuildopts  --aptcache  --hookdir /var/cache/pbuilder/hooks-sid/ --pkgname-logfile --buildplace /var/cache/pbuilder/build-sid/cow.26791 --buildresult /srv/data/jonas-src/pbuild-sid --debbuildopts  --no-targz --internal-chrootexec chroot /var/cache/pbuilder/build-sid/cow.26791 cow-shell /srv/data/jonas-src/DEBIAN/alioth/pkg-javascript/nodejs_0.6.19~dfsg1-3.dsc 
W: /root/.pbuilderrc does not exist
I: Running in no-targz mode
I: using fakeroot in build.
I: Current time: Wed Jul 25 20:50:41 CEST 2012
I: pbuilder-time-stamp: 1343242241
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
W: hookdir /var/cache/pbuilder/hooks-sid/ does not exist, skipping
I: Using pkgname logfile
I: Current time: Wed Jul 25 20:50:41 CEST 2012
I: pbuilder-time-stamp: 1343242241
I: Setting up ccache
I: Installing the build-deps
W: no hooks of type D found -- ignoring
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: cdbs, devscripts, debhelper, dh-buildinfo, python, libv8-dev (>= 3.7), binutils, libssl-dev (>= 1.0.0g), libev-dev (>= 1:4.11), libc-ares-dev (>= 1.7.5), openssl (>= 1.0.0g), pkg-config, bash-completion, curl, procps, zlib1g-dev
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 12422 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from .../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on devscripts; however:
  Package devscripts is not installed.
 pbuilder-satisfydepends-dummy depends on dh-buildinfo; however:
  Package dh-buildinfo is not installed.
 pbuilder-satisfydepends-dummy depends on python; however:
  Package python is not installed.
 pbuilder-satisfydepends-dummy depends on libv8-dev (>= 3.7); however:
  Package libv8-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libssl-dev (>= 1.0.0g); however:
  Package libssl-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libev-dev (>= 1:4.11); however:
  Package libev-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libc-ares-dev (>= 1.7.5); however:
  Package libc-ares-dev is not installed.
 pbuilder-satisfydepends-dummy depends on openssl (>= 1.0.0g); however:
  Package openssl is not installed.
 pbuilder-satisfydepends-dummy depends on pkg-config; however:
  P
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  bash-completion{a} curl{a} devscripts{a} dh-buildinfo{a} libc-ares-dev{a} 
  libc-ares2{a} libcurl3{a} libev-dev{a} libev4{a} libexpat1{a} 
  libgcrypt11{a} libgnutls26{a} libgpg-error0{a} libgssapi-krb5-2{a} 
  libidn11{a} libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} 
  libkrb5support0{a} libldap-2.4-2{a} libp11-kit0{a} libpopt0{a} 
  libprocps0{a} librtmp0{a} libsasl2-2{a} libssh2-1{a} libssl-dev{a} 
  libssl1.0.0{a} libtasn1-3{a} libv8-3.8.9.20{a} libv8-dev{a} 
  mime-support{a} openssl{a} pkg-config{a} procps{a} python{a} 
  python-minimal{a} python2.7{a} python2.7-minimal{a} zlib1g-dev{a} 
0 packages upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.1 MB of archives. After unpacking 42.2 MB will be used.
Writing extended state information...
Get: 1 http://127.0.0.1/debian/ sid/main libpopt0 amd64 1.16-7 [56.4 kB]
Get: 2 http://127.0.0.1/debian/ sid/main libprocps0 amd64 1:3.3.3-2 [58.1 kB]
Get: 3 http://127.0.0.1/debian/ sid/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB]
Get: 4 http://127.0.0.1/debian/ sid/main bash-completion all 1:2.0-1 [193 kB]
Get: 5 http://127.0.0.1/debian/ sid/main libgpg-error0 amd64 1.10-3 [66.8 kB]
Get: 6 http://127.0.0.1/debian/ sid/main libgcrypt11 amd64 1.5.0-3 [298 kB]
Get: 7 http://127.0.0.1/debian/ sid/main libp11-kit0 amd64 0.12-3 [52.8 kB]
Get: 8 http://127.0.0.1/debian/ sid/main libtasn1-3 amd64 2.13-2 [67.7 kB]
Get: 9 http://127.0.0.1/debian/ sid/main libgnutls26 amd64 2.12.20-1 [616 kB]
Get: 10 http://127.0.0.1/debian/ sid/main libkeyutils1 amd64 1.5.5-3 [8552 B]
Get: 11 http://127.0.0.1/debian/ sid/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB]
Get: 12 http://127.0.0.1/debian/ sid/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB]
Get: 13 http://127.0.0.1/debian/ sid/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB]
Get: 14 http://127.0.0.1/debian/ sid/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB]
Get: 15 http://127.0.0.1/debian/ sid/main libidn11 amd64 1.25-2 [178 kB]
Get: 16 http://127.0.0.1/debian/ sid/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB]
Get: 17 http://127.0.0.1/debian/ sid/main libldap-2.4-2 amd64 2.4.31-1 [243 kB]
Get: 18 http://127.0.0.1/debian/ sid/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB]
Get: 19 http://127.0.0.1/debian/ sid/main libssh2-1 amd64 1.4.2-1 [79.0 kB]
Get: 20 http://127.0.0.1/debian/ sid/main libcurl3 amd64 7.26.0-1 [330 kB]
Get: 21 http://127.0.0.1/debian/ sid/main libexpat1 amd64 2.1.0-1 [141 kB]
Get: 22 http://127.0.0.1/debian/ sid/main libc-ares2 amd64 1.9.1-3 [74.2 kB]
Get: 23 http://127.0.0.1/debian/ sid/main procps amd64 1:3.3.3-2 [252 kB]
Get: 24 http://127.0.0.1/debian/ sid/main mime-support all 3.52-1 [35.5 kB]
Get: 25 http://127.0.0.1/debian/ sid/main python2.7-minimal amd64 2.7.3-2 [1762 kB]
Get: 26 http://127.0.0.1/debian/ sid/main python2.7 amd64 2.7.3-2 [2743 kB]
Get: 27 http://127.0.0.1/debian/ sid/main python-minimal all 2.7.3-1 [42.1 kB]
Get: 28 http://127.0.0.1/debian/ sid/main python all 2.7.3-1 [179 kB]
Get: 29 http://127.0.0.1/debian/ sid/main curl amd64 7.26.0-1 [270 kB]
Get: 30 http://127.0.0.1/debian/ sid/main devscripts amd64 2.12.1 [708 kB]
Get: 31 http://127.0.0.1/debian/ sid/main dh-buildinfo all 0.9+nmu1 [15.7 kB]
Get: 32 http://127.0.0.1/debian/ sid/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB]
Get: 33 http://127.0.0.1/debian/ sid/main libssl-dev amd64 1.0.1c-3 [1696 kB]
Get: 34 http://127.0.0.1/debian/ sid/main libv8-3.8.9.20 amd64 3.8.9.20-1 [1425 kB]
Get: 35 http://127.0.0.1/debian/ sid/main libv8-dev amd64 3.8.9.20-1 [103 kB]
Get: 36 http://127.0.0.1/debian/ sid/main openssl amd64 1.0.1c-3 [697 kB]
Get: 37 http://127.0.0.1/debian/ sid/main pkg-config amd64 0.26-1 [59.5 kB]
Get: 38 http://127.0.0.1/debian/ sid/main libc-ares-dev amd64 1.9.1-3 [141 kB]
Get: 39 http://127.0.0.1/debian/ sid/main libev4 amd64 1:4.11-1 [39.5 kB]
Get: 40 http://127.0.0.1/debian/ sid/main libev-dev amd64 1:4.11-1 [131 kB]
Fetched 15.1 MB in 19s (775 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpopt0:amd64.
(Reading database ... 12422 files and directories currently installed.)
Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ...
Selecting previously unselected package libprocps0:amd64.
Unpacking libprocps0:amd64 (from .../libprocps0_1%3a3.3.3-2_amd64.deb) ...
Selecting previously unselected package libssl1.0.0:amd64.
Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_amd64.deb) ...
Selecting previously unselected package bash-completion.
Unpacking bash-completion (from .../bash-completion_1%3a2.0-1_all.deb) ...
Selecting previously unselected package libgpg-error0:amd64.
Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ...
Selecting previously unselected package libgcrypt11:amd64.
Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ...
Selecting previously unselected package libp11-kit0:amd64.
Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ...
Selecting previously unselected package libtasn1-3:amd64.
Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ...
Selecting previously unselected package libgnutls26:amd64.
Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ...
Selecting previously unselected package libkeyutils1:amd64.
Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ...
Selecting previously unselected package libkrb5support0:amd64.
Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libk5crypto3:amd64.
Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libkrb5-3:amd64.
Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libidn11:amd64.
Unpacking libidn11:amd64 (from .../libidn11_1.25-2_amd64.deb) ...
Selecting previously unselected package libsasl2-2:amd64.
Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-4+b1_amd64.deb) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1_amd64.deb) ...
Selecting previously unselected package librtmp0:amd64.
Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ...
Selecting previously unselected package libssh2-1:amd64.
Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.2-1_amd64.deb) ...
Selecting previously unselected package libcurl3:amd64.
Unpacking libcurl3:amd64 (from .../libcurl3_7.26.0-1_amd64.deb) ...
Selecting previously unselected package libexpat1:amd64.
Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ...
Selecting previously unselected package libc-ares2:amd64.
Unpacking libc-ares2:amd64 (from .../libc-ares2_1.9.1-3_amd64.deb) ...
Selecting previously unselected package procps.
Unpacking procps (from .../procps_1%3a3.3.3-2_amd64.deb) ...
Selecting previously unselected package mime-support.
Unpacking mime-support (from .../mime-support_3.52-1_all.deb) ...
Selecting previously unselected package python2.7-minimal.
Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3-2_amd64.deb) ...
Selecting previously unselected package python2.7.
Unpacking python2.7 (from .../python2.7_2.7.3-2_amd64.deb) ...
Selecting previously unselected package python-minimal.
Unpacking python-minimal (from .../python-minimal_2.7.3-1_all.deb) ...
Selecting previously unselected package python.
Unpacking python (from .../python_2.7.3-1_all.deb) ...
Selecting previously unselected package curl.
Unpacking curl (from .../curl_7.26.0-1_amd64.deb) ...
Selecting previously unselected package devscripts.
Unpacking devscripts (from .../devscripts_2.12.1_amd64.deb) ...
Selecting previously unselected package dh-buildinfo.
Unpacking dh-buildinfo (from .../dh-buildinfo_0.9+nmu1_all.deb) ...
Selecting previously unselected package zlib1g-dev:amd64.
Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ...
Selecting previously unselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_1.0.1c-3_amd64.deb) ...
Selecting previously unselected package libv8-3.8.9.20.
Unpacking libv8-3.8.9.20 (from .../libv8-3.8.9.20_3.8.9.20-1_amd64.deb) ...
Selecting previously unselected package libv8-dev.
Unpacking libv8-dev (from .../libv8-dev_3.8.9.20-1_amd64.deb) ...
Selecting previously unselected package openssl.
Unpacking openssl (from .../openssl_1.0.1c-3_amd64.deb) ...
Selecting previously unselected package pkg-config.
Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ...
Selecting previously unselected package libc-ares-dev:amd64.
Unpacking libc-ares-dev:amd64 (from .../libc-ares-dev_1.9.1-3_amd64.deb) ...
Selecting previously unselected package libev4.
Unpacking libev4 (from .../libev4_1%3a4.11-1_amd64.deb) ...
Selecting previously unselected package libev-dev.
Unpacking libev-dev (from .../libev-dev_1%3a4.11-1_amd64.deb) ...
Processing triggers for man-db ...
Setting up libpopt0:amd64 (1.16-7) ...
Setting up libprocps0:amd64 (1:3.3.3-2) ...
Setting up libssl1.0.0:amd64 (1.0.1c-3) ...
Setting up bash-completion (1:2.0-1) ...
Setting up libgpg-error0:amd64 (1.10-3) ...
Setting up libgcrypt11:amd64 (1.5.0-3) ...
Setting up libp11-kit0:amd64 (0.12-3) ...
Setting up libtasn1-3:amd64 (2.13-2) ...
Setting up libgnutls26:amd64 (2.12.20-1) ...
Setting up libkeyutils1:amd64 (1.5.5-3) ...
Setting up libkrb5support0:amd64 (1.10.1+dfsg-1) ...
Setting up libk5crypto3:amd64 (1.10.1+dfsg-1) ...
Setting up libkrb5-3:amd64 (1.10.1+dfsg-1) ...
Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-1) ...
Setting up libidn11:amd64 (1.25-2) ...
Setting up libsasl2-2:amd64 (2.1.25.dfsg1-4+b1) ...
Setting up libldap-2.4-2:amd64 (2.4.31-1) ...
Setting up librtmp0:amd64 (2.4+20111222.git4e06e21-1) ...
Setting up libssh2-1:amd64 (1.4.2-1) ...
Setting up libcurl3:amd64 (7.26.0-1) ...
Setting up libexpat1:amd64 (2.1.0-1) ...
Setting up libc-ares2:amd64 (1.9.1-3) ...
Setting up procps (1:3.3.3-2) ...
update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
************************************
All rc.d operations denied by policy
************************************
invoke-rc.d: policy-rc.d denied execution of start.
Setting up mime-support (3.52-1) ...
update-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode
Setting up python2.7-minimal (2.7.3-2) ...
Setting up python2.7 (2.7.3-2) ...
Setting up python-minimal (2.7.3-1) ...
Setting up python (2.7.3-1) ...
Setting up curl (7.26.0-1) ...
Setting up devscripts (2.12.1) ...
Setting up dh-buildinfo (0.9+nmu1) ...
Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ...
Setting up libssl-dev (1.0.1c-3) ...
Setting up libv8-3.8.9.20 (3.8.9.20-1) ...
Setting up libv8-dev (3.8.9.20-1) ...
Setting up openssl (1.0.1c-3) ...
Setting up pkg-config (0.26-1) ...
Setting up libc-ares-dev:amd64 (1.9.1-3) ...
Setting up libev4 (1:4.11-1) ...
Setting up libev-dev (1:4.11-1) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
bzip2 is already the newest version.
fakeroot is already the newest version.
eatmydata is already the newest version.
The following NEW packages will be installed:
  libpam-tmpdir
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.5 kB of archives.
After this operation, 92.2 kB of additional disk space will be used.
Get:1 http://127.0.0.1/debian/ sid/main libpam-tmpdir amd64 0.09 [13.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 13.5 kB in 0s (303 kB/s)
Selecting previously unselected package libpam-tmpdir.
(Reading database ... 14729 files and directories currently installed.)
Unpacking libpam-tmpdir (from .../libpam-tmpdir_0.09_amd64.deb) ...
Processing triggers for man-db ...
Setting up libpam-tmpdir (0.09) ...
I: Copying source file
I: copying [/srv/data/jonas-src/DEBIAN/alioth/pkg-javascript/nodejs_0.6.19~dfsg1-3.dsc]
I: copying [/srv/data/jonas-src/DEBIAN/alioth/pkg-javascript/nodejs_0.6.19~dfsg1.orig.tar.gz]
I: copying [/srv/data/jonas-src/DEBIAN/alioth/pkg-javascript/nodejs_0.6.19~dfsg1-3.debian.tar.gz]
I: Extracting source
dpkg-source: warning: extracting unsigned source package (nodejs_0.6.19~dfsg1-3.dsc)
dpkg-source: info: extracting nodejs in nodejs-0.6.19~dfsg1
dpkg-source: info: unpacking nodejs_0.6.19~dfsg1.orig.tar.gz
dpkg-source: info: unpacking nodejs_0.6.19~dfsg1-3.debian.tar.gz
dpkg-source: info: applying 2001_FHS_paths_for_nodejs.patch
dpkg-source: info: applying 2002_build_without_libv8_debug.patch
dpkg-source: info: applying 2003_rename_node_to_nodejs.patch
dpkg-source: info: applying 2005_expected_failing_tests.patch
dpkg-source: info: applying 2007_fix_use_shared_zlib.patch
dpkg-source: info: applying 2008_fix_use_shared_cares.patch
dpkg-source: info: applying 2009_fix_shared_ev.patch
dpkg-source: info: applying 2011_enable_mipsel_build.patch
dpkg-source: info: applying 1001_align_fast_buffers_8byte_boundary.patch
dpkg-source: info: applying 2012_fix_v8_3_10.patch
dpkg-source: info: applying 2013_waf_linkflags.patch
I: Building the package
W: no hooks of type A found -- ignoring
I: Running cd tmp/buildd/*/ && env PATH="/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" dpkg-buildpackage -us -uc  -rfakeroot
dpkg-buildpackage: source package nodejs
dpkg-buildpackage: source version 0.6.19~dfsg1-3
dpkg-buildpackage: source changed by Jonas Smedegaard <dr at jones.dk>
 dpkg-source --before-build nodejs-0.6.19~dfsg1
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dpkg-checkbuilddeps -B
test -x debian/rules
dh_testroot
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make  -C .  -k clean
make[1]: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1'
python tools/waf-light clean
Nothing to clean (project not configured)
make[1]: *** [clean] Error 1
make[1]: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-check
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: failed to remove `.': Invalid argument
make: [makefile-clean] Error 1 (ignored)
rm -f debian/copyright_newhints
rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check
rm -rf "debian/upstream-cruft"
rm -f debian/stamp-upstream-cruft
dh_clean 
rm -f debian/stamp-autotools-files
rm -f node
rm -f node_g
rm -f .lock-wscript
rm -rf build
rm -f test/fixtures/hello.txt
rm -rf test/tmp
find . -name "*.pyc" -delete
rm -rf out
rm -rf doc/api/_toc.html doc/api/_toc.json doc/api/addons.html doc/api/addons.json doc/api/all.html doc/api/all.json doc/api/appendix_1.html doc/api/appendix_1.json doc/api/assert.html doc/api/assert.json doc/api/assets doc/api/buffer.html doc/api/buffer.json doc/api/child_process.html doc/api/child_process.json doc/api/cluster.html doc/api/cluster.json doc/api/crypto.html doc/api/crypto.json doc/api/debugger.html doc/api/debugger.json doc/api/dgram.html doc/api/dgram.json doc/api/dns.html doc/api/dns.json doc/api/documentation.html doc/api/documentation.json doc/api/events.html doc/api/events.json doc/api/fs.html doc/api/fs.json doc/api/globals.html doc/api/globals.json doc/api/http.html doc/api/http.json doc/api/https.html doc/api/https.json doc/api/index.html doc/api/index.json doc/api/modules.html doc/api/modules.json doc/api/net.html doc/api/net.json doc/api/os.html doc/api/os.json doc/api/path.html doc/api/path.json doc/api/process.html doc/api/process.json doc/api/querystring.html doc/api/querystring.json doc/api/readline.html doc/api/readline.json doc/api/repl.html doc/api/repl.json doc/api/stdio.html doc/api/stdio.json doc/api/stream.html doc/api/stream.json doc/api/string_decoder.html doc/api/string_decoder.json doc/api/synopsis.html doc/api/synopsis.json doc/api/timers.html doc/api/timers.json doc/api/tls.html doc/api/tls.json doc/api/tty.html doc/api/tty.json doc/api/url.html doc/api/url.json doc/api/util.html doc/api/util.json doc/api/vm.html doc/api/vm.json doc/api/zlib.html doc/api/zlib.json
rm -f debian/replace-items
 dpkg-source -b nodejs-0.6.19~dfsg1
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building nodejs using existing ./nodejs_0.6.19~dfsg1.orig.tar.gz
dpkg-source: info: building nodejs in nodejs_0.6.19~dfsg1-3.debian.tar.gz
dpkg-source: info: building nodejs in nodejs_0.6.19~dfsg1-3.dsc
 debian/rules build
dpkg-checkbuilddeps -B
test -x debian/rules
mkdir -p "."
/usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  DEB_DH_STRIP_ARGS is a deprecated variable

Scanning upstream source for new/changed copyright notices...

licensecheck -c '.*' -r --copyright -i '^(doc/trademark-policy\.pdf|doc/mac_osx_nodejs_installer_logo\.png|doc/.*-white-stripe\.jpg|favicon\.ico|debian/(changelog|copyright(|_hints|_newhints)))' -l '99999' * | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints
65 combinations of copyright and licensing found.
WARNING: The following (and possibly more) new or changed notices discovered:

 debian/nodejs-legacy.links
 debian/patches/2003_rename_node_to_nodejs.patch
 debian/patches/2012_fix_v8_3_10.patch
 debian/patches/2013_waf_linkflags.patch
Files: deps/v8/tools/test.py
 tools/test.py
Copyright: 2008, the V8 project authors. /
  HOLDERS AND CONTRIBUTORS
License: BSD (3 clause)
 FIXME

  (tokens[(unsigned char)c
Files: debian/patches/1002_upstream_forgot_to_build_doc.?
Copyright: <a href="http://joyent.com">Joyent, Inc</a>, Node?
  <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a?
  { //'connection' listener
 console.log('server connected');
 c.on('end', function() {
 console.log('server disconnected');
 });
 c.write('hello\r\n');
 c.pipe;
});
server.listen(8124, function() { //'listening' ?
 console.log('server bound');
});</code></pre>
<p>Test this by using <code>telnet</code>:

</p>
<pre><code>telnet localhost 8124</code></pre>
<p>To listen on the socket <code>/tmp/echo.sock</code> the ?
just be changed to

</p>
<pre><code>server.listen('/tmp/echo.sock', ?
<p>Use <code>nc</code> to connect to a UNIX domain socket ?

</p>
<pre><code>nc -U /tmp/echo.sock</code></pre>
"
License: UNKNOWN
 FIXME

To fix the situation please do the following:
  1) Fully compare debian/copyright_hints with debian/copyright_newhints
  2) Update debian/copyright as needed
  3) Replace debian/copyright_hints with debian/copyright_newhints
touch debian/stamp-copyright-check
touch debian/stamp-upstream-cruft
cp -at doc/api doc/api/api/*
touch debian/replace-items
touch debian/stamp-autotools-files
chmod a+x /tmp/buildd/nodejs-0.6.19~dfsg1/./configure
mkdir -p .
cd . &&   CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" PREFIX="/usr" /tmp/buildd/nodejs-0.6.19~dfsg1/./configure ""   --debug --without-npm --shared-v8 --shared-cares --shared-libev --shared-zlib --no-ssl2 
Checking for program g++ or c++          : /usr/lib/ccache/g++ 
Checking for program cpp                 : /usr/bin/cpp 
Checking for program ar                  : /usr/bin/ar 
Checking for program ranlib              : /usr/bin/ranlib 
Checking for g++                         : ok  
Checking for program gcc or cc           : /usr/lib/ccache/gcc 
Checking for gcc                         : ok  
Checking for library dl                  : yes 
Checking for openssl                     : yes 
Checking for library util                : yes 
Checking for library rt                  : yes 
Checking for header v8.h                 : yes 
Checking for header v8.h                 : yes 
Checking for header ares.h               : yes 
Checking for header ev.h                 : yes 
Checking for fdatasync(2) with c++       : yes 
'configure' finished successfully (2.536s)
touch debian/stamp-autotools
/usr/bin/make  -C .  
make[1]: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1'
Waf: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out'
[ 1/68] cc: deps/http_parser/http_parser.c -> out/Release/deps/http_parser/http_parser_3.o
[ 2/68] cc: deps/http_parser/http_parser.c -> out/Debug/deps/http_parser/http_parser_3.o
[ 3/68] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/punycode.js lib/http.js lib/net.js lib/stream.js lib/vm.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/readline.js lib/events.js lib/url.js lib/tls.js lib/crypto.js lib/string_decoder.js lib/https.js lib/freelist.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/cluster.js lib/repl.js lib/path.js lib/sys.js lib/timers.js lib/zlib.js lib/constants.js -> out/Release/src/node_natives.h
[ 4/68] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/punycode.js lib/http.js lib/net.js lib/stream.js lib/vm.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/readline.js lib/events.js lib/url.js lib/tls.js lib/crypto.js lib/string_decoder.js lib/https.js lib/freelist.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/cluster.js lib/repl.js lib/path.js lib/sys.js lib/timers.js lib/zlib.js lib/constants.js -> out/Debug/src/node_natives.h
[ 5/68] copy: src/node_config.h.in -> out/Release/src/node_config.h
[ 6/68] copy: src/node_config.h.in -> out/Debug/src/node_config.h
[ 7/68] uv: deps/uv/include/uv.h -> out/Release/deps/uv/uv.a
make[2]: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out/Release/deps/uv'
rm -f src/unix/ev/*.o
rm -f src/unix/eio/*.o
rm -f src/unix/*.o
rm -rf test/run-tests.dSYM run-benchmarks.dSYM
rm -f -f src/*.o *.a test/run-tests test/run-benchmarks
make[2]: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out/Release/deps/uv'
make[2]: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out/Release/deps/uv'
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/core.c -o src/unix/core.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/dl.c -o src/unix/dl.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/fs.c -o src/unix/fs.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/cares.c -o src/unix/cares.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/udp.c -o src/unix/udp.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/error.c -o src/unix/error.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/process.c -o src/unix/process.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/tcp.c -o src/unix/tcp.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/pipe.c -o src/unix/pipe.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/tty.c -o src/unix/tty.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/stream.c -o src/unix/stream.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/linux.c -o src/unix/linux.o
/usr/lib/ccache/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -m64 -c src/uv-common.c -o src/uv-common.o
/usr/lib/ccache/gcc -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/unix/eio/ -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -m64 -c src/unix/uv-eio.c -o src/unix/uv-eio.o
/usr/lib/ccache/gcc -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEIO_CONFIG_H=\"config_linux.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -m64 -c src/unix/eio/eio.c -o src/unix/eio/eio.o
ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/linux.o src/uv-common.o src/unix/uv-eio.o src/unix/eio/eio.o
make[2]: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out/Release/deps/uv'
[ 8/68] uv: deps/uv/include/uv.h -> out/Debug/deps/uv/uv.a
make[2]: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out/Debug/deps/uv'
rm -f src/unix/ev/*.o
rm -f src/unix/eio/*.o
rm -f src/unix/*.o
rm -rf test/run-tests.dSYM run-benchmarks.dSYM
rm -f -f src/*.o *.a test/run-tests test/run-benchmarks
make[2]: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out/Debug/deps/uv'
make[2]: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out/Debug/deps/uv'
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/core.c -o src/unix/core.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/dl.c -o src/unix/dl.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/fs.c -o src/unix/fs.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/cares.c -o src/unix/cares.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/udp.c -o src/unix/udp.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/error.c -o src/unix/error.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/process.c -o src/unix/process.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/tcp.c -o src/unix/tcp.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/pipe.c -o src/unix/pipe.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/tty.c -o src/unix/tty.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/stream.c -o src/unix/stream.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc  -m64 -c src/unix/linux.c -o src/unix/linux.o
cc -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -m64 -c src/uv-common.c -o src/uv-common.o
cc -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/unix/eio/ -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -m64 -c src/unix/uv-eio.c -o src/unix/uv-eio.o
cc -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEIO_CONFIG_H=\"config_linux.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -m64 -c src/unix/eio/eio.c -o src/unix/eio/eio.o
ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/linux.o src/uv-common.o src/unix/uv-eio.o src/unix/eio/eio.o
make[2]: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out/Debug/deps/uv'
[ 9/68] cxx: src/node_main.cc -> out/Release/src/node_main_7.o
[10/68] cxx: src/node.cc -> out/Release/src/node_7.o
In file included from ../src/node.cc:71:0:
../src/node_io_watcher.h: In constructor 'node::IOWatcher::IOWatcher()':
../src/node_io_watcher.h:38:45: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_io_watcher.h:38:91: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node.cc:71:0:
../src/node_io_watcher.h:38:144: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_io_watcher.h: In destructor 'virtual node::IOWatcher::~IOWatcher()':
../src/node_io_watcher.h:44:48: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_io_watcher.h:45:48: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node.cc:76:0:
../src/node_signal_watcher.h: In constructor 'node::SignalWatcher::SignalWatcher(int)':
../src/node_signal_watcher.h:39:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_signal_watcher.h:39:100: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node.cc:76:0:
../src/node_signal_watcher.h:39:155: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node.cc:77:0:
../src/node_stat_watcher.h: In constructor 'node::StatWatcher::StatWatcher()':
../src/node_stat_watcher.h:40:45: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_stat_watcher.h:40:91: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node.cc:77:0:
../src/node_stat_watcher.h:40:144: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node.cc: In function 'void node::ReportException(v8::TryCatch&, bool)':
../src/node.cc:1174:19: warning: variable 'message' set but not used [-Wunused-but-set-variable]
../src/node.cc: In function 'v8::Handle<v8::Value> node::DLOpen(const v8::Arguments&)':
../src/node.cc:1592:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[11/68] cxx: src/node_buffer.cc -> out/Release/src/node_buffer_7.o
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::New(const v8::Arguments&)':
../src/node_buffer.cc:178:11: warning: variable 'buffer' set but not used [-Wunused-but-set-variable]
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::Copy(const v8::Arguments&)':
../src/node_buffer.cc:434:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc:439:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc:444:183: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::AsciiWrite(const v8::Arguments&)':
../src/node_buffer.cc:566:121: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::Base64Write(const v8::Arguments&)':
../src/node_buffer.cc:598:120: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::BinaryWrite(const v8::Arguments&)':
../src/node_buffer.cc:670:121: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[12/68] cxx: src/node_javascript.cc -> out/Release/src/node_javascript_7.o
[13/68] cxx: src/node_extensions.cc -> out/Release/src/node_extensions_7.o
[14/68] cxx: src/node_http_parser.cc -> out/Release/src/node_http_parser_7.o
DEST_OS: linux
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
/usr/lib/ccache/gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -rdynamic -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/deps/http_parser -I../deps/http_parser ../deps/http_parser/http_parser.c -c -o Release/deps/http_parser/http_parser_3.o
/usr/lib/ccache/gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -rdynamic -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/deps/http_parser -I../deps/http_parser ../deps/http_parser/http_parser.c -c -o Debug/deps/http_parser/http_parser_3.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_main.cc -c -o Release/src/node_main_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node.cc -c -o Release/src/node_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_buffer.cc -c -o Release/src/node_buffer_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_javascript.cc -c -o Release/src/node_javascript_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_extensions.cc -c -o Release/src/node_extensions_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SO[15/68] cxx: src/node_constants.cc -> out/Release/src/node_constants_7.o
[16/68] cxx: src/node_file.cc -> out/Release/src/node_file_7.o
In file included from ../src/node_file.cc:26:0:
../src/node_stat_watcher.h: In constructor 'node::StatWatcher::StatWatcher()':
../src/node_stat_watcher.h:40:45: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_stat_watcher.h:40:91: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node_file.cc:26:0:
../src/node_stat_watcher.h:40:144: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[17/68] cxx: src/node_script.cc -> out/Release/src/node_script_7.o
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)1u]':
../src/node_script.cc:245:76:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)2u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:272:79:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:278:79:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)1u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:284:78:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)2u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:290:76:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:296:76:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)1u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:302:75:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
[18/68] cxx: src/node_os.cc -> out/Release/src/node_os_7.o
[19/68] cxx: src/node_dtrace.cc -> out/Release/src/node_dtrace_7.o
../src/node_dtrace.cc: In function 'v8::Handle<v8::Value> node::DTRACE_NET_SOCKET_READ(const v8::Arguments&)':
../src/node_dtrace.cc:146:7: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
../src/node_dtrace.cc: In function 'v8::Handle<v8::Value> node::DTRACE_NET_SOCKET_WRITE(const v8::Arguments&)':
../src/node_dtrace.cc:167:7: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
../src/node_dtrace.cc: In function 'v8::Handle<v8::Value> node::DTRACE_HTTP_CLIENT_REQUEST(const v8::Arguments&)':
../src/node_dtrace.cc:230:37: warning: variable 'req' set but not used [-Wunused-but-set-variable]
../src/node_dtrace.cc: At global scope:
../src/node_dtrace.cc:281:12: warning: 'int node::dtrace_gc_start(v8::GCType, v8::GCCallbackFlags)' defined but not used [-Wunused-function]
../src/node_dtrace.cc:290:12: warning: 'int node::dtrace_gc_done(v8::GCType, v8::GCCallbackFlags)' defined but not used [-Wunused-function]
[20/68] cxx: src/node_string.cc -> out/Release/src/node_string_7.o
[21/68] cxx: src/node_zlib.cc -> out/Release/src/node_zlib_7.o
[22/68] cxx: src/timer_wrap.cc -> out/Release/src/timer_wrap_7.o
URCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_http_parser.cc -c -o Release/src/node_http_parser_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_constants.cc -c -o Release/src/node_constants_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_file.cc -c -o Release/src/node_file_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_script.cc -c -o Release/src/node_script_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_os.cc -c -o Release/src/node_os_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_dtrace.cc -c -o Release/src/node_dtrace_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_string.cc -c -o Release/src/node_string_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_zlib.cc -c -o Release/src/node_zlib_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO[23/68] cxx: src/handle_wrap.cc -> out/Release/src/handle_wrap_7.o
[24/68] cxx: src/stream_wrap.cc -> out/Release/src/stream_wrap_7.o
../src/stream_wrap.cc: In static member function 'static void node::StreamWrap::OnReadCommon(uv_stream_t*, intptr_t, uv_buf_t, uv_handle_type)':
../src/stream_wrap.cc:234:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[25/68] cxx: src/tcp_wrap.cc -> out/Release/src/tcp_wrap_7.o
[26/68] cxx: src/udp_wrap.cc -> out/Release/src/udp_wrap_7.o
[27/68] cxx: src/pipe_wrap.cc -> out/Release/src/pipe_wrap_7.o
[28/68] cxx: src/cares_wrap.cc -> out/Release/src/cares_wrap_7.o
[29/68] cxx: src/tty_wrap.cc -> out/Release/src/tty_wrap_7.o
[30/68] cxx: src/fs_event_wrap.cc -> out/Release/src/fs_event_wrap_7.o
_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/timer_wrap.cc -c -o Release/src/timer_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/handle_wrap.cc -c -o Release/src/handle_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/stream_wrap.cc -c -o Release/src/stream_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/tcp_wrap.cc -c -o Release/src/tcp_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/udp_wrap.cc -c -o Release/src/udp_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/pipe_wrap.cc -c -o Release/src/pipe_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/cares_wrap.cc -c -o Release/src/cares_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/tty_wrap.cc -c -o Release/src/tty_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protec[31/68] cxx: src/process_wrap.cc -> out/Release/src/process_wrap_7.o
[32/68] cxx: src/v8_typed_array.cc -> out/Release/src/v8_typed_array_7.o
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)1u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)1u]'
../src/v8_typed_array.cc:747:23:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)2u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)2u]'
../src/v8_typed_array.cc:749:24:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)3u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)3u]'
../src/v8_typed_array.cc:751:24:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)4u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)4u]'
../src/v8_typed_array.cc:753:25:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)5u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)5u]'
../src/v8_typed_array.cc:755:24:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)6u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)6u]'
../src/v8_typed_array.cc:757:25:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)7u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)7u]'
../src/v8_typed_array.cc:759:26:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 8u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)8u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 8u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)8u]'
../src/v8_typed_array.cc:761:26:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
[33/68] cxx: src/node_signal_watcher.cc -> out/Release/src/node_signal_watcher_7.o
In file included from ../src/node_signal_watcher.cc:22:0:
../src/node_signal_watcher.h: In constructor 'node::SignalWatcher::SignalWatcher(int)':
../src/node_signal_watcher.h:39:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_signal_watcher.h:39:100: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node_signal_watcher.cc:22:0:
../src/node_signal_watcher.h:39:155: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[34/68] cxx: src/node_stat_watcher.cc -> out/Release/src/node_stat_watcher_7.o
In file included from ../src/node_stat_watcher.cc:22:0:
../src/node_stat_watcher.h: In constructor 'node::StatWatcher::StatWatcher()':
../src/node_stat_watcher.h:40:45: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_stat_watcher.h:40:91: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node_stat_watcher.cc:22:0:
../src/node_stat_watcher.h:40:144: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[35/68] cxx: src/node_io_watcher.cc -> out/Release/src/node_io_watcher_7.o
In file included from ../src/node_io_watcher.cc:22:0:
../src/node_io_watcher.h: In constructor 'node::IOWatcher::IOWatcher()':
../src/node_io_watcher.h:38:45: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_io_watcher.h:38:91: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ../src/node_io_watcher.cc:22:0:
../src/node_io_watcher.h:38:144: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_io_watcher.h: In destructor 'virtual node::IOWatcher::~IOWatcher()':
../src/node_io_watcher.h:44:48: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_io_watcher.h:45:48: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_io_watcher.cc: In member function 'void node::IOWatcher::Start()':
../src/node_io_watcher.cc:117:48: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
../src/node_io_watcher.cc: In member function 'void node::IOWatcher::Stop()':
../src/node_io_watcher.cc:125:47: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[36/68] cxx: src/platform_linux.cc -> out/Release/src/platform_linux_7.o
../src/platform_linux.cc: In static member function 'static int node::Platform::GetCPUInfo(v8::Local<v8::Array>*)':
../src/platform_linux.cc:266:76: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat]
[37/68] cxx: src/node_crypto.cc -> out/Release/src/node_crypto_7.o
tor --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/fs_event_wrap.cc -c -o Release/src/fs_event_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/process_wrap.cc -c -o Release/src/process_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/v8_typed_array.cc -c -o Release/src/v8_typed_array_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_signal_watcher.cc -c -o Release/src/node_signal_watcher_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_stat_watcher.cc -c -o Release/src/node_stat_watcher_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_io_watcher.cc -c -o Release/src/node_io_watcher_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/platform_linux.cc -c -o Release/src/platform_linux_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOU[38/68] cxx: src/node_main.cc -> out/Debug/src/node_main_7.o
[39/68] cxx: src/node.cc -> out/Debug/src/node_7.o
../src/node.cc: In function 'void node::ReportException(v8::TryCatch&, bool)':
../src/node.cc:1174:19: warning: variable 'message' set but not used [-Wunused-but-set-variable]
../src/node.cc: In function 'v8::Handle<v8::Value> node::DLOpen(const v8::Arguments&)':
../src/node.cc:1592:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[40/68] cxx: src/node_buffer.cc -> out/Debug/src/node_buffer_7.o
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::New(const v8::Arguments&)':
../src/node_buffer.cc:178:11: warning: variable 'buffer' set but not used [-Wunused-but-set-variable]
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::Copy(const v8::Arguments&)':
../src/node_buffer.cc:434:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc:439:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc:444:183: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::AsciiWrite(const v8::Arguments&)':
../src/node_buffer.cc:566:121: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::Base64Write(const v8::Arguments&)':
../src/node_buffer.cc:598:120: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/node_buffer.cc: In static member function 'static v8::Handle<v8::Value> node::Buffer::BinaryWrite(const v8::Arguments&)':
../src/node_buffer.cc:670:121: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[41/68] cxx: src/node_javascript.cc -> out/Debug/src/node_javascript_7.o
In file included from ../src/node_javascript.cc:24:0:
Debug/src/node_natives.h:159:1: warning: missing initializer for member 'node::_native::source_len' [-Wmissing-field-initializers]
[42/68] cxx: src/node_extensions.cc -> out/Debug/src/node_extensions_7.o
[43/68] cxx: src/node_http_parser.cc -> out/Debug/src/node_http_parser_7.o
[44/68] cxx: src/node_constants.cc -> out/Debug/src/node_constants_7.o
[45/68] cxx: src/node_file.cc -> out/Debug/src/node_file_7.o
RCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_crypto.cc -c -o Release/src/node_crypto_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_main.cc -c -o Debug/src/node_main_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node.cc -c -o Debug/src/node_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_buffer.cc -c -o Debug/src/node_buffer_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_javascript.cc -c -o Debug/src/node_javascript_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_extensions.cc -c -o Debug/src/node_extensions_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_http_parser.cc -c -o Debug/src/node_http_parser_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_constants.cc -c -o Debug/src/node_constants_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -[46/68] cxx: src/node_script.cc -> out/Debug/src/node_script_7.o
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)1u]':
../src/node_script.cc:245:76:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)2u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:272:79:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:278:79:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)1u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:284:78:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)2u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:290:76:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:296:76:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
../src/node_script.cc: In instantiation of 'static v8::Handle<v8::Value> node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)1u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]':
../src/node_script.cc:302:75:   required from here
../src/node_script.cc:366:19: warning: variable 'contextArg' set but not used [-Wunused-but-set-variable]
[47/68] cxx: src/node_os.cc -> out/Debug/src/node_os_7.o
[48/68] cxx: src/node_dtrace.cc -> out/Debug/src/node_dtrace_7.o
../src/node_dtrace.cc: In function 'v8::Handle<v8::Value> node::DTRACE_NET_SOCKET_READ(const v8::Arguments&)':
../src/node_dtrace.cc:146:7: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
../src/node_dtrace.cc: In function 'v8::Handle<v8::Value> node::DTRACE_NET_SOCKET_WRITE(const v8::Arguments&)':
../src/node_dtrace.cc:167:7: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
../src/node_dtrace.cc: In function 'v8::Handle<v8::Value> node::DTRACE_HTTP_CLIENT_REQUEST(const v8::Arguments&)':
../src/node_dtrace.cc:230:37: warning: variable 'req' set but not used [-Wunused-but-set-variable]
../src/node_dtrace.cc: In function 'void node::InitDTrace(v8::Handle<v8::Object>)':
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::func' [-Wmissing-field-initializers]
../src/node_dtrace.cc:310:3: warning: missing initializer for member 'node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ' [-Wmissing-field-initializers]
../src/node_dtrace.cc: At global scope:
../src/node_dtrace.cc:281:12: warning: 'int node::dtrace_gc_start(v8::GCType, v8::GCCallbackFlags)' defined but not used [-Wunused-function]
../src/node_dtrace.cc:290:12: warning: 'int node::dtrace_gc_done(v8::GCType, v8::GCCallbackFlags)' defined but not used [-Wunused-function]
[49/68] cxx: src/node_string.cc -> out/Debug/src/node_string_7.o
[50/68] cxx: src/node_zlib.cc -> out/Debug/src/node_zlib_7.o
[51/68] cxx: src/timer_wrap.cc -> out/Debug/src/timer_wrap_7.o
[52/68] cxx: src/handle_wrap.cc -> out/Debug/src/handle_wrap_7.o
Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_file.cc -c -o Debug/src/node_file_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_script.cc -c -o Debug/src/node_script_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_os.cc -c -o Debug/src/node_os_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_dtrace.cc -c -o Debug/src/node_dtrace_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_string.cc -c -o Debug/src/node_string_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_zlib.cc -c -o Debug/src/node_zlib_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/timer_wrap.cc -c -o Debug/src/timer_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FO[53/68] cxx: src/stream_wrap.cc -> out/Debug/src/stream_wrap_7.o
../src/stream_wrap.cc: In static member function 'static void node::StreamWrap::OnReadCommon(uv_stream_t*, intptr_t, uv_buf_t, uv_handle_type)':
../src/stream_wrap.cc:234:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[54/68] cxx: src/tcp_wrap.cc -> out/Debug/src/tcp_wrap_7.o
[55/68] cxx: src/udp_wrap.cc -> out/Debug/src/udp_wrap_7.o
[56/68] cxx: src/pipe_wrap.cc -> out/Debug/src/pipe_wrap_7.o
[57/68] cxx: src/cares_wrap.cc -> out/Debug/src/cares_wrap_7.o
[58/68] cxx: src/tty_wrap.cc -> out/Debug/src/tty_wrap_7.o
[59/68] cxx: src/fs_event_wrap.cc -> out/Debug/src/fs_event_wrap_7.o
[60/68] cxx: src/process_wrap.cc -> out/Debug/src/process_wrap_7.o
RTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/handle_wrap.cc -c -o Debug/src/handle_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/stream_wrap.cc -c -o Debug/src/stream_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/tcp_wrap.cc -c -o Debug/src/tcp_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/udp_wrap.cc -c -o Debug/src/udp_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/pipe_wrap.cc -c -o Debug/src/pipe_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/cares_wrap.cc -c -o Debug/src/cares_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/tty_wrap.cc -c -o Debug/src/tty_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/fs_event_wrap.cc -c -o Debug/src/fs_event_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-se[61/68] cxx: src/v8_typed_array.cc -> out/Debug/src/v8_typed_array_7.o
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)1u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)1u]'
../src/v8_typed_array.cc:747:23:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)2u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)2u]'
../src/v8_typed_array.cc:749:24:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)3u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)3u]'
../src/v8_typed_array.cc:751:24:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)4u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)4u]'
../src/v8_typed_array.cc:753:25:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)5u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)5u]'
../src/v8_typed_array.cc:755:24:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)6u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)6u]'
../src/v8_typed_array.cc:757:25:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)7u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)7u]'
../src/v8_typed_array.cc:759:26:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc: In instantiation of 'static v8::Handle<v8::Value> {anonymous}::TypedArray<TBytes, TEAType>::set(const v8::Arguments&) [with unsigned int TBytes = 8u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)8u]':
../src/v8_typed_array.cc:158:5:   required from 'static v8::Persistent<v8::FunctionTemplate> {anonymous}::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 8u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)8u]'
../src/v8_typed_array.cc:761:26:   required from here
../src/v8_typed_array.cc:291:30: warning: variable 'src_buffer' set but not used [-Wunused-but-set-variable]
../src/v8_typed_array.cc:293:30: warning: variable 'dst_buffer' set but not used [-Wunused-but-set-variable]
[62/68] cxx: src/node_signal_watcher.cc -> out/Debug/src/node_signal_watcher_7.o
[63/68] cxx: src/node_stat_watcher.cc -> out/Debug/src/node_stat_watcher_7.o
[64/68] cxx: src/node_io_watcher.cc -> out/Debug/src/node_io_watcher_7.o
[65/68] cxx: src/platform_linux.cc -> out/Debug/src/platform_linux_7.o
../src/platform_linux.cc: In static member function 'static int node::Platform::GetCPUInfo(v8::Local<v8::Array>*)':
../src/platform_linux.cc:266:76: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat]
[66/68] cxx: src/node_crypto.cc -> out/Debug/src/node_crypto_7.o
[67/68] cxx_link: out/Release/src/node_main_7.o out/Release/src/node_7.o out/Release/src/node_buffer_7.o out/Release/src/node_javascript_7.o out/Release/src/node_extensions_7.o out/Release/src/node_http_parser_7.o out/Release/src/node_constants_7.o out/Release/src/node_file_7.o out/Release/src/node_script_7.o out/Release/src/node_os_7.o out/Release/src/node_dtrace_7.o out/Release/src/node_string_7.o out/Release/src/node_zlib_7.o out/Release/src/timer_wrap_7.o out/Release/src/handle_wrap_7.o out/Release/src/stream_wrap_7.o out/Release/src/tcp_wrap_7.o out/Release/src/udp_wrap_7.o out/Release/src/pipe_wrap_7.o out/Release/src/cares_wrap_7.o out/Release/src/tty_wrap_7.o out/Release/src/fs_event_wrap_7.o out/Release/src/process_wrap_7.o out/Release/src/v8_typed_array_7.o out/Release/src/node_signal_watcher_7.o out/Release/src/node_stat_watcher_7.o out/Release/src/node_io_watcher_7.o out/Release/src/platform_linux_7.o out/Release/src/node_crypto_7.o out/Release/deps/http_parser/http_parser_3.o -> out/Release/node
curity -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/process_wrap.cc -c -o Debug/src/process_wrap_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/v8_typed_array.cc -c -o Debug/src/v8_typed_array_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_signal_watcher.cc -c -o Debug/src/node_signal_watcher_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_stat_watcher.cc -c -o Debug/src/node_stat_watcher_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_io_watcher.cc -c -o Debug/src/node_io_watcher_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/platform_linux.cc -c -o Debug/src/platform_linux_7.o
/usr/lib/ccache/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -m64 -g -O0 -Wall -Wextra -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="x64" -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_crypto.cc -c -o Debug/src/node_crypto_7.o
/usr/lib/ccache/g++ Release/src/node_main_7.o Release/src/node_7.o Release/src/node_buffer_7.o Release/src/node_javascript_7.o Release/src/node_extensions_7.o Release/src/node_http_parser_7.o Release/src/node_constants_7.o Release/src/node_file_7.o Release/src/node_script_7.o Release/src/node_os_7.o Release/src/n[68/68] cxx_link: out/Debug/src/node_main_7.o out/Debug/src/node_7.o out/Debug/src/node_buffer_7.o out/Debug/src/node_javascript_7.o out/Debug/src/node_extensions_7.o out/Debug/src/node_http_parser_7.o out/Debug/src/node_constants_7.o out/Debug/src/node_file_7.o out/Debug/src/node_script_7.o out/Debug/src/node_os_7.o out/Debug/src/node_dtrace_7.o out/Debug/src/node_string_7.o out/Debug/src/node_zlib_7.o out/Debug/src/timer_wrap_7.o out/Debug/src/handle_wrap_7.o out/Debug/src/stream_wrap_7.o out/Debug/src/tcp_wrap_7.o out/Debug/src/udp_wrap_7.o out/Debug/src/pipe_wrap_7.o out/Debug/src/cares_wrap_7.o out/Debug/src/tty_wrap_7.o out/Debug/src/fs_event_wrap_7.o out/Debug/src/process_wrap_7.o out/Debug/src/v8_typed_array_7.o out/Debug/src/node_signal_watcher_7.o out/Debug/src/node_stat_watcher_7.o out/Debug/src/node_io_watcher_7.o out/Debug/src/platform_linux_7.o out/Debug/src/node_crypto_7.o out/Debug/deps/http_parser/http_parser_3.o -> out/Debug/node
Waf: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out'
'build' finished successfully (1m32.370s)
ode_dtrace_7.o Release/src/node_string_7.o Release/src/node_zlib_7.o Release/src/timer_wrap_7.o Release/src/handle_wrap_7.o Release/src/stream_wrap_7.o Release/src/tcp_wrap_7.o Release/src/udp_wrap_7.o Release/src/pipe_wrap_7.o Release/src/cares_wrap_7.o Release/src/tty_wrap_7.o Release/src/fs_event_wrap_7.o Release/src/process_wrap_7.o Release/src/v8_typed_array_7.o Release/src/node_signal_watcher_7.o Release/src/node_stat_watcher_7.o Release/src/node_io_watcher_7.o Release/src/platform_linux_7.o Release/src/node_crypto_7.o Release/deps/http_parser/http_parser_3.o -o /tmp/buildd/nodejs-0.6.19~dfsg1/out/Release/node -Wl,-z,relro -Wl,-z,relro -lz -pthread -m64 -rdynamic /tmp/buildd/nodejs-0.6.19~dfsg1/out/Release/deps/uv/uv.a -L/usr/lib -L/usr/local/lib -Wl,-Bdynamic -lrt -lssl -lcrypto -lcares -lev -ldl -lutil -lv8
/usr/lib/ccache/g++ Debug/src/node_main_7.o Debug/src/node_7.o Debug/src/node_buffer_7.o Debug/src/node_javascript_7.o Debug/src/node_extensions_7.o Debug/src/node_http_parser_7.o Debug/src/node_constants_7.o Debug/src/node_file_7.o Debug/src/node_script_7.o Debug/src/node_os_7.o Debug/src/node_dtrace_7.o Debug/src/node_string_7.o Debug/src/node_zlib_7.o Debug/src/timer_wrap_7.o Debug/src/handle_wrap_7.o Debug/src/stream_wrap_7.o Debug/src/tcp_wrap_7.o Debug/src/udp_wrap_7.o Debug/src/pipe_wrap_7.o Debug/src/cares_wrap_7.o Debug/src/tty_wrap_7.o Debug/src/fs_event_wrap_7.o Debug/src/process_wrap_7.o Debug/src/v8_typed_array_7.o Debug/src/node_signal_watcher_7.o Debug/src/node_stat_watcher_7.o Debug/src/node_io_watcher_7.o Debug/src/platform_linux_7.o Debug/src/node_crypto_7.o Debug/deps/http_parser/http_parser_3.o -o /tmp/buildd/nodejs-0.6.19~dfsg1/out/Debug/node -Wl,-z,relro -Wl,-z,relro -lz -pthread -m64 -rdynamic /tmp/buildd/nodejs-0.6.19~dfsg1/out/Debug/deps/uv/uv.a -L/usr/lib -L/usr/local/lib -Wl,-Bdynamic -lrt -lssl -lcrypto -lcares -lev -ldl -lutil -lv8
-rwxr-xr-x 1 pbuilder pbuilder 4.9M Jul 25 18:53 out/Release/node
make[1]: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1'
touch debian/stamp-makefile-build
/usr/bin/make  -C .   test
make[1]: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1'
Waf: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out'
Waf: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out'
'build' finished successfully (0.089s)
DEST_OS: linux
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
-rwxr-xr-x 1 pbuilder pbuilder 4.9M Jul 25 18:53 out/Release/node
python tools/test.py --mode=release simple message


[00:00|%   0|+   0|-   0]: release test-event-emitter-num-args 
                                                              
[00:00|%   0|+   1|-   0]: release test-net-bytes-stats 
                                                       
[00:00|%   0|+   2|-   0]: release test-c-ares 
                                              
[00:00|%   0|+   3|-   0]: release test-https-agent 
                                                   
[00:01|%   1|+   4|-   0]: release test-http-many-keep-alive-connections 
                                                                        
[00:06|%   1|+   5|-   0]: release test-tls-sni-server-client 
                                                             
[00:06|%   1|+   6|-   0]: release test-tcp-wrap-listen 
                                                       
[00:06|%   1|+   7|-   0]: release test-crypto-random 
                                                     
[00:07|%   2|+   8|-   0]: release test-path 
                                            
[00:07|%   2|+   9|-   0]: release test-stdin-from-file 
                                                       
[00:07|%   2|+  10|-   0]: release test-init 
                                            
[00:08|%   3|+  11|-   0]: release test-tls-client-abort 
                                                        
[00:08|%   3|+  12|-   0]: release test-stream-pipe-cleanup 
                                                           
[00:08|%   3|+  13|-   0]: release test-cluster-kill-workers 
                                                            
[00:09|%   3|+  14|-   0]: release test-debugger-client 
                                                       
[00:10|%   4|+  15|-   0]: release test-child-process-fork3 
                                                           
[00:10|%   4|+  16|-   0]: release test-cluster-uncaught-exception 
                                                                  
[00:11|%   4|+  17|-   0]: release test-pump-file2tcp-noexist 
                                                             
[00:11|%   5|+  18|-   0]: release test-vm-create-context-circular-referenc... 
                                                                              
[00:11|%   5|+  19|-   0]: release test-http-abort-before-end 
                                                             
[00:11|%   5|+  20|-   0]: release test-eval-require 
                                                    
[00:12|%   5|+  21|-   0]: release test-http-client-upload-buf 
                                                              
[00:12|%   6|+  22|-   0]: release test-http-chunked 
                                                    
[00:12|%   6|+  23|-   0]: release test-http-url.parse-auth 
                                                           
[00:13|%   6|+  24|-   0]: release test-path-makelong 
                                                     
[00:13|%   7|+  25|-   0]: release test-child-process-stdout-flush 
                                                                  
[00:13|%   7|+  26|-   0]: release test-process-env 
                                                   
[00:14|%   7|+  27|-   0]: release test-fs-read-file-sync-hostname 
                                                                  
[00:14|%   7|+  28|-   0]: release test-tls-ext-key-usage 
                                                         
[00:15|%   8|+  29|-   0]: release test-regress-GH-877 
                                                      
[00:15|%   8|+  30|-   0]: release test-regress-GH-746 
                                                      
[00:16|%   8|+  31|-   0]: release test-http-set-timeout 
                                                        
[00:17|%   9|+  32|-   0]: release test-require-cache-without-stat 
                                                                  
[00:17|%   9|+  33|-   0]: release test-stream-pipe-multi 
                                                         
[00:22|%   9|+  34|-   0]: release test-event-emitter-remove-all-listeners 
                                                                          
[00:22|%   9|+  35|-   0]: release test-console-not-call-toString 
                                                                 
[00:22|%  10|+  36|-   0]: release test-dgram-udp4 
                                                  
[00:23|%  10|+  37|-   0]: release test-mkdir-rmdir 
                                                   
[00:23|%  10|+  38|-   0]: release test-script-static-new 
                                                         
[00:23|%  11|+  39|-   0]: release test-exception-handler2 
                                                          
[00:24|%  11|+  40|-   0]: release test-http-wget 
                                                 
[00:24|%  11|+  41|-   0]: release test-global 
                                              
[00:24|%  11|+  42|-   0]: release test-child-process-exit-code 
                                                               
[00:25|%  12|+  43|-   0]: release test-tls-passphrase 
                                                      
[00:25|%  12|+  44|-   0]: release test-tty-stdout-end 
                                                      
[00:25|%  12|+  45|-   0]: release test-fs-non-number-arguments-throw 
                                                                     
[00:25|%  13|+  46|-   0]: release test-regression-object-prototype 
                                                                   
[00:26|%  13|+  47|-   0]: release test-http-response-close 
                                                           
[00:26|%  13|+  48|-   0]: release test-child-process-buffering 
                                                               
[00:26|%  13|+  49|-   0]: release test-util-inspect 
                                                    
[00:26|%  14|+  50|-   0]: release test-child-process-fork-and-spawn 
                                                                    
[00:27|%  14|+  51|-   0]: release test-stream-pipe-event 
                                                         
[00:27|%  14|+  52|-   0]: release test-fs-write-stream 
                                                       
[00:27|%  15|+  53|-   0]: release test-script-context 
                                                      
[00:27|%  15|+  54|-   0]: release test-repl 
                                            
[00:28|%  15|+  55|-   0]: release test-http-default-encoding 
                                                             
[00:28|%  15|+  56|-   0]: release test-http-malformed-request 
                                                              
[00:28|%  16|+  57|-   0]: release test-umask 
                                             
[00:29|%  16|+  58|-   0]: release test-setproctitle 
                                                    
[00:29|%  16|+  59|-   0]: release test-dgram-broadcast-multi-process 
                                                                     
[00:29|%  17|+  60|-   0]: release test-http-server 
                                                   
[00:30|%  17|+  61|-   0]: release test-repl-tab-complete 
                                                         
[00:30|%  17|+  62|-   0]: release test-http-multi-line-headers 
                                                               
[00:31|%  17|+  63|-   0]: release test-http-304 
                                                
[00:31|%  18|+  64|-   0]: release test-http-upgrade-server2 
                                                            
[00:31|%  18|+  65|-   0]: release test-typed-arrays-typenames 
                                                              
[00:31|%  18|+  66|-   0]: release test-http-client-agent 
                                                         
[00:32|%  19|+  67|-   0]: release test-https-invalid-key 
                                                         
[00:32|%  19|+  68|-   0]: release test-http-status-code 
                                                        
[00:32|%  19|+  69|-   0]: release test-delayed-require 
                                                       
[00:33|%  19|+  70|-   0]: release test-http-bind-twice 
                                                       
[00:33|%  20|+  71|-   0]: release test-pipe-stream 
                                                   
[00:33|%  20|+  72|-   0]: release test-tcp-wrap 
                                                
[00:33|%  20|+  73|-   0]: release test-pump-file2tcp 
                                                     
[00:33|%  21|+  74|-   0]: release test-url 
                                           
[00:34|%  21|+  75|-   0]: release test-child-process-stdin 
                                                           
[00:34|%  21|+  76|-   0]: release test-child-process-fork 
                                                          
[00:35|%  21|+  77|-   0]: release test-http-head-response-has-no-body-end 
                                                                          
[00:35|%  22|+  78|-   0]: release test-net-socket-timeout 
                                                          
[00:35|%  22|+  79|-   0]: release test-signal-handler 
                                                      
[00:36|%  22|+  80|-   0]: release test-child-process-ipc 
                                                         
[00:36|%  23|+  81|-   0]: release test-http-url.parse-auth-with-header-in-... 
                                                                              
[00:36|%  23|+  82|-   0]: release test-http-conn-reset 
                                                       
[00:37|%  23|+  83|-   0]: release test-tls-peer-certificate 
                                                            
[00:37|%  23|+  84|-   0]: release test-http-blank-header 
                                                         
[00:37|%  24|+  85|-   0]: release test-next-tick-ordering2 
                                                           
[00:37|%  24|+  86|-   0]: release test-eio-race2 
                                                 
[00:38|%  24|+  87|-   0]: release test-pipe 
                                            
[00:39|%  25|+  88|-   0]: release test-http-contentLength0 
                                                           
[00:39|%  25|+  89|-   0]: release test-fs-largefile 
                                                    
[00:39|%  25|+  90|-   0]: release test-stdin-hang 
                                                  
[00:40|%  25|+  91|-   0]: release test-net-bind-twice 
                                                      
[00:40|%  26|+  92|-   0]: release test-http-pipe-fs 
                                                    
[00:40|%  26|+  93|-   0]: release test-child-process-fork2 
                                                           
[00:40|%  26|+  94|-   0]: release test-http-keep-alive 
                                                       
[00:41|%  27|+  95|-   0]: release test-event-emitter-once 
                                                          
[00:41|%  27|+  96|-   0]: release test-script-this 
                                                   
[00:41|%  27|+  97|-   0]: release test-readuint 
                                                
[00:41|%  27|+  98|-   0]: release test-http-request-end-twice 
                                                              
[00:41|%  28|+  99|-   0]: release test-tls-session-cache 
                                                         
[00:42|%  28|+ 100|-   0]: release test-pipe-address 
                                                    
[00:42|%  28|+ 101|-   0]: release test-net-connect-buffer 
                                                          
[00:42|%  29|+ 102|-   0]: release test-process-exit 
                                                    
[00:42|%  29|+ 103|-   0]: release test-http-client-abort 
                                                         
[00:43|%  29|+ 104|-   0]: release test-regress-GH-1899 
                                                       
[00:43|%  29|+ 105|-   0]: release test-require-exceptions 
                                                          
[00:43|%  30|+ 106|-   0]: release test-fs-long-path 
                                                    
[00:43|%  30|+ 107|-   0]: release test-net-server-listen-remove-callback 
                                                                         
[00:44|%  30|+ 108|-   0]: release test-tls-client-abort2 
                                                         
[00:44|%  31|+ 109|-   0]: release test-stdin-child-proc 
                                                        
[00:44|%  31|+ 110|-   0]: release test-repl-.save.load 
                                                       
[00:45|%  31|+ 111|-   0]: release test-sync-fileread 
                                                     
[00:45|%  31|+ 112|-   0]: release test-http-mutable-headers 
                                                            
[00:45|%  32|+ 113|-   0]: release test-child-process-customfd-bounded 
                                                                      
[00:45|%  32|+ 114|-   0]: release test-net-write-after-close 
                                                             
[00:46|%  32|+ 115|-   0]: release test-fs-write-stream-end 
                                                           
[00:46|%  33|+ 116|-   0]: release test-sys 
                                           
[00:46|%  33|+ 117|-   0]: release test-script-new 
                                                  
[00:47|%  33|+ 118|-   0]: release test-net-stream 
                                                  
[00:47|%  33|+ 119|-   0]: release test-stream-pipe-error-handling 
                                                                  
[00:47|%  34|+ 120|-   0]: release test-os 
                                          
[00:47|%  34|+ 121|-   0]: release test-http-upgrade-client2 
                                                            
[00:47|%  34|+ 122|-   0]: release test-http-head-request 
                                                         
[00:48|%  35|+ 123|-   0]: release test-fs-fsync 
                                                
[00:48|%  35|+ 124|-   0]: release test-http-1.0 
                                                
[00:48|%  35|+ 125|-   0]: release test-sigint-infinite-loop 
                                                            
[00:49|%  35|+ 126|-   0]: release test-fs-stat 
                                               
[00:49|%  36|+ 127|-   0]: release test-exec-max-buffer 
                                                       
[00:49|%  36|+ 128|-   0]: release test-zerolengthbufferbug 
                                                           
[00:49|%  36|+ 129|-   0]: release test-tls-server-verify 
                                                         
[00:50|%  37|+ 130|-   0]: release test-fs-readfile-unlink 
                                                          
[00:50|%  37|+ 131|-   0]: release test-tls-connect-simple 
                                                          
[00:50|%  37|+ 132|-   0]: release test-tls-npn-server-client 
                                                             
[00:51|%  37|+ 133|-   0]: release test-writefloat 
                                                  
[00:51|%  38|+ 134|-   0]: release test-http-dns-fail 
                                                     
[00:52|%  38|+ 135|-   0]: release test-stdin-pause-resume 
                                                          
[00:52|%  38|+ 136|-   0]: release test-http-agent 
                                                  
[00:52|%  39|+ 137|-   0]: release test-process-wrap 
                                                    
[00:52|%  39|+ 138|-   0]: release test-event-emitter-remove-listeners 
                                                                      
[00:53|%  39|+ 139|-   0]: release test-net-connect-timeout 
                                                           
[00:53|%  39|+ 140|-   0]: release test-net-listen-error 
                                                        
[00:53|%  40|+ 141|-   0]: release test-http-keep-alive-close-on-header 
                                                                       
[00:54|%  40|+ 142|-   0]: release test-https-foafssl 
                                                     
[00:54|%  40|+ 143|-   0]: release test-fs-write-file 
                                                     
[00:54|%  41|+ 144|-   0]: release test-module-loading 
                                                      
[00:54|%  41|+ 145|-   0]: release test-event-emitter-modify-in-emit 
                                                                    
[00:55|%  41|+ 146|-   0]: release test-crypto 
                                              
[00:55|%  41|+ 147|-   0]: release test-http-legacy 
                                                   
[00:56|%  42|+ 148|-   0]: release test-console 
                                               
[00:56|%  42|+ 149|-   0]: release test-next-tick-errors 
                                                        
[00:56|%  42|+ 150|-   0]: release test-http-exceptions 
                                                       
[00:56|%  43|+ 151|-   0]: release test-fs-read-stream-fd 
                                                         
[00:56|%  43|+ 152|-   0]: release test-regress-GH-819 
                                                      
[00:57|%  43|+ 153|-   0]: release test-fs-read 
                                               
[00:57|%  43|+ 154|-   0]: release test-fs-read-buffer 
                                                      
[00:57|%  44|+ 155|-   0]: release test-http-url.parse-post 
                                                           
[00:57|%  44|+ 156|-   0]: release test-require-cache 
                                                     
[00:58|%  44|+ 157|-   0]: release test-fs-mkdir 
                                                
[00:58|%  45|+ 158|-   0]: release test-next-tick 
                                                 
[00:58|%  45|+ 159|-   0]: release test-readint 
                                               
[00:58|%  45|+ 160|-   0]: release test-tls-remote 
                                                  
[00:58|%  45|+ 161|-   0]: release test-https-connecting-to-http 
                                                                
[00:59|%  46|+ 162|-   0]: release test-child-process-set-blocking 
                                                                  
[00:59|%  46|+ 163|-   0]: release test-http-allow-req-after-204-res 
                                                                    
[00:59|%  46|+ 164|-   0]: release test-tls-invalid-key 
                                                       
[01:00|%  47|+ 165|-   0]: release test-fs-empty-readStream 
                                                           
[01:00|%  47|+ 166|-   0]: release test-chdir 
                                             
[01:00|%  47|+ 167|-   0]: release test-regress-GH-897 
                                                      
[01:00|%  47|+ 168|-   0]: release test-writeint 
                                                
[01:00|%  48|+ 169|-   0]: release test-next-tick-starvation 
                                                            
[01:01|%  48|+ 170|-   0]: release test-event-emitter-add-listeners 
                                                                   
[01:01|%  48|+ 171|-   0]: release test-net-can-reset-timeout 
                                                             
[01:01|%  49|+ 172|-   0]: release test-http-client-parse-error 
                                                               
[01:01|%  49|+ 173|-   0]: release test-fs-write-buffer 
                                                       
[01:02|%  49|+ 174|-   0]: release test-dgram-close 
                                                   
[01:02|%  49|+ 175|-   0]: release test-http-res-write-end-dont-take-array 
                                                                          
[01:02|%  50|+ 176|-   0]: release test-net-server-try-ports 
                                                            
[01:02|%  50|+ 177|-   0]: release test-tls-connect-given-socket 
                                                                
[01:03|%  50|+ 178|-   0]: release test-next-tick-ordering 
                                                          
[01:03|%  50|+ 179|-   0]: release test-readfloat 
                                                 
[01:03|%  51|+ 180|-   0]: release test-https-eof-for-eom 
                                                         
[01:04|%  51|+ 181|-   0]: release test-fs-utimes 
                                                 
[01:04|%  51|+ 182|-   0]: release test-net-reconnect 
                                                     
[01:04|%  52|+ 183|-   0]: release test-buffer 
                                              
[01:04|%  52|+ 184|-   0]: release test-tls-set-encoding 
                                                        
[01:05|%  52|+ 185|-   0]: release test-timers-linked-list 
                                                          
[01:05|%  52|+ 186|-   0]: release test-writedouble 
                                                   
[01:05|%  53|+ 187|-   0]: release test-fs-error-messages 
                                                         
[01:05|%  53|+ 188|-   0]: release test-https-pfx 
                                                 
[01:06|%  53|+ 189|-   0]: release test-vm-create-context-accessors 
                                                                   
[01:06|%  54|+ 190|-   0]: release test-file-write-stream3 
                                                          
[01:06|%  54|+ 191|-   0]: release test-http-request-end 
                                                        
[01:06|%  54|+ 192|-   0]: release test-eval 
                                            
[01:07|%  54|+ 193|-   0]: release test-zlib-random-byte-pipes 
                                                              
[01:07|%  55|+ 194|-   0]: release test-http-abort-client 
                                                         
[01:07|%  55|+ 195|-   0]: release test-tls-junk-closes-server 
                                                              
[01:07|%  55|+ 196|-   0]: release test-process-kill-null 
                                                         
[01:08|%  56|+ 197|-   0]: release test-net-settimeout 
                                                      
[01:08|%  56|+ 198|-   0]: release test-http-parser-bad-ref 
                                                           
[01:08|%  56|+ 199|-   0]: release test-punycode 
                                                
[01:09|%  56|+ 200|-   0]: release test-http-upgrade-client 
                                                           
[01:09|%  57|+ 201|-   0]: release test-cli-eval 
                                                
[01:10|%  57|+ 202|-   0]: release test-event-emitter-check-listener-leaks 
                                                                          
[01:10|%  57|+ 203|-   0]: release test-child-process-env 
                                                         
[01:10|%  58|+ 204|-   0]: release test-http-buffer-sanity 
                                                          
[01:11|%  58|+ 205|-   0]: release test-regress-GH-784 
                                                      
[01:11|%  58|+ 206|-   0]: release test-tls-client-resume 
                                                         
[01:12|%  58|+ 207|-   0]: release test-tcp-wrap-connect 
                                                        
[01:12|%  59|+ 208|-   0]: release test-http-client-race 
                                                        
[01:12|%  59|+ 209|-   0]: release test-http-dns-error 
                                                      
[01:13|%  59|+ 210|-   0]: release test-net-server-close 
                                                        
[01:13|%  60|+ 211|-   0]: release test-util 
                                            
[01:13|%  60|+ 212|-   0]: release test-net-binary 
                                                  
[01:13|%  60|+ 213|-   0]: release test-fs-stream-double-close 
                                                              
[01:14|%  60|+ 214|-   0]: release test-fs-realpath 
                                                   
[01:14|%  61|+ 215|-   0]: release test-tls-connect 
                                                   
[01:14|%  61|+ 216|-   0]: release test-child-process-exec-cwd 
                                                              
[01:14|%  61|+ 217|-   0]: release test-memory-usage 
                                                    
[01:15|%  62|+ 218|-   0]: release test-http-expect-continue 
                                                            
[01:15|%  62|+ 219|-   0]: release test-net-isip 
                                                
[01:15|%  62|+ 220|-   0]: release test-regress-GH-1531 
                                                       
[01:16|%  62|+ 221|-   0]: release test-fs-write-stream-change-open 
                                                                   
[01:16|%  63|+ 222|-   0]: release test-cluster-worker-death 
                                                            
[01:16|%  63|+ 223|-   0]: release test-net-dns-error 
                                                     
[01:16|%  63|+ 224|-   0]: release test-file-read-noexist 
                                                         
[01:16|%  64|+ 225|-   0]: release test-dgram-send-error 
                                                        
[01:17|%  64|+ 226|-   0]: release test-fs-symlink 
                                                  
[01:17|%  64|+ 227|-   0]: release test-file-write-stream2 
                                                          
[01:17|%  64|+ 228|-   0]: release test-http-header-read 
                                                        
[01:18|%  65|+ 229|-   0]: release test-executable-path 
                                                       
[01:18|%  65|+ 230|-   0]: release test-net-eaddrinuse 
                                                      
[01:18|%  65|+ 231|-   0]: release test-http-host-headers 
                                                         
[01:19|%  66|+ 232|-   0]: release test-memory-usage-emfile 
                                                           
[01:19|%  66|+ 233|-   0]: release test-https-simple 
                                                    
[01:19|%  66|+ 234|-   0]: release test-eio-race4 
                                                 
[01:19|%  66|+ 235|-   0]: release test-readdouble 
                                                  
[01:20|%  67|+ 236|-   0]: release test-tls-pause-close 
                                                       
[01:20|%  67|+ 237|-   0]: release test-tls-set-ciphers 
                                                       
[01:20|%  67|+ 238|-   0]: release test-http-response-no-headers 
                                                                
[01:20|%  68|+ 239|-   0]: release test-https-drain 
                                                   
[01:21|%  68|+ 240|-   0]: release test-next-tick-doesnt-hang 
                                                             
[01:21|%  68|+ 241|-   0]: release test-http-upgrade-server 
                                                           
[01:22|%  68|+ 242|-   0]: release test-fs-open 
                                               
[01:22|%  69|+ 243|-   0]: release test-http-url.parse-search 
                                                             
[01:22|%  69|+ 244|-   0]: release test-pipe-file-to-http 
                                                         
[01:24|%  69|+ 245|-   0]: release test-http-extra-response 
                                                           
[01:24|%  70|+ 246|-   0]: release test-zlib-from-string 
                                                        
[01:24|%  70|+ 247|-   0]: release test-fs-read-stream 
                                                      
[01:24|%  70|+ 248|-   0]: release test-timers-zero-timeout 
                                                           
[01:25|%  70|+ 249|-   0]: release test-exception-handler 
                                                         
[01:25|%  71|+ 250|-   0]: release test-http 
                                            
[01:25|%  71|+ 251|-   0]: release test-net-write-slow 
                                                      
[01:26|%  71|+ 252|-   0]: release test-http-client-abort2 
                                                          
[01:26|%  72|+ 253|-   0]: release test-crypto-ecb 
                                                  
[01:27|%  72|+ 254|-   0]: release test-tls-request-timeout 
                                                           
[01:27|%  72|+ 255|-   0]: release test-error-reporting 
                                                       
[01:27|%  72|+ 256|-   0]: release test-net-create-connection 
                                                             
[01:28|%  73|+ 257|-   0]: release test-dgram-multicast-multi-process 
                                                                     
[01:28|%  73|+ 258|-   0]: release test-http-patch 
                                                  
[01:29|%  73|+ 259|-   0]: release test-tty-wrap 
                                                
[01:29|%  74|+ 260|-   0]: release test-http-parser-free 
                                                        
[01:29|%  74|+ 261|-   0]: release test-zlib-invalid-input 
                                                          
[01:29|%  74|+ 262|-   0]: release test-tls-over-http-tunnel 
                                                            
[01:30|%  74|+ 263|-   0]: release test-fs-sync-fd-leak 
                                                       
[01:30|%  75|+ 264|-   0]: release test-net-connect-handle-econnrefused 
                                                                       
[01:30|%  75|+ 265|-   0]: release test-net-large-string 
                                                        
[01:30|%  75|+ 266|-   0]: release test-http-get-pipeline-problem 
                                                                 
[01:31|%  76|+ 267|-   0]: release test-http-full-response 
                                                          
[01:31|%  76|+ 268|-   0]: release test-net-remote-address-port 
                                                               
[01:31|%  76|+ 269|-   0]: release test-http-server-multiheaders 
                                                                
[01:32|%  76|+ 270|-   0]: release test-pipe-head 
                                                 
[01:32|%  77|+ 271|-   0]: release test-util-format 
                                                   
[01:32|%  77|+ 272|-   0]: release test-net-server-max-connections 
                                                                  
[01:33|%  77|+ 273|-   0]: release test-string-decoder 
                                                      
[01:33|%  78|+ 274|-   0]: release test-debugger-repl 
                                                     
[01:34|%  78|+ 275|-   0]: release test-tls-client-verify 
                                                         
[01:35|%  78|+ 276|-   0]: release test-script-static-this 
                                                          
[01:35|%  78|+ 277|-   0]: release test-http-set-cookies 
                                                        
[01:35|%  79|+ 278|-   0]: release test-utf8-scripts 
                                                    
[01:36|%  79|+ 279|-   0]: release test-timers-uncaught-exception 
                                                                 
[01:36|%  79|+ 280|-   0]: release test-net-socket-destroy-twice 
                                                                
[01:36|%  80|+ 281|-   0]: release test-stdout-to-file 
                                                      
[01:37|%  80|+ 282|-   0]: release test-http-client-race-2 
                                                          
[01:38|%  80|+ 283|-   0]: release test-regress-GH-1697 
                                                       
[01:39|%  80|+ 284|-   0]: release test-writeuint 
                                                 
[01:40|%  81|+ 285|-   0]: release test-http-url.parse-basic 
                                                            
[01:40|%  81|+ 286|-   0]: release test-http-unix-socket 
                                                        
[01:40|%  81|+ 287|-   0]: release test-require-resolve 
                                                       
[01:40|%  82|+ 288|-   0]: release test-module-load-list 
                                                        
[01:40|%  82|+ 289|-   0]: release test-http-set-trailers 
                                                         
[01:41|%  82|+ 290|-   0]: release test-process-next-tick 
                                                         
[01:41|%  82|+ 291|-   0]: release test-net-write-connect-write 
                                                               
[01:41|%  83|+ 292|-   0]: release test-fs-write-sync 
                                                     
[01:41|%  83|+ 293|-   0]: release test-net-server-bind 
                                                       
[01:42|%  83|+ 294|-   0]: release test-fs-write 
                                                
[01:42|%  84|+ 295|-   0]: release test-tls-securepair-server 
                                                             
[01:42|%  84|+ 296|-   0]: release test-fs-read-file-sync 
                                                         
[01:42|%  84|+ 297|-   0]: release test-child-process-kill 
                                                          
[01:42|%  84|+ 298|-   0]: release test-zlib 
                                            
[01:43|%  85|+ 299|-   0]: release test-http-client-upload 
                                                          
[01:43|%  85|+ 300|-   0]: release test-http-should-keep-alive 
                                                              
[01:43|%  85|+ 301|-   0]: release test-http-url.parse-https.request 
                                                                    
[01:44|%  86|+ 302|-   0]: release test-file-write-stream 
                                                         
[01:44|%  86|+ 303|-   0]: release test-http-head-response-has-no-body 
                                                                      
[01:44|%  86|+ 304|-   0]: release test-signal-unregister 
                                                         
[01:45|%  86|+ 305|-   0]: release test-dgram-pingpong 
                                                      
[01:46|%  87|+ 306|-   0]: release test-child-process-cwd 
                                                         
[01:46|%  87|+ 307|-   0]: release test-buffer-regress-GH-2659 
                                                              
[01:47|%  87|+ 308|-   0]: release test-tls-securepair-client 
                                                             
[01:48|%  88|+ 309|-   0]: release test-readdir 
                                               
[01:48|%  88|+ 310|-   0]: release test-fs-readfile-empty 
                                                         
[01:48|%  88|+ 311|-   0]: release test-http-eof-on-connect 
                                                           
[01:49|%  88|+ 312|-   0]: release test-http-response-readable 
                                                              
[01:49|%  89|+ 313|-   0]: release test-http-url.parse-only-support-http-ht... 
                                                                              
[01:49|%  89|+ 314|-   0]: release test-assert 
                                              
[01:49|%  89|+ 315|-   0]: release test-querystring 
                                                   
[01:50|%  90|+ 316|-   0]: release test-http-url.parse-path 
                                                           
[01:50|%  90|+ 317|-   0]: release test-http-proxy 
                                                  
[01:50|%  90|+ 318|-   0]: release test-debugger-repl-utf8 
                                                          
[01:52|%  90|+ 319|-   0]: release test-fs-watch 
                                                
[01:53|%  91|+ 320|-   0]: release test-fs-write-file-buffer 
                                                            
[01:53|%  91|+ 321|-   0]: release test-http-curl-chunk-problem 
                                                               
[01:54|%  91|+ 322|-   0]: release test-stdout-close-catch 
                                                          
[01:54|%  92|+ 323|-   0]: release test-zlib-from-gzip 
                                                      
[01:54|%  92|+ 324|-   0]: release test-fs-read-stream-resume 
                                                             
[01:55|%  92|+ 325|-   0]: release test-fs-sir-writes-alot 
                                                          
[01:55|%  92|+ 326|-   0]: release test-http-upgrade-agent 
                                                          
[01:56|%  93|+ 327|-   0]: release test-event-emitter-max-listeners 
                                                                   
[01:56|%  93|+ 328|-   0]: release test-eio-race 
                                                
[01:56|%  93|+ 329|-   0]: release test-http-client-timeout 
                                                           
[01:56|%  94|+ 330|-   0]: release test-http-parser 
                                                   
[01:57|%  94|+ 331|-   0]: release test-regress-GH-1726 
                                                       
[01:58|%  94|+ 332|-   0]: release test-child-process-exec-env 
                                                              
[01:58|%  94|+ 333|-   0]: release test-script-static-context 
                                                             
[01:58|%  95|+ 334|-   0]: release test-tls-pause 
                                                 
[01:59|%  95|+ 335|-   0]: release test-pipe-return-val 
                                                       
[01:59|%  95|+ 336|-   0]: release test-http-write-empty-string 
                                                               
[01:59|%  96|+ 337|-   0]: release test-fs-chmod 
                                                
[01:59|%  96|+ 338|-   0]: release test-dgram-multicast-setTTL 
                                                              
[02:00|%  96|+ 339|-   0]: release test-net-keepalive 
                                                     
[02:01|%  96|+ 340|-   0]: release test-http-no-content-length 
                                                              
[02:01|%  97|+ 341|-   0]: release test-child-process-double-pipe 
                                                                 
[02:01|%  97|+ 342|-   0]: release test-net-after-close 
                                                       
[02:02|%  97|+ 343|-   0]: release test-net-pingpong 
                                                    
[02:03|%  98|+ 344|-   0]: release test-net-pipe-connect-errors 
                                                               
[02:03|%  98|+ 345|-   0]: release undefined_reference_in_new_context 
                                                                     
[02:04|%  98|+ 346|-   0]: release throw_non_error 
                                                  
[02:04|%  98|+ 347|-   0]: release throw_custom_error 
                                                     
[02:04|%  99|+ 348|-   0]: release 2100bytes 
                                            
[02:04|%  99|+ 349|-   0]: release stack_overflow 
                                                 
=== release stack_overflow ===
Path: message/stack_overflow
before

/tmp/buildd/nodejs-0.6.19~dfsg1/test/message/stack_overflow.js:0
(function (exports, require, module, __filename, __dirname) { // Copyright Joy
^
RangeError: Maximum call stack size exceeded
Command: out/Release/node /tmp/buildd/nodejs-0.6.19~dfsg1/test/message/stack_overflow.js

                                                 
[02:04|%  99|+ 349|-   1]: release hello_world 
                                              
[02:05|% 100|+ 350|-   1]: Done
make[1]: *** [test] Error 1
make[1]: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1'
make: *** [debian/stamp-makefile-check] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
W: no hooks of type C found -- ignoring
I: unmounting /var/cache/pbuilder/ccache filesystem
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
 -> Cleaning COW directory
  forking: rm -rf /var/cache/pbuilder/build-sid/cow.26791 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/attachments/20120725/c08706e9/attachment-0001.pgp>


More information about the Pkg-javascript-devel mailing list