dpkg-buildpackage: source package nodejs dpkg-buildpackage: source version 0.6.19~dfsg1-3 dpkg-buildpackage: source changed by Jérémy Lal dpkg-source --before-build nodejs dpkg-buildpackage: host architecture kfreebsd-i386 dpkg-source: info: patches are not applied, applying them now 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 dpkg-source: info: applying 2012_fix_v8_3_10.patch dpkg-source: info: applying 3000_kfreebsd-1.diff dpkg-source: info: applying 3010_kfreebsd-2.diff dpkg-source: info: applying 3020_kfreebsd-3.diff 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 `/home/steven/collab-maint/nodejs' python tools/waf-light clean Nothing to clean (project not configured) make[1]: *** [clean] Error 1 make[1]: Leaving directory `/home/steven/collab-maint/nodejs' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-check rm -f debian/stamp-autotools rmdir --ignore-fail-on-non-empty . rmdir: failed to remove `.': Invalid argument make: [makefile-clean] Error 1 (ignored) rm -f debian/copyright_newhints rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check rm -rf "debian/upstream-cruft" rm -f debian/stamp-upstream-cruft dh_clean rm -f debian/stamp-autotools-files rm -f node rm -f node_g rm -f .lock-wscript rm -rf build rm -f test/fixtures/hello.txt rm -rf test/tmp find . -name "*.pyc" -delete rm -rf out 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: debian/patches/2012_fix_v8_3_10.patch debian/patches/3000_kfreebsd-1.diff debian/patches/3010_kfreebsd-2.diff debian/patches/3020_kfreebsd-3.diff 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 /home/steven/collab-maint/nodejs/./configure mkdir -p . cd . && CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" PREFIX="/usr" /home/steven/collab-maint/nodejs/./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 program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for gcc : ok Checking for library dl : yes Checking for library kvm : 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 (5.379s) touch debian/stamp-autotools /usr/bin/make -C . make[1]: Entering directory `/home/steven/collab-maint/nodejs' Waf: Entering directory `/home/steven/collab-maint/nodejs/out' [ 1/68] cc: deps/http_parser/http_parser.c -> out/Release/deps/http_parser/http_parser_3.o [ 2/68] cc: deps/http_parser/http_parser.c -> out/Debug/deps/http_parser/http_parser_3.o [ 3/68] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/punycode.js lib/http.js lib/net.js lib/freelist.js lib/vm.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/cluster.js lib/os.js lib/readline.js lib/events.js lib/url.js lib/tls.js lib/crypto.js lib/string_decoder.js lib/https.js lib/stream.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/child_process.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/freelist.js lib/vm.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/cluster.js lib/os.js lib/readline.js lib/events.js lib/url.js lib/tls.js lib/crypto.js lib/string_decoder.js lib/https.js lib/stream.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/child_process.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 `/home/steven/collab-maint/nodejs/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 `/home/steven/collab-maint/nodejs/out/Release/deps/uv' make[2]: Entering directory `/home/steven/collab-maint/nodejs/out/Release/deps/uv' /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/core.c -o src/unix/core.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/dl.c -o src/unix/dl.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/fs.c -o src/unix/fs.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/cares.c -o src/unix/cares.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/udp.c -o src/unix/udp.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/error.c -o src/unix/error.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/process.c -o src/unix/process.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/tcp.c -o src/unix/tcp.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/pipe.c -o src/unix/pipe.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/tty.c -o src/unix/tty.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/stream.c -o src/unix/stream.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/freebsd.c -o src/unix/freebsd.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/kqueue.c -o src/unix/kqueue.o /usr/bin/gcc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -m32 -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/ares/config_freebsd -Isrc/unix/eio/ -pedantic -Wall -Wextra -Wno-unused-parameter -m32 -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 -Isrc/ares/config_freebsd -DEIO_CONFIG_H=\"config_freebsd.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -m32 -c src/unix/eio/eio.c -o src/unix/eio/eio.o ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/freebsd.o src/unix/kqueue.o src/uv-common.o src/unix/uv-eio.o src/unix/eio/eio.o make[2]: Leaving directory `/home/steven/collab-maint/nodejs/out/Release/deps/uv' [ 8/68] uv: deps/uv/include/uv.h -> out/Debug/deps/uv/uv.a make[2]: Entering directory `/home/steven/collab-maint/nodejs/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 `/home/steven/collab-maint/nodejs/out/Debug/deps/uv' make[2]: Entering directory `/home/steven/collab-maint/nodejs/out/Debug/deps/uv' cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/core.c -o src/unix/core.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/dl.c -o src/unix/dl.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/fs.c -o src/unix/fs.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/cares.c -o src/unix/cares.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/udp.c -o src/unix/udp.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/error.c -o src/unix/error.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/process.c -o src/unix/process.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/tcp.c -o src/unix/tcp.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/pipe.c -o src/unix/pipe.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/tty.c -o src/unix/tty.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/stream.c -o src/unix/stream.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/freebsd.c -o src/unix/freebsd.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc -m32 -c src/unix/kqueue.c -o src/unix/kqueue.o cc -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -m32 -c src/uv-common.c -o src/uv-common.o cc -Iinclude -Iinclude/uv-private -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_freebsd -Isrc/unix/eio/ -pedantic -Wall -Wextra -Wno-unused-parameter -m32 -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 -Isrc/ares/config_freebsd -DEIO_CONFIG_H=\"config_freebsd.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -m32 -c src/unix/eio/eio.c -o src/unix/eio/eio.o ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/freebsd.o src/unix/kqueue.o src/uv-common.o src/unix/uv-eio.o src/unix/eio/eio.o make[2]: Leaving directory `/home/steven/collab-maint/nodejs/out/Debug/deps/uv' [ 9/68] cxx: src/node_main.cc -> out/Release/src/node_main_7.o [10/68] cxx: src/node.cc -> out/Release/src/node_7.o In file included from ../src/node.cc:71:0: ../src/node_io_watcher.h: In constructor ‘node::IOWatcher::IOWatcher()’: ../src/node_io_watcher.h:38:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.h:38:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.h:38:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.h: In destructor ‘virtual node::IOWatcher::~IOWatcher()’: ../src/node_io_watcher.h:44:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.h:45:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] In file included from ../src/node.cc:76:0: ../src/node_signal_watcher.h: In constructor ‘node::SignalWatcher::SignalWatcher(int)’: ../src/node_signal_watcher.h:39:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_signal_watcher.h:39:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_signal_watcher.h:39:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] In file included from ../src/node.cc:77:0: ../src/node_stat_watcher.h: In constructor ‘node::StatWatcher::StatWatcher()’: ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node.cc: In function ‘void node::ReportException(v8::TryCatch&, bool)’: ../src/node.cc:1174:19: warning: variable ‘message’ set but not used [-Wunused-but-set-variable] ../src/node.cc: In function ‘v8::Handle node::DLOpen(const v8::Arguments&)’: ../src/node.cc:1592:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [11/68] cxx: src/node_buffer.cc -> out/Release/src/node_buffer_7.o ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::New(const v8::Arguments&)’: ../src/node_buffer.cc:178:11: warning: variable ‘buffer’ set but not used [-Wunused-but-set-variable] ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::Copy(const v8::Arguments&)’: ../src/node_buffer.cc:434:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc:439:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc:444:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::AsciiWrite(const v8::Arguments&)’: ../src/node_buffer.cc:566:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::Base64Write(const v8::Arguments&)’: ../src/node_buffer.cc:598:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::BinaryWrite(const v8::Arguments&)’: ../src/node_buffer.cc:670:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [12/68] cxx: src/node_javascript.cc -> out/Release/src/node_javascript_7.o [13/68] cxx: src/node_extensions.cc -> out/Release/src/node_extensions_7.o [14/68] cxx: src/node_http_parser.cc -> out/Release/src/node_http_parser_7.o DEST_OS: freebsd DEST_CPU: ia32 Parallel Jobs: 1 Product type: program /usr/bin/gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -rdynamic -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -rdynamic -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/node_extensions.cc -c -o Release/src/node_extensions_7.o /usr/bin/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFF[15/68] cxx: src/node_constants.cc -> out/Release/src/node_constants_7.o [16/68] cxx: src/node_file.cc -> out/Release/src/node_file_7.o In file included from ../src/node_file.cc:26:0: ../src/node_stat_watcher.h: In constructor ‘node::StatWatcher::StatWatcher()’: ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [17/68] cxx: src/node_script.cc -> out/Release/src/node_script_7.o ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)1u]’: ../src/node_script.cc:245:76: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)2u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:272:79: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:278:79: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)1u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:284:78: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)2u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:290:76: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:296:76: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)1u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:302:75: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] [18/68] cxx: src/node_os.cc -> out/Release/src/node_os_7.o [19/68] cxx: src/node_dtrace.cc -> out/Release/src/node_dtrace_7.o ../src/node_dtrace.cc: In function ‘v8::Handle node::DTRACE_NET_SOCKET_READ(const v8::Arguments&)’: ../src/node_dtrace.cc:146:7: warning: variable ‘nbytes’ set but not used [-Wunused-but-set-variable] ../src/node_dtrace.cc: In function ‘v8::Handle node::DTRACE_NET_SOCKET_WRITE(const v8::Arguments&)’: ../src/node_dtrace.cc:167:7: warning: variable ‘nbytes’ set but not used [-Wunused-but-set-variable] ../src/node_dtrace.cc: In function ‘v8::Handle node::DTRACE_HTTP_CLIENT_REQUEST(const v8::Arguments&)’: ../src/node_dtrace.cc:230:37: warning: variable ‘req’ set but not used [-Wunused-but-set-variable] ../src/node_dtrace.cc: At global scope: ../src/node_dtrace.cc:281:12: warning: ‘int node::dtrace_gc_start(v8::GCType, v8::GCCallbackFlags)’ defined but not used [-Wunused-function] ../src/node_dtrace.cc:290:12: warning: ‘int node::dtrace_gc_done(v8::GCType, v8::GCCallbackFlags)’ defined but not used [-Wunused-function] [20/68] cxx: src/node_string.cc -> out/Release/src/node_string_7.o [21/68] cxx: src/node_zlib.cc -> out/Release/src/node_zlib_7.o SET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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[22/68] cxx: src/timer_wrap.cc -> out/Release/src/timer_wrap_7.o [23/68] cxx: src/handle_wrap.cc -> out/Release/src/handle_wrap_7.o [24/68] cxx: src/stream_wrap.cc -> out/Release/src/stream_wrap_7.o ../src/stream_wrap.cc: In static member function ‘static void node::StreamWrap::OnReadCommon(uv_stream_t*, intptr_t, uv_buf_t, uv_handle_type)’: ../src/stream_wrap.cc:234:3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [25/68] cxx: src/tcp_wrap.cc -> out/Release/src/tcp_wrap_7.o [26/68] cxx: src/udp_wrap.cc -> out/Release/src/udp_wrap_7.o [27/68] cxx: src/pipe_wrap.cc -> out/Release/src/pipe_wrap_7.o [28/68] cxx: src/cares_wrap.cc -> out/Release/src/cares_wrap_7.o [29/68] cxx: src/tty_wrap.cc -> out/Release/src/tty_wrap_7.o -o Release/src/node_zlib_7.o /usr/bin/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -g -O3 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DOPENSSL_NO_SSL2=1 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BIT[30/68] cxx: src/fs_event_wrap.cc -> out/Release/src/fs_event_wrap_7.o [31/68] cxx: src/process_wrap.cc -> out/Release/src/process_wrap_7.o [32/68] cxx: src/v8_typed_array.cc -> out/Release/src/v8_typed_array_7.o ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)1u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)1u]’ ../src/v8_typed_array.cc:747:23: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)2u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)2u]’ ../src/v8_typed_array.cc:749:24: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)3u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)3u]’ ../src/v8_typed_array.cc:751:24: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)4u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)4u]’ ../src/v8_typed_array.cc:753:25: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)5u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)5u]’ ../src/v8_typed_array.cc:755:24: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)6u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)6u]’ ../src/v8_typed_array.cc:757:25: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)7u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)7u]’ ../src/v8_typed_array.cc:759:26: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 8u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)8u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 8u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)8u]’ ../src/v8_typed_array.cc:761:26: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] [33/68] cxx: src/node_signal_watcher.cc -> out/Release/src/node_signal_watcher_7.o In file included from ../src/node_signal_watcher.cc:22:0: ../src/node_signal_watcher.h: In constructor ‘node::SignalWatcher::SignalWatcher(int)’: ../src/node_signal_watcher.h:39:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_signal_watcher.h:39:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_signal_watcher.h:39:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [34/68] cxx: src/node_stat_watcher.cc -> out/Release/src/node_stat_watcher_7.o In file included from ../src/node_stat_watcher.cc:22:0: ../src/node_stat_watcher.h: In constructor ‘node::StatWatcher::StatWatcher()’: ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_stat_watcher.h:40:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [35/68] cxx: src/node_io_watcher.cc -> out/Release/src/node_io_watcher_7.o In file included from ../src/node_io_watcher.cc:22:0: ../src/node_io_watcher.h: In constructor ‘node::IOWatcher::IOWatcher()’: ../src/node_io_watcher.h:38:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.h:38:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.h:38:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.h: In destructor ‘virtual node::IOWatcher::~IOWatcher()’: ../src/node_io_watcher.h:44:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.h:45:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.cc: In member function ‘void node::IOWatcher::Start()’: ../src/node_io_watcher.cc:117:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../src/node_io_watcher.cc: In member function ‘void node::IOWatcher::Stop()’: ../src/node_io_watcher.cc:125:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [36/68] cxx: src/platform_freebsd.cc -> out/Release/src/platform_freebsd_7.o S=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="freebsd" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include ../src/tty_wrap.cc -c -o Release/src/tty_wrap_7.o /usr/bin/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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[37/68] cxx: src/node_crypto.cc -> out/Release/src/node_crypto_7.o [38/68] cxx: src/node_main.cc -> out/Debug/src/node_main_7.o [39/68] cxx: src/node.cc -> out/Debug/src/node_7.o ../src/node.cc: In function ‘void node::ReportException(v8::TryCatch&, bool)’: ../src/node.cc:1174:19: warning: variable ‘message’ set but not used [-Wunused-but-set-variable] ../src/node.cc: In function ‘v8::Handle node::DLOpen(const v8::Arguments&)’: ../src/node.cc:1592:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [40/68] cxx: src/node_buffer.cc -> out/Debug/src/node_buffer_7.o ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::New(const v8::Arguments&)’: ../src/node_buffer.cc:178:11: warning: variable ‘buffer’ set but not used [-Wunused-but-set-variable] ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::Copy(const v8::Arguments&)’: ../src/node_buffer.cc:434:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc:439:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc:444:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::AsciiWrite(const v8::Arguments&)’: ../src/node_buffer.cc:566:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::Base64Write(const v8::Arguments&)’: ../src/node_buffer.cc:598:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../src/node_buffer.cc: In static member function ‘static v8::Handle node::Buffer::BinaryWrite(const v8::Arguments&)’: ../src/node_buffer.cc:670:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [41/68] cxx: src/node_javascript.cc -> out/Debug/src/node_javascript_7.o In file included from ../src/node_javascript.cc:24:0: Debug/src/node_natives.h:159:1: warning: missing initializer for member ‘node::_native::source_len’ [-Wmissing-field-initializers] [42/68] cxx: src/node_extensions.cc -> out/Debug/src/node_extensions_7.o [43/68] cxx: src/node_http_parser.cc -> out/Debug/src/node_http_parser_7.o [44/68] cxx: src/node_constants.cc -> out/Debug/src/node_constants_7.o /include ../src/platform_freebsd.cc -c -o Release/src/platform_freebsd_7.o /usr/bin/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 /usr/bin/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=f[45/68] cxx: src/node_file.cc -> out/Debug/src/node_file_7.o [46/68] cxx: src/node_script.cc -> out/Debug/src/node_script_7.o ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)1u]’: ../src/node_script.cc:245:76: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)2u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:272:79: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:278:79: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)1u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)1u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:284:78: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)2u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:290:76: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)0u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:296:76: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] ../src/node_script.cc: In instantiation of ‘static v8::Handle node::WrappedScript::EvalMachine(const v8::Arguments&) [with node::WrappedScript::EvalInputFlags input_flag = (node::WrappedScript::EvalInputFlags)0u; node::WrappedScript::EvalContextFlags context_flag = (node::WrappedScript::EvalContextFlags)1u; node::WrappedScript::EvalOutputFlags output_flag = (node::WrappedScript::EvalOutputFlags)0u]’: ../src/node_script.cc:302:75: required from here ../src/node_script.cc:366:19: warning: variable ‘contextArg’ set but not used [-Wunused-but-set-variable] [47/68] cxx: src/node_os.cc -> out/Debug/src/node_os_7.o [48/68] cxx: src/node_dtrace.cc -> out/Debug/src/node_dtrace_7.o ../src/node_dtrace.cc: In function ‘v8::Handle node::DTRACE_NET_SOCKET_READ(const v8::Arguments&)’: ../src/node_dtrace.cc:146:7: warning: variable ‘nbytes’ set but not used [-Wunused-but-set-variable] ../src/node_dtrace.cc: In function ‘v8::Handle node::DTRACE_NET_SOCKET_WRITE(const v8::Arguments&)’: ../src/node_dtrace.cc:167:7: warning: variable ‘nbytes’ set but not used [-Wunused-but-set-variable] ../src/node_dtrace.cc: In function ‘v8::Handle node::DTRACE_HTTP_CLIENT_REQUEST(const v8::Arguments&)’: ../src/node_dtrace.cc:230:37: warning: variable ‘req’ set but not used [-Wunused-but-set-variable] ../src/node_dtrace.cc: In function ‘void node::InitDTrace(v8::Handle)’: ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::func’ [-Wmissing-field-initializers] ../src/node_dtrace.cc:310:3: warning: missing initializer for member ‘node::InitDTrace(v8::Handle)::::templ’ [-Wmissing-field-initializers] ../src/node_dtrace.cc: At global scope: ../src/node_dtrace.cc:281:12: warning: ‘int node::dtrace_gc_start(v8::GCType, v8::GCCallbackFlags)’ defined but not used [-Wunused-function] ../src/node_dtrace.cc:290:12: warning: ‘int node::dtrace_gc_done(v8::GCType, v8::GCCallbackFlags)’ defined but not used [-Wunused-function] [49/68] cxx: src/node_string.cc -> out/Debug/src/node_string_7.o [50/68] cxx: src/node_zlib.cc -> out/Debug/src/node_zlib_7.o [51/68] cxx: src/timer_wrap.cc -> out/Debug/src/timer_wrap_7.o ormat-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_constants.cc -c -o Debug/src/node_constants_7.o /usr/bin/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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 -DH[52/68] cxx: src/handle_wrap.cc -> out/Debug/src/handle_wrap_7.o [53/68] cxx: src/stream_wrap.cc -> out/Debug/src/stream_wrap_7.o ../src/stream_wrap.cc: In static member function ‘static void node::StreamWrap::OnReadCommon(uv_stream_t*, intptr_t, uv_buf_t, uv_handle_type)’: ../src/stream_wrap.cc:234:3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [54/68] cxx: src/tcp_wrap.cc -> out/Debug/src/tcp_wrap_7.o [55/68] cxx: src/udp_wrap.cc -> out/Debug/src/udp_wrap_7.o [56/68] cxx: src/pipe_wrap.cc -> out/Debug/src/pipe_wrap_7.o [57/68] cxx: src/cares_wrap.cc -> out/Debug/src/cares_wrap_7.o [58/68] cxx: src/tty_wrap.cc -> out/Debug/src/tty_wrap_7.o AVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 /usr/bin/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebu[59/68] cxx: src/fs_event_wrap.cc -> out/Debug/src/fs_event_wrap_7.o [60/68] cxx: src/process_wrap.cc -> out/Debug/src/process_wrap_7.o [61/68] cxx: src/v8_typed_array.cc -> out/Debug/src/v8_typed_array_7.o ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)1u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)1u]’ ../src/v8_typed_array.cc:747:23: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)2u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 1u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)2u]’ ../src/v8_typed_array.cc:749:24: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)3u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)3u]’ ../src/v8_typed_array.cc:751:24: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)4u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 2u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)4u]’ ../src/v8_typed_array.cc:753:25: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)5u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)5u]’ ../src/v8_typed_array.cc:755:24: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)6u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)6u]’ ../src/v8_typed_array.cc:757:25: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)7u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 4u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)7u]’ ../src/v8_typed_array.cc:759:26: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc: In instantiation of ‘static v8::Handle {anonymous}::TypedArray::set(const v8::Arguments&) [with unsigned int TBytes = 8u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)8u]’: ../src/v8_typed_array.cc:158:5: required from ‘static v8::Persistent {anonymous}::TypedArray::GetTemplate() [with unsigned int TBytes = 8u; v8::ExternalArrayType TEAType = (v8::ExternalArrayType)8u]’ ../src/v8_typed_array.cc:761:26: required from here ../src/v8_typed_array.cc:291:30: warning: variable ‘src_buffer’ set but not used [-Wunused-but-set-variable] ../src/v8_typed_array.cc:293:30: warning: variable ‘dst_buffer’ set but not used [-Wunused-but-set-variable] [62/68] cxx: src/node_signal_watcher.cc -> out/Debug/src/node_signal_watcher_7.o [63/68] cxx: src/node_stat_watcher.cc -> out/Debug/src/node_stat_watcher_7.o [64/68] cxx: src/node_io_watcher.cc -> out/Debug/src/node_io_watcher_7.o [65/68] cxx: src/platform_freebsd.cc -> out/Debug/src/platform_freebsd_7.o [66/68] cxx: src/node_crypto.cc -> out/Debug/src/node_crypto_7.o g/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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/fs_event_wrap.cc -c -o Debug/src/fs_event_wrap_7.o /usr/bin/g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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 -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -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_freebsd.cc -c -o Debug/src/platform_freebsd_7.o /usr/bin/g++ -g -O2 -fst[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_freebsd_7.o out/Release/src/node_crypto_7.o out/Release/deps/http_parser/http_parser_3.o -> out/Release/node [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_freebsd_7.o out/Debug/src/node_crypto_7.o out/Debug/deps/http_parser/http_parser_3.o -> out/Debug/node Waf: Leaving directory `/home/steven/collab-maint/nodejs/out' 'build' finished successfully (1m49.382s) ack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pthread -m32 -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="ia32" -DPLATFORM="freebsd" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include ../src/node_crypto.cc -c -o Debug/src/node_crypto_7.o /usr/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_freebsd_7.o Release/src/node_crypto_7.o Release/deps/http_parser/http_parser_3.o -o /home/steven/collab-maint/nodejs/out/Release/node -Wl,-z,relro -lz -pthread -m32 -rdynamic /home/steven/collab-maint/nodejs/out/Release/deps/uv/uv.a -L/usr/lib -L/usr/local/lib -Wl,-Bdynamic -lrt -lssl -lcrypto -lcares -lev -ldl -lkvm -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_freebsd_7.o Debug/src/node_crypto_7.o Debug/deps/http_parser/http_parser_3.o -o /home/steven/collab-maint/nodejs/out/Debug/node -Wl,-z,relro -lz -pthread -m32 -rdynamic /home/steven/collab-maint/nodejs/out/Debug/deps/uv/uv.a -L/usr/lib -L/usr/local/lib -Wl,-Bdynamic -lrt -lssl -lcrypto -lcares -lev -ldl -lkvm -lutil -lv8 -rwxr-xr-x 1 steven steven 4.0M Jun 16 13:30 out/Release/node make[1]: Leaving directory `/home/steven/collab-maint/nodejs' touch debian/stamp-makefile-build /usr/bin/make -C . -i test make[1]: Entering directory `/home/steven/collab-maint/nodejs' Waf: Entering directory `/home/steven/collab-maint/nodejs/out' Waf: Leaving directory `/home/steven/collab-maint/nodejs/out' 'build' finished successfully (0.459s) DEST_OS: freebsd DEST_CPU: ia32 Parallel Jobs: 1 Product type: program -rwxr-xr-x 1 steven steven 4.0M Jun 16 13:30 out/Release/node python tools/test.py --mode=release simple message [00:00|% 0|+ 0|- 0]: release test-child-process-ipc [00:00|% 0|+ 1|- 0]: release test-http-header-read [00:00|% 0|+ 2|- 0]: release test-memory-usage-emfile [00:00|% 0|+ 3|- 0]: release test-child-process-stdout-flush [00:01|% 1|+ 4|- 0]: release test-net-bytes-stats [00:01|% 1|+ 5|- 0]: release test-tls-passphrase [00:01|% 1|+ 6|- 0]: release test-net-write-after-close [00:02|% 1|+ 7|- 0]: release test-signal-handler [00:02|% 2|+ 8|- 0]: release test-http-wget [00:02|% 2|+ 9|- 0]: release test-http-client-upload [00:02|% 2|+ 10|- 0]: release test-crypto-random [00:03|% 3|+ 11|- 0]: release test-http-chunked [00:03|% 3|+ 12|- 0]: release test-cluster-uncaught-exception [00:03|% 3|+ 13|- 0]: release test-debugger-repl-utf8 [00:06|% 3|+ 14|- 0]: release test-net-server-close [00:08|% 4|+ 15|- 0]: release test-http-abort-client [00:08|% 4|+ 16|- 0]: release test-fs-read-file-sync-hostname [00:09|% 4|+ 17|- 0]: release test-regress-GH-1531 [00:10|% 5|+ 18|- 0]: release test-event-emitter-check-listener-leaks [00:11|% 5|+ 19|- 0]: release test-regress-GH-1697 [00:12|% 5|+ 20|- 0]: release test-module-loading [00:13|% 5|+ 21|- 0]: release test-http-parser-free [00:13|% 6|+ 22|- 0]: release test-timers-linked-list [00:13|% 6|+ 23|- 0]: release test-file-write-stream2 [00:13|% 6|+ 24|- 0]: release test-http-should-keep-alive [00:13|% 7|+ 25|- 0]: release test-tls-session-cache [00:14|% 7|+ 26|- 0]: release test-crypto [00:14|% 7|+ 27|- 0]: release test-console-not-call-toString [00:14|% 7|+ 28|- 0]: release test-tls-sni-server-client [00:14|% 8|+ 29|- 0]: release test-fs-read-buffer [00:14|% 8|+ 30|- 0]: release test-file-write-stream3 [00:15|% 8|+ 31|- 0]: release test-string-decoder [00:15|% 9|+ 32|- 0]: release test-dgram-udp4 [00:16|% 9|+ 33|- 0]: release test-fs-realpath [00:16|% 9|+ 34|- 0]: release test-net-isip [00:16|% 9|+ 35|- 0]: release test-tls-pause-close [00:16|% 10|+ 36|- 0]: release test-fs-write-file [00:16|% 10|+ 37|- 0]: release test-http-client-race [00:16|% 10|+ 38|- 0]: release test-url [00:17|% 11|+ 39|- 0]: release test-stream-pipe-cleanup [00:17|% 11|+ 40|- 0]: release test-net-remote-address-port [00:17|% 11|+ 41|- 0]: release test-zerolengthbufferbug [00:17|% 11|+ 42|- 0]: release test-http-client-agent [00:17|% 12|+ 43|- 0]: release test-fs-readfile-empty [00:18|% 12|+ 44|- 0]: release test-https-agent [00:18|% 12|+ 45|- 0]: release test-tls-over-http-tunnel [00:18|% 13|+ 46|- 0]: release test-http-abort-before-end [00:18|% 13|+ 47|- 0]: release test-http-proxy [00:19|% 13|+ 48|- 0]: release test-fs-symlink [00:19|% 13|+ 49|- 0]: release test-http-no-content-length [00:19|% 14|+ 50|- 0]: release test-fs-read-stream [00:19|% 14|+ 51|- 0]: release test-http-full-response === release test-http-full-response === Path: simple/test-http-full-response assert.js:104 throw new assert.AssertionError({ ^ AssertionError: 3 == 0 at EventEmitter. (/home/steven/collab-maint/nodejs/test/simple/test-http-full-response.js:95:10) at EventEmitter.emit (events.js:88:20) at EventEmitter.exit (node.js:342:17) at /home/steven/collab-maint/nodejs/test/simple/test-http-full-response.js:56:15 at ChildProcess.exithandler (child_process.js:286:7) at ChildProcess.emit (events.js:70:17) at maybeExit (child_process.js:362:16) at Process.onexit (child_process.js:398:5) Command: out/Release/node /home/steven/collab-maint/nodejs/test/simple/test-http-full-response.js [00:50|% 14|+ 51|- 1]: release test-dgram-close [00:50|% 15|+ 52|- 1]: release test-http-many-keep-alive-connections [00:53|% 15|+ 53|- 1]: release test-timers-uncaught-exception [00:53|% 15|+ 54|- 1]: release test-http-head-response-has-no-body-end [00:53|% 15|+ 55|- 1]: release test-net-socket-timeout [00:53|% 16|+ 56|- 1]: release test-child-process-set-blocking [00:53|% 16|+ 57|- 1]: release test-assert [00:54|% 16|+ 58|- 1]: release test-fs-stream-double-close [00:54|% 17|+ 59|- 1]: release test-regress-GH-784 [00:54|% 17|+ 60|- 1]: release test-child-process-double-pipe [00:54|% 17|+ 61|- 1]: release test-chdir [00:54|% 17|+ 62|- 1]: release test-next-tick-errors [00:54|% 18|+ 63|- 1]: release test-repl [00:56|% 18|+ 64|- 1]: release test-mkdir-rmdir [00:56|% 18|+ 65|- 1]: release test-fs-read-file-sync [00:58|% 19|+ 66|- 1]: release test-http-request-end [00:59|% 19|+ 67|- 1]: release test-next-tick-ordering [01:00|% 19|+ 68|- 1]: release test-fs-open [01:00|% 19|+ 69|- 1]: release test-net-server-try-ports [01:00|% 20|+ 70|- 1]: release test-writeuint [01:00|% 20|+ 71|- 1]: release test-cluster-kill-workers [01:01|% 20|+ 72|- 1]: release test-eio-race [01:01|% 21|+ 73|- 1]: release test-http-default-encoding [01:01|% 21|+ 74|- 1]: release test-regress-GH-819 [01:01|% 21|+ 75|- 1]: release test-https-drain [01:02|% 21|+ 76|- 1]: release test-writefloat [01:02|% 22|+ 77|- 1]: release test-fs-largefile [01:02|% 22|+ 78|- 1]: release test-fs-chmod [01:03|% 22|+ 79|- 1]: release test-setproctitle === release test-setproctitle === Path: simple/test-setproctitle assert.js:104 throw new assert.AssertionError({ ^ AssertionError: "out/Release/node /home/steven/collab-maint/nodejs/test/simple/test-setproctitle.js" == "testTestTESTtest123123123123123123HiHaiJo" at /home/steven/collab-maint/nodejs/test/simple/test-setproctitle.js:43:10 at ChildProcess.exithandler (child_process.js:280:7) at ChildProcess.emit (events.js:70:17) at maybeExit (child_process.js:362:16) at Socket. (child_process.js:459:7) at Socket.emit (events.js:67:17) at Array.1 (net.js:335:10) at EventEmitter._tickCallback (node.js:190:39) Command: out/Release/node /home/steven/collab-maint/nodejs/test/simple/test-setproctitle.js [01:03|% 23|+ 79|- 2]: release test-event-emitter-remove-listeners [01:03|% 23|+ 80|- 2]: release test-tls-connect [01:03|% 23|+ 81|- 2]: release test-tls-client-abort [01:03|% 23|+ 82|- 2]: release test-http-exceptions [01:04|% 24|+ 83|- 2]: release test-net-connect-buffer [01:04|% 24|+ 84|- 2]: release test-http-pipe-fs [01:04|% 24|+ 85|- 2]: release test-querystring [01:04|% 25|+ 86|- 2]: release test-http-allow-req-after-204-res [01:05|% 25|+ 87|- 2]: release test-stream-pipe-error-handling [01:05|% 25|+ 88|- 2]: release test-script-this [01:06|% 25|+ 89|- 2]: release test-https-pfx [01:06|% 26|+ 90|- 2]: release test-fs-sync-fd-leak [01:06|% 26|+ 91|- 2]: release test-child-process-fork-and-spawn [01:06|% 26|+ 92|- 2]: release test-tls-remote [01:06|% 27|+ 93|- 2]: release test-fs-utimes === release test-fs-utimes === Path: simple/test-fs-utimes node: ../src/node_file.cc:967: v8::Handle node::FUTimes(const v8::Arguments&): Assertion `r == 0' failed. Command: out/Release/node /home/steven/collab-maint/nodejs/test/simple/test-fs-utimes.js [01:07|% 27|+ 93|- 3]: release test-fs-sir-writes-alot [01:07|% 27|+ 94|- 3]: release test-tls-client-resume [01:07|% 27|+ 95|- 3]: release test-tls-server-verify [01:08|% 28|+ 96|- 3]: release test-tcp-wrap [01:08|% 28|+ 97|- 3]: release test-delayed-require [01:08|% 28|+ 98|- 3]: release test-memory-usage [01:08|% 29|+ 99|- 3]: release test-typed-arrays-typenames [01:08|% 29|+ 100|- 3]: release test-http-client-abort [01:08|% 29|+ 101|- 3]: release test-http-server [01:09|% 29|+ 102|- 3]: release test-fs-watch === release test-fs-watch === Path: simple/test-fs-watch assert.js:310 throw actual; ^ Error: watch ENOSYS at errnoException (fs.js:648:11) at FSWatcher.start (fs.js:676:11) at Object.watch (fs.js:704:11) at /home/steven/collab-maint/nodejs/test/simple/test-fs-watch.js:72:24 at Function._throws (assert.js:292:5) at Function.doesNotThrow (assert.js:323:11) at Object. (/home/steven/collab-maint/nodejs/test/simple/test-fs-watch.js:70:8) at Module._compile (module.js:446:26) at Object..js (module.js:464:10) at Module.load (module.js:353:32) Command: out/Release/node /home/steven/collab-maint/nodejs/test/simple/test-fs-watch.js [01:09|% 30|+ 102|- 4]: release test-http-client-race-2 [01:10|% 30|+ 103|- 4]: release test-http-upgrade-server === release test-http-upgrade-server === Path: simple/test-http-upgrade-server assert.js:104 throw new assert.AssertionError({ ^ AssertionError: "HTTP/1.1 200" == "0\r\n\r\n" at Socket. (/home/steven/collab-maint/nodejs/test/simple/test-http-upgrade-server.js:160:12) at Socket.emit (events.js:67:17) at TCP.onread (net.js:362:31) Command: out/Release/node /home/steven/collab-maint/nodejs/test/simple/test-http-upgrade-server.js [01:10|% 30|+ 103|- 5]: release test-tty-wrap [01:11|% 31|+ 104|- 5]: release test-require-cache [01:11|% 31|+ 105|- 5]: release test-util [01:11|% 31|+ 106|- 5]: release test-http-upgrade-agent [01:11|% 31|+ 107|- 5]: release test-net-listen-error [01:11|% 32|+ 108|- 5]: release test-https-foafssl [01:12|% 32|+ 109|- 5]: release test-net-bind-twice [01:12|% 32|+ 110|- 5]: release test-regress-GH-1899 [01:12|% 33|+ 111|- 5]: release test-debugger-client [01:14|% 33|+ 112|- 5]: release test-stdout-to-file [01:15|% 33|+ 113|- 5]: release test-fs-read-stream-resume [01:16|% 33|+ 114|- 5]: release test-http-client-abort2 [01:16|% 34|+ 115|- 5]: release test-http-head-request [01:16|% 34|+ 116|- 5]: release test-eval [01:16|% 34|+ 117|- 5]: release test-http-upgrade-client2 [01:16|% 35|+ 118|- 5]: release test-require-exceptions [01:16|% 35|+ 119|- 5]: release test-fs-write-stream-end [01:17|% 35|+ 120|- 5]: release test-require-cache-without-stat [01:17|% 35|+ 121|- 5]: release test-tls-client-verify [01:17|% 36|+ 122|- 5]: release test-http-request-end-twice [01:17|% 36|+ 123|- 5]: release test-net-connect-handle-econnrefused [01:17|% 36|+ 124|- 5]: release test-tls-client-abort2 [01:18|% 37|+ 125|- 5]: release test-http-set-cookies [01:18|% 37|+ 126|- 5]: release test-regression-object-prototype [01:18|% 37|+ 127|- 5]: release test-http-client-upload-buf [01:19|% 37|+ 128|- 5]: release test-http-response-close [01:19|% 38|+ 129|- 5]: release test-dgram-pingpong [01:20|% 38|+ 130|- 5]: release test-sigint-infinite-loop [01:20|% 38|+ 131|- 5]: release test-tls-connect-given-socket [01:21|% 39|+ 132|- 5]: release test-readdir [01:21|% 39|+ 133|- 5]: release test-event-emitter-once [01:21|% 39|+ 134|- 5]: release test-zlib-random-byte-pipes [01:21|% 39|+ 135|- 5]: release test-event-emitter-num-args [01:21|% 40|+ 136|- 5]: release test-http-1.0 [01:21|% 40|+ 137|- 5]: release test-http-bind-twice [01:22|% 40|+ 138|- 5]: release test-child-process-buffering [01:22|% 41|+ 139|- 5]: release test-net-server-bind [01:22|% 41|+ 140|- 5]: release test-http-upgrade-client [01:22|% 41|+ 141|- 5]: release test-http-extra-response [01:22|% 41|+ 142|- 5]: release test-readint [01:23|% 42|+ 143|- 5]: release test-http-patch [01:23|% 42|+ 144|- 5]: release test-http [01:23|% 42|+ 145|- 5]: release test-fs-long-path [01:23|% 43|+ 146|- 5]: release test-net-pingpong [01:24|% 43|+ 147|- 5]: release test-fs-write-stream-change-open [01:24|% 43|+ 148|- 5]: release test-exception-handler2 [01:26|% 43|+ 149|- 5]: release test-tcp-wrap-connect [01:26|% 44|+ 150|- 5]: release test-dgram-send-error [01:27|% 44|+ 151|- 5]: release test-http-304 [01:27|% 44|+ 152|- 5]: release test-http-url.parse-auth [01:27|% 45|+ 153|- 5]: release test-event-emitter-add-listeners [01:27|% 45|+ 154|- 5]: release test-net-write-slow [01:28|% 45|+ 155|- 5]: release test-process-kill-null [01:28|% 45|+ 156|- 5]: release test-http-res-write-end-dont-take-array [01:29|% 46|+ 157|- 5]: release test-crypto-ecb [01:29|% 46|+ 158|- 5]: release test-net-create-connection [01:29|% 46|+ 159|- 5]: release test-c-ares [01:29|% 47|+ 160|- 5]: release test-http-parser-bad-ref [01:30|% 47|+ 161|- 5]: release test-script-static-new [01:31|% 47|+ 162|- 5]: release test-sys [01:31|% 47|+ 163|- 5]: release test-readdouble [01:32|% 48|+ 164|- 5]: release test-zlib-from-string [01:32|% 48|+ 165|- 5]: release test-eio-race4 [01:34|% 48|+ 166|- 5]: release test-buffer-regress-GH-2659 [01:34|% 49|+ 167|- 5]: release test-tls-securepair-client [01:36|% 49|+ 168|- 5]: release test-fs-write-sync [01:36|% 49|+ 169|- 5]: release test-net-can-reset-timeout [01:37|% 49|+ 170|- 5]: release test-http-curl-chunk-problem [01:39|% 50|+ 171|- 5]: release test-cluster-worker-death [01:39|% 50|+ 172|- 5]: release test-http-keep-alive-close-on-header [01:39|% 50|+ 173|- 5]: release test-http-url.parse-path [01:39|% 50|+ 174|- 5]: release test-http-url.parse-auth-with-header-in-... [01:39|% 51|+ 175|- 5]: release test-net-stream [01:39|% 51|+ 176|- 5]: release test-file-read-noexist [01:40|% 51|+ 177|- 5]: release test-error-reporting [01:40|% 52|+ 178|- 5]: release test-dgram-multicast-setTTL [01:40|% 52|+ 179|- 5]: release test-child-process-exec-cwd [01:40|% 52|+ 180|- 5]: release test-http-expect-continue [01:41|% 52|+ 181|- 5]: release test-http-upgrade-server2 [01:41|% 53|+ 182|- 5]: release test-https-invalid-key [01:41|% 53|+ 183|- 5]: release test-pipe-head [01:41|% 53|+ 184|- 5]: release test-readfloat [01:41|% 54|+ 185|- 5]: release test-zlib-invalid-input [01:41|% 54|+ 186|- 5]: release test-utf8-scripts [01:42|% 54|+ 187|- 5]: release test-vm-create-context-accessors [01:42|% 54|+ 188|- 5]: release test-child-process-exec-env [01:42|% 55|+ 189|- 5]: release test-stdin-from-file [01:42|% 55|+ 190|- 5]: release test-next-tick [01:42|% 55|+ 191|- 5]: release test-fs-error-messages [01:42|% 56|+ 192|- 5]: release test-http-contentLength0 [01:43|% 56|+ 193|- 5]: release test-fs-write [01:43|% 56|+ 194|- 5]: release test-event-emitter-max-listeners [01:43|% 56|+ 195|- 5]: release test-fs-read [01:43|% 57|+ 196|- 5]: release test-buffer [01:43|% 57|+ 197|- 5]: release test-http-set-timeout [01:44|% 57|+ 198|- 5]: release test-stdout-close-catch [01:44|% 58|+ 199|- 5]: release test-tls-set-encoding [01:45|% 58|+ 200|- 5]: release test-http-set-trailers [01:45|% 58|+ 201|- 5]: release test-fs-fsync [01:46|% 58|+ 202|- 5]: release test-script-context [01:47|% 59|+ 203|- 5]: release test-readuint [01:47|% 59|+ 204|- 5]: release test-net-connect-timeout [01:47|% 59|+ 205|- 5]: release test-http-buffer-sanity [01:48|% 60|+ 206|- 5]: release test-net-settimeout [01:48|% 60|+ 207|- 5]: release test-module-load-list [01:48|% 60|+ 208|- 5]: release test-net-reconnect [01:48|% 60|+ 209|- 5]: release test-os [01:48|% 61|+ 210|- 5]: release test-cli-eval [01:49|% 61|+ 211|- 5]: release test-http-client-parse-error [01:49|% 61|+ 212|- 5]: release test-net-write-connect-write [01:49|% 62|+ 213|- 5]: release test-pump-file2tcp-noexist [01:49|% 62|+ 214|- 5]: release test-tls-set-ciphers [01:49|% 62|+ 215|- 5]: release test-exec-max-buffer [01:50|% 62|+ 216|- 5]: release test-pipe [01:51|% 63|+ 217|- 5]: release test-tls-pause [01:52|% 63|+ 218|- 5]: release test-net-large-string [01:52|% 63|+ 219|- 5]: release test-child-process-customfd-bounded [01:52|% 64|+ 220|- 5]: release test-global [01:52|% 64|+ 221|- 5]: release test-net-server-max-connections [01:52|% 64|+ 222|- 5]: release test-regress-GH-746 [01:53|% 64|+ 223|- 5]: release test-http-url.parse-post [01:53|% 65|+ 224|- 5]: release test-pump-file2tcp [01:53|% 65|+ 225|- 5]: release test-next-tick-starvation [01:53|% 65|+ 226|- 5]: release test-process-wrap [01:53|% 66|+ 227|- 5]: release test-http-legacy [01:54|% 66|+ 228|- 5]: release test-http-url.parse-search [01:54|% 66|+ 229|- 5]: release test-stdin-hang [01:54|% 66|+ 230|- 5]: release test-http-keep-alive [01:54|% 67|+ 231|- 5]: release test-net-pipe-connect-errors [01:55|% 67|+ 232|- 5]: release test-util-format [01:55|% 67|+ 233|- 5]: release test-net-dns-error [01:55|% 68|+ 234|- 5]: release test-require-resolve [01:55|% 68|+ 235|- 5]: release test-pipe-file-to-http [01:59|% 68|+ 236|- 5]: release test-next-tick-ordering2 [01:59|% 68|+ 237|- 5]: release test-http-get-pipeline-problem [02:02|% 69|+ 238|- 5]: release test-process-exit [02:02|% 69|+ 239|- 5]: release test-file-write-stream [02:03|% 69|+ 240|- 5]: release test-net-binary [02:03|% 70|+ 241|- 5]: release test-child-process-env [02:03|% 70|+ 242|- 5]: release test-tls-connect-simple [02:03|% 70|+ 243|- 5]: release test-tls-ext-key-usage [02:05|% 70|+ 244|- 5]: release test-tls-invalid-key [02:05|% 71|+ 245|- 5]: release test-child-process-cwd [02:05|% 71|+ 246|- 5]: release test-pipe-stream [02:05|% 71|+ 247|- 5]: release test-tls-securepair-server [02:07|% 72|+ 248|- 5]: release test-pipe-return-val [02:07|% 72|+ 249|- 5]: release test-fs-mkdir [02:08|% 72|+ 250|- 5]: release test-executable-path [02:08|% 72|+ 251|- 5]: release test-child-process-fork [02:09|% 73|+ 252|- 5]: release test-umask [02:09|% 73|+ 253|- 5]: release test-regress-GH-897 [02:09|% 73|+ 254|- 5]: release test-path-makelong [02:09|% 74|+ 255|- 5]: release test-http-blank-header [02:10|% 74|+ 256|- 5]: release test-dgram-multicast-multi-process [02:10|% 74|+ 257|- 5]: release test-http-server-multiheaders [02:10|% 74|+ 258|- 5]: release test-regress-GH-1726 [02:11|% 75|+ 259|- 5]: release test-exception-handler [02:11|% 75|+ 260|- 5]: release test-http-agent [02:11|% 75|+ 261|- 5]: release test-event-emitter-modify-in-emit [02:11|% 76|+ 262|- 5]: release test-fs-stat [02:11|% 76|+ 263|- 5]: release test-net-server-listen-remove-callback [02:11|% 76|+ 264|- 5]: release test-http-unix-socket [02:12|% 76|+ 265|- 5]: release test-https-simple [02:12|% 77|+ 266|- 5]: release test-http-url.parse-basic [02:12|% 77|+ 267|- 5]: release test-child-process-kill [02:12|% 77|+ 268|- 5]: release test-fs-readfile-unlink [02:12|% 78|+ 269|- 5]: release test-https-connecting-to-http [02:13|% 78|+ 270|- 5]: release test-tty-stdout-end [02:13|% 78|+ 271|- 5]: release test-eio-race2 [02:13|% 78|+ 272|- 5]: release test-http-dns-fail [02:14|% 79|+ 273|- 5]: release test-regress-GH-877 [02:14|% 79|+ 274|- 5]: release test-repl-.save.load [02:14|% 79|+ 275|- 5]: release test-net-after-close [02:14|% 80|+ 276|- 5]: release test-process-env [02:15|% 80|+ 277|- 5]: release test-util-inspect [02:15|% 80|+ 278|- 5]: release test-stdin-child-proc [02:15|% 80|+ 279|- 5]: release test-http-head-response-has-no-body [02:15|% 81|+ 280|- 5]: release test-child-process-exit-code [02:15|% 81|+ 281|- 5]: release test-tls-junk-closes-server [02:16|% 81|+ 282|- 5]: release test-debugger-repl [02:18|% 82|+ 283|- 5]: release test-timers-zero-timeout [02:19|% 82|+ 284|- 5]: release test-next-tick-doesnt-hang [02:19|% 82|+ 285|- 5]: release test-fs-read-stream-fd [02:19|% 82|+ 286|- 5]: release test-zlib-from-gzip [02:19|% 83|+ 287|- 5]: release test-http-eof-on-connect [02:20|% 83|+ 288|- 5]: release test-script-static-this [02:20|% 83|+ 289|- 5]: release test-net-socket-destroy-twice [02:20|% 84|+ 290|- 5]: release test-http-parser [02:20|% 84|+ 291|- 5]: release test-console [02:20|% 84|+ 292|- 5]: release test-http-mutable-headers [02:20|% 84|+ 293|- 5]: release test-init [02:21|% 85|+ 294|- 5]: release test-net-eaddrinuse [02:21|% 85|+ 295|- 5]: release test-http-response-readable [02:21|% 85|+ 296|- 5]: release test-stream-pipe-multi [02:23|% 86|+ 297|- 5]: release test-process-next-tick [02:24|% 86|+ 298|- 5]: release test-zlib [02:24|% 86|+ 299|- 5]: release test-event-emitter-remove-all-listeners [02:25|% 86|+ 300|- 5]: release test-net-keepalive [02:26|% 87|+ 301|- 5]: release test-child-process-stdin [02:26|% 87|+ 302|- 5]: release test-http-conn-reset [02:26|% 87|+ 303|- 5]: release test-stream-pipe-event [02:26|% 88|+ 304|- 5]: release test-dgram-broadcast-multi-process [02:32|% 88|+ 305|- 5]: release test-vm-create-context-circular-referenc... [02:32|% 88|+ 306|- 5]: release test-http-multi-line-headers [02:32|% 88|+ 307|- 5]: release test-fs-empty-readStream [02:32|% 89|+ 308|- 5]: release test-signal-unregister [02:33|% 89|+ 309|- 5]: release test-tls-request-timeout [02:34|% 89|+ 310|- 5]: release test-http-write-empty-string [02:34|% 90|+ 311|- 5]: release test-http-url.parse-https.request [02:35|% 90|+ 312|- 5]: release test-fs-non-number-arguments-throw [02:35|% 90|+ 313|- 5]: release test-child-process-fork2 [02:35|% 90|+ 314|- 5]: release test-script-new [02:35|% 91|+ 315|- 5]: release test-punycode [02:35|% 91|+ 316|- 5]: release test-script-static-context [02:35|% 91|+ 317|- 5]: release test-http-dns-error [02:36|% 92|+ 318|- 5]: release test-path [02:36|% 92|+ 319|- 5]: release test-tls-peer-certificate [02:36|% 92|+ 320|- 5]: release test-fs-write-stream [02:36|% 92|+ 321|- 5]: release test-eval-require [02:36|% 93|+ 322|- 5]: release test-repl-tab-complete [02:37|% 93|+ 323|- 5]: release test-stdin-pause-resume [02:37|% 93|+ 324|- 5]: release test-http-response-no-headers [02:37|% 94|+ 325|- 5]: release test-https-eof-for-eom [02:37|% 94|+ 326|- 5]: release test-http-url.parse-only-support-http-ht... [02:38|% 94|+ 327|- 5]: release test-tls-npn-server-client [02:38|% 94|+ 328|- 5]: release test-child-process-fork3 [02:39|% 95|+ 329|- 5]: release test-fs-write-file-buffer [02:39|% 95|+ 330|- 5]: release test-http-malformed-request [02:40|% 95|+ 331|- 5]: release test-tcp-wrap-listen [02:41|% 96|+ 332|- 5]: release test-http-status-code [02:43|% 96|+ 333|- 5]: release test-http-host-headers [02:44|% 96|+ 334|- 5]: release test-sync-fileread [02:44|% 96|+ 335|- 5]: release test-http-client-timeout [02:44|% 97|+ 336|- 5]: release test-pipe-address [02:44|% 97|+ 337|- 5]: release test-fs-write-buffer [02:44|% 97|+ 338|- 5]: release test-writeint [02:44|% 98|+ 339|- 5]: release test-writedouble [02:44|% 98|+ 340|- 5]: release stack_overflow [02:45|% 98|+ 341|- 5]: release undefined_reference_in_new_context [02:45|% 98|+ 342|- 5]: release throw_custom_error [02:45|% 99|+ 343|- 5]: release throw_non_error [02:45|% 99|+ 344|- 5]: release 2100bytes [02:45|% 99|+ 345|- 5]: release hello_world [02:45|% 100|+ 346|- 5]: Done make[1]: [test] Error 1 (ignored) make[1]: Leaving directory `/home/steven/collab-maint/nodejs' touch debian/stamp-makefile-check fakeroot debian/rules binary test -x debian/rules dh_testroot dh_prep dh_installdirs -A mkdir -p "." /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_STRIP_ARGS is a deprecated variable /usr/bin/make -C . install DESTDIR=/home/steven/collab-maint/nodejs/debian/tmp make[1]: Entering directory `/home/steven/collab-maint/nodejs' Waf: Entering directory `/home/steven/collab-maint/nodejs/out' * installing deps/uv/include/uv.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/uv.h * installing deps/uv/include/uv-private/eio.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/uv-private/eio.h * installing deps/uv/include/uv-private/uv-win.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/uv-private/uv-win.h * installing deps/uv/include/uv-private/uv-unix.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/uv-private/uv-unix.h * installing deps/uv/include/uv-private/ngx-queue.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/uv-private/ngx-queue.h * installing out/Release/config.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/config.h * installing src/node.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/node.h * installing src/node_object_wrap.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/node_object_wrap.h * installing src/node_buffer.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/node_buffer.h * installing src/node_version.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/node_version.h * installing doc/node.1 as /home/steven/collab-maint/nodejs/debian/tmp/usr/share/man/man1/node.1 * installing tools/node-waf as /home/steven/collab-maint/nodejs/debian/tmp/usr/bin/node-waf * installing tools/wafadmin/Scripting.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Scripting.py * installing tools/wafadmin/pproc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/pproc.py * installing tools/wafadmin/Node.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Node.py * installing tools/wafadmin/TaskGen.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/TaskGen.py * installing tools/wafadmin/Constants.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Constants.py * installing tools/wafadmin/ansiterm.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/ansiterm.py * installing tools/wafadmin/Logs.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Logs.py * installing tools/wafadmin/Build.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Build.py * installing tools/wafadmin/Task.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Task.py * installing tools/wafadmin/Runner.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Runner.py * installing tools/wafadmin/Options.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Options.py * installing tools/wafadmin/Utils.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Utils.py * installing tools/wafadmin/py3kfixes.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/py3kfixes.py * installing tools/wafadmin/__init__.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/__init__.py * installing tools/wafadmin/Configure.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Configure.py * installing tools/wafadmin/Environment.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Environment.py * installing tools/wafadmin/Tools/compiler_d.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/compiler_d.py * installing tools/wafadmin/Tools/ar.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/ar.py * installing tools/wafadmin/Tools/winres.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/winres.py * installing tools/wafadmin/Tools/gcc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/gcc.py * installing tools/wafadmin/Tools/osx.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/osx.py * installing tools/wafadmin/Tools/gdc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/gdc.py * installing tools/wafadmin/Tools/compiler_cc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/compiler_cc.py * installing tools/wafadmin/Tools/gob2.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/gob2.py * installing tools/wafadmin/Tools/misc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/misc.py * installing tools/wafadmin/Tools/suncc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/suncc.py * installing tools/wafadmin/Tools/libtool.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/libtool.py * installing tools/wafadmin/Tools/d.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/d.py * installing tools/wafadmin/Tools/compiler_cxx.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/compiler_cxx.py * installing tools/wafadmin/Tools/node_addon.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/node_addon.py * installing tools/wafadmin/Tools/cxx.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/cxx.py * installing tools/wafadmin/Tools/ccroot.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/ccroot.py * installing tools/wafadmin/Tools/gxx.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/gxx.py * installing tools/wafadmin/Tools/gnu_dirs.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/gnu_dirs.py * installing tools/wafadmin/Tools/icpc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/icpc.py * installing tools/wafadmin/Tools/xlc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/xlc.py * installing tools/wafadmin/Tools/intltool.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/intltool.py * installing tools/wafadmin/Tools/preproc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/preproc.py * installing tools/wafadmin/Tools/nasm.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/nasm.py * installing tools/wafadmin/Tools/gas.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/gas.py * installing tools/wafadmin/Tools/__init__.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/__init__.py * installing tools/wafadmin/Tools/xlcxx.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/xlcxx.py * installing tools/wafadmin/Tools/dmd.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/dmd.py * installing tools/wafadmin/Tools/icc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/icc.py * installing tools/wafadmin/Tools/suncxx.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/suncxx.py * installing tools/wafadmin/Tools/cc.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/cc.py * installing tools/wafadmin/Tools/python.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/python.py * installing tools/wafadmin/Tools/unittestw.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/unittestw.py * installing tools/wafadmin/Tools/config_c.py as /home/steven/collab-maint/nodejs/debian/tmp/usr/lib/node/wafadmin/Tools/config_c.py * installing out/Release/node as /home/steven/collab-maint/nodejs/debian/tmp/usr/bin/node * installing out/Release/src/node_config.h as /home/steven/collab-maint/nodejs/debian/tmp/usr/include/node/node_config.h Waf: Leaving directory `/home/steven/collab-maint/nodejs/out' 'install' finished successfully (0.347s) DEST_OS: freebsd DEST_CPU: ia32 Parallel Jobs: 1 Product type: program make[1]: Leaving directory `/home/steven/collab-maint/nodejs' touch debian/stamp-makefile-install Adding cdbs dependencies to debian/nodejs-dev.substvars dh_installdirs -pnodejs-dev dh_bash-completion Adding cdbs dependencies to debian/nodejs.substvars dh_installdirs -pnodejs Adding cdbs dependencies to debian/nodejs-dbg.substvars dh_installdirs -pnodejs-dbg dh_installdocs -pnodejs-dev ./AUTHORS dh_installexamples -pnodejs-dev dh_installman -pnodejs-dev dh_installinfo -pnodejs-dev dh_installmenu -pnodejs-dev dh_installcron -pnodejs-dev dh_installinit -pnodejs-dev dh_installdebconf -pnodejs-dev dh_installemacsen -pnodejs-dev dh_installcatalogs -pnodejs-dev dh_installpam -pnodejs-dev dh_installlogrotate -pnodejs-dev dh_installlogcheck -pnodejs-dev dh_installchangelogs -pnodejs-dev ./ChangeLog dh_installudev -pnodejs-dev dh_lintian -pnodejs-dev dh_bugfiles -pnodejs-dev dh_install -pnodejs-dev dh_link -pnodejs-dev dh_buildinfo -pnodejs-dev dh_installmime -pnodejs-dev dh_installgsettings -pnodejs-dev dh_installdocs -pnodejs ./AUTHORS dh_installexamples -pnodejs dh_installman -pnodejs dh_installinfo -pnodejs dh_installmenu -pnodejs dh_installcron -pnodejs dh_installinit -pnodejs dh_installdebconf -pnodejs dh_installemacsen -pnodejs dh_installcatalogs -pnodejs dh_installpam -pnodejs dh_installlogrotate -pnodejs dh_installlogcheck -pnodejs dh_installchangelogs -pnodejs ./ChangeLog dh_installudev -pnodejs dh_lintian -pnodejs dh_bugfiles -pnodejs dh_install -pnodejs dh_link -pnodejs dh_buildinfo -pnodejs dh_installmime -pnodejs dh_installgsettings -pnodejs find debian/nodejs/usr/share/doc/nodejs -name *.json -delete sed -i -e '/document\.write/d' -e '/pageTracker/d' debian/nodejs/usr/share/doc/nodejs/api/*.html dh_installdocs -pnodejs-dbg ./AUTHORS dh_installexamples -pnodejs-dbg dh_installman -pnodejs-dbg dh_installinfo -pnodejs-dbg dh_installmenu -pnodejs-dbg dh_installcron -pnodejs-dbg dh_installinit -pnodejs-dbg dh_installdebconf -pnodejs-dbg dh_installemacsen -pnodejs-dbg dh_installcatalogs -pnodejs-dbg dh_installpam -pnodejs-dbg dh_installlogrotate -pnodejs-dbg dh_installlogcheck -pnodejs-dbg dh_installchangelogs -pnodejs-dbg ./ChangeLog dh_installudev -pnodejs-dbg dh_lintian -pnodejs-dbg dh_bugfiles -pnodejs-dbg dh_install -pnodejs-dbg dh_link -pnodejs-dbg dh_buildinfo -pnodejs-dbg dh_installmime -pnodejs-dbg dh_installgsettings -pnodejs-dbg dh_strip -pnodejs-dev --dbg-package=nodejs-dbg dh_compress -pnodejs-dev dh_fixperms -pnodejs-dev dh_makeshlibs -pnodejs-dev dh_strip -pnodejs --dbg-package=nodejs-dbg dh_compress -pnodejs dh_fixperms -pnodejs dh_makeshlibs -pnodejs dh_compress -pnodejs-dbg dh_fixperms -pnodejs-dbg dh_installdeb -pnodejs-dev dh_perl -pnodejs-dev dh_shlibdeps -pnodejs-dev dh_girepository -pnodejs-dev dh_installdeb -pnodejs dh_perl -pnodejs dh_shlibdeps -pnodejs dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/nodejs/usr/bin/node was not linked against libutil.so.1 (it uses none of the library's symbols). dh_girepository -pnodejs dh_installdeb -pnodejs-dbg dh_perl -pnodejs-dbg dh_shlibdeps -pnodejs-dbg dh_girepository -pnodejs-dbg dh_gencontrol -pnodejs-dev dh_md5sums -pnodejs-dev dh_builddeb -pnodejs-dev dpkg-deb: building package `nodejs-dev' in `../nodejs-dev_0.6.19~dfsg1-3_kfreebsd-i386.deb'. dh_gencontrol -pnodejs dh_md5sums -pnodejs dh_builddeb -pnodejs dpkg-deb: building package `nodejs' in `../nodejs_0.6.19~dfsg1-3_kfreebsd-i386.deb'. dh_gencontrol -pnodejs-dbg dh_md5sums -pnodejs-dbg dh_builddeb -pnodejs-dbg dpkg-deb: building package `nodejs-dbg' in `../nodejs-dbg_0.6.19~dfsg1-3_kfreebsd-i386.deb'. dpkg-genchanges -b >../nodejs_0.6.19~dfsg1-3_kfreebsd-i386.changes dpkg-genchanges: binary-only upload - not including any source code signfile nodejs_0.6.19~dfsg1-3_kfreebsd-i386.changes gpg: skipped "Jérémy Lal ": secret key not available gpg: [stdin]: clearsign failed: secret key not available dpkg-source --after-build nodejs dpkg-source: info: unapplying 3020_kfreebsd-3.diff dpkg-source: info: unapplying 3010_kfreebsd-2.diff dpkg-source: info: unapplying 3000_kfreebsd-1.diff dpkg-source: info: unapplying 2012_fix_v8_3_10.patch dpkg-source: info: unapplying 1002_upstream_forgot_to_build_doc.patch dpkg-source: info: unapplying 1001_align_fast_buffers_8byte_boundary.patch dpkg-source: info: unapplying 2011_enable_mipsel_build.patch dpkg-source: info: unapplying 2009_fix_shared_ev.patch dpkg-source: info: unapplying 2008_fix_use_shared_cares.patch dpkg-source: info: unapplying 2007_fix_use_shared_zlib.patch dpkg-source: info: unapplying 2005_expected_failing_tests.patch dpkg-source: info: unapplying 2002_build_without_libv8_debug.patch dpkg-source: info: unapplying 2001_FHS_paths_for_nodejs.patch dpkg-buildpackage: warning: Failed to sign .changes file dpkg-buildpackage: binary only upload (no source included) Command exited with non-zero status 1 121.78user 34.89system 6:26.35elapsed 40%CPU (21336avgtext+11666avgdata 286016maxresident)k 15178inputs+62781outputs (2724major+1580189minor)pagefaults 0swaps