Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created August 13, 2012 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piscisaureus/cd5116301b99e0e6eb19 to your computer and use it in GitHub Desktop.
Save piscisaureus/cd5116301b99e0e6eb19 to your computer and use it in GitHub Desktop.
Berts-MacBook-Pro-2:libuv piscisaureus$ make
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/async.c -o src/unix/async.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/core.c -o src/unix/core.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/dl.c -o src/unix/dl.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/error.c -o src/unix/error.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/fs.c -o src/unix/fs.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/loop.c -o src/unix/loop.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/loop-watcher.c -o src/unix/loop-watcher.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/pipe.c -o src/unix/pipe.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/poll.c -o src/unix/poll.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/process.c -o src/unix/process.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/signal.c -o src/unix/signal.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/stream.c -o src/unix/stream.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/tcp.c -o src/unix/tcp.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/thread.c -o src/unix/thread.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/timer.c -o src/unix/timer.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/tty.c -o src/unix/tty.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/udp.c -o src/unix/udp.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/darwin.c -o src/unix/darwin.o
src/unix/darwin.c:68:11: warning: 'AbsoluteToNanoseconds' is deprecated: first
deprecated in Mac OS X 10.8 [-Wdeprecated-declarations]
enano = AbsoluteToNanoseconds(*(AbsoluteTime *)&time);
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:93:1: note:
'AbsoluteToNanoseconds' declared here
AbsoluteToNanoseconds(AbsoluteTime absoluteTime) ...
^
1 warning generated.
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/kqueue.c -o src/unix/kqueue.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/fsevents.c -o src/unix/fsevents.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/fs-poll.c -o src/fs-poll.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/inet.c -o src/inet.o
cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/uv-common.c -o src/uv-common.o
cc -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -c src/unix/ev/ev.c -o src/unix/ev/ev.o -DEV_CONFIG_H=\"config_darwin.h\"
In file included from src/unix/ev/ev.c:1540:
src/unix/ev/ev_poll.c:110:18: warning: expression result unused [-Wunused-value]
...assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:1967:12: warning: expression result unused [-Wunused-value]
assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:1970:14: warning: expression result unused [-Wunused-value]
...assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:1980:16: warning: expression result unused [-Wunused-value]
...assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:1981:16: warning: expression result unused [-Wunused-value]
...assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i])))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:1982:16: warning: expression result unused [-Wunused-value]
...assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i]))))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:1993:16: warning: expression result unused [-Wunused-value]
assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2011:14: warning: expression result unused [-Wunused-value]
assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2018:18: warning: expression result unused [-Wunused-value]
assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2019:18: warning: expression result unused [-Wunused-value]
...assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2196:24: warning: expression result unused [-Wunused-value]
...assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2244:24: warning: expression result unused [-Wunused-value]
...assert (("libev: ev_periodic reschedule callback returned time in the past", ev_at (w) >= ev_rt_now))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2394:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2676:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_start called with negative fd", fd >= 0));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2677:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_start called with illegal event mask",
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2686:34: warning: '&' within '|' [-Wbitwise-op-parentheses]
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
~~~~~~~~~~^~~~~~~~~~~~~ ~
src/unix/ev/ev.c:2686:34: note: place parentheses around the '&' expression to
silence this warning
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
^
( )
src/unix/ev/ev.c:2699:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2719:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2747:14: warning: expression result unused [-Wunused-value]
...assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2807:16: warning: expression result unused [-Wunused-value]
...assert (("libev: ev_periodic_start called with negative interval value", w->interval >= 0.))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2839:14: warning: expression result unused [-Wunused-value]
...assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2876:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2879:12: warning: expression result unused [-Wunused-value]
assert (("libev: a signal must not be attached to two different loops",
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:2996:12: warning: expression result unused [-Wunused-value]
assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/ev/ev.c:3566:14: warning: expression result unused [-Wunused-value]
...assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
25 warnings generated.
cc -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/unix/eio/ --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -g -c src/unix/uv-eio.c -o src/unix/uv-eio.o
cc -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DEIO_CONFIG_H=\"config_darwin.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -g -c src/unix/eio/eio.c -o src/unix/eio/eio.o
src/unix/eio/eio.c:594:12: warning: expression result unused [-Wunused-value]
assert (("unable to allocate worker thread data", wrk));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
src/unix/eio/eio.c:1103:10: warning: implicit declaration of function 'fdatasync'
is invalid in C99 [-Wimplicit-function-declaration]
return fdatasync (fd);
^
src/unix/eio/eio.c:1408:7: warning: add explicit braces to avoid dangling else
[-Wdangling-else]
else
^
src/unix/eio/eio.c:1856:15: warning: add explicit braces to avoid dangling else
[-Wdangling-else]
else
^
src/unix/eio/eio.c:2212:41: warning: implicit declaration of function 'rename' is
invalid in C99 [-Wimplicit-function-declaration]
case EIO_RENAME: req->result = rename (req->ptr1, req->ptr2); break;
^
src/unix/eio/eio.c:2569:12: warning: expression result unused [-Wunused-value]
assert (("cannot add requests to IO::AIO::GRP after the group finished", grp->int1 != 2))...
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, ...
^
6 warnings generated.
ar rcs uv.a src/unix/async.o src/unix/core.o src/unix/dl.o src/unix/error.o src/unix/fs.o src/unix/loop.o src/unix/loop-watcher.o src/unix/pipe.o src/unix/poll.o src/unix/process.o src/unix/signal.o src/unix/stream.o src/unix/tcp.o src/unix/thread.o src/unix/timer.o src/unix/tty.o src/unix/udp.o src/unix/darwin.o src/unix/kqueue.o src/unix/fsevents.o src/fs-poll.o src/inet.o src/uv-common.o src/unix/ev/ev.o src/unix/uv-eio.o src/unix/eio/eio.o
Berts-MacBook-Pro-2:libuv piscisaureus$ make test
cc -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -D_GNU_SOURCE -o test/run-tests test/run-tests.c \
test/runner.c test/runner-unix.c test/blackhole-server.c test/echo-server.c test/test-*.c uv.a -lm -framework CoreServices -pthread
test/run-tests
[% 0|+ 0|- 0]: platform_output
Output from process `platform_output`:
uv_get_process_title: test/run-tests
uv_resident_set_memory: 1482752
uv_uptime: 1174.000000
uv_cpu_info:
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 43560
times.user: 22460
times.idle: 1108720
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 1500
times.user: 1810
times.idle: 1171300
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 16470
times.user: 22030
times.idle: 1136110
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 1340
times.user: 1800
times.idle: 1171480
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 14020
times.user: 20250
times.idle: 1140350
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 1230
times.user: 1590
times.idle: 1171790
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 12390
times.user: 15990
times.idle: 1146240
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 1880
times.user: 1200
times.idle: 1171530
times.irq: 0
times.nice: 0
uv_interface_addresses:
name: lo0
internal: 1
address: fe80::1
name: lo0
internal: 1
address: 127.0.0.1
name: lo0
internal: 1
address: ::1
name: en2
internal: 0
address: fe80::3e07:54ff:fe6f:978
name: en2
internal: 0
address: 192.168.1.60
name: en0
internal: 0
address: fe80::baf6:b1ff:fe11:4515
name: en0
internal: 0
address: 192.168.1.45
=============================================================
[% 46|+ 73|- 0]: fs_event_ref
`fs_event_ref` failed: timeout
Output from process `fs_event_ref`:
.
create
schedule
start: 1
running!
=============================================================
[% 57|+ 89|- 1]: process_title
`process_title` failed: exit code 6
Output from process `process_title`:
Assertion failed in test/test-process-title.c on line 35: UV_OK == err.code
=============================================================
[% 87|+ 135|- 2]: fs_event_watch_dir
`fs_event_watch_dir` failed: exit code 6
Output from process `fs_event_watch_dir`:
watch_dir
create
schedule
start: 1
running!
callback: 2
Assertion failed in test/test-fs-event.c on line 101: filename == NULL || strcmp(filename, "file1") == 0
=============================================================
[% 90|+ 139|- 3]: fs_event_immediate_close
`fs_event_immediate_close` failed: exit code 6
Output from process `fs_event_immediate_close`:
.
create
schedule
start: 1
running!
Assertion failed: (!uv__is_active(handle)), function uv__finish_close, file src/unix/core.c, line 135.
=============================================================
[% 91|+ 139|- 4]: fs_event_close_with_pending_event
`fs_event_close_with_pending_event` failed: exit code 6
Output from process `fs_event_close_with_pending_event`:
watch_dir
create
schedule
start: 1
running!
Assertion failed: (!uv__is_active(handle)), function uv__finish_close, file src/unix/core.c, line 135.
=============================================================
[% 100|+ 152|- 5]: Done.
make: *** [test] Error 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment