DC-Build-Header: nodejs 0.6.19~dfsg1-2 / Mon Jul 09 20:38:04 +0000 2012 DC-Task: logfile:/tmp/nodejs_0.6.19~dfsg1-2_unstable_clang.log version:0.6.19~dfsg1-2 modes:clang chroot:unstable source:nodejs esttime: architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang nodejs_0.6.19~dfsg1-2' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-29-201-206.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ nodejs 0.6.19~dfsg1-2 (amd64) 09 Jul 2012 20:38 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: nodejs Version: 0.6.19~dfsg1-2 Source Version: 0.6.19~dfsg1-2 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/nodejs-o9JNEa/nodejs-0.6.19~dfsg1' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/nodejs-o9JNEa' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-65a552fe-9b4d-498b-9aca-fe19321ea4c9' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'nodejs' packaging is maintained in the 'Git' version control system at: git://git.debian.org/git/collab-maint/nodejs.git Need to get 5853 kB of source archives. Get:1 http://localhost/debian/ unstable/main nodejs 0.6.19~dfsg1-2 (dsc) [1651 B] Get:2 http://localhost/debian/ unstable/main nodejs 0.6.19~dfsg1-2 (tar) [5112 kB] Get:3 http://localhost/debian/ unstable/main nodejs 0.6.19~dfsg1-2 (diff) [739 kB] Fetched 5853 kB in 0s (9655 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 0s (29.3 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11729 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-Fy0CsV/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/706 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), cdbs (>= 0.4.70~), 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 Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), cdbs (>= 0.4.70~), 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 `sbuild-build-depends-nodejs-dummy' in `/«BUILDDIR»/resolver-C98Pja/apt_archive/sbuild-build-depends-nodejs-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install nodejs build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bash-completion bsdmainutils cdbs curl debhelper devscripts dh-buildinfo file gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libc-ares-dev libc-ares2 libcroco3 libcurl3 libev-dev libev4 libexpat1 libgcrypt11 libgettextpo0 libglib2.0-0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 libncursesw5 libp11-kit0 libpcre3 libpipeline1 libpopt0 libprocps0 librtmp0 libsasl2-2 libsqlite3-0 libssh2-1 libssl-dev libssl1.0.0 libtasn1-3 libunistring0 libv8-3.8.9.20 libv8-dev libxml2 man-db mime-support openssl pkg-config po-debconf procps python python-minimal python2.7 python2.7-minimal zlib1g-dev Suggested packages: wamerican wordlist whois vacation dh-make bsd-mailx mailx cvs-buildpackage devscripts-el gnuplot libauthen-sasl-perl libfile-desktopentry-perl libnet-smtp-ssl-perl libterm-size-perl libyaml-syck-perl mutt ssh-client svn-buildpackage w3m gettext-doc groff rng-tools krb5-doc krb5-user less www-browser libmail-box-perl python-doc python-tk python2.7-doc binfmt-support Recommended packages: autotools-dev at dctrl-tools dput dupload libdistro-info-perl libjson-perl libparse-debcontrol-perl liburi-perl libwww-perl lintian patchutils python-debian python-magic strace unzip wdiff debian-keyring equivs libcrypt-ssleay-perl libsoap-lite-perl autopoint ca-certificates libglib2.0-data shared-mime-info krb5-locales libgpm2 libsasl2-modules libssl-doc xml-core libmail-sendmail-perl psmisc The following NEW packages will be installed: bash-completion bsdmainutils cdbs curl debhelper devscripts dh-buildinfo file gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libc-ares-dev libc-ares2 libcroco3 libcurl3 libev-dev libev4 libexpat1 libgcrypt11 libgettextpo0 libglib2.0-0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 libncursesw5 libp11-kit0 libpcre3 libpipeline1 libpopt0 libprocps0 librtmp0 libsasl2-2 libsqlite3-0 libssh2-1 libssl-dev libssl1.0.0 libtasn1-3 libunistring0 libv8-3.8.9.20 libv8-dev libxml2 man-db mime-support openssl pkg-config po-debconf procps python python-minimal python2.7 python2.7-minimal sbuild-build-depends-nodejs-dummy zlib1g-dev 0 upgraded, 63 newly installed, 0 to remove and 0 not upgraded. Need to get 25.6 MB/25.6 MB of archives. After this operation, 68.9 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libncursesw5 amd64 5.9-10 [141 kB] Get:2 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:3 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:4 http://localhost/debian/ unstable/main libprocps0 amd64 1:3.3.3-2 [58.1 kB] Get:5 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:6 http://localhost/debian/ unstable/main bash-completion all 1:2.0-1 [193 kB] Get:7 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:8 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:9 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:10 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:11 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:12 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:13 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:14 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:15 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:16 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:17 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:18 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:19 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:20 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:21 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:22 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:23 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:24 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:25 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:26 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:27 http://localhost/debian/ unstable/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB] Get:28 http://localhost/debian/ unstable/main libssh2-1 amd64 1.4.2-1 [79.0 kB] Get:29 http://localhost/debian/ unstable/main libcurl3 amd64 7.26.0-1 [330 kB] Get:30 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:31 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:32 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:33 http://localhost/debian/ unstable/main libc-ares2 amd64 1.9.1-3 [74.2 kB] Get:34 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:35 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:36 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:37 http://localhost/debian/ unstable/main procps amd64 1:3.3.3-2 [252 kB] Get:38 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:39 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:40 http://localhost/debian/ unstable/main mime-support all 3.52-1 [35.5 kB] Get:41 http://localhost/debian/ unstable/main python2.7-minimal amd64 2.7.3-1 [1770 kB] Get:42 http://localhost/debian/ unstable/main python2.7 amd64 2.7.3-1 [2726 kB] Get:43 http://localhost/debian/ unstable/main python-minimal all 2.7.3-1 [42.1 kB] Get:44 http://localhost/debian/ unstable/main python all 2.7.3-1 [179 kB] Get:45 http://localhost/debian/ unstable/main cdbs all 0.4.116 [79.9 kB] Get:46 http://localhost/debian/ unstable/main curl amd64 7.26.0-1 [270 kB] Get:47 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:48 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:49 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:50 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:51 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:52 http://localhost/debian/ unstable/main devscripts amd64 2.12.0 [706 kB] Get:53 http://localhost/debian/ unstable/main dh-buildinfo all 0.9+nmu1 [15.7 kB] Get:54 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:55 http://localhost/debian/ unstable/main libssl-dev amd64 1.0.1c-3 [1696 kB] Get:56 http://localhost/debian/ unstable/main libv8-3.8.9.20 amd64 3.8.9.20-1 [1425 kB] Get:57 http://localhost/debian/ unstable/main libv8-dev amd64 3.8.9.20-1 [103 kB] Get:58 http://localhost/debian/ unstable/main openssl amd64 1.0.1c-3 [697 kB] Get:59 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:60 http://localhost/debian/ unstable/main libc-ares-dev amd64 1.9.1-3 [141 kB] Get:61 http://localhost/debian/ unstable/main libev4 amd64 1:4.11-1 [39.5 kB] Get:62 http://localhost/debian/ unstable/main libev-dev amd64 1:4.11-1 [131 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 25.6 MB in 1s (13.4 MB/s) Selecting previously unselected package libncursesw5:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libncursesw5:amd64 (from .../libncursesw5_5.9-10_amd64.deb) ... Selecting previously unselected package libpipeline1:amd64. Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. 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 libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.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 libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-0:amd64. Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-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 libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_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 bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package procps. Unpacking procps (from .../procps_1%3a3.3.3-2_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_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-1_amd64.deb) ... Selecting previously unselected package python2.7. Unpacking python2.7 (from .../python2.7_2.7.3-1_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 cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.116_all.deb) ... Selecting previously unselected package curl. Unpacking curl (from .../curl_7.26.0-1_amd64.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package devscripts. Unpacking devscripts (from .../devscripts_2.12.0_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) ... Selecting previously unselected package sbuild-build-depends-nodejs-dummy. Unpacking sbuild-build-depends-nodejs-dummy (from .../sbuild-build-depends-nodejs-dummy.deb) ... Setting up libncursesw5:amd64 (5.9-10) ... Setting up libpipeline1:amd64 (1.2.1-1) ... 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 libasprintf0c2:amd64 (0.18.1.1-9) ... 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 libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libsqlite3-0:amd64 (3.7.13-1) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-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 libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libc-ares2:amd64 (1.9.1-3) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... 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 runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... 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-1) ... Setting up python2.7 (2.7.3-1) ... Setting up python-minimal (2.7.3-1) ... Setting up python (2.7.3-1) ... Setting up cdbs (0.4.116) ... Setting up curl (7.26.0-1) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up devscripts (2.12.0) ... 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) ... Setting up sbuild-build-depends-nodejs-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 bash-completion_1:2.0-1 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 cdbs_0.4.116 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-3 curl_7.26.0-1 dash_0.5.7-3 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 devscripts_2.12.0 dh-buildinfo_0.9+nmu1 diffutils_1:3.2-6 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libc-ares-dev_1.9.1-3 libc-ares2_1.9.1-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcurl3_7.26.0-1 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libev-dev_1:4.11-1 libev4_1:4.11-1 libexpat1_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-3 libgcrypt11_1.5.0-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libglib2.0-0_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgnutls26_2.12.20-1 libgomp1_4.7.1-3 libgpg-error0_1.10-3 libgssapi-krb5-2_1.10.1+dfsg-1 libidn11_1.25-2 libitm1_4.7.1-3 libk5crypto3_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkrb5-3_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 libldap-2.4-2_2.4.31-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libncursesw5_5.9-10 libp11-kit0_0.12-3 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libpopt0_1.16-7 libprocps0_1:3.3.3-2 libquadmath0_4.7.1-3 libreadline6_6.2-8 librtmp0_2.4+20111222.git4e06e21-1 libsasl2-2_2.1.25.dfsg1-4+b1 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libsqlite3-0_3.7.13-1 libss2_1.42.4-3 libssh2-1_1.4.2-1 libssl-dev_1.0.1c-3 libssl1.0.0_1.0.1c-3 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtasn1-3_2.13-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libv8-3.8.9.20_3.8.9.20-1 libv8-dev_3.8.9.20-1 libxml2_2.8.0+dfsg1-4 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mime-support_3.52-1 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 openssl_1.0.1c-3 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 procps_1:3.3.3-2 python_2.7.3-1 python-minimal_2.7.3-1 python2.7_2.7.3-1 python2.7-minimal_2.7.3-1 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-nodejs-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Wed Jun 6 21:40:31 2012 UTC using DSA key ID 074141DC gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./nodejs_0.6.19~dfsg1-2.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-2.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 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 1002_upstream_forgot_to_build_doc.patch Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-65a552fe-9b4d-498b-9aca-fe19321ea4c9 SCHROOT_UID=0 SCHROOT_USER=root SHELL=/bin/sh USER=root dpkg-buildpackage ───────────────── dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package nodejs dpkg-buildpackage: source version 0.6.19~dfsg1-2 dpkg-buildpackage: source changed by Jérémy Lal dpkg-source --before-build nodejs-0.6.19~dfsg1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean 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 `/«PKGBUILDDIR»' python tools/waf-light clean Nothing to clean (project not configured) make[1]: *** [clean] Error 1 make[1]: Leaving directory `/«PKGBUILDDIR»' 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 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-2.debian.tar.gz dpkg-source: info: building nodejs in nodejs_0.6.19~dfsg1-2.dsc debian/rules build 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: doc/api/_toc.json doc/api/addons.json doc/api/appendix_1.json doc/api/assert.json doc/api/assets/sh.css doc/api/assets/style.css doc/api/buffer.json doc/api/child_process.json doc/api/cluster.json doc/api/crypto.json doc/api/debugger.json doc/api/dgram.json doc/api/dns.json doc/api/documentation.json doc/api/events.json doc/api/fs.json doc/api/globals.json doc/api/http.json doc/api/https.json doc/api/index.json doc/api/modules.json doc/api/os.json doc/api/path.json doc/api/process.json doc/api/querystring.json doc/api/readline.json doc/api/repl.json doc/api/stdio.json doc/api/stream.json doc/api/string_decoder.json doc/api/synopsis.json doc/api/timers.json doc/api/tls.json doc/api/tty.json doc/api/url.json doc/api/util.json doc/api/vm.json doc/api/zlib.json Files: doc/api/_toc.html doc/api/addons.html doc/api/appendix_1.html doc/api/assert.html doc/api/buffer.html doc/api/child_process.html doc/api/cluster.html doc/api/crypto.html doc/api/debugger.html doc/api/dgram.html doc/api/dns.html doc/api/documentation.html doc/api/events.html doc/api/fs.html doc/api/globals.html doc/api/http.html doc/api/https.html doc/api/index.html doc/api/modules.html doc/api/os.html doc/api/path.html doc/api/process.html doc/api/querystring.html doc/api/readline.html doc/api/repl.html doc/api/stdio.html doc/api/stream.html doc/api/string_decoder.html doc/api/synopsis.html doc/api/timers.html doc/api/tls.html doc/api/tty.html doc/api/url.html doc/api/util.html doc/api/vm.html doc/api/zlib.html Copyright: Joyent, Inc, Node… Files: deps/v8/tools/test.py tools/test.py Copyright: 2008, the V8 project authors. / HOLDERS AND CONTRIBUTORS License: BSD (3 clause) FIXME Files: doc/api/all.html doc/api/net.html Copyright: Joyent, Inc, Node… Files: doc/api/all.json doc/api/net.json (tokens[(unsigned char)c Files: debian/patches/1002_upstream_forgot_to_build_doc.… Copyright: Joyent, Inc, Node… Joyent, Inc, 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'); });

Test this by using telnet:

telnet localhost 8124

To listen on the socket /tmp/echo.sock the … just be changed to

server.listen('/tmp/echo.sock', …

Use nc to connect to a UNIX domain socket …

nc -U /tmp/echo.sock
" 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 touch debian/stamp-autotools-files chmod a+x /«PKGBUILDDIR»/./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" /«PKGBUILDDIR»/./configure "" --debug --without-npm --shared-v8 --shared-cares --shared-libev --shared-zlib --no-ssl2 Checking for program g++ or c++ : /usr/bin/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/bin/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 (1.087s) touch debian/stamp-autotools /usr/bin/make -C . make[1]: Entering directory `/«PKGBUILDDIR»' Waf: Entering directory `/«PKGBUILDDIR»/out' [ 1/68] cc: deps/http_parser/http_parser.c -> out/Release/deps/http_parser/http_parser_3.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '-rdynamic' [ 2/68] cc: deps/http_parser/http_parser.c -> out/Debug/deps/http_parser/http_parser_3.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '-rdynamic' [ 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/events.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/dns.js lib/vm.js lib/url.js lib/tls.js lib/crypto.js lib/string_decoder.js lib/https.js lib/freelist.js lib/readline.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/events.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/dns.js lib/vm.js lib/url.js lib/tls.js lib/crypto.js lib/string_decoder.js lib/https.js lib/freelist.js lib/readline.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 `/«PKGBUILDDIR»/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 `/«PKGBUILDDIR»/out/Release/deps/uv' make[2]: Entering directory `/«PKGBUILDDIR»/out/Release/deps/uv' /usr/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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 src/unix/eio/eio.c:610:12: warning: expression result unused [-Wunused-value] assert (("unable to allocate worker thread data", wrk)); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/assert.h:92:5: note: expanded from macro 'assert' ((expr) \ ^ src/unix/eio/eio.c:1410:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ src/unix/eio/eio.c:1858:15: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ src/unix/eio/eio.c:2213:41: warning: implicit declaration of function 'rename' is invalid in C99 [-Wimplicit-function-declaration] case EIO_RENAME: req->result = rename (req->ptr1, req->ptr2); break; ^ src/unix/eio/eio.c:2570:12: warning: expression result unused [-Wunused-value] assert (("cannot add requests to IO::AIO::GRP after the group finished", grp->int1 != 2)); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/assert.h:92:5: note: expanded from macro 'assert' ((expr) \ ^ 5 warnings generated. 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 `/«PKGBUILDDIR»/out/Release/deps/uv' [ 8/68] uv: deps/uv/include/uv.h -> out/Debug/deps/uv/uv.a make[2]: Entering directory `/«PKGBUILDDIR»/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 `/«PKGBUILDDIR»/out/Debug/deps/uv' make[2]: Entering directory `/«PKGBUILDDIR»/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 src/unix/eio/eio.c:610:12: warning: expression result unused [-Wunused-value] assert (("unable to allocate worker thread data", wrk)); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/assert.h:92:5: note: expanded from macro 'assert' ((expr) \ ^ src/unix/eio/eio.c:1410:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ src/unix/eio/eio.c:1858:15: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ src/unix/eio/eio.c:2213:41: warning: implicit declaration of function 'rename' is invalid in C99 [-Wimplicit-function-declaration] case EIO_RENAME: req->result = rename (req->ptr1, req->ptr2); break; ^ src/unix/eio/eio.c:2570:12: warning: expression result unused [-Wunused-value] assert (("cannot add requests to IO::AIO::GRP after the group finished", grp->int1 != 2)); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/assert.h:92:5: note: expanded from macro 'assert' ((expr) \ ^ 5 warnings generated. 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 `/«PKGBUILDDIR»/out/Debug/deps/uv' [ 9/68] cxx: src/node_main.cc -> out/Release/src/node_main_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [10/68] cxx: src/node.cc -> out/Release/src/node_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node.cc:1174:19: warning: unused variable 'message' [-Wunused-variable] Handle message = try_catch.Message(); ^ ../src/node.cc:2023:50: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] String::New(OPENSSL_VERSION_TEXT + i, j - i)); ~~~~~~~~~~~~~~~~~~~~~^~~ ../src/node.cc:2023:50: note: use array indexing to silence this warning String::New(OPENSSL_VERSION_TEXT + i, j - i)); ^ & [ ] ../src/node.cc:2521:32: warning: sizeof on array function parameter will return size of 'char **' instead of 'char *[]' [-Wsizeof-array-argument] memcpy(v8argv, argv, sizeof(argv) * option_end_index); ^ ../src/node.cc:2504:29: note: declared here char** Init(int argc, char *argv[]) { ^ 3 warnings generated. [11/68] cxx: src/node_buffer.cc -> out/Release/src/node_buffer_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [12/68] cxx: src/node_javascript.cc -> out/Release/src/node_javascript_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [13/68] cxx: src/node_extensions.cc -> out/Release/src/node_extensions_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [15/68] cxx: src/node_constants.cc -> out/Release/src/node_constants_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [16/68] cxx: src/node_file.cc -> out/Release/src/node_file_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [17/68] cxx: src/node_script.cc -> out/Release/src/node_script_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node_script.cc:366:19: warning: unused variable 'contextArg' [-Wunused-variable] Local contextArg = args[sandbox_index]->ToObject(); ^ 1 warning generated. [18/68] cxx: src/node_os.cc -> out/Release/src/node_os_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [19/68] cxx: src/node_dtrace.cc -> out/Release/src/node_dtrace_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node_dtrace.cc:281:12: warning: unused function 'dtrace_gc_start' [-Wunused-function] static int dtrace_gc_start(GCType type, GCCallbackFlags flags) { ^ ../src/node_dtrace.cc:290:12: warning: unused function 'dtrace_gc_done' [-Wunused-function] static int dtrace_gc_done(GCType type, GCCallbackFlags flags) { ^ 2 warnings generated. [20/68] cxx: src/node_string.cc -> out/Release/src/node_string_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [21/68] cxx: src/node_zlib.cc -> out/Release/src/node_zlib_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [22/68] cxx: src/timer_wrap.cc -> out/Release/src/timer_wrap_7.o /usr/bin/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_http_parser.cc -c -o Release/src/node_http_parser_7.o /usr/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [23/68] cxx: src/handle_wrap.cc -> out/Release/src/handle_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [24/68] cxx: src/stream_wrap.cc -> out/Release/src/stream_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [25/68] cxx: src/tcp_wrap.cc -> out/Release/src/tcp_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [26/68] cxx: src/udp_wrap.cc -> out/Release/src/udp_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [27/68] cxx: src/pipe_wrap.cc -> out/Release/src/pipe_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [28/68] cxx: src/cares_wrap.cc -> out/Release/src/cares_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [29/68] cxx: src/tty_wrap.cc -> out/Release/src/tty_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [30/68] cxx: src/fs_event_wrap.cc -> out/Release/src/fs_event_wrap_7.o /usr/bin/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/timer_wrap.cc -c -o Release/src/timer_wrap_7.o /usr/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [31/68] cxx: src/process_wrap.cc -> out/Release/src/process_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [32/68] cxx: src/v8_typed_array.cc -> out/Release/src/v8_typed_array_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/v8_typed_array.cc:291:30: warning: unused variable 'src_buffer' [-Wunused-variable] v8::Handle src_buffer = v8::Handle::Cast( ^ ../src/v8_typed_array.cc:293:30: warning: unused variable 'dst_buffer' [-Wunused-variable] v8::Handle dst_buffer = v8::Handle::Cast( ^ 2 warnings generated. [33/68] cxx: src/node_signal_watcher.cc -> out/Release/src/node_signal_watcher_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [34/68] cxx: src/node_stat_watcher.cc -> out/Release/src/node_stat_watcher_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [35/68] cxx: src/node_io_watcher.cc -> out/Release/src/node_io_watcher_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [36/68] cxx: src/platform_linux.cc -> out/Release/src/platform_linux_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [37/68] cxx: src/node_crypto.cc -> out/Release/src/node_crypto_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node_crypto.cc:4274:19: warning: self-comparison always evaluates to true [-Wtautological-compare] if (generator == RAND_bytes) ^ ../src/node_crypto.cc:4350:19: note: in instantiation of function template specialization 'node::crypto::RandomBytesWork' requested here RandomBytesWork, ^ ../src/node_crypto.cc:4406:42: note: in instantiation of function template specialization 'node::crypto::RandomBytes' requested here NODE_SET_METHOD(target, "randomBytes", RandomBytes); ^ ../src/node.h:126:38: note: expanded from macro 'NODE_SET_METHOD' v8::FunctionTemplate::New(callback)->GetFunction()) ^ 1 warning generated. [38/68] cxx: src/node_main.cc -> out/Debug/src/node_main_7.o /usr/bin/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/fs_event_wrap.cc -c -o Release/src/fs_event_wrap_7.o /usr/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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_crypto.cc -c -o Release/src/node_crypto_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [39/68] cxx: src/node.cc -> out/Debug/src/node_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node.cc:1174:19: warning: unused variable 'message' [-Wunused-variable] Handle message = try_catch.Message(); ^ ../src/node.cc:1592:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] if (r <= 0 || r >= sizeof symbol) { ~ ^ ~~~~~~~~~~~~~ ../src/node.cc:2023:50: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] String::New(OPENSSL_VERSION_TEXT + i, j - i)); ~~~~~~~~~~~~~~~~~~~~~^~~ ../src/node.cc:2023:50: note: use array indexing to silence this warning String::New(OPENSSL_VERSION_TEXT + i, j - i)); ^ & [ ] ../src/node.cc:2521:32: warning: sizeof on array function parameter will return size of 'char **' instead of 'char *[]' [-Wsizeof-array-argument] memcpy(v8argv, argv, sizeof(argv) * option_end_index); ^ ../src/node.cc:2504:29: note: declared here char** Init(int argc, char *argv[]) { ^ 4 warnings generated. [40/68] cxx: src/node_buffer.cc -> out/Debug/src/node_buffer_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node_buffer.cc:434:40: warning: comparison of integers of different signs: 'ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare] if (source_start < 0 || source_start >= source->length_) { ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ ../src/node_buffer.cc:439:36: warning: comparison of integers of different signs: 'ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare] if (source_end < 0 || source_end > source->length_) { ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ ../src/node_buffer.cc:444:21: warning: comparison of integers of different signs: 'long' and 'unsigned long' [-Wsign-compare] ssize_t to_copy = MIN(MIN(source_end - source_start, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/node_buffer.cc:41:23: note: expanded from macro 'MIN' #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ ../src/node_buffer.cc:566:16: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] max_length = MIN(s->Length(), MIN(buffer->length_ - offset, max_length)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/node_buffer.cc:41:23: note: expanded from macro 'MIN' #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ ../src/node_buffer.cc:598:16: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] max_length = MIN(s.length(), MIN(buffer->length_ - offset, max_length)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/node_buffer.cc:41:23: note: expanded from macro 'MIN' #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ ../src/node_buffer.cc:670:16: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] max_length = MIN(s->Length(), MIN(buffer->length_ - offset, max_length)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/node_buffer.cc:41:23: note: expanded from macro 'MIN' #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ 6 warnings generated. [41/68] cxx: src/node_javascript.cc -> out/Debug/src/node_javascript_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from ../src/node_javascript.cc:24: Debug/src/node_natives.h:157:16: warning: missing field 'source_len' initializer [-Wmissing-field-initializers] { NULL, NULL } /* sentinel */ ^ 1 warning generated. [42/68] cxx: src/node_extensions.cc -> out/Debug/src/node_extensions_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [43/68] cxx: src/node_http_parser.cc -> out/Debug/src/node_http_parser_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [44/68] cxx: src/node_constants.cc -> out/Debug/src/node_constants_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [45/68] cxx: src/node_file.cc -> out/Debug/src/node_file_7.o /usr/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [46/68] cxx: src/node_script.cc -> out/Debug/src/node_script_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node_script.cc:366:19: warning: unused variable 'contextArg' [-Wunused-variable] Local contextArg = args[sandbox_index]->ToObject(); ^ 1 warning generated. [47/68] cxx: src/node_os.cc -> out/Debug/src/node_os_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [48/68] cxx: src/node_dtrace.cc -> out/Debug/src/node_dtrace_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node_dtrace.cc:301:48: warning: missing field 'templ' initializer [-Wmissing-field-initializers] { NODE_PROBE(DTRACE_NET_SERVER_CONNECTION) }, ^ ../src/node_dtrace.cc:302:41: warning: missing field 'templ' initializer [-Wmissing-field-initializers] { NODE_PROBE(DTRACE_NET_STREAM_END) }, ^ ../src/node_dtrace.cc:303:42: warning: missing field 'templ' initializer [-Wmissing-field-initializers] { NODE_PROBE(DTRACE_NET_SOCKET_READ) }, ^ ../src/node_dtrace.cc:304:43: warning: missing field 'templ' initializer [-Wmissing-field-initializers] { NODE_PROBE(DTRACE_NET_SOCKET_WRITE) }, ^ ../src/node_dtrace.cc:305:46: warning: missing field 'templ' initializer [-Wmissing-field-initializers] { NODE_PROBE(DTRACE_HTTP_SERVER_REQUEST) }, ^ ../src/node_dtrace.cc:306:47: warning: missing field 'templ' initializer [-Wmissing-field-initializers] { NODE_PROBE(DTRACE_HTTP_SERVER_RESPONSE) }, ^ ../src/node_dtrace.cc:307:46: warning: missing field 'templ' initializer [-Wmissing-field-initializers] { NODE_PROBE(DTRACE_HTTP_CLIENT_REQUEST) }, ^ ../src/node_dtrace.cc:308:47: warning: missing field 'templ' initializer [-Wmissing-field-initializers] { NODE_PROBE(DTRACE_HTTP_CLIENT_RESPONSE) }, ^ ../src/node_dtrace.cc:309:12: warning: missing field 'func' initializer [-Wmissing-field-initializers] { NULL } ^ ../src/node_dtrace.cc:281:12: warning: unused function 'dtrace_gc_start' [-Wunused-function] static int dtrace_gc_start(GCType type, GCCallbackFlags flags) { ^ ../src/node_dtrace.cc:290:12: warning: unused function 'dtrace_gc_done' [-Wunused-function] static int dtrace_gc_done(GCType type, GCCallbackFlags flags) { ^ 11 warnings generated. [49/68] cxx: src/node_string.cc -> out/Debug/src/node_string_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [50/68] cxx: src/node_zlib.cc -> out/Debug/src/node_zlib_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [51/68] cxx: src/timer_wrap.cc -> out/Debug/src/timer_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [52/68] cxx: src/handle_wrap.cc -> out/Debug/src/handle_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [53/68] cxx: src/stream_wrap.cc -> out/Debug/src/stream_wrap_7.o /usr/bin/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_file.cc -c -o Debug/src/node_file_7.o /usr/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/handle_wrap.cc -c -o Debug/src/handle_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/stream_wrap.cc:234:16: warning: comparison of integers of different signs: 'ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare] assert(nread <= buf.len); ~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/assert.h:92:5: note: expanded from macro 'assert' ((expr) \ ^ 1 warning generated. [54/68] cxx: src/tcp_wrap.cc -> out/Debug/src/tcp_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [55/68] cxx: src/udp_wrap.cc -> out/Debug/src/udp_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [56/68] cxx: src/pipe_wrap.cc -> out/Debug/src/pipe_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [57/68] cxx: src/cares_wrap.cc -> out/Debug/src/cares_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [58/68] cxx: src/tty_wrap.cc -> out/Debug/src/tty_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [59/68] cxx: src/fs_event_wrap.cc -> out/Debug/src/fs_event_wrap_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [60/68] cxx: src/process_wrap.cc -> out/Debug/src/process_wrap_7.o /usr/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [61/68] cxx: src/v8_typed_array.cc -> out/Debug/src/v8_typed_array_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/v8_typed_array.cc:291:30: warning: unused variable 'src_buffer' [-Wunused-variable] v8::Handle src_buffer = v8::Handle::Cast( ^ ../src/v8_typed_array.cc:293:30: warning: unused variable 'dst_buffer' [-Wunused-variable] v8::Handle dst_buffer = v8::Handle::Cast( ^ 2 warnings generated. [62/68] cxx: src/node_signal_watcher.cc -> out/Debug/src/node_signal_watcher_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [63/68] cxx: src/node_stat_watcher.cc -> out/Debug/src/node_stat_watcher_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [64/68] cxx: src/node_io_watcher.cc -> out/Debug/src/node_io_watcher_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [65/68] cxx: src/platform_linux.cc -> out/Debug/src/platform_linux_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' [66/68] cxx: src/node_crypto.cc -> out/Debug/src/node_crypto_7.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ../src/node_crypto.cc:4274:19: warning: self-comparison always evaluates to true [-Wtautological-compare] if (generator == RAND_bytes) ^ ../src/node_crypto.cc:4350:19: note: in instantiation of function template specialization 'node::crypto::RandomBytesWork' requested here RandomBytesWork, ^ ../src/node_crypto.cc:4406:42: note: in instantiation of function template specialization 'node::crypto::RandomBytes' requested here NODE_SET_METHOD(target, "randomBytes", RandomBytes); ^ ../src/node.h:126:38: note: expanded from macro 'NODE_SET_METHOD' v8::FunctionTemplate::New(callback)->GetFunction()) ^ 1 warning generated. [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 /usr/bin/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/process_wrap.cc -c -o Debug/src/process_wrap_7.o /usr/bin/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/bin/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/bin/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/bin/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/bin/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/bin/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 [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 `/«PKGBUILDDIR»/out' 'build' finished successfully (28.877s) /usr/bin/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/node_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 /«PKGBUILDDIR»/out/Release/node -Wl,-z,relro -lz -pthread -m64 -rdynamic /«PKGBUILDDIR»/out/Release/deps/uv/uv.a -L/usr/lib -L/usr/local/lib -Wl,-Bdynamic -lrt -lssl -lcrypto -lcares -lev -ldl -lutil -lv8 /usr/bin/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 /«PKGBUILDDIR»/out/Debug/node -Wl,-z,relro -lz -pthread -m64 -rdynamic /«PKGBUILDDIR»/out/Debug/deps/uv/uv.a -L/usr/lib -L/usr/local/lib -Wl,-Bdynamic -lrt -lssl -lcrypto -lcares -lev -ldl -lutil -lv8 -rwxrwxr-x 1 root root 3.0M Jul 9 20:39 out/Release/node make[1]: Leaving directory `/«PKGBUILDDIR»' touch debian/stamp-makefile-build /usr/bin/make -C . test make[1]: Entering directory `/«PKGBUILDDIR»' Waf: Entering directory `/«PKGBUILDDIR»/out' Waf: Leaving directory `/«PKGBUILDDIR»/out' 'build' finished successfully (0.042s) DEST_OS: linux DEST_CPU: x64 Parallel Jobs: 1 Product type: program -rwxrwxr-x 1 root root 3.0M Jul 9 20:39 out/Release/node python tools/test.py --mode=release simple message [00:00|% 0|+ 0|- 0]: release test-pipe [00:00|% 0|+ 1|- 0]: release test-memory-usage [00:00|% 0|+ 2|- 0]: release test-net-socket-destroy-twice [00:01|% 0|+ 3|- 0]: release test-net-pingpong [00:01|% 1|+ 4|- 0]: release test-http-keep-alive [00:02|% 1|+ 5|- 0]: release test-http-upgrade-server [00:02|% 1|+ 6|- 0]: release test-global [00:02|% 1|+ 7|- 0]: release test-http-url.parse-basic [00:02|% 2|+ 8|- 0]: release test-http-chunked [00:02|% 2|+ 9|- 0]: release test-http-contentLength0 [00:02|% 2|+ 10|- 0]: release test-child-process-exec-cwd [00:02|% 3|+ 11|- 0]: release test-exception-handler [00:02|% 3|+ 12|- 0]: release test-http-client-upload-buf [00:03|% 3|+ 13|- 0]: release test-path [00:03|% 3|+ 14|- 0]: release test-http-url.parse-search [00:03|% 4|+ 15|- 0]: release test-tcp-wrap [00:03|% 4|+ 16|- 0]: release test-http-head-request [00:03|% 4|+ 17|- 0]: release test-exec-max-buffer [00:03|% 5|+ 18|- 0]: release test-https-eof-for-eom [00:04|% 5|+ 19|- 0]: release test-next-tick-errors [00:04|% 5|+ 20|- 0]: release test-https-foafssl [00:04|% 5|+ 21|- 0]: release test-delayed-require [00:04|% 6|+ 22|- 0]: release test-fs-write-file [00:04|% 6|+ 23|- 0]: release test-net-connect-handle-econnrefused [00:04|% 6|+ 24|- 0]: release test-string-decoder [00:05|% 7|+ 25|- 0]: release test-chdir [00:05|% 7|+ 26|- 0]: release test-http-client-race [00:05|% 7|+ 27|- 0]: release test-tls-request-timeout [00:05|% 7|+ 28|- 0]: release test-debugger-repl [00:06|% 8|+ 29|- 0]: release test-tls-junk-closes-server [00:06|% 8|+ 30|- 0]: release test-fs-stat [00:07|% 8|+ 31|- 0]: release test-http-response-readable [00:07|% 9|+ 32|- 0]: release test-child-process-stdout-flush [00:07|% 9|+ 33|- 0]: release test-fs-mkdir [00:07|% 9|+ 34|- 0]: release test-memory-usage-emfile [00:07|% 9|+ 35|- 0]: release test-child-process-cwd [00:07|% 10|+ 36|- 0]: release test-regress-GH-1697 [00:09|% 10|+ 37|- 0]: release test-script-static-this [00:09|% 10|+ 38|- 0]: release test-next-tick-ordering2 [00:09|% 11|+ 39|- 0]: release test-fs-empty-readStream [00:09|% 11|+ 40|- 0]: release test-http-no-content-length [00:09|% 11|+ 41|- 0]: release test-tls-npn-server-client [00:10|% 11|+ 42|- 0]: release test-writefloat [00:10|% 12|+ 43|- 0]: release test-http-response-no-headers [00:10|% 12|+ 44|- 0]: release test-crypto [00:10|% 12|+ 45|- 0]: release test-http-host-headers [00:10|% 13|+ 46|- 0]: release test-net-server-try-ports [00:11|% 13|+ 47|- 0]: release test-http-304 [00:11|% 13|+ 48|- 0]: release test-http-1.0 [00:11|% 13|+ 49|- 0]: release test-net-stream [00:11|% 14|+ 50|- 0]: release test-fs-watch [00:12|% 14|+ 51|- 0]: release test-file-write-stream2 [00:12|% 14|+ 52|- 0]: release test-http-url.parse-path [00:12|% 15|+ 53|- 0]: release test-https-connecting-to-http [00:13|% 15|+ 54|- 0]: release test-signal-handler [00:13|% 15|+ 55|- 0]: release test-net-server-bind [00:13|% 15|+ 56|- 0]: release test-sync-fileread [00:13|% 16|+ 57|- 0]: release test-http-abort-client [00:13|% 16|+ 58|- 0]: release test-init [00:14|% 16|+ 59|- 0]: release test-pipe-address [00:14|% 17|+ 60|- 0]: release test-cluster-kill-workers [00:14|% 17|+ 61|- 0]: release test-regress-GH-1899 [00:15|% 17|+ 62|- 0]: release test-http-set-timeout [00:15|% 17|+ 63|- 0]: release test-file-write-stream [00:15|% 18|+ 64|- 0]: release test-dgram-multicast-multi-process [00:16|% 18|+ 65|- 0]: release test-stdout-to-file [00:16|% 18|+ 66|- 0]: release test-tls-remote [00:17|% 19|+ 67|- 0]: release test-child-process-double-pipe [00:17|% 19|+ 68|- 0]: release test-zlib-from-gzip [00:17|% 19|+ 69|- 0]: release test-http-abort-before-end [00:17|% 19|+ 70|- 0]: release test-require-exceptions [00:17|% 20|+ 71|- 0]: release test-next-tick-starvation [00:17|% 20|+ 72|- 0]: release test-event-emitter-check-listener-leaks [00:17|% 20|+ 73|- 0]: release test-http-client-agent [00:18|% 21|+ 74|- 0]: release test-fs-chmod [00:18|% 21|+ 75|- 0]: release test-http-buffer-sanity [00:18|% 21|+ 76|- 0]: release test-next-tick-ordering [00:18|% 21|+ 77|- 0]: release test-path-makelong [00:19|% 22|+ 78|- 0]: release test-http-upgrade-client2 [00:19|% 22|+ 79|- 0]: release test-http-client-upload [00:19|% 22|+ 80|- 0]: release test-http-head-response-has-no-body [00:19|% 23|+ 81|- 0]: release test-next-tick [00:19|% 23|+ 82|- 0]: release test-tls-pause [00:19|% 23|+ 83|- 0]: release test-event-emitter-once [00:19|% 23|+ 84|- 0]: release test-writeuint [00:20|% 24|+ 85|- 0]: release test-child-process-fork3 [00:20|% 24|+ 86|- 0]: release test-http-extra-response [00:20|% 24|+ 87|- 0]: release test-fs-write-stream-end [00:20|% 25|+ 88|- 0]: release test-child-process-env [00:20|% 25|+ 89|- 0]: release test-buffer-regress-GH-2659 [00:20|% 25|+ 90|- 0]: release test-http-url.parse-only-support-http-ht... [00:21|% 25|+ 91|- 0]: release test-signal-unregister [00:21|% 26|+ 92|- 0]: release test-http-default-encoding [00:21|% 26|+ 93|- 0]: release test-net-connect-buffer [00:21|% 26|+ 94|- 0]: release test-net-reconnect [00:22|% 27|+ 95|- 0]: release test-error-reporting [00:22|% 27|+ 96|- 0]: release test-net-keepalive [00:23|% 27|+ 97|- 0]: release test-regress-GH-819 [00:24|% 27|+ 98|- 0]: release test-eio-race4 [00:24|% 28|+ 99|- 0]: release test-child-process-fork2 [00:24|% 28|+ 100|- 0]: release test-tls-set-encoding [00:24|% 28|+ 101|- 0]: release test-http-get-pipeline-problem [00:25|% 29|+ 102|- 0]: release test-process-kill-null [00:25|% 29|+ 103|- 0]: release test-tls-set-ciphers [00:25|% 29|+ 104|- 0]: release test-fs-sir-writes-alot [00:26|% 29|+ 105|- 0]: release test-fs-read [00:26|% 30|+ 106|- 0]: release test-stream-pipe-error-handling [00:26|% 30|+ 107|- 0]: release test-dgram-pingpong [00:27|% 30|+ 108|- 0]: release test-net-settimeout [00:27|% 31|+ 109|- 0]: release test-timers-uncaught-exception [00:27|% 31|+ 110|- 0]: release test-http-bind-twice [00:27|% 31|+ 111|- 0]: release test-stream-pipe-multi [00:30|% 31|+ 112|- 0]: release test-eio-race2 [00:30|% 32|+ 113|- 0]: release test-script-static-context [00:30|% 32|+ 114|- 0]: release test-require-cache-without-stat [00:31|% 32|+ 115|- 0]: release test-sys [00:31|% 33|+ 116|- 0]: release test-http-dns-fail [00:31|% 33|+ 117|- 0]: release test-zerolengthbufferbug [00:31|% 33|+ 118|- 0]: release test-https-drain [00:31|% 33|+ 119|- 0]: release test-http-res-write-end-dont-take-array [00:32|% 34|+ 120|- 0]: release test-pipe-file-to-http [00:33|% 34|+ 121|- 0]: release test-zlib-from-string [00:33|% 34|+ 122|- 0]: release test-regression-object-prototype [00:33|% 35|+ 123|- 0]: release test-http-set-trailers [00:33|% 35|+ 124|- 0]: release test-http-request-end-twice [00:33|% 35|+ 125|- 0]: release test-eval-require [00:34|% 35|+ 126|- 0]: release test-http-url.parse-https.request [00:34|% 36|+ 127|- 0]: release test-fs-realpath [00:34|% 36|+ 128|- 0]: release test-net-write-slow [00:35|% 36|+ 129|- 0]: release test-http-status-code [00:35|% 37|+ 130|- 0]: release test-fs-largefile [00:35|% 37|+ 131|- 0]: release test-fs-readfile-empty [00:35|% 37|+ 132|- 0]: release test-http-server [00:36|% 37|+ 133|- 0]: release test-util-format [00:36|% 38|+ 134|- 0]: release test-http-mutable-headers [00:36|% 38|+ 135|- 0]: release test-readfloat [00:36|% 38|+ 136|- 0]: release test-tls-client-resume [00:36|% 39|+ 137|- 0]: release test-tls-pause-close [00:36|% 39|+ 138|- 0]: release test-file-read-noexist [00:36|% 39|+ 139|- 0]: release test-http-url.parse-post [00:37|% 39|+ 140|- 0]: release test-readdouble [00:37|% 40|+ 141|- 0]: release test-http-keep-alive-close-on-header [00:37|% 40|+ 142|- 0]: release test-http-eof-on-connect [00:37|% 40|+ 143|- 0]: release test-http-client-abort2 [00:37|% 41|+ 144|- 0]: release test-tls-peer-certificate [00:37|% 41|+ 145|- 0]: release test-cluster-uncaught-exception [00:38|% 41|+ 146|- 0]: release test-pipe-stream [00:38|% 41|+ 147|- 0]: release test-child-process-ipc [00:38|% 42|+ 148|- 0]: release test-http-client-timeout [00:38|% 42|+ 149|- 0]: release test-tls-session-cache [00:38|% 42|+ 150|- 0]: release test-fs-read-stream-fd [00:38|% 43|+ 151|- 0]: release test-fs-read-file-sync-hostname [00:38|% 43|+ 152|- 0]: release test-stdin-hang [00:39|% 43|+ 153|- 0]: release test-regress-GH-784 [00:39|% 43|+ 154|- 0]: release test-exception-handler2 [00:39|% 44|+ 155|- 0]: release test-net-binary [00:40|% 44|+ 156|- 0]: release test-fs-sync-fd-leak [00:40|% 44|+ 157|- 0]: release test-zlib-random-byte-pipes [00:40|% 45|+ 158|- 0]: release test-fs-read-file-sync [00:40|% 45|+ 159|- 0]: release test-http-parser [00:40|% 45|+ 160|- 0]: release test-writeint [00:40|% 45|+ 161|- 0]: release test-sigint-infinite-loop [00:40|% 46|+ 162|- 0]: release test-http-client-parse-error [00:41|% 46|+ 163|- 0]: release test-querystring [00:41|% 46|+ 164|- 0]: release test-http-upgrade-agent [00:41|% 47|+ 165|- 0]: release test-fs-non-number-arguments-throw [00:41|% 47|+ 166|- 0]: release test-child-process-exit-code [00:41|% 47|+ 167|- 0]: release test-http-head-response-has-no-body-end [00:41|% 47|+ 168|- 0]: release test-tls-ext-key-usage [00:43|% 48|+ 169|- 0]: release test-fs-read-buffer [00:43|% 48|+ 170|- 0]: release test-tcp-wrap-connect [00:43|% 48|+ 171|- 0]: release test-fs-write [00:43|% 49|+ 172|- 0]: release test-event-emitter-num-args [00:43|% 49|+ 173|- 0]: release test-timers-linked-list [00:43|% 49|+ 174|- 0]: release test-util-inspect [00:43|% 49|+ 175|- 0]: release test-net-server-max-connections [00:44|% 50|+ 176|- 0]: release test-debugger-repl-utf8 [00:45|% 50|+ 177|- 0]: release test-net-bind-twice [00:45|% 50|+ 178|- 0]: release test-net-write-connect-write [00:45|% 50|+ 179|- 0]: release test-stream-pipe-event [00:45|% 51|+ 180|- 0]: release test-event-emitter-modify-in-emit [00:45|% 51|+ 181|- 0]: release test-crypto-random [00:45|% 51|+ 182|- 0]: release test-fs-error-messages [00:46|% 52|+ 183|- 0]: release test-process-exit [00:46|% 52|+ 184|- 0]: release test-readint [00:46|% 52|+ 185|- 0]: release test-tls-invalid-key [00:46|% 52|+ 186|- 0]: release test-script-this [00:46|% 53|+ 187|- 0]: release test-net-server-close [00:46|% 53|+ 188|- 0]: release test-utf8-scripts [00:46|% 53|+ 189|- 0]: release test-dgram-multicast-setTTL [00:46|% 54|+ 190|- 0]: release test-vm-create-context-accessors [00:46|% 54|+ 191|- 0]: release test-net-after-close [00:47|% 54|+ 192|- 0]: release test-fs-write-sync [00:47|% 54|+ 193|- 0]: release test-script-new [00:47|% 55|+ 194|- 0]: release test-mkdir-rmdir [00:47|% 55|+ 195|- 0]: release test-tls-sni-server-client [00:47|% 55|+ 196|- 0]: release test-zlib-invalid-input [00:47|% 56|+ 197|- 0]: release test-pipe-head [00:47|% 56|+ 198|- 0]: release test-http-multi-line-headers [00:48|% 56|+ 199|- 0]: release test-net-server-listen-remove-callback [00:48|% 56|+ 200|- 0]: release test-tls-client-abort2 [00:48|% 57|+ 201|- 0]: release test-net-listen-error [00:48|% 57|+ 202|- 0]: release test-debugger-client [00:49|% 57|+ 203|- 0]: release test-require-resolve [00:49|% 58|+ 204|- 0]: release test-fs-write-stream [00:49|% 58|+ 205|- 0]: release test-fs-readfile-unlink [00:50|% 58|+ 206|- 0]: release test-event-emitter-remove-listeners [00:50|% 58|+ 207|- 0]: release test-tls-server-verify [00:50|% 59|+ 208|- 0]: release test-fs-stream-double-close [00:50|% 59|+ 209|- 0]: release test-http-dns-error [00:50|% 59|+ 210|- 0]: release test-umask [00:50|% 60|+ 211|- 0]: release test-fs-symlink [00:50|% 60|+ 212|- 0]: release test-script-context [00:51|% 60|+ 213|- 0]: release test-http-curl-chunk-problem [00:51|% 60|+ 214|- 0]: release test-readdir [00:51|% 61|+ 215|- 0]: release test-http-full-response [00:51|% 61|+ 216|- 0]: release test-net-socket-timeout [00:52|% 61|+ 217|- 0]: release test-http-parser-bad-ref [00:52|% 62|+ 218|- 0]: release test-tls-client-abort [00:52|% 62|+ 219|- 0]: release test-http-url.parse-auth-with-header-in-... [00:52|% 62|+ 220|- 0]: release test-stdout-close-catch [00:52|% 62|+ 221|- 0]: release test-util [00:52|% 63|+ 222|- 0]: release test-http-pipe-fs [00:53|% 63|+ 223|- 0]: release test-http-patch [00:53|% 63|+ 224|- 0]: release test-stdin-child-proc [00:53|% 64|+ 225|- 0]: release test-http-client-race-2 [00:54|% 64|+ 226|- 0]: release test-http [00:54|% 64|+ 227|- 0]: release test-dgram-udp4 [00:54|% 64|+ 228|- 0]: release test-console [00:54|% 65|+ 229|- 0]: release test-fs-write-buffer [00:54|% 65|+ 230|- 0]: release test-http-write-empty-string [00:54|% 65|+ 231|- 0]: release test-tls-over-http-tunnel [00:55|% 66|+ 232|- 0]: release test-net-bytes-stats [00:55|% 66|+ 233|- 0]: release test-regress-GH-1726 [00:55|% 66|+ 234|- 0]: release test-script-static-new [00:56|% 66|+ 235|- 0]: release test-http-agent [00:56|% 67|+ 236|- 0]: release test-tls-connect [00:56|% 67|+ 237|- 0]: release test-eval [00:56|% 67|+ 238|- 0]: release test-stream-pipe-cleanup [00:56|% 68|+ 239|- 0]: release test-http-legacy [00:57|% 68|+ 240|- 0]: release test-net-eaddrinuse [00:57|% 68|+ 241|- 0]: release test-http-proxy [00:57|% 68|+ 242|- 0]: release test-http-blank-header [00:57|% 69|+ 243|- 0]: release test-https-simple [00:57|% 69|+ 244|- 0]: release test-http-malformed-request [00:57|% 69|+ 245|- 0]: release test-assert [00:58|% 70|+ 246|- 0]: release test-cluster-worker-death [00:58|% 70|+ 247|- 0]: release test-net-isip [00:58|% 70|+ 248|- 0]: release test-http-allow-req-after-204-res [00:58|% 70|+ 249|- 0]: release test-http-many-keep-alive-connections [01:01|% 71|+ 250|- 0]: release test-punycode [01:01|% 71|+ 251|- 0]: release test-c-ares [01:01|% 71|+ 252|- 0]: release test-fs-utimes [01:01|% 72|+ 253|- 0]: release test-http-client-abort [01:02|% 72|+ 254|- 0]: release test-dgram-broadcast-multi-process [01:02|% 72|+ 255|- 0]: release test-child-process-stdin [01:02|% 72|+ 256|- 0]: release test-repl-tab-complete [01:03|% 73|+ 257|- 0]: release test-net-remote-address-port [01:03|% 73|+ 258|- 0]: release test-child-process-set-blocking [01:03|% 73|+ 259|- 0]: release test-http-exceptions [01:03|% 74|+ 260|- 0]: release test-http-request-end [01:03|% 74|+ 261|- 0]: release test-child-process-buffering [01:03|% 74|+ 262|- 0]: release test-stdin-from-file [01:03|% 74|+ 263|- 0]: release test-event-emitter-add-listeners [01:04|% 75|+ 264|- 0]: release test-net-connect-timeout [01:04|% 75|+ 265|- 0]: release test-pump-file2tcp-noexist [01:04|% 75|+ 266|- 0]: release test-os [01:04|% 76|+ 267|- 0]: release test-timers-zero-timeout [01:04|% 76|+ 268|- 0]: release test-http-server-multiheaders [01:04|% 76|+ 269|- 0]: release test-http-parser-free [01:04|% 76|+ 270|- 0]: release test-http-upgrade-client [01:05|% 77|+ 271|- 0]: release test-tcp-wrap-listen [01:05|% 77|+ 272|- 0]: release test-vm-create-context-circular-referenc... [01:05|% 77|+ 273|- 0]: release test-setproctitle [01:05|% 78|+ 274|- 0]: release test-http-unix-socket [01:05|% 78|+ 275|- 0]: release test-tty-stdout-end [01:05|% 78|+ 276|- 0]: release test-http-expect-continue [01:05|% 78|+ 277|- 0]: release test-child-process-fork [01:06|% 79|+ 278|- 0]: release test-net-dns-error [01:06|% 79|+ 279|- 0]: release test-http-should-keep-alive [01:06|% 79|+ 280|- 0]: release test-fs-write-file-buffer [01:06|% 80|+ 281|- 0]: release test-repl-.save.load [01:06|% 80|+ 282|- 0]: release test-http-header-read [01:06|% 80|+ 283|- 0]: release test-next-tick-doesnt-hang [01:06|% 80|+ 284|- 0]: release test-https-invalid-key [01:07|% 81|+ 285|- 0]: release test-tls-securepair-server [01:07|% 81|+ 286|- 0]: release test-regress-GH-746 [01:07|% 81|+ 287|- 0]: release test-module-load-list [01:07|% 82|+ 288|- 0]: release test-net-large-string [01:07|% 82|+ 289|- 0]: release test-net-write-after-close [01:08|% 82|+ 290|- 0]: release test-require-cache [01:08|% 82|+ 291|- 0]: release test-fs-long-path [01:08|% 83|+ 292|- 0]: release test-fs-read-stream-resume [01:08|% 83|+ 293|- 0]: release test-tls-client-verify [01:08|% 83|+ 294|- 0]: release test-child-process-exec-env [01:09|% 84|+ 295|- 0]: release test-eio-race [01:09|% 84|+ 296|- 0]: release test-process-next-tick [01:09|% 84|+ 297|- 0]: release test-http-response-close [01:09|% 84|+ 298|- 0]: release test-process-env [01:10|% 85|+ 299|- 0]: release test-event-emitter-max-listeners [01:10|% 85|+ 300|- 0]: release test-child-process-kill [01:10|% 85|+ 301|- 0]: release test-dgram-send-error [01:10|% 86|+ 302|- 0]: release test-fs-fsync [01:10|% 86|+ 303|- 0]: release test-zlib [01:10|% 86|+ 304|- 0]: release test-tls-passphrase [01:11|% 86|+ 305|- 0]: release test-crypto-ecb [01:11|% 87|+ 306|- 0]: release test-net-can-reset-timeout [01:11|% 87|+ 307|- 0]: release test-fs-open [01:11|% 87|+ 308|- 0]: release test-pipe-return-val [01:11|% 88|+ 309|- 0]: release test-child-process-fork-and-spawn [01:12|% 88|+ 310|- 0]: release test-regress-GH-1531 [01:12|% 88|+ 311|- 0]: release test-https-pfx [01:12|% 88|+ 312|- 0]: release test-net-create-connection [01:12|% 89|+ 313|- 0]: release test-executable-path [01:12|% 89|+ 314|- 0]: release test-regress-GH-897 [01:12|% 89|+ 315|- 0]: release test-repl [01:13|% 90|+ 316|- 0]: release test-cli-eval [01:14|% 90|+ 317|- 0]: release test-buffer [01:14|% 90|+ 318|- 0]: release test-net-pipe-connect-errors === release test-net-pipe-connect-errors === Path: simple/test-net-pipe-connect-errors assert.js:104 throw new assert.AssertionError({ ^ AssertionError: false == true at Socket. (/«PKGBUILDDIR»/test/simple/test-net-pipe-connect-errors.js:64:12) at Socket.emit (events.js:64:17) at Object.afterConnect [as oncomplete] (net.js:652:10) Command: out/Release/node /«PKGBUILDDIR»/test/simple/test-net-pipe-connect-errors.js [01:14|% 90|+ 318|- 1]: release test-child-process-customfd-bounded [01:14|% 91|+ 319|- 1]: release test-https-agent [01:14|% 91|+ 320|- 1]: release test-http-upgrade-server2 [01:15|% 91|+ 321|- 1]: release test-process-wrap [01:15|% 92|+ 322|- 1]: release test-http-conn-reset [01:15|% 92|+ 323|- 1]: release test-file-write-stream3 [01:15|% 92|+ 324|- 1]: release test-fs-write-stream-change-open [01:15|% 92|+ 325|- 1]: release test-tls-connect-given-socket [01:15|% 93|+ 326|- 1]: release test-http-wget [01:15|% 93|+ 327|- 1]: release test-http-url.parse-auth [01:16|% 93|+ 328|- 1]: release test-typed-arrays-typenames [01:16|% 94|+ 329|- 1]: release test-fs-read-stream [01:16|% 94|+ 330|- 1]: release test-stdin-pause-resume [01:16|% 94|+ 331|- 1]: release test-readuint [01:16|% 94|+ 332|- 1]: release test-tls-securepair-client [01:17|% 95|+ 333|- 1]: release test-regress-GH-877 [01:17|% 95|+ 334|- 1]: release test-dgram-close [01:18|% 95|+ 335|- 1]: release test-pump-file2tcp [01:18|% 96|+ 336|- 1]: release test-writedouble [01:18|% 96|+ 337|- 1]: release test-module-loading [01:18|% 96|+ 338|- 1]: release test-event-emitter-remove-all-listeners [01:18|% 96|+ 339|- 1]: release test-console-not-call-toString [01:18|% 97|+ 340|- 1]: release test-tty-wrap [01:18|% 97|+ 341|- 1]: release test-tls-connect-simple [01:19|% 97|+ 342|- 1]: release test-url [01:19|% 98|+ 343|- 1]: release test-http-set-cookies [01:19|% 98|+ 344|- 1]: release stack_overflow [01:19|% 98|+ 345|- 1]: release throw_custom_error [01:19|% 98|+ 346|- 1]: release undefined_reference_in_new_context [01:19|% 99|+ 347|- 1]: release throw_non_error [01:20|% 99|+ 348|- 1]: release hello_world [01:20|% 99|+ 349|- 1]: release 2100bytes [01:20|% 100|+ 350|- 1]: Done make[1]: *** [test] Error 1 make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [debian/stamp-makefile-check] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2040 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 63120 Build-Time: 139 Distribution: unstable Fail-Stage: build Install-Time: 14 Job: nodejs_0.6.19~dfsg1-2 Package: nodejs Package-Time: 175 Source-Version: 0.6.19~dfsg1-2 Space: 63120 Status: attempted Version: 0.6.19~dfsg1-2 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2040 Build needed 00:02:55, 63120k disc space DC-Status: Failed 175.808474s DC-Time-Estimation: 175.808474 versus expected 1 (r/m: 174.808474 ; m: 1.0)