Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created November 28, 2013 15:18
Show Gist options
  • Save michaelklishin/552dd3c138b177c72ba4 to your computer and use it in GitHub Desktop.
Save michaelklishin/552dd3c138b177c72ba4 to your computer and use it in GitHub Desktop.
npm test
> amqplib@0.1.0 test /Users/antares/Development/RabbitMQ/amqp.node.git
> make test
./node_modules/mocha/bin/mocha -u tdd test
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
141 passing (49 seconds)
65 failing
1) Connection open happy:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
2) Connection open unexpected socket close:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
3) Connection running wrong frame on channel 0:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
4) Connection running unopened channel:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
5) Connection running unexpected socket close:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
6) Connection close happy:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
7) Connection close interleaved close frames:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
8) Connection close server-initiated close:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
9) Connection close double close:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
10) heartbeats send heartbeat after open:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
11) heartbeats detect lack of heartbeats:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
12) channel open and close open:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
13) channel open and close bad server:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
14) channel open and close open, close:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
15) channel open and close server close:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
16) channel open and close overlapping channel/server close:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
17) channel open and close double close:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
18) channel machinery RPC:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
19) channel machinery Bad RPC:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
20) channel machinery RPC on closed channel:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
21) channel machinery publish:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
22) channel machinery delivery:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
23) channel machinery zero byte msg = no content body frames:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
24) channel machinery bad delivery:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
25) channel machinery bad content send:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
26) channel machinery bad properties send:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
27) channel machinery bad consumer:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
28) channel machinery bad send in consumer:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
29) channel machinery return:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
30) channel machinery cancel:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
31) channel machinery confirm ack:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
32) channel machinery confirm nack:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
33) channel machinery out-of-order acks:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
34) channel machinery not all out-of-order acks:
Uncaught ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/test/util.js:64:16)
at processImmediate [as _immediateCallback] (timers.js:330:15)
35) connect at all:
ReferenceError: clientProperties is not defined
at encodeConnectionStartOk (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:373:49)
at module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:89:21)
at Connection.C.sendMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:488:15)
at send (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:165:10)
at expect.then.then.fields (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:183:7)
at Object.then (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/when/when.js:355:15)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/when/when.js:253:12
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/when/when.js:417:5
at Object.drainQueue [as _onImmediate] (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/when/when.js:735:4)
at processImmediate [as _immediateCallback] (timers.js:330:15)
36) connect create channel:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
37) assert, check, delete assert and check queue:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
38) assert, check, delete assert and check exchange:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
39) assert, check, delete fail on reasserting queue with different options:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
40) assert, check, delete fail on checking a queue that's not there:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
41) assert, check, delete fail on checking an exchange that's not there:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
42) assert, check, delete fail on reasserting exchange with different type:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
43) assert, check, delete channel break on publishing to non-exchange:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
44) assert, check, delete delete queue:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
45) assert, check, delete fail to delete no queue:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
46) assert, check, delete delete exchange:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
47) binding, consuming route message:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
48) binding, consuming purge queue:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
49) binding, consuming unbind queue:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
50) binding, consuming consume via exchange-exchange binding:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
51) binding, consuming unbind exchange:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
52) binding, consuming cancel consumer:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
53) binding, consuming cancelled consumer:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
54) binding, consuming ack:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
55) binding, consuming nack:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
56) binding, consuming prefetch:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
57) confirms message is confirmed:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
58) confirms multiple confirms:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
59) Roundtrip methods <ConnectionStart> roundtrip:
<property failed>: ! Falsified after 1 tests, 1 failed.
: Failure #1 -----------------------------------------------------------
» Threw ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at Object.module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/test/codec.js:122:20)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:45:31
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:59:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at Object.Base.derive.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:90:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:170:25
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:203:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
» The following arguments were provided:
0 - {"id":655370,"fields":{"versionMajor":32,"versionMinor":93,"serverProperties":{"exNv":[37]},"mechanisms":[4,231,147,157,151,176,53,168,26,93,32,111,146,34,203,234,165,70,94,120,229,126,35,125,76,89,199,21,65,205,0,235],"locales":[247,17,72,197,159,211,26,199,49,226,252,102,245,79,234,67,201,136,247,196,60,227,249,253,154,199,37,245,89,126,172,152,96,0,129,149,24,3,218,114,193,104,168,251,23,78,100,145,155,121,1,97,202,251,64,113,170,120,58,14,18,137,101,204,187,57,230,167,48,173,214,200,66,100,226,172,152,177,181,63,144,203,51,114,91,40,150,54,40,199,107]}} (<ConnectionStart>)
at new Error (<anonymous>)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:6:33
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:9:12
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:208:13
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
60) Roundtrip methods <ConnectionStartOk> roundtrip:
<property failed>: ! Falsified after 1 tests, 1 failed.
: Failure #1 -----------------------------------------------------------
» Threw ReferenceError: clientProperties is not defined
at encodeConnectionStartOk (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:373:49)
at Object.module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:89:21)
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/test/codec.js:122:20)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:45:31
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:59:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at Object.Base.derive.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:90:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:170:25
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:203:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
» The following arguments were provided:
0 - {"id":655371,"fields":{"clientProperties":{},"mechanism":"íÕIhü\u0015\u0007\u0014ÓÃ\\]+f»‚û¨ƒò²\u0002’è5…iWひn¢‰çáz˜xGx¢LF6\"\u0007ddÂø–»Ç¾‹ÓA\u0004öG¿\u0012","response":[124,50,241,25,129,210,202,64,246,210,194,96,210,133,26,172,60,66,128,126,64,234,204,242,245,59,2,194,138,58,246,105,28,169,118,115,180,84,229,112,10,35,106,254,161,54,224,201,179,126,95,0,242,188,17,215,74,149,222,220,127,132,152,151,3,85,198,222,179,134,8,14,43,43,112,36,141,44,173,93,105,176,198,246,249,115,218,91,52,227,149,253],"locale":"mk}O\u001fÂXµB\\\u0010bP¡ªIŽ%nÓ½8?!RD(\u0019\u0017f4v±™™£!Ñz­Y·Y–•|:\u0002ëîñ\u0017ƒàâd\f÷ŽñTÊø¾1ؤg\u0005*‘Îs{|(£j\u000e5–u;ãL\u0011\u0011ÚÂl\u001e"}} (<ConnectionStartOk>)
at new Error (<anonymous>)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:6:33
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:9:12
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:208:13
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
61) Roundtrip properties <BasicProperties> roundtrip:
<property failed>: ! Falsified after 1 tests, 1 failed.
: Failure #1 -----------------------------------------------------------
» Threw ReferenceError: headers is not defined
at encodeBasicProperties (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:3960:49)
at Object.module.exports.encodeProperties (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:155:17)
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/test/codec.js:132:20)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:45:31
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:59:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at Object.Base.derive.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:90:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:170:25
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:203:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
» The following arguments were provided:
0 - {"id":60,"size":4937684039172620000,"fields":{"contentType":"!ìE'{™i\t”Ó«K9Kj‹Rå#\u0013\u0013Æ\u001ei\u0002«È\u001e„&4","contentEncoding":"Œô\u0006æEc1•ãú6CíÊõ","headers":{"$c$pO":0,"mrn":{"Plgxv":"","_":7047346664725545000},"gj":349877888},"deliveryMode":62,"priority":177,"correlationId":":°}š‘\bb\u001cÖ¸ì!:¼Xº\u0007¿W¼ÎE¢\u0007R†Õt(ìýÊ~:¾…°+Ö\u0014Dq êCÉ$º–ùÌƋ3„q žï̸m•<-\r=Ïz¸\u001cGuoÍÔú\u0004ʓÞ\r%á¤iÞ","replyTo":"s@!…(}\u0006[˜‹5Ii)!\u000fŽf\u0015™÷f­Gæ.„\u0012dÞ{Ê$\u000f\u001edõn³Î\u000f¿îä\u0013)P©ö","expiration":"—\u0016ɽølãÁÛQÀ°Ì:±!‰?\"\bö»÷£\fƒ\u001aôàü\u0013‹1A·@cô¯Ú\u000bˆ`QžÍ>Պ‡(D­¯\u0013ö‹*%×åùh%`m\u0003óc9\u0007Øw","messageId":"Üð-À\u000e{<3ೕBƒíM^—\n@E\u0006\u001fZ\u0001š°ÂZ»HûböD\b¯µapÜ£&Ã\\•Ë}ÛÈ×\u0019“ÎVB\u000f¬","timestamp":15940104634668941000,"type":"ì|¡CVÁVŠ¬©\u001db²O\r)˜C/ԅ\nªáT,Úø»,T\b³'ÃÓ\u0010²™ž;9zî","userId":"•>ø³õ­=Ú¸\u0010Û","appId":"\u0005$\u0010•Í›·ê‚H3õõÑrüÊÓፕ–«­Ò2YXÀ\u0006yÑZJ4œvCVÔ¿d","clusterId":"ð»gÙfI"}} (<BasicProperties>)
at new Error (<anonymous>)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:6:33
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:9:12
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:208:13
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
62) Parsing Parse trace of methods:
<property failed>: ! Falsified after 1 tests, 1 failed.
: Failure #1 -----------------------------------------------------------
» Threw ReferenceError: clientProperties is not defined
at encodeConnectionStartOk (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:373:49)
at Object.module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:89:21)
at /Users/antares/Development/RabbitMQ/amqp.node.git/test/frame.js:110:24
at Array.forEach (native)
at Context.forAll.satisfy.asTest.times (/Users/antares/Development/RabbitMQ/amqp.node.git/test/frame.js:108:9)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:45:31
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:59:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at Object.Base.derive.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:90:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:170:25
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:203:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
» The following arguments were provided:
0 - [{"id":5898251,"fields":{},"channel":0},{"id":3932230,"fields":{"ticket":36510,"queue":"","noAck":true},"channel":0},{"id":5898261,"fields":{},"channel":0},{"id":1310731,"fields":{"channelId":[209,126,224,254,69,45,158,51,234,217,45,166,205,113,36,206,142,205,83,72,144,26,142,188,221,138,69,79,32,244,62,240,100,77,63,185,70,40,151,162,89,55,28,95,121,200,2,133,124,80,224,134,215,108,39,3,243]},"channel":0},{"id":3276851,"fields":{},"channel":0},{"id":1310760,"fields":{"replyCode":54748,"replyText":"¦ãá)F«\u0007¯MÐ, bÎÚhxÇÄÍ?o¬júg0ˆßIÇjPQ=O&µL\u0004|'î1¶^\u0007&Ê ¤À¹*\u0017(\u001d#","classId":26165,"methodId":52231},"channel":0},{"id":3276821,"fields":{},"channel":0},{"id":5570571,"fields":{},"channel":0},{"id":1310761,"fields":{},"channel":0},{"id":3276811,"fields":{"queue":"`¦3\u0017","messageCount":2840989800,"consumerCount":819557941},"channel":0},{"id":3932260,"fields":{"requeue":false},"channel":0},{"id":1310731,"fields":{"channelId":[78,143,199,43,243,199,108,65,67,155,103,251,167,185,61,99,59,27,119,64,127,27,83,57,162,125,80,71,23,173,250,144,8,194,104,125,239,129,116,205,229,74,126,171,115,52,212,230,70,46,67,106,28,230,68,224,30,217,92,222,75,13,238,39,5,99,100]},"channel":0},{"id":2621451,"fields":{},"channel":0},{"id":1966091,"fields":{"ticket":17274},"channel":0},{"id":655391,"fields":{"channelMax":10247,"frameMax":3672803447,"heartbeat":56436},"channel":0},{"id":2621470,"fields":{"ticket":52792,"destination":"QEÄTK!a—p É¦c‰ï","source":"Z>B3öãëŸ$´È\t˜Ú:t","routingKey":"FuÕ<„\u0001õ.쟵\u0006\u0018Ú\n","nowait":true,"arguments":{"k":7032,"W$":null}},"channel":0},{"id":5898251,"fields":{},"channel":0},{"id":3276810,"fields":{"ticket":17661,"queue":"?ýö¾r§»šÇCùŒb\u000f¯Ä¨[c‘ÉjA)×þHó¹\\\u0013âX","passive":true,"durable":true,"exclusive":false,"autoDelete":true,"nowait":false,"arguments":{"it":[],"$":6231469110899769000}},"channel":0},{"id":1310731,"fields":{"channelId":[202,144,213,113,35,14,178,115,146,99,158,79,62,116,170,79,14,24,43,11,133,27,167,224,177,190,206,30,134,11,244,106,243,246,131,5,52,85,114,73,108,118,42,183,52,175,80,228,39,24,233,244,195,54,243,14,7,56,177,254,177,163,141,100,75,241,24,52,72,84,212,145,61,49,135,117,216,232,64,58,106,212,87,193,58,160,253,71,99,196,26]},"channel":0},{"id":655410,"fields":{"replyCode":23310,"replyText":"Äh¡ž³Ù°3lRôÏ`¤MàmãŒuò1ÖêR©Ÿâ|€\u001a!¨0±qN'<ð“”Áçýû—橘æ\u0011å","classId":41970,"methodId":19080},"channel":0},{"id":655401,"fields":{"knownHosts":"x<¯tr‰Ì)¼ƒW\u0016]"},"channel":0},{"id":2621470,"fields":{"ticket":27826,"destination":"¿§t?¤é´¶Üf,óL?ÛhŽ\u0010\u001c«\u0010\u0012m·¦þ\u0004h8¥[¥}w…X<Es","source":"”«Õ¿ªm±1¨\u0006½{\u001cúƒ9UøŸ\u001a\t^Ž}¦","routingKey":"hj׬4m\u0017Åò›VË!w62È\u000b\u0005ŠúÔRXÈÝP²æ˜\r\u001d\tKJyfYî\u001c2\u0005|\u0014,¥ç#Ǻíª\\lS,","nowait":true,"arguments":{}},"channel":0},{"id":3932240,"fields":{"deliveryTag":1150559474457509900,"multiple":true},"channel":0},{"id":655400,"fields":{"virtualHost":"&Ç\u001a¢\u0011e,ª&!Æe†ÍÂø\u000b\fÁ‰›U'ëØQ\u000eÇåÆÑ÷(\u001f¯","capabilities":"iޏêvÒ2ˆ\u000bÈåXø‚%\u0011ÏÁ,#o[ž(º\u000b=2\t¥ñ\u0006\u001a§<\r5ýWô5èdz©¾¥á¾É›%ƒ>•Fò:£ÑÆ\u0000Âkä\u0013%EÒ#óŽ\t\u0013æl\"ú\f´RS\u001e(Ÿâ\u0010","insist":true},"channel":0},{"id":5570571,"fields":{},"channel":0},{"id":3932210,"fields":{"replyCode":5355,"replyText":"â\u0006\t\u0004]kOÔå0Õ°fñUÏB˜ˆ€à®uwL\u0000Ò>í\u001beë°LùÍ\n[\u0014ý/6&e¦Âµøòâƒx|\u0016p]à\bàFV\u001b_Y¡¦õâs&ê","exchange":"áÓ4û\u001c¤¬\u001e ‹ûÚVMË©eä#Z\u001dèÏ\u001f\u001aœ™6o’Bæ\u000egÖ»°Y$\u0007³mmÑBÞm¦h‘3","routingKey":"ƒaQ›h\báÉ7¯éÝC\r{¾œ\u0007ñ\u0006€÷|‘k\fH—ü\u001bú/jz•"},"channel":0},{"id":655401,"fields":{"knownHosts":" \u0006¥wµc\u0006T4v909\u0013éVóg´›h>¸Ê\u00163Rw×ñqŸ+ށ^Fì\u0001¸\u001am:¥\u0012\u0012\u00071D\u001eÀõ\u001d…*¡‹S’+ å¥†à\u0000ô\u0000jäâž.w"},"channel":0},{"id":3932191,"fields":{"consumerTag":"ê\u0004\u001e\u0016®ñK\u0007Ý\b;\tÇ;Š3\u0019Ö·F˜Í-N)tvÙ$K»\u0010ÔË5]ÒÞuœ\u001d¸SH:Ì\u0007é®U3/ºÁ\u0019!²&cý\u0019"},"channel":0},{"id":3932170,"fields":{"prefetchSize":277504450,"prefetchCount":37049,"global":true},"channel":0},{"id":3276820,"fields":{"ticket":16681,"queue":"wc\u001b!}¥½HÌ\tQ\tq\rïM'\u0000s«KpË\b\u0006Û¤ÞÅ\u001e\u001b\u0018ç¨ñÊd”ßÎT¶Âºr\u0003ÂÄ{­\u001eòf\u0018ѳ–;","exchange":"/:z\u0013««*·ÂO\u000e\u001eö‰o\u0014i47I\u001a","routingKey":"4¼pºôª\u0019IÑ\u0005ܕû€","nowait":false,"arguments":{"G6fg":null,"$d_":2931271896,"$s$f":3919246962854985700}},"channel":0},{"id":3276850,"fields":{"ticket":19151,"queue":"\u0010È>¨Àg°Ç\n.BO¡\b}\r2\u00030/\u000eC¢îßó…\u000eäwŸ]Ìr¬­X•","exchange":"\u0005Ð0%í¥‰x\u0001­l˜æ0ž{,Íõ/óR/ÃÂ\u0000Ã\u0018&QJF2©¿p†`\b}ô\u001aƒ?òú\u0013ov2áÐ\"ö®Nôàu","routingKey":"®#¬èƒG\u0006Ù÷1î·×C2—IUÀ}¬áSÉÚ`š'\u000f\u0014]·ÉÓ\u001fð’F\u0005Ô ºÖÁ\u0005,«hüÖ6ζðÇ\u000e;Ôó`äm¾ªéTß3¯’^¯ê?vÚ~œe¦¬J¦]Œù","arguments":{"$Ho":3775022656840007700,"p$4$$":41351}},"channel":0},{"id":2621470,"fields":{"ticket":33645,"destination":"f³àJ6!Oþ›lhBás\u001d…á\u0006šå*\u0002n;½üðá‚LšIMó·|é\u0002Úûöêâ\u0003\u0016Ó\u0006\rŠÇ6—wÉ (™ÛEæÖüÎ\u0001é–","source":"­ÌâÊTL¢LÀ8\u001cˆf\fÖbcô<\u0010 +÷^\u0002\u00199î","routingKey":"ÑKªþ\u0005¨&­LX*ñ\u0011ÝRÒW¥PPû‡D\u001b","nowait":true,"arguments":{"$j$a":-2076930061314818000}},"channel":0},{"id":3932180,"fields":{"ticket":42897,"queue":"àނïBšFZ\u0007Á(B'£±®DŒPóûÀ^þ:@ðm?Jv^\t®Ÿ\u0011²\"µ\nVÒ5PO\u0018é\u0005ƒ¥±‚Â*\u001fõnãÏÜ~\u001d2\u0017aiÔ°ôèóU*ïŒî®7jï¬Z4Ûn™9®†¼AÝ·\u0012ù","consumerTag":"SûW#žÚŒ·\nó","noLocal":false,"noAck":true,"exclusive":true,"nowait":true,"arguments":{"mkyn":1109443137,"p4":796530661,"_PHb$":[46,59,85,121]}},"channel":0},{"id":655391,"fields":{"channelMax":9910,"frameMax":2018441964,"heartbeat":56998},"channel":0},{"id":1310740,"fields":{"active":false},"channel":0},{"id":3932260,"fields":{"requeue":true},"channel":0},{"id":655391,"fields":{"channelMax":62661,"frameMax":2527222617,"heartbeat":38469},"channel":0},{"id":3932171,"fields":{},"channel":0},{"id":3932210,"fields":{"replyCode":5874,"replyText":"ƒ ³\u000eKæD„ä¦u\u001aõ`ËîjSC.\u0001‘.\u0001²sЃY)%–Ñ\nÆXþýÕxÜ\u0017‘OwozsŒ)/N„xÜFïW­÷ê=w›Ž\u0003ÊÝÊF‚Ÿ","exchange":"1ƒID_Åס‡¤Å¨n$³\u001cèÔYˆâékªãÍ\u0003êšjÏ¡æg¸ 0¨Äž\u0007ÔøBÃl÷‰\u0017wÁ","routingKey":"‹IžÛ˖fX¢"},"channel":0},{"id":655411,"fields":{},"channel":0},{"id":1310731,"fields":{"channelId":[146,121,243,22,7,94,11,96,80,131,202,33,2,158,88,48,24,159,181,120,229,149,229,72,177,188,49,139,39,248,183,167,149,61,27,101,159,232,120,163,108,195,250,48,126,16,114,218,194,193,244,104,132,208,24,97,31,222,151,217,188,99,2,188,179,164,109,152,60,95,198,246,82,140,83,17,21,164,110,61,136,31,240,181,185,239,179,75,6,22,89,143]},"channel":0},{"id":655390,"fields":{"channelMax":52492,"frameMax":2856124851,"heartbeat":15695},"channel":0},{"id":3932180,"fields":{"ticket":61995,"queue":"\u0006È£Ô°ÊÙ,l1·Š|3ï\u0004Úx\u0011ªÁrˆ6£\u0015\u000f\f\u001c.Å~¦´Fã æYxú¯4ӈç¤U¢GO×ê\u00050\u0014\u0005õÐ6*žÆ(í\u0016tñc0DÐbüØ\u000e¦™†\rŽ","consumerTag":"\fF9\u0015%-ÛÛÏrâc\u001e\tf_ªv,\u0002ï}ðàþWÑ\u0019EÖ¿\u0012—F†€ÈG)\u0011–Ù\u0006tu-B™ÁÚ\r°‘ˆ\u0007guL\u001a%","noLocal":true,"noAck":true,"exclusive":false,"nowait":true,"arguments":{"sEf_7":null,"$g$":-1299351667170345000,"$qwq":-6588290698884153000}},"channel":0},{"id":1310760,"fields":{"replyCode":56105,"replyText":"\u0005x$æȗþ#\u0011~@†\u0001TÞÑ\u0010­8¯_G¬Š\u001b[\u0007;£‹üï^1_Æbf\\˜À|Z9Þa&4w“ÇŸe‚——öþvÍç/­£\tK³5B–Ùf[Ô¬äd‚úàh\t4L™","classId":42003,"methodId":31386},"channel":0},{"id":1310730,"fields":{"outOfBand":"\u000eWç»\u0003OOÙ!ÇoÁý¿ÏÆ×\bÓÒãs\rl¸¾Y_Ž²0f•øŸƒ\u0015¼Î+h\nø\u0004ˆ’ëͨBl\"Z ß©õÆð°œ]+´¸2ûF\r5æq\u000bAó["},"channel":0},{"id":3276811,"fields":{"queue":"\u001b…˜\f \u0010}€g“eŠæÛ\u0007Š“)|\u001e\u0013Ìr`§\"¨â\nÙ4ñÆߋWú•\u0016HA–oÍÑ0î\u001eüRÓ5„Z\\HÊ:€‚‰EÝe/¥","messageCount":59928457,"consumerCount":2910316354},"channel":0},{"id":655371,"fields":{"clientProperties":{"d":15412129549126730000,"e":[125,10,167]},"mechanism":"a\t Š\u0002«>‰Ý\u000bc=XùUñ/œ\u000bû©\u001c”ï74\u0016ϧ)BMòu\u0012G\u0012Æ\\§´9\\Q\u001f”Ü8ó\u001c(\u001ar<r","response":[103,74,177,63,193,22,163,36,249,75,143,58,56,107,61,57,72,69,220,254,100,54,78,235,220,21,175,110,83,40,189,77,131,81,236,95,136,82,173,181,7,152,212,110,43,124,10,109,134,91,181,149,240,95,47,51,126,251,148,224,228,81,90,101,87,239,9,25,118],"locale":"–^˜róp\u001f\u0004s?èҝlú´å\u0014д¼…›²ý\u0015Ig³Õ0T\u0018ƒ•1TPË&e+AdK,p†q\tÉ)¼üôãdÄ üëLôdI=ä\n–É?7›"},"channel":0},{"id":3932280,"fields":{"deliveryTag":9612001710251704000,"multiple":true,"requeue":true}},{"id":5898271,"fields":{}},{"id":3932180,"fields":{"ticket":33225,"queue":"éÆ\u0001\u0012u䖽ߌA\u001e(Úq0]։÷\u0010;\u0002}ç\u0016bY\u0014ÚH¤\u0002E\n\u0002Ã'‹çð–\u0001GÀ½\u0003\tlTþc:\u001e°>¦Àº","consumerTag":"\u0018òêâ빌µíF¸be¹¹êXÑårŽÐÎ\u001e\u0006€\b¯","noLocal":false,"noAck":true,"exclusive":true,"nowait":false,"arguments":{"h_":-5.7975750347511146e-89,"Vqh":0.008760029450058937,"ygT1k":[false]}}},{"id":3932200,"fields":{"ticket":29,"exchange":"Ó`Ç»’”ñ—\u00004ÐLÀf\u0003D‰¤ù£i|\bY KKUé\u0003C$#á”\u0002þ­\u0006t\u000bÀn","routingKey":"’j*1‚dÇĎ´Ë®ÄtQÚ4÷7C ¬Y¦†=b”¢F>Ç)Ô¹Mx]•\r\u0000¢ŒÆüœ\fÜ\u0006\f1)™!\fw{³TòžIÂ\"s\u0011,pY`\b\u0012\u0011: `ÐG","mandatory":true,"immediate":true}},{"id":1310761,"fields":{}},{"id":3276821,"fields":{}},{"id":655370,"fields":{"versionMajor":138,"versionMinor":157,"serverProperties":{"jfcd":4293971207184711700,"ld$lu":-9093378834392154000,"wjyo$":-850378974},"mechanisms":[243,194,76],"locales":[53,193,246,127,193,247,124,105,24,113,171,15,226,224,134,166,189,195,49,41,67,105,84,35,128,192,66,96,26,239,17,22,167,199,225,194,13,146,222,113,207,191,234,4,155,159,254,191,222,80,31,45,220,235,79,119,92,220,102,107,36,201,78,96,206,181,101,217,20,20,0,224,176,90,57]}},{"id":3932191,"fields":{"consumerTag":"﹙úîƒ}\\\u0010\u000f&„\u0019\no®Wò\u001aKÁI5W0ãÍg܇û¸ñ°MFî7®O›æ\u0014›!Н\u000fþ\\\u0014ñ‹NWœs"}},{"id":5898250,"fields":{}},{"id":3932171,"fields":{}},{"id":3276830,"fields":{"ticket":2850,"queue":"O½ð\u0015(áˆÒå{+!\"uŒògüšg֎0\u0015#ëî;4¡Æ\u001efd","nowait":true}},{"id":3276821,"fields":{}},{"id":5898250,"fields":{}},{"id":3932180,"fields":{"ticket":33247,"queue":"–\n<\u000b?\b\u0000ÝÛ³\u0012ì;;ˆÙýÞ)n«¢n¹","consumerTag":"GùñWŒÓ\"_ ’¨“Æ'\u0001´","noLocal":true,"noAck":true,"exclusive":false,"nowait":false,"arguments":{"_bdd":3639,"$bgh":226}}},{"id":655371,"fields":{"clientProperties":{"Wyt":"ñœO"},"mechanism":"‘ä\u000e‚RTŠ«¡¦\u0003\u0012§®]4‰¦ñ”\u0007Ö[ý/u²,#Ð_üLÌJ\\","response":[94,202,65,94,200,235,202,76,61,72,47,81,141,200,145,4,23,45,206,111,11,253,114,243,177,239,219,152,212,184,148,99,46,88,118,96],"locale":"㣒€<Áë\t9-Ä\u0007z4–úP\u001añÓ.ê¿4;[a`\"j÷öÙs°ÝU\u000bæ\u0016à;Q\u001aòÛ\u000b9ö"}},{"id":3932181,"fields":{"consumerTag":"„ŒV”ÃQ\u0011ÕEäïÓ!*Tý!(È;»ìùÐV°™ŠÀü»‹°ºÁ |$V£ÂgîühP+ä\u0002’Ê)h O\"\bGñ(£Æ·;OÛççPÁK‰\u001e¡uiH"}},{"id":3276840,"fields":{"ticket":16074,"queue":"ˆ7Õ\u0007ÍQʨ`\u0001‘¯","ifUnused":false,"ifEmpty":true,"nowait":false}},{"id":1310731,"fields":{"channelId":[59,242,134,216,58,1,83,78,153,155,60,115]}},{"id":3276840,"fields":{"ticket":29275,"queue":"ûMã8¹ú_=`6«\u0011L)±Â\\ëš\u0017<Úpiu","ifUnused":true,"ifEmpty":false,"nowait":true}},{"id":1310760,"fields":{"replyCode":46136,"replyText":"C–\u0012kVßk3¦K\u0011$˜#͈\u000eg¤Ãl#ÎÍÆÙÞ\u0013Nõ/K\u0000Râh\r\u001fƒ†ÖIW\u0015o,\u000fØ\u0010î(̊ïÍ\u001a®\\$³TT6ð@ÌgøÁØ\"\u000eR¸\n¯š§èƒÈ\"ìŒ=r\u001f¢k·|5","classId":6629,"methodId":15892}},{"id":2621480,"fields":{"ticket":27578,"destination":"ê¦N\u0019\u000fUIëó„\u001b·àÒß!®GÃ\b§z7ä\nþmVSV¶kM\rŒŽ\nt”\u0019_3В賂ª\f\u0010ğ\u000b¾£œ","source":"hØËd\u0005¨¶¤r%Qü‰Å","routingKey":"³ÁNwð¨\u0017˜övï˜Í×!7y\u000f«\u001d¶åëäY\u0000ӏÄǪóÂcØÅ=Wé{¶Tí\u0013£\u0002\"\r.\"×tJI¾|BW\u001fªÀÖ\u0007èú.\u001b\u0003Â","nowait":false,"arguments":{"$":1122261184779649000,"$$i":true}}},{"id":2621491,"fields":{}},{"id":3932200,"fields":{"ticket":21445,"exchange":"x\u0011rږŸjÍ%)؄±\\їʛ²RŸÀÏ\u0005]AÛû]ÍùŒ<F`*zÇV!‰i¤}áJ^\u0011q71\u0002Ô ","routingKey":"u$…ûq‡<H-z[vXq¥j\u0010\f°ú\u001bFeÃÇ]{ɔôŠ","mandatory":false,"immediate":true}},{"id":655371,"fields":{"clientProperties":{"kgfY":null},"mechanism":"\\¡\bT\u0010_Än|\u0012†´\u001cIà¨","response":[91,171,121,37,242,61,194,71,236,208,239,51,133,29,169,118,129,102,94,131,121,201,132,102,238,140,148,69,121,177,218,113,55,181,82],"locale":"ç$¬nÜÔ²¾ˆ·–oýá\u000f²ô• ˆ\t¹åÐlJæ>/\u0002/‘\u001aԆ¹½šá;\u0001\u0003¸ÛϒƒC›YÆsŽ¢"}},{"id":2621461,"fields":{}},{"id":1310730,"fields":{"outOfBand":"å´"}},{"id":1310730,"fields":{"outOfBand":"g\u0004NäxOR£â\u001a?ÓnèŸòSïO&RÀÆ¿è•˜ìbƒ¸"}},{"id":3932171,"fields":{}},{"id":1310731,"fields":{"channelId":[62,152,161,104,171,75,27,162,248,121,173,183,203,247,81,181,48,77,182,142,5,185,246,228,30,111,71,211,17,69,81,90,15,96,72,4]}},{"id":655391,"fields":{"channelMax":11951,"frameMax":1972687931,"heartbeat":21569}},{"id":3276821,"fields":{}},{"id":3932270,"fields":{"requeue":true}},{"id":3932170,"fields":{"prefetchSize":4169493314,"prefetchCount":16786,"global":true}},{"id":1966090,"fields":{"realm":"G“?‘ñ\u0012ŤJ=‡u“P}‰®ôÜ·Êz{ã\tž‹±\u0010vF›2pªå›3¥6SÅ\f\b\u00069e\u000fDˆu\u0004I—®³ƒŽÊ<)Räc]í04v§A‡Ý.K\u0001Mºé~\u001bü|q ÊՁ","exclusive":true,"passive":false,"active":false,"write":true,"read":true}},{"id":1966090,"fields":{"realm":"¦2U–È7{YW*{Ee$T\u0003s^","exclusive":true,"passive":false,"active":false,"write":false,"read":true}},{"id":3932191,"fields":{"consumerTag":"œpÇz"}},{"id":2621450,"fields":{"ticket":49754,"exchange":"ևPÓmÐævJ^ӓ|Ô£\u001d6¦Úaá?”","type":"v¥'”}³)ä콗XC‡ãæiªè:ã&(£ªZüa¤ë","passive":true,"durable":false,"autoDelete":false,"internal":true,"nowait":true,"arguments":{}}},{"id":1310731,"fields":{"channelId":[158,158,90,172,12,114,140,147,246,186,116,0,38,142,141,7,47,36,31,10,42,92,205,111,226,114,68,103,45,47,9,104,93,124,11,102,249,253,111,7,153,213,185,203,165,150,203,126,29,121,121,52,32,101,141,116,65,50,46,125,91,111,147,249,234,87,137,238,127,78,28,89,214,201,137,117,34,249,1,160,199,155,133,150,6,30,36,162,120,67,170,38]}},{"id":1310760,"fields":{"replyCode":20821,"replyText":"\u001eIÔ4²ß9îý$fq|rù;E\u0017b['\u001a×ۏ\u0017?¾Wy®ö²±Íƒl\u001d³\u001b76=","classId":13130,"methodId":53428}},{"id":655400,"fields":{"virtualHost":"eé^ƒT²„#¯D3ˆ\\t\t^Þ¢^.ç€w\f,\u001a","capabilities":"!=*`\u0007\u0010\b¬fC+ºmzCòÔëÅîmî,HC¯º","insist":false}},{"id":3276841,"fields":{"messageCount":1045948973}},{"id":5898251,"fields":{}}] (<frame trace>)
at new Error (<anonymous>)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:6:33
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:9:12
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:208:13
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
63) Parsing Parse concat'd methods:
<property failed>: ! Falsified after 3 tests, 1 failed.
: Failure #1 -----------------------------------------------------------
» Threw ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at Object.module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at /Users/antares/Development/RabbitMQ/amqp.node.git/test/frame.js:110:24
at Array.forEach (native)
at Context.forAll.satisfy.asTest.times (/Users/antares/Development/RabbitMQ/amqp.node.git/test/frame.js:108:9)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:45:31
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:59:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at Object.Base.derive.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:90:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:170:25
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:203:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
» The following arguments were provided:
0 - [{"id":1966090,"fields":{"realm":"þ Åpî`a\u0017ò[s,\u001cþ˜Å既ç©e*–O).#àƒc:6V¡mwXøCÏ#šé×\u0000Ë%\u0001g”","exclusive":false,"passive":true,"active":false,"write":true,"read":false},"channel":0},{"id":5898270,"fields":{},"channel":0},{"id":5570571,"fields":{},"channel":0},{"id":2621480,"fields":{"ticket":4439,"destination":"¯pVÓË9\reljñº\u0019Ö[Ÿ¨;r\u0013œø]>ëñU>=i‰æ.£<ÓøØ\u001b\u0003Jæ÷Õ\u001eà@£$Œ,","source":"z]Êx!VMUW´2\u001aæjm7Y%\u0001~\u00102±\n\u0014¾H\b¬»z1¨2\u0000Ù+\n³É{÷ÒßÜä×sæ","routingKey":"´sð$ãM'QiÔÞñ$•pÅ[ƒkש\u001f ·A\u000e´1†KA»†ž_A ÜÊbZ²Oûû`˜µö\\\u0011‡\u001dE×ìrùË\u0003—Ñ—\u00057¦Ä1¹ó","nowait":true,"arguments":{}},"channel":0},{"id":3276810,"fields":{"ticket":32517,"queue":".²\r¦Vðïl\u001cjS·\t,|NÞ\u0001qŽé\u000e=U¦+\u000bŸ3Î\"ÓA¿\u0016\u0001Ö\t+”Õ®BÂÕ~x¶\u0012`[ÄOÀ2j$í\u0018kD","passive":true,"durable":true,"exclusive":false,"autoDelete":true,"nowait":false,"arguments":{"uigm_":-703367078}},"channel":0},{"id":1310760,"fields":{"replyCode":13375,"replyText":"s#¸Ç¬,\u0007\u0015Î\u0001k­\nô(P\u0019Árߞ\u0013ûNäèp+Öέ\u0011.؅=Àð=BÞ!qª\u0001Â\u0000L¶¹J‘’·\u001c(V\u001eœ\fG\bš«Ùªé=","classId":33324,"methodId":6143},"channel":0},{"id":655401,"fields":{"knownHosts":","},"channel":0},{"id":3932240,"fields":{"deliveryTag":2285922993844519000,"multiple":false},"channel":0},{"id":3276820,"fields":{"ticket":26437,"queue":"d{7ÏQ·ú¤ˆŠamb{Yâ¦ñ\b*€°)ûv\u001céR`AmKâ¼3\u0011!dU{\u000e\u0012V³‘uß86@","exchange":"\u000eª…#\u0005í\u0004‰\u0016ë÷dŸ\u0015¤²¬XÂ5Öõ0ö","routingKey":"8\u0001Y\u0002¾F\u0004•¾¯ûGªÐ\u0006","nowait":true,"arguments":{"Qw_$":[121,180,197,133],"hs$r":{"P$":0.4616484045982361}}},"channel":0},{"id":655390,"fields":{"channelMax":14960,"frameMax":4072338856,"heartbeat":2213},"channel":0},{"id":1310731,"fields":{"channelId":[63,169,117,209,96,17,235,70,212,117,76,1,163,227,37,152,97,156,98,185,37,6,51,189,34,20]},"channel":0},{"id":2621480,"fields":{"ticket":18169,"destination":"\u0011\u0015„Gñí¥\u0005¬,Jr\u000f¾ƒW7ص=zË\r×Y","source":"ÅÙ²‡\u0001ð»\u0007qv\u0010\u001dìm\u000eü\u000e֘ȏr\u0001©iCø=­Vzí\u001f8Ó½”GºxËÂ7äË \u0011","routingKey":"Ÿ\u0013&n?%$Eª\u00106¼(ƒâS\u001bò’¡æZUE±e8„","nowait":false,"arguments":{"Ey$":null,"ax_":1.8853629222198173e-22,"hf$":{"mgyg$":61385,"g$b":"uPk!"}}},"channel":0},{"id":2621451,"fields":{},"channel":0},{"id":1310740,"fields":{"active":false},"channel":0},{"id":1310741,"fields":{"active":true},"channel":0},{"id":5898251,"fields":{},"channel":0},{"id":655410,"fields":{"replyCode":51735,"replyText":"m--¹°ô\u0010ª/o","classId":50117,"methodId":18417},"channel":0},{"id":1310741,"fields":{"active":false},"channel":0},{"id":655370,"fields":{"versionMajor":4,"versionMinor":101,"serverProperties":{"b":false,"s":1561235959},"mechanisms":[197,43,59,251,166,249,160,160,161,219,33,61,170,207,189,138,69,172,114,172,165,158,4,21,188,214,236,142,80,116,209,89,97,171,179,159,15,172,39,86,197,188,144,77,25,116,86,179,153,132,24,187,28,56,247,142,232,11,213,127,35,158,31,182,26,179,38,73,228,213],"locales":[210,14,163,140,238,179,75,217,222,78,118,112]},"channel":0},{"id":3932191,"fields":{"consumerTag":""}},{"id":1310731,"fields":{"channelId":[239,30,1,231,146]}},{"id":3932210,"fields":{"replyCode":8129,"replyText":"\u001b(´x\u0017O[›ŸÌna","exchange":":(\u0007ž8","routingKey":"K\bº\u0002\"ž\u0002dïžd\u001bÍê»Ýñ\u001eœ¤ÃïïžYI 7lé\t\u0002g\u0000€\u0003xhÏ«\u0004ÎÍ*)ÖÑ4Ùî\u0018³¤IR"}},{"id":5570571,"fields":{}},{"id":1310731,"fields":{"channelId":[16,70,179,212,169,100,190,241,195,64,189,81,210,153,239,81,126,219,163,90,180]}},{"id":3276831,"fields":{"messageCount":3048952343}},{"id":5898270,"fields":{}},{"id":2621460,"fields":{"ticket":17142,"exchange":"ˆió_>s:û‡UsÙ¹>Ìæ#ô̑dT¦","ifUnused":true,"nowait":true}},{"id":2621491,"fields":{}},{"id":2621480,"fields":{"ticket":27456,"destination":"NÇ®¿c\u0010·\u0011©„Ž\u0017\u0019®M\u001bBAè÷›È\n1ÉxƆ6xã£O8žêïD\u0002‰\u0002»ýý+\b\u0002«ê® WE}¬X¹f¨1Dû-\bBÍH½Ø\u001fJB\"\u0019ñ°Z\u0012\rï1ëæ\u0012j\u0001\"³Y","source":"òz>eH[ͪÔõ8j¶’3IkÍ9\tt=ú¡@Þ","routingKey":"ú™¡öúÕé­§ôÔQ|\u000e\u001eà\u0010bй;dñ¦xp\u00173\u0014","nowait":false,"arguments":{"d":true}}},{"id":3932170,"fields":{"prefetchSize":3982597380,"prefetchCount":7992,"global":false}},{"id":3276841,"fields":{"messageCount":200740893}},{"id":5570570,"fields":{"nowait":true}},{"id":3932250,"fields":{"deliveryTag":6928312810053042000,"requeue":false}},{"id":3932280,"fields":{"deliveryTag":5325019084872483000,"multiple":false,"requeue":true}},{"id":5898250,"fields":{}},{"id":655401,"fields":{"knownHosts":"‘Ÿ:swI Ȑ\u0012?\u001b\tä\rÊà¹ðh½fÁ€TC\u001fñ¹ÜPJ¾\u0016¥µþ%ÔR÷\u0003àÁù“ÝU¯\u000e\\`3\u0018‡SŠ@ms\u0010¦,"}},{"id":3932230,"fields":{"ticket":57925,"queue":"=\u0015ë(b•Óe\u001a\u0000÷@´ dX\u0010k«PbÍ\n«3¯ØÄ>ùà’ªd7_\u0003ö#","noAck":false}},{"id":655370,"fields":{"versionMajor":216,"versionMinor":254,"serverProperties":{"$p":true,"wgG":false},"mechanisms":[241,51,85,249,10,84,112,32,116,226,79,174,188,116,52,46],"locales":[47,19,125,226,115,92,113,201,101,194,165,168,250,239,183,218,144,73,168,206,165,196,80,53,113,132,128,213,152,153,198,72,55,194,80,206,23,45,200,33,109,128,168,229,233,51,52,230,194,124,49,190,82,41,59,81,25,93,229,179,172,60,106]}},{"id":2621460,"fields":{"ticket":31571,"exchange":"M]ÃAöK\u0004~\u0000\u0010,2=s_)…¡ê\u0010§ó*ì\u0012\u001bÍè‹xd\u001dlJ\u001cc\u0019ÕD\u000eÂç/\u0003","ifUnused":true,"nowait":true}},{"id":3932190,"fields":{"consumerTag":"ŒØu†dMüß\u0017]","nowait":true}},{"id":5898260,"fields":{}},{"id":655370,"fields":{"versionMajor":91,"versionMinor":38,"serverProperties":{"_o":[55,122,28,162]},"mechanisms":[48,51,155,245,141,221,13,195,51,225,85,4,57,31,164,170,68,204,216,123,240,153,253,59,112,117,249,61,240,154,2,96,113,86,138,165,146,38,67,167,225,53],"locales":[228,212,0,138,141,58,144,84,62,206,191,236,172,42,117,9,252,206,140,47,102,122,22,86,101,26,81,137,122]}},{"id":3276820,"fields":{"ticket":19801,"queue":"Y\"Ù©ì•ù¥À‡ïØeº—ø®•©©Ù\u001c®žÓ¥ª¦GNÛ*‹f\u001e\r{Ap^p/öÆVzÈ\u0017\u0007","exchange":"U3PîÕ3J‹\\F\nÞ¹2fÎä‹ÞU—","routingKey":"\tx§¬Xº-AÎa\u0007&\u0006\f\u0015é‡6*2Wä\u0003²\u0017è‡ \f\u0013Û¿ºO\u001cÑm1~r^ˆÈýDúx%3APOœd[\u001c\u001c¦Ð\u0011—™\u0005Q~EM¡¢Çeã;bI","nowait":true,"arguments":{}}},{"id":2621491,"fields":{}},{"id":1310741,"fields":{"active":true}},{"id":655411,"fields":{}},{"id":3276850,"fields":{"ticket":29272,"queue":"“é3Û*xJ#\u001aå”\u001b°™2\u000b5\u001a@ç/Û\u0001BfΆ%¨`;£wãy¶™B4˜\u001bTr 9\tc\t½ËQØJs\u0001Ñy­±;\u0010X","exchange":"yÌÚÝ¿žk^…SÒH2ùÏ\bǜ/8\rüpŠŠ÷¸5\\\tå/‰”ü¦Ÿ-ʑj¹&+¸^lvuˌ)o´É†\u000e\"ZÑÜOÎÌL","routingKey":" _ïk¯¾o~ÌÎÐþuµ°S­.d\tLÛS]öè}ðŽ\u0015","arguments":{"hs$":[]}}},{"id":3276840,"fields":{"ticket":60367,"queue":"˜ö9\bHs†–\u0003JMÚ{Âu‘å\u0019(·Wçœ\u0005*ñøB ","ifUnused":false,"ifEmpty":true,"nowait":true}},{"id":2621450,"fields":{"ticket":48134,"exchange":"À\u001d­¥\u0012â¶Tæ5ŠÝ`)\fVöëõ\u0014RË^>\u0011ª%þ€[Ámc¼rsˆ–·jc}>s–j¤Ð¾Z@žèM*ƒHcOÑgY\u000e\u001c%øÖ¦Ÿ\u001aÆôtµ","type":"†rѵS\u000f\"\u000f7Ã\u001f9\fx!ÛKräKz^Íf\u0015\"/¯pœ‰\u0015š¼¼Úˆ¾mÚ1¶TÕ4Lø¬Eã\tÁ½ˆ¬ý\b.»›","passive":true,"durable":false,"autoDelete":false,"internal":true,"nowait":false,"arguments":{"n":-8219467901506159000}}},{"id":3932232,"fields":{"clusterId":"B·6\u0015ɕ†%F^:lÏÏ\u000fLI(Ž‹<8ÝÀŠUµvð@ÙR"}},{"id":3276821,"fields":{}},{"id":655390,"fields":{"channelMax":48951,"frameMax":2169813202,"heartbeat":47813}}] (<frame trace>)
at new Error (<anonymous>)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:6:33
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:9:12
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:208:13
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
64) Parsing Parse partitioned methods:
<property failed>: ! Falsified after 1 tests, 1 failed.
: Failure #1 -----------------------------------------------------------
» Threw ReferenceError: serverProperties is not defined
at encodeConnectionStart (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:268:49)
at Object.module.exports.encodeMethod (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:88:21)
at /Users/antares/Development/RabbitMQ/amqp.node.git/test/frame.js:110:24
at Array.forEach (native)
at Context.forAll.satisfy.asTest.times (/Users/antares/Development/RabbitMQ/amqp.node.git/test/frame.js:108:9)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:45:31
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:59:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at Object.Base.derive.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:90:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:170:25
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:203:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
» The following arguments were provided:
0 - [{"id":3276830,"fields":{"ticket":34672,"queue":"\u0003ú©l¥ª¡Ç\u001bÌT[êö)©ö&N\u001dT\n\u0001ô¾˜\rsGEñ®ˆ\u001fCwNÙ:À§","nowait":false},"channel":0},{"id":2621470,"fields":{"ticket":50359,"destination":"„ç™!@•\u0011ƒ‚8[^m`äƧvAOŽ¿öèPœ®;À9Ó/÷n'8Õ¸Ñ÷ڗxž¾_ΡLT܃x\u000b—n™zïkšOê>\u0005X..J\rcSA‹å","source":"^DÏðÎ¥Ÿ¥W¸Þ–]\u001aY)£žr","routingKey":"s#7…ð¶™$:\u0012\u0003~\u001fßä\u001fÃìT0\u0010&îÇ'ºboθcxÐ(\"{rˆòž\u0005Ï\u0005£\u001aJÅeÕ©\u00190õ:ÂµuI\u00165•¶","nowait":false,"arguments":{"m_$a":-8.969023846924571e-27,"cn":14925259886177550000,"_$jfj":[-3.221028070391689e-17],"jhv":true}},"channel":0},{"id":3932170,"fields":{"prefetchSize":1481174813,"prefetchCount":3690,"global":true},"channel":0},{"id":2621491,"fields":{},"channel":0},{"id":3932270,"fields":{"requeue":true},"channel":0},{"id":3276820,"fields":{"ticket":60755,"queue":"*«Ž_¡\u001al\u000f)P7Îþ“2+±=[ˆÚ[\f\u0005ò§íš¦\u000f\u0006Å","exchange":"'E%õ\u001c#.h»é\u0006葲Âsb¿b6!ìØ\u001f7‚=ä„ú¿ëÁ»7€CŸ0uŽ\fì\u0003W´Ël’ZVҌUv @ht\u001b\u0006E`ÓÂu+mæÖ:í±\u001e|¥I\b¬#\u001c$á","routingKey":"&¸ñØ:vûá\"=w\u0007åOÅɛ¬ê(ø†kïeÕ\t½÷µo1\u0012~mUž\u001c²dÍ\u0001¦/MÛßÕ[ã\u000b\tՈTHD͒¾\u001a`œ ê´Ô²éjN%\u0015my2ð\u0004Ä­","nowait":true,"arguments":{"l0":-24939,"q70b":11181022236360310000,"a$":[46]}},"channel":0},{"id":655370,"fields":{"versionMajor":175,"versionMinor":49,"serverProperties":{},"mechanisms":[230,253,176,140,108,128,204,102,253,30,36,141,132,199,213,31,145,135,207,249,15,141,224,109,78,39,237,160,189,127,121,206,207,63,96,72,89,190,190,57,132,134,71,185,120,236,86,215,214,152,35,106,15,130,145,89,236,86,12,124,181,200,24,237,158,75,10,144,132,81,232,75,51,64,252,191,110,59,114,131,2],"locales":[171,243,117,171,12,239,52,84,166,24,39,150,61,48,19,70,127,218,143,165,173,218,52,22,159,112,22,223,226,211,151,62,189,237,117,20,204,242,110,112,59,37,161,226,50,6,167,228,231,254,162,23,38,182,73,6,46,229,32,49,13,21,87,113,89,43,115,253,83,202,29,73,251,79,92]},"channel":0},{"id":655381,"fields":{"response":[24,17,51,41,82,244,234,84,202,175,172,196,231,182,247,133,231,41,132,62,131,230,105,61,22,89,242,158,167,120,178,164,76,126,101,3,88,45,36,249,229,170,45,125,244,90,130,63,8,113,140,220,41,3,25,63,94,214,138,243,252,21,87,14,253,120,61,151,106,211,176,133,88,5,239,83,16,198,84,16,244,20,181,80,193,101,251,175,46,107]}},{"id":3932200,"fields":{"ticket":37737,"exchange":"O \rV/T¬[BÕ§\u0002dý´Þßj×ÙV³\u001aªm’Ä\u0010¯ÒD!`*.ö\u0017½œ` \u00053<{¨Ú\u0004\u0018/Ë ","routingKey":"x\u0012\tÈ-Ü\u000eà\\raÕ°ln¨»bI?\u000b@´Î*#¿3Â\u0011D¡%Q1ø[au,µ¢¶¥i½ü\u0019ƒL½µ!jÑHÌ-wÇ×W","mandatory":true,"immediate":true}},{"id":2621470,"fields":{"ticket":1307,"destination":"\u0015`œè§x¯Ã ErÍ]ýÈۂ","source":"s'®l—\u0000O@´$úÁ¨“~\u0002šû¶éóüÏ+1ëZTI\u001d;†\u0001Ö¶ˆ§\u0011","routingKey":"ì}5¼âOáŐ\u0003æb\\b¯²Ÿg\u0011Þ\u001a¡/çš\u001fWžO!ȌÀÄK){S³\u001cI݅œò‰K~m¼ügT€\u0017ˆ&!Sèûï7\u001cNDýQ","nowait":true,"arguments":{"r_dk":0.7338595390319824}}},{"id":3932280,"fields":{"deliveryTag":9956586103186129000,"multiple":false,"requeue":false}},{"id":655370,"fields":{"versionMajor":144,"versionMinor":185,"serverProperties":{"o$$":null,"a":120},"mechanisms":[245,43,125,94,3,127,71,77,27,93,44,51,11,150,207,189,243,104,155,129,149,75,2,148,68,93,244,21,10,141,133,161,192,11,212,91,240,233,18,168,210,188,80,170,157,187,212,208,65,108,178,142,124,1,185,214,22,107,17,87,203,224,85,105,45,225,237,157,214,120,92,198,198,95,137,108,123,142,246,73,49,204,187,27,138,112,130,139,119,56,228],"locales":[9,185,115,60,104,33,213,84,130,83,230,227,6,123,96,50,243,28,4,181,156,127,92,134,60,185,71,21,190,52,137,76,47,81,156,26]}},{"id":655370,"fields":{"versionMajor":224,"versionMinor":233,"serverProperties":{},"mechanisms":[138,207,64,45,16,71,129,48,215,40],"locales":[157,148,4,233,67,168,221,101,177,17,91,161,16,80,66,240,43,128,208,215,138,161,87,176,251,218,167,21,137,205,76,214,252,8,250,97,4,104,16,218,237]}},{"id":2621450,"fields":{"ticket":52669,"exchange":"Êo—”x#¨ë„·§é\n+Ì_—ûÂë\t\"½žµ\u000f/fùû\u0010\u0019f`d0e_-#","type":"ז\u0007I\u0017\rl#1>Q²","passive":true,"durable":false,"autoDelete":false,"internal":false,"nowait":true,"arguments":{"$$":[224]}}},{"id":2621450,"fields":{"ticket":55791,"exchange":"3Æۑªü9ÍǗµî\u001e¶‡ÇøŸ'Y0¾Ì) .`±Ÿ„","type":"fÓØ\u000b¤ª\u001a3ؒ¥Õþ/e\u001e\u0000ÆÅÃÓÐ^}à‚(gþz˜Ñq\u0006ÑñûH–\u000b\u0017l>\u0013›:ș\u0005Ñ¢8¥!W‘D$¹\u0000¬{c,\u0004YÉI¾zS‰\u0018”µocœkBRT§I«ƒU)","passive":false,"durable":false,"autoDelete":false,"internal":false,"nowait":true,"arguments":{"ny84":2.3004498696591047e-13,"$_5x_":-0.000056249442422995344,"ofF":[247,233,143,96]}}},{"id":5898260,"fields":{}},{"id":3932191,"fields":{"consumerTag":"fƒ\u0000:%\f”\u001e6¬ôÆl"}},{"id":2621470,"fields":{"ticket":50310,"destination":"îZ@4D\u0010\t^ö=3©iöÔûÒâØàþb4<UÄMG?\u0007«=•±ËÙkàÞ6\u00070É&\u001f.\u0003žv\u000elÈA\u000b\u0002­£Ü@¬u\u0018\u000b/ƒ±rÁ\"x±¬'\u001b[RN@œ”","source":"I\u000eŸ’\u0018»yÙÏ2+µ|&ªõJ;¶Q\u0002r\u0019ݖ%ÞRèˆ'$\nÇ­7üJ·}½ë8\u001aŒ<ˆ\u0010÷Rä>}Cà'j£îºñý\u001a³,¹Hiv0_\u0014‚Ïq~’K¥ð'hü\u0014óA‘¤‚]¯","routingKey":"=¥{u§âIOºý~Y\rÚ\u000e^$R_7Ïö\u000bü3c\"ŸÏ¤ïœ†ÕnSLú2Iµ\u001c(ŒxNàI:†$òâ&¨O©F%Ñ©\rò8²±üwŸ«‹í ’¨0\u0017\u0014,½(\u001c\u0012\u0016T[","nowait":true,"arguments":{"u":9126,"hh":[7,180,144]}}},{"id":655390,"fields":{"channelMax":36509,"frameMax":1636256304,"heartbeat":30410}},{"id":1310731,"fields":{"channelId":[247,43,143,91,193,161,129,240,170,12,241,246,99,175,41,63,43,1,82,184,124,79,209,58,210,75,234,252,167,171,6,243,72,182,144,138,79,159,189,117,99,160,175,29,84,74,114,51,218,155,137,48,242,97,77,170,245,54,201,70,8,34,40,168,143,174,115,145,192,198]}},{"id":3276830,"fields":{"ticket":1478,"queue":"\u0012ð4Dze‘ß7‹W\\\u0017Û)!\u000fˆ“\u0003\u001bU\u0014Ìgó¤ê´¸&é_e«é¬”\u001cú”E\u0003j_Æ>­üÀ\b \u001fÜ\\^ èÜj”|°9ˆÊù","nowait":false}},{"id":655380,"fields":{"challenge":[79,200,78,21,140,245,152,211,192,40,156,240,186,40,202,60,219,146,76,216,145,9,155,244,113,65,164,4,102,196,74,237,211,33,109,87,212,146,45,238,9,64,214,153,73,172,66,143,144,204,199,237,179]}},{"id":3276831,"fields":{"messageCount":159092946}},{"id":3276851,"fields":{}},{"id":655411,"fields":{}},{"id":3276811,"fields":{"queue":"ƒY`[uV\t\u0006ÇòS\u0018j3\u0007ڜÁ½1Ü+\u0013T†ö‹§KGw»ÁªŠ\u0010QÄ×XïzXùüˆ\u0002êV®¬žjˆåç=>]ÆÐÛ¯c¦D ô","messageCount":174066054,"consumerCount":1441339979}},{"id":5898261,"fields":{}},{"id":3276811,"fields":{"queue":"Ñst•\u0002ïƒ\u0018àºÌ|x˜9\u0007eï>s0)q‹A\u0015[Nµb9.ÇJ¸*7\u0014ŸÝÒ_‹âèy#R>ï|Œª)ô\u001c›È*Êþ\u0002Òn‘","messageCount":3832560993,"consumerCount":3215800661}},{"id":5898270,"fields":{}},{"id":3932230,"fields":{"ticket":56307,"queue":"ͨG K¯@\u0018™#êUÈÚ\u0013ÏOvŒ\u0006¥}£È’m°'»¨ý","noAck":true}},{"id":3276811,"fields":{"queue":"\u0015\u001aC\u001c(À*kö¿\u001fM¿mj\f‡\u001aƒç‘ƒ\u0014¥à$Ø£µ~ƒ«ŽÊ×\u0014°‘ðÝq³R8\u0011–µ¡ÒòyYžüq]B$áh“À\t§","messageCount":899721931,"consumerCount":3468693147}},{"id":655410,"fields":{"replyCode":52197,"replyText":"a*ÀíQ","classId":32302,"methodId":17544}},{"id":1310741,"fields":{"active":false}},{"id":3932280,"fields":{"deliveryTag":8524711927312548000,"multiple":true,"requeue":true}},{"id":5570571,"fields":{}},{"id":655411,"fields":{}},{"id":3932220,"fields":{"consumerTag":"°¡ðSd^À¤jÏ\u0017]Ž)x?ž+e}˜\u0015¯Q\u00178”`[Óɑ*‹u[\u001e˜º^N¯\u0007Ý=\u0006\t¤;zp„>ä\r¸m¿z1¯ÚW Ã\u0010ã\u001föZ®ðÑÑ9£QÑÚ´rˆc","deliveryTag":5918280795755119000,"redelivered":true,"exchange":"õwä¯\u0007j\u0019\u0019W\u0007‹\u000fýÅX@¡Ê^Œ=͝§!ðÉÞãþ?è\u0016­\u0017\u001foÁg1$BÛÐË]‰–¦\u001d4¶b°É\u0007îo9\u0010/OF","routingKey":"ð®Ês—„Ù\u0017A˜l(3Ñ-N´€ÖTbü\u0019tՙ^÷"}},{"id":3932180,"fields":{"ticket":1884,"queue":"üü¼™ùÇQ!ùGê£ëÚ\bO6©úa","consumerTag":"Lô\u0003â¹è¦=Üþ꓾\u001fËQwäÄlI̵ÏÛI²¿Ê•\u0018\u0013›^Ûy6÷ræ\u001b\u0003o'ÓX","noLocal":false,"noAck":false,"exclusive":false,"nowait":true,"arguments":{"lomh":4695345006326579000,"q__3":{"_":3.6405786575596976e-58,"v_":-651855253,"nk":-95525804,"qiat":1591677176},"gbJgq":null}}},{"id":2621480,"fields":{"ticket":49362,"destination":"´NŒ©L7\u001a\u0011æ+ÞU<Ÿð²YìL6õ\u0013Qºp\u00029uø†÷\u0019á/p¨\u000eö\tŌ/Óf","source":"\tú4_/Æ=\u001a°à\u0004ª~]P\u001dC³Ážn¸, au!ΡѬ¯=ªæÞB6_Øð\u0010mªÁÌü±õÙ0\u0011°m”4\u0000_\u0000aÝ","routingKey":"}øu¢\u001fYÆ¤\u0004z˜*ÍÀ7íï\u001b~ýD\u0017úŸ6'”G\rcî{8Ñw˜cD±¸Uµ¬Ú‰þÀ®kY%ç«Í1&Š’‡;ƒ—·\u0010j\"","nowait":true,"arguments":{"m":0.000127499588415958}}},{"id":2621471,"fields":{}},{"id":3932230,"fields":{"ticket":60266,"queue":"¢'+\b˜”L_x$Pߧ3\u001eeÍƟš„ú!e\u001eÖè","noAck":true}},{"id":655390,"fields":{"channelMax":17101,"frameMax":332565615,"heartbeat":8386}},{"id":3932171,"fields":{}},{"id":1310761,"fields":{}},{"id":3276820,"fields":{"ticket":16453,"queue":"v¶„qLCg†÷qg5?<߉\u00026óW©µA\u001dwXh&ë[û\u001f $-{\tpô:å‰Ç¨þ}Ñn_M\u0003PI\u0000õ|ê\"'‹","exchange":"KƒÑÌ©\u000eggËÀn\f\u001c¥­Ø;Â","routingKey":"X—\u0005¯¢Ä¹¡ªVñËk\u0011†Î\u0017){K\u001cú˜á\u0018j¤µ\f¸¿rï\u0018ë€\u0018¡¥ÕmCÖ¦¬\u001e\u0001QŸ :{ü„\u001d","nowait":false,"arguments":{"n$$8":8808723610492469000,"$":true,"ttb":-23846,"$cv":861558126}}},{"id":3276831,"fields":{"messageCount":2846852373}},{"id":3276850,"fields":{"ticket":40823,"queue":"¬","exchange":"è?ñ@=\u0016ˆsCÂ&cPùH”\u0003¼ˆÃ‡,±<Å\u000bFo¨T1\u001b2Ú<;5XÏv\u000fýj\u0011†\u0018\u001aZeŸF?jd›ÝãµP7¹\bp,…a-ª\u0003¶ó @¸ø°h*t\b-¿‚Oå","routingKey":"ýõ\u0004’€","arguments":{"t7":2608922810,"s$dn":";D“\u0018","yv":11850989567773508000,"nap__":1940139688}}},{"id":655391,"fields":{"channelMax":41987,"frameMax":3149140513,"heartbeat":33637}},{"id":3276810,"fields":{"ticket":48127,"queue":"GìÚF.J¡J>I*À0oz?f×\u0005V7›µû\u0007¢\u0007dúÔ‹¾•D¯ÍFÝ\u0005îÃí\u0015½€èú©•\u000f~^[5ýòÊ$fÊÖ² Þé1ëÄIì\u0017›±©]s—µÑჽÜ2?5̺)¿‚","passive":true,"durable":false,"exclusive":false,"autoDelete":true,"nowait":true,"arguments":{}}},{"id":1966091,"fields":{"ticket":26159}},{"id":1310730,"fields":{"outOfBand":"\u0015°¡3„ G²—ŽÛ‡ag¢µ\u0019\u0014³‹þ\u0007|ƒ\u0006×MDûñ\u0004Àl\u0013ˌũ\u0010ªL\u0013½zj~N‡#"}},{"id":5898251,"fields":{}},{"id":3932270,"fields":{"requeue":false}},{"id":2621451,"fields":{}},{"id":3932270,"fields":{"requeue":false}},{"id":2621471,"fields":{}},{"id":2621480,"fields":{"ticket":59796,"destination":"Ü*ÕªÒ\nÒ\u0004xÏÚ\u0012²%ï¦>nؗr½¦ßšvÏ\u0007\u0012Bêxþ","source":"\u00178©‚ª\\I†\u0015\u000fAï˜DßWK¸©¹·{ÊZ|ãµÞD<f\u0007\u001e\u0013@‹ˆ³Š9HÁ\u0013ŠtÕ»'¿\u0005,ý„‰\u001dR","routingKey":"¢\u001fGË©9´§\u0018ìŒýõÝr*\u0006æÛÒc³$\u0017±NÌ<¬‡—ç˜oû\"ÞÐ","nowait":false,"arguments":{}}},{"id":3932210,"fields":{"replyCode":65111,"replyText":"ô–h\u0018ïŠé\nJq’Û„æV_\u0012 &Ô6™ß~•hm‹\r#","exchange":"p’","routingKey":"\tÈÖg$#—\u000bqk6\u0019ӕ£8x&\u0003¦Æ̘\u0015\r‰\u0007Þús"}},{"id":3932190,"fields":{"consumerTag":"y¡Øðû£3\u0001Â\u0001\u0006dÖ\u0017·¬\n˜§{\"фn4æ\u0012Üû.ɧ‚\u0010*™,çeŸŠ\u0010Æ\\LÒ~èJKíC%KS÷W­ú“¹›¿ÄÀæÙ","nowait":true}},{"id":655381,"fields":{"response":[23,249,90,54,102,229,66,180,9,64,239,246,194,207,88,44,231,178,196,58,161,126,180,55,106,130,242,221,98,62,97,133,97,206,168,192,10,217,205,79,70,241,35,135,71,238,214,203,103,62,167]}},{"id":5898261,"fields":{}},{"id":2621451,"fields":{}}] (<frame trace>)
at new Error (<anonymous>)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:6:33
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:9:12
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:208:13
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
65) Content framing Adhere to frame max:
<property failed>: ! Falsified after 1 tests, 1 failed.
: Failure #1 -----------------------------------------------------------
» Threw ReferenceError: headers is not defined
at encodeBasicProperties (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:3960:49)
at module.exports.encodeProperties (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/defs.js:155:17)
at Connection.C.sendMessage (/Users/antares/Development/RabbitMQ/amqp.node.git/lib/connection.js:502:16)
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/test/frame.js:166:17)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:45:31
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:59:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:121:44
at Object.Base.derive.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:90:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:170:25
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:203:14
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
» The following arguments were provided:
0 - {"method":{"consumerTag":"œ\\xïZ艷ºäò\u0005.°Ò–»›ö%^4ͪƒoЏ¡UýµL‡F\u001dçàU﬽ƒ2?^\u001b,\u001f^ªW\u0002’Ö[£è\u000bëO\u0017Ül­!²\u0011Ýf§dÓV\u001aM™‚ÛÖ¥ò·\u0001`k\u0005\u001b†A{\n","deliveryTag":8947463011342221000,"redelivered":true,"exchange":"füe\u000b\u0017rŸ0åûNºŽÕS\u0015ìšä7¦\"?©¯ý¯!ç¥o\u000bì\u000f\u0001m«Ý5W\u001c_65¼ci”_\\§\u001ef;\u001fJA;\u0007­—3&±•\\Zd,¥Î£@Œß­\nœë›§ÔRcԝ×:DèÈ+>§\u0010^","routingKey":":N“óë€]†_Í8Žíd\u0015†é¨x\"I°î\nesÕH¬Œ\f½±M±{n\u0016¢8dß"},"header":{"contentType":"6V3\u000eM+‰Ý\u000e\u0019\u0016â¿\u000bë÷\u0007\u0014Þ\fˆ¨/4YUÑÚ⒫çÍ'­ý5òEô\u0001a^Õ\u0014kàºHyB\u001dè¬\u0017¶í ìuSý>—bñÎM&)| …N±\u0004\u0003G\u0012&µ,ƼAù”œç\f2H`Ù","contentEncoding":"þ™","headers":{"s$":null,"b46$u":8937526918035538000,"vh":{"bwKPH":{"ql$":null,"it$v":7954,"qw_nT":"è¥9","$Ao":[]}},"$r$c_":183},"deliveryMode":193,"priority":37,"correlationId":"|kpççäÃAZk °üö Бx\u0015Àƒñöe/\bä±a/5\"ôóî×¾\u00172\"×ðÞg\u0017E1j>Â\u0013‚†\u0003a`b‚1÷Ï÷/=¾}0dµ\u0018\u0000)®","replyTo":"OYƘZ—7½Ô=@Q§'uèèiWcù5ÕÎ?LÅ}Ó\u0001‹TD²vÔ´\u0010ltj%ö\u001d\u0014\u0002VSƒ¢l¬·5ë\u001dHªÜY˜„1˜´‰ë\n,È\u0002r•×Æ\u001d\u0012å\u001e n$ôui(EÍ_¼","expiration":"æQ`PÖ¤šO÷5áNµRm.‹Ê×\u0015tê\u001a(ÇîZ¾æ”¸ø¼\u0014\u0005Ò¡2ªí \u0010tN;\u001d¿â5ˆ>z—Ƈ’\u0017D","messageId":"ÕpÜÌU¡ñBæ\u0013°6êÒ\u0004±ä\u001c‡~+:P§¬¤Áô¤è\u001f\u000f\u0004åI£1e\u001c`PIÍ–0Uk¸ü1F“‘ÑW,8.\n[Sö4<íuàf\u0005ü\u0001çhtw\rƒd¾“¶*UÀû*\u0018Öm\u0001T","timestamp":13143719421870604000,"type":"­ž\u0001Ë\nkR³5öãs`\r\u0010K[³ö\u0000+™û\u0015\\\u0006âƒÉåì\u00073\u000flç s@\u000f","userId":"ñÀ[Úm³í‘&ž\u0000b4òã¢\u0007Záš\u000e¸€*Í©ü","appId":"7\bÆQ4o“Â","clusterId":"€CdmK±¿!©\u0003U¡Ð\u0012\t"},"body":[55,13,172,163,22,68,173,32,228,186,202,56,27,163,155,183,141,240,146,188,227,141,81,51,56,34,22,106,117,69,150,51,89,68,231,179,22,121,250,28,24,31,132,148,139,245,199,69,72,235,211,228,213,186,95,230,124,54,101,36,150,208,198,247,1,200,114,178,144,210,205,180,181,22,173,93,36,112,59,220,120,212,52,0,83,230,87,173,142,48,239,21,30,36,192,210,156,237,162,16,119,37,217,190,81,40,184,5,246,178,37,109,187,38,46,210,138,164,253,6,50,49,234,241,33,9,29,36,85,248,139,216,48,204,33,109,119,127,8,65,249,72,74,26,75,146,117,57,13,38,11,173,50,172,158,34,206,153,190,239,224,89,227,109,218,94,158,209,26,105,154,148,141,206,79,53,62,96,7,96,46,170,138,208,164,251,65,97,25,208,199,51,176,55,27,120,114,196,247,152,2,51,147,28,224,166,206,179,12,184,169,70,94,131,40,188,66,122,130,95,122,3,3,69,56,209,164,74,209,29,215,179,175,188,194,219,115,99,201,166,206,79,221,181,100,8,124,236,252,165,210,210,130,109,85,19,174,68,121,64,221,98,186,8,148,119,249,67,206,225,75,231,4,199,104,32,44,204,68,16,26,50,103,125,181,50,126,244,4,101,118,211,76,54,232,30,79,13,135,126,126,54,47,23,106,17,150,8,113,36,208,82,181,151,142,90,125,77,21,215,185,75,230,129,21,235,18,206,111,210,215,29,24,107,18,17,24,113,204,35,50,213,183,103,196,250,1,137,10,51,28,99,106,82,180,92,254,190,84,172,170,60,20,206,137,235,107,105,219,13,81,210,169,208,70,123,227,193,29,90,181,121,75,2,126,217,150,129,106,157,24,56,198,71,100,220,184,55,137,144,94,64,232,85,62,101,2,54,77,163,34,195,94,95,38,47,58,27,12,71,198,142,147,146,195,190,67,34,132,91,181,182,13,82,128,124,70,119,24,38,161,144,9,123,47,145,224,197,2,66,118,65,48,154,12,55,146,35,222,64,73,110,149,16,114,113,115,206,54,4,104,66,189,110,107,112,254,254,183,218,19,78,189,109,235,158,162,11,69,226,180,97,19,104,198,166,196,44,57,84,45,207,98,190,30,219,186,49,183,148,21,245,37,252,55,111,33,168,246,131,118,205,214,105,182,95,17,29,17,208,42,115,21,87,191,254,181,78,73,232,39,39,240,118,239,158,230,167,72,91,101,75,149,247,27,107,143,11,138,56,151,235,178,144,230,50,248,134,22,28,20,19,210,191,113,223,162,147,7,245,100,53,77,57,145,65,60,154,126,254,96,143,47,0,115,154,8,17,41,244,20,250,127,199,116,176,86,249,235,217,93,118,59,241,53,219,48,112,113,60,126,169,98,112,92,236,143,139,126,219,242,141,49,217,185,157,226,73,118,80,78,75,50,214,49,110,116,124,154,67,39,187,41,31,9,137,203,233,197,210,244,73,144,106,86,242,112,81,187,36,106,21,20,230,160,19,127,94,18,31,227,167,219,194,136,240,103,217,4,104,6,42,181,102,1,39,78,130,214,222,218,58,153,87,102,128,117,213,96,92,26,115,162,229,143,110,25,169,229,83,21,242,236,29,128,108,67,67,149,191,219,148,249,176,11,191,121,198,210,205,102,101,109,229,237,125,84,56,221,175,248,252,116,97,79,157,115,252,187,93,211,181,43,78,89,2,178,246,114,165,174,236,238,129,180,229,1,28,23,54,66,178,216,249,187,66,125,229,42,136,72,133,181,222,74,232,184,164,199,151,134,140,46,123,184,205,202,245,156,190,75,114,208,217,64,172,181,128,22,100,118,155,208,221,32,70,77,156,247,219,225,0,37,78,145,42,202,122,188,201,3,145,208,196,32,70,31,84,134,242,118,56,93,164,92,127,177,88,180,124,16,45,211,114,123,126,75,210,190,180,136,201,98,253,44,143,130,133,4,123,190,31,160,200,220,13,106,152,62,74,205,228,211,209,173,12,254,50,20,134,244,19,20,127,51,227,94,10,253,18,169,240,153,157,75,218,43,143,114,17,214,147,229,196,241,160,153,71,1,232,91,229,204,58,6,60,205,237,105,184,244,174,113,137,177,6,28,158,114,132,102,232,56,99,111,176,62,80,207,88,55,8,104,230,132,48,172,224,74,84,150,147,195,248,190,201,222,72,216,125,24,87,168,252,45,119,189,244,59,100,238,200,125,207,58,64,172,221,107,193,57,229,92,4,160,206,99,30,167,107,36,159,5,149,161,125,48,242,18,32,2,107,143,186,233,62,59,228,51,143,231,163,214,215,122,113,87,246,188,231,129,215,23,122,139,240,142,222,143,17,130,217,46,253,59,238,217,0,105,251,5,183,77,12,211,40,136,228,66,88,45,250,160,194,128,1,194,5,183,16,36,120,79,251,94,145,91,192,21,40,117,159,28,50,83,106,206,211,176,24,174,204,199,159,145,141,15,234,139,216,165,220,49,22,99,28,168,142,193,154,214,225,31,108,193,108,75,232,167,186,181,75,235,95,218,47,160,153,117,7,156,252,84,179,225,151,72,198,243,128,33,77,248,1,121,59,217,134,42,246,92,173,36,17,238,80,142,133,211,121,253,14,31,103,125,105,232,167,190,44,209,46,105,71,7,51,205,87,179,9,249,7,132,128,121,142,82,99,157,61,249,77,248,85,244,181,146,24,84,62,225,95,79,207,94,137,164,218,244,180,179,192,166,212,132,59,106,173,137,81,167,176,153,250,25,251,203,146,76,198,226,107,175,40,216,42,151,184,183,189,118,108,155,99,138,62,155,55,21,243,200,127,150,96,89,102,48,124,27,219,187,221,25,145,138,226,126,23,108,107,103,217,149,144,222,130,20,102,186,66,63,45,95,119,249,188,150,149,43,57,11,204,56,179,247,93,192,124,155,233,178,97,5,170,200,173,14,152,10,163,55,168,1,210,36,244,77,248,248,167,24,164,75,190,224,63,161,237,7,47,230,62,108,79,149,179,150,146,18,1,253,79,122,194,201,16,23,232,113,169,72,236,40,132,241,191,215,30,217,32,251,212,88,191,177,202,44,108,173,155,102,132,188,188,160,60,195,210,142,148,15,103,206,4,252,104,193,33,106,156,50,98,125,173,52,214,126,223,134,37,122,121,127,129,158,192,56,175,18,237,60,223,38,1,69,13,105,63,206,229,172,53,124,43,216,161,85,115,179,5,87,18,90,118,76,200,201,127,185,104,129,229,39,243,28,28,182,136,194,201,49,238,4,108,2,73,9,116,20,143,75,82,225,99,211,20,174,17,19,18,173,243,166,76,103,12,148,192,139,188,246,222,139,65,152,43,31,176,46,65,103,2,174,30,135,46,195,138,93,176,206,27,227,34,163,177,102,95,173,182,184,94,186,84,107,37,109,213,189,139,104,113,33,35,18,87,65,143,10,99,63,201,74,222,251,72,186,89,183,252,205,171,7,185,253,74,17,235,210,222,187,155,30,22,112,20,99,93,166,158,127,164,53,226,115,20,95,251,39,64,201,21,90,146,120,111,86,98,116,167,190,58,5,75,245,1,126,63,95,109,134,36,50,77,196,65,252,214,236,14,106,108,2,95,115,43,37,153,43,102,174,39,37,224,43,154,134,121,131,163,191,47,222,222,101,199,180,60,92,177,18,215,103,143,231,105,160,97,53,35,161,65,0,50,35,59,42,244,184,88,174,134,210,171,87,17,207,134,171,199,42,5,30,241,79,235,106,207,150,66,218,143,171,154,103,39,134,192,190,134,211,178,122,191,56,80,221,173,3,88,188,67,211,221,154,167,82,125,152,125,45,23,31,82,246,15,60,30,89,38,227,200,103,120,64,180,131,153,192,27,101,193,91,117,202,20,154,157,189,63,30,201,94,227,163,123,210,211,4,100,196,114,114,216,89,107,197,239,100,157,235,84,231,60,85,10,229,10,48,130,139,183,159,97,119,142,132,234,127,59,98,6,160,37,186,192,212,154,70,205,65,102,165,117,64,135,156,70,168,183,116,106,243,73,53,233,188,216,59,212,18,167,170,94,118,254,26,48,27,78,141,206,249,7,43,204,19,120,219,7,229,181,142,201,178,15,104,205,119,226,75,233,220,63,35,27,141,114,230,159,243,67,204,144,238,198,250,74,251,83,209,52,155,141,17,53,155,146,34,96,63,119,237,153,74,80,77,48,104,191,203,89,25,226,45,22,62,235,182,121,80,151,93,180,8,157,96,109,40,243,193,48,47,123,153,5,18,99,77,85,26,34,82,174,32,238,31,40,44,144,110,124,9,96,184,189,109,203,93,34,251,192,152,66,91,5,143,200,21,178,57,131,34,162,141,55,75,169,197,9,121,84,135,87,116,89,152,204,102,123,100,69,245,205,88,31,251,118,170,66,28,173,0,45,153,229,77,252,17,232,231,221,19,203,137,121,0,14,62,174,33,165,169,176,193,185,105,207,174,151,55,1,162,83,192,81,64,169,249,10,121,100,34,6,41,235,88,87,71,107,125,85,1,128,192,240,124,88,133,224,175,36,85,119,193,48,245,207,77,148,204,81,154,70,190,100,231,42,238,95,59,163,117,221,240,105,54,224,190,170,240,229,217,99,221,203,239,110,73,198,209,84,176,94,76,97,70,138,171,65,39,4,63,239,93,189,235,164,243,244,95,84,131,166,27,80,93,230,17,64,205,41,163,203,223,52,140,176,13,50,99,187,138,71,220,249,7,250,59,115,28,61,99,236,228,28,134,195,175,2,150,161,235,122,89,232,210,65,124,60,47,125,250,57,228,142,171,44,237,125,102,75,253,160,130,218,198,15,222,110,77,32,236,228,185,153,10,4,99,51,6,23,46,191,187,167,118,144,75,146,14,64,254,242,49,123,221,96,212,95,117,19,96,161,136,181,185,215,61,36,39,25,227,100,199,105,50,118,44,65,154,155,22,66,97,33,131,252,251,174,130,121,219,51,165,167,237,153,49,37,176,127,238,141,200,0,42,37,182,150,220,129,21,108,23,2,137,219,3,171,43,85,186,112,233,144,115,69,36,165,67,81,66,59,93,34,145,72,168,205,136,142,53,118,227,147,232,190,128,17,44,147,155,138,203,72,134,32,113,210,51,63,28,43,82,160,223,110,48,167,36,212,32,231,233,199,227,5,189,248,50,51,73,83,194,13,22,127,76,92,53,81,77,9,77,207,212,94,140,47,105,102,51,196,101,226,36,238,148,183,199,72,2,145,180,110,45,209,157,189,230,5,31,175,241,204,217,72,142,131,226,189,227,89,195,71,170,204,178,204,43,250,19,177,212,154,181,139,155,20,18,176,42,175,3,188,3,72,137,115,235,1,181,156,103,47,199,204,151,178,99,254,191,11,15,142,24,34,223,136,136,25,7,178,63,102,228,173,117,126,99,60,150,165,151,16,193,236,32,184,97,137,132,167,167,125,36,182,127,147,155,93,160,87,182,174,114,56,111,12,94,113,229,125,248,67,193,103,71,212,91,50,110,82,248,195,243,160,158,178,225,247,155,6,200,50,191,217,97,188,194,67,215,192,14,246,50,251,74,235,234,239,211,145,33,119,41,2,68,243,216,113,16,177,52,39,211,30,95,4,210,137,215,9,63,216,209,254,24,53,51,56,94,32,117,37,221,41,243,159,15,199,194,223,179,234,111,154,97,43,189,24,102,199,151,0,165,242,58,57,43,4,94,72,161,209,218,146,116,130,130,51,128,119,110,245,43,102,56,13,218,81,196,27,155,254,32,150,40,102,168,91,31,146,97,53,161,162,180,238,143,169,157,66,11,136,188,159,104,66,31,148,57,43,93,148,216,179,146,32,14,162,219,143,213,64,59,194,72,57,194,238,36,240,81,149,235,80,121,189,138,41,41,218,18,215,5,19,222,198,249,192,178,135,73,249,147,186,108,81,68,27,111,168,69,189,16,49,226,248,15,23,252,190,111,213,113,231,239,148,71,47,130,116,233,148,76,139,30,98,35,203,223,46,191,187,23,102,177,27,60,25,167,230,155,251,143,72,7,73,212,155,98,183,34,1,49,88,17,97,58,150,9,117,122,145,15,59,23,200,171,215,215,237,180,166,65,124,131,9,87,158,14,212,51,249,100,101,46,66,93,157,194,15,100,132,251,160,158,94,247,6,141,183,37,109,155,101,56,63,252,44,138,146,139,211,166,253,39,187,99,182,8,7,212,208,112,121,95,40,217,159,19,217,69,158,248,150,234,44,57,1,38,35,167,203,139,53,236,174,14,127,146,119,20,146,144,239,61,131,54,230,91,208,179,199,65,147,146,7,150,212,63,10,34,40,236,241,233,100,31,43,125,97,4,164,39,252,172,76,184,94,119,127,211,148,171,98,209,202,18,59,163,199,102,203,227,4,39,146,221,198,40,28,107,177,143,148,94,132,224,91,253,30,95,161,161,131,112,56,208,10,239,63,116,37,45,94,117,30,148,67,133,135,126,41,12,82,48,142,5,156,96,184,50,60,20,150,153,27,51,157,207,27,109,31,246,56,106,236,38,242,65,240,172,71,206,159,50,66,80,125,71,114,41,237,98,144,62,220,81,190,134,17,124,7,164,93,45,123,44,129,68,42,246,34,66,116,231,96,5,123,187,216,183,97,230,191,60,54,187,232,244,137,95,237,199,61,67,32,112,251,114,37,72,93,188,72,241,130,171,250,202,9,85,214,229,0,51,243,134,193,135,152,247,23,111,78,218,88,254,239,14,223,48,146,237,1,59,234,226,144,94,124,234,195,114,42,60,22,15,30,171,126,216,166,150,169,176,151,213,220,208,185,120,131,241,23,152,0,133,91,231,110,72,63,113,67,76,7,53,80,87,175,162,218,1,240,24,0,23,66,39,146,242,184,90,12,114,84,78,181,147,222,228,141,137,69,23,36,153,214,98,21,243,106,145,154,63,199,132,204,95,25,206,146,155,88,76,178,48,68,178,138,206,74,234,239,144,44,183,72,246,56,99,217,42,36,93,106,51,67,235,8,164,131,200,7,47,192,77,122,202,145,236,236,23,188,32,233,31,29,12,42,206,245,251,232,217,42,176,67,69,67,77,254,13,182,75,41,90,169,98,192,47,203,134,99,33,106,146,25,64,40,193,3,153,78,160,224,128,49,159,113,68,129,82,58,253,85,205,167,73,30,224,17,83,7,214,243,254,16,30,165,223,168,213,80,185,24,10,33,197,44,231,171,19,4,158,184,158,123,163,103,105,35,155,47,114,200,181,8,211,175,81,211,77,98,182,193,62,22,210,117,229,209,13,109,237,243,222,141,201,87,27,173,142,113,183,245,183,50,207,116,254,21,251,220,121,175,20,144,48,24,114,37,190,41,166,147,254,173,118,91,70,10,42,119,203,213,181,198,97,149,57,60,127,216,73,117,59,120,182,54,232,128,90,175,98,185,123,180,127,70,17,3,146,68,212,190,46,20,204,79,144,200,84,114,214,38,71,125,1,216,36,53,216,200,156,16,46,251,227,55,251,230,227,249,193,33,190,3,148,178,110,238,135,0,219,22,175,177,197,168,250,167,229,162,170,20,113,246,93,187,36,12,53,106,3,58,155,70,229,161,235,121,154,206,115,215,193,149,203,106,206,128,213,72,73,135,187,6,105,43,88,216,130,175,138,56,241,5,113,168,105,216,56,186,216,199,190,48,205,102,118,161,159,103,186,14,66,132,148,227,14,45,12,184,52,65,142,75,196,231,140,79,68,177,165,213,205,174,99,146,23,64,26,209,90,199,153,78,84,163,52,106,74,225,99,72,193,196,151,185,101,29,147,127,145,61,224,23,209,179,84,251,186,166,206,253,3,141,237,248,193,79,39,221,139,28,158,101,197,164,151,88,245,151,130,96,124,254,41,91,183,53,124,147,100,72,118,164,100,16,175,18,84,52,0,226,150,66,131,173,64,184,117,180,118,163,14,160,12,7,65,138,91,156,69,165,235,141,7,253,249,43,24,114,47,113,133,10,200,102,24,201,98,124,173,51,95,113,204,151,214,178,150,148,53,33,51,7,212,253,238,132,147,65,75,75,150,122,159,57,247,96,169,91,121,95,161,179,115,97,82,13,91,113,226,166,188,47,5,142,153,182,151,175,24,238,149,228,1,42,185,84,103,92,124,226,87,171,122,139,99,36,153,197,53,91,212,100,41,148,14,175,242,160,97,87,212,75,124,123,58,215,238,74,116,49,5,17,139,200,209,204,193,105,21,123,246,147,237,36,90,15,132,88,171,188,81,177,123,121,39,250,5,65,188,144,81,111,196,78,115,141,210,87,32,38,115,176,234,10,4,55,15,137,226,248,213,168,76,101,86,157,197,226,60,82,129,47,55,146,194,235,63,203,175,151,143,16,33,34,103,173,206,125,249,66,243,156,42,237,32,220,146,39,37,233,84,71,126,171,217,194,55,1,213,241,12,37,151,181,2,234,111,110,43,100,1,169,232,73,148,109,153,18,126,213,170,0,152,105,66,254,253,55,239,115,122,111,191,221,45,113,237,1,138,42,35,10,32,115,187,86,82,254,51,190,168,83,163,185,183,175,220,181,170,76,251,240,229,97,166,205,178,35,18,36,254,200,124,84,167,107,46,180,187,232,240,217,159,18,186,89,83,169,89,221,167,85,253,140,200,183,197,132,104,207,180,222,211,36,245,18,133,87,218,67,40,76,242,154,239,134,175,125,53,11,40,99,178,7,236,214,94,59,253,146,61,234,143,191,221,125,157,221,155,216,101,206,220,145,224,199,229,227,33,68,22,177,40,95,27,216,162,244,74,131,139,144,26,12,246,71,118,242,42,49,39,117,69,209,24,241,183,192,12,63,87,120,64,138,27,239,79,129,219,5,138,243,59,10,81,233,223,168,144,50,57,107,206,62,48,241,176,125,158,165,138,3,166,127,35,3,123,58,27,56,181,101,219,168,48,8,55,231,54,219,67,98,120,224,221,87,121,116,180,35,35,78,170,168,151,221,56,158,112,250,54,65,214,63,198,64,254,184,16,182,253,38,184,107,16,166,75,147,179,190,69,204,104,146,31,196,33,241,160,169,72,10,1,76,123,23,63,246,48,169,213,114,162,66,199,168,125,78,193,212,120,146,144,195,250,47,229,210,235,27,105,246,44,10,254,194,207,70,114,123,59,195,186,249,117,242,216,0,240,164,6,127,170,84,15,216,110,186,38,213,42,112,228,49,6,112,109,64,207,161,88,137,102,216,181,169,222,94,4,172,112,107,251,158,114,98,119,227,164,186,205,244,63,135,147,58,7,127,244,53,66,17,9,248,179,133,99,47,212,16,126,142,113,244,33,246,177,235,181,44,75,59,171,47,189,118,97,48,193,223,222,157,40,67,210,242,219,226,17,12,106,237,116,136,177,29,20,139,149,65,137,118,111,213,172,160,200,201,217,213,216,50,125,15,8,143,17,109,164,164,202,130,122,235,10,21,156,243,67,193,58,63,191,112,230,175,153,248,230,134,241,80,69,108,91,32,131,37,64,122,68,197,109,238,235,6,20,83,113,135,136,61,155,240,30,182,168,67,80,48,58,102,212,33,230,62,124,147,92,108,139,84,103,58,246,129,205,98,181,92,7,10,216,247,4,163,206,73,251,112,150,187,221,93,245,225,9,39,65,112,1,253,40,3,228,242,127,46,151,37,41,171,68,201,203,174,236,76,105,88,193,253,124,235,113,215,134,194,29,33,233,104,181,5,20,183,27,170,72,213,59,57,11,222,230,81,227,42,89,147,169,54,160,103,25,108,2,107,240,177,131,254,143,99,65,147,100,46,61,127,11,187,204,149,86,15,59,47,32,155,172,202,233,86,94,212,91,153,8,102,7,160,74,0,78,173,22,203,37,71,118,213,218,228,249,225,203,96,101,247,164,74,172,50,94,26,110,202,237,206,240,199,52,56,180,142,183,99,92,102,131,134,108,173,99,253,92,241,7,202,6,172,137,186,167,75,119,234,143,48,208,135,51,205,48,163,202,207,225,212,80,7,187,185,54,244,24,85,243,247,207,1,154,123,112,148,179,19,141,26,210,217,254,18,66,167,177,133,86,11,128,15,220,136,235,44,44,234,25,171,35,145,63,118,35,135,52,88,97,136,127,228,223,200,48,84,31,208,209,35,73,242,190,196,26,39,28,94,29,91,105,93,51,168,31,99,244,98,48,100,161,169,6,204,166,130,120,253,92,62,56,249,167,95,19,35,13,121,241,64,200,157,97,106,164,168,195,160,44,182,33,205,20,1,227,144,93,94,122,67,117,21,19,248,110,174,168,162,53,113,251,223,184,110,148,198,192,147,81,213,101,191,126,233,148,133,53,71,20,0,122,163,215,85,57,187,9,11,90,70,242,62,157,193,130,156,81,218,243,37,60,159,33,122,169,123,62,158,154,248,155,226,181,71,207,248,148,145,254,182,233,147,99,18,37,51,0,149,133,17,190,228,171,94,197,211,54,252,85,4,11,171,149,233,116,42,129,251,185,184,145,22,70,91,49,68,31,1,116,167,58,222,196,84,159,133,205,182,18,50,0,35,52,83,198,184,169,66,175,82,104,93,253,176,228,52,40,227,23,104,193,139,207,31,87,34,51,10,236,56,177,113,225,224,149,69,204,185,28,55,93,1,85,201,166,181,58,193,67,45,79,34,131,3,124,214,79,221,250,174,204,189,167,62,149,153,79,249,245,166,212,147,184,227,71,30,132,65,186,115,250,161,107,201,94,38,195,62,244,130,36,192,69,96,20,72,143,118,148,206,181,41,248,43,122,126,202,28,250,46,146,93,183,84,137,139,239,168,182,79,212,138,24,148,61,114,168,171,209,189,119,10,26,168,56,83,170,132,205,238,202,116,175,243,103,160,208,13,4,192,84,155,23,146,28,85,254,136,252,16,75,34,76,233,246,88,128,45,251,90,72,187,55,18,225,221,164,37,214,4,95,1,152,100,73,21,139,168,146,188,166,29,191,209,233,6,194,71,178,244,70,232,43,44,79,246,180,39,31,46,191,44,246,208,17,101,47,140,76,195,254,109,58,207,2,119,79,87,134,32,153,34,28,66,142,3,119,214,182,15,117,8,18,170,189,204,44,173,250,100,16,70,51,77,183,65,57,229,149,84,169,248,223,187,176,181,243,212,197,197,122,103,45,153,205,132,114,103,17,206,145,22,174,108,222,137,73,78,41,159,146,67,134,232,210,15,151,226,211,164,184,117,224,85,215,30,220,88,175,253,67,234,70,50,246,50,114,22,130,74,81,177,110,166,145,155,246,15,27,17,98,157,243,134,230,100,225,253,6,163,1,189,147,183,183,7,104,180,127,162,130,134,89,37,163,229,0,131,106,123,200,79,183,222,136,185,39,179,65,60,125,108,8,129,103,130,173,35,189,95,33,102,156,59,159,23,232,3,6,80,48,135,29,205,69,8,179,55,31,169,98,215,179,69,61,210,12,41,156,107,157,81,214,232,55,154,9,12,90,152,199,76,254,241,145,97,1,2,102,12,161,106,154,170,193,114,224,87,44,180,95,199,123,52,14,97,217,53,219,240,20,131,108,47,197,59,40,191,27,132,125,231,19,62,77,144,11,58,151,99,25,184,117,134,168,87,142,21,25,102,177,244,28,244,164,159,135,28,162,75,134,86,71,24,52,133,33,236,150,7,36,173,104,232,183,79,97,45,162,242,103,97,159,24,232,105,62,39,57,49,9,146,82,236,136,147,164,119,249,150,143,174,229,172,8,53,219,21,215,101,238,84,183,96,92,109,4,161,180,29,126,81,140,167,241,109,87,215,170,215,53,188,26,99,246,57,163,31,48,31,71,5,58,198,178,230,142,122,85,7,8,174,145,43,216,155,55,157,155,240,173,138,76,51,48,127,177,123,89,154,46,223,210,23,42,200,160,137,137,77,130,115,66,251,115,22,81,224,222,53,2,195,210,169,19,114,218,107,19,68,238,74,136,231,130,213,221,94,51,105,94,100,133,168,231,28,160,221,196,130,165,205,8,51,158,85,170,130,1,92,28,46,183,88,40,183,155,52,88,119,117,227,6,181,105,204,5,10,200,12,8,51,250,85,231,44,180,220,89,119,205,110,110,191,238,45,2,184,29,113,39,95,23,41,68,166,209,203,176,120,246,227,163,184,252,151,26,249,115,39,22,51,199,1,141,71,180,229,182,245,202,157,210,212,79,92,150,186,92,50,72,198,140,143,187,137,57,174,158,121,253,61,154,5,116,31,250,232,205,29,150,43,236,136,233,247,240,33,15,44,141,7,201,33,249,51,20,245,179,183,166,235,180,152,197,32,148,111,155,192,204,176,127,192,176,112,36,230,82,49,48,112,237,244,19,128,249,59,116,246,148,142,184,115,165,109,239,64,80,126,243,20,38,99,78,233,88,18,77,6,119,238,201,46,153,155,42,127,206,175,85,120,157,177,140,245,38,204,62,16,58,199,66,241,29,143,130,162,7,116,174,71,175,81,42,182,228,79,168,163,208,91,227,41,196,163,154,83,34,27,232,62,56,162,18,143,98,137,213,5,49,252,81,72,237,151,52,24,191,177,194,219,243,59,174,232,101,168,241,208,57,123,121,225,54,129,82,60,190,4,69,235,190,59,233,218,43,16,149,19,229,68,185,165,195,56,58,114,109,27,195,126,176,137,12,148,212,183,115,159,113,182,1,129,76,61,33,85,13,72,35,119,48,48,95,90,3,29,178,38,73,63,19,221,141,30,235,220,140,19,71,149,250,215,30,219,203,154,119,228,19,98,39,250,252,134,9,226,103,94,254,172,90,96,219,240,179,46,90,43,100,36,240,1,57,210,122,24,66,215,168,137,170,61,168,83,90,69,239,79,212,82,229,63,49,164,195,244,110,208,103,32,80,177,146,204,217,76,241,49,192,31,157,31,213,13,239,216,140,36,69,198,161,117,123,148,30,200,107,93,161,103,185,217,9,145,40,68,201,231,26,32,193,229,252,205,12,107,139,229,182,144,137,202,168,41,54,48,185,32,36,129,16,31,90,171,8,96,0,36,188,193,38,150,89,57,191,165,111,48,18,0,77,75,252,253,148,112,73,28,167,243,127,213,33,231,60,22,159,70,49,130,84,228,14,198,158,129,225,73,115,13,158,111,63,220,137,131,64,61,232,239,107,17,238,164,111,125,250,141,254,136,214,64,235,220,173,155,99,33,146,59,176,38,40,201,201,6,215,22,180,248,78,101,201,216,225,206,17,110,95,246,17,150,176,5,69,133,136,37,210,5,54,101,208,1,219,55,19,223,199,111,175,111,143,67,200,113,174,110,1,18,174,197,45,105,216,220,21,55,79,112,146,195,14,11,244,93,217,241,233,92,148,147,127,223,15,188,103,131,253,149,200,248,12,166,102,253,40,156,214,83,4,213,34,69,181,181,133,254,7,177,13,110,27,165,24,215,55,212,77,239,53,76,249,113,96,157,232,12,39,98,204,67,37,246,234,97,79,3,230,37,226,179,156,69,159,87,113,88,103,94,107,243,142,230,16,171,63,183,230,178,18,229,34,62,20,158,94,144,133,90,114,167,104,182,20,4,20,204,150,201,121,53,44,119,184,183,125,18,29,189,130,30,48,204,149,41,98,184,165,75,48,131,104,133,253,69,127,180,163,254,196,129,142,110,216,245,164,22,210,220,240,78,201,29,1,165,172,252,72,92,0,18,30,117,154,73,38,2,72,6,44,150,228,39,87,215,72,149,176,114,113,181,8,80,26,231,58,101,142,5,73,16,106,211,180,153,218,165,185,251,122,28,237,17,83,243,176,174,221,183,110,232,32,112,221,220,67,219,36,197,70,136,3,99,213,166,179,69,130,54,128,14,101,221,239,143,6,52,16,194,120,33,202,177,236,34,31,202,59,219,109,28,177,61,28,222,120,159,48,53,224,135,173,133,238,146,169,1,165,40,41,86,104,178,57,164,34,173,149,214,168,11,237,90,170,85,182,238,126,170,186,58,145,223,173,21,8,27,33,180,109,202,251,112,54,45,111,245,235,210,134,117,20,218,54,83,164,51,56,114,89,191,65,38,9,57,36,117,12,16,230,70,245,62,163,232,203,49,36,179,194,192,87,29,250,84,4,189,63,188,141,227,92,169,185,54,80,151,231,196,158,232,74,97,77,189,195,3,92,20,128,112,196,154,246,162,42,128,206,167,55,198,62,13,143,121,34,105,140,86,116,211,227,104,139,210,244,173,133,120,94,223,62,121,77,26,85,178,249,72,55,251,109,33,119,105,137,241,192,237,71,201,26,186,163,149,36,173,61,60,23,10,137,112,253,147,236,0,28,124,156,91,19,113,113,61,235,50,207,234,202,175,247,239,58,182,100,172,152,226,134,137,197,247,63,161,174,221,162,60,0,246,20,66,1,124,152,56,93,9,2,14,224,26,33,208,208,94,76,66,107,96,201,44,26,55,67,166,115,163,117,53,20,230,7,66,233,38,163,187,104,40,28,92,104,175,45,175,239,128,207,241,192,180,36,34,186,25,36,115,89,187,166,104,34,58,4,203,125,226,233,84,12,131,126,118,191,216,0,193,56,231,172,1,43,116,68,38,113,191,84,187,214,203,228,208,144,214,201,116,84,143,193,151,116,228,43,149,30,226,188,92,238,247,198,206,134,59,122,0,235,69,161,139,23,68,196,62,169,231,251,217,127,128,39,35,219,213,64,223,214,148,221,66,119,51,234,162,168,207,134,230,18,140,37,52,221,39,11,249,77,147,238,241,99,83,209,43,228,54,85,238,180,214,65,188,39,201,196,188,110,66,146,7,180,72,113,222,77,83,159,18,202,115,109,147,184,165,149,196,178,189,98,49,143,163,73,21,220,82,179,17,120,134,159,230,46,248,190,145,104,25,246,208,8,9,33,111,136,190,116,191,62,223,30,220,192,225,102,165,97,229,52,0,83,204,152,122,135,148,202,141,203,119]} (<Sequence (<BasicDeliver>,<BasicProperties>,<Repeat <octet>>)>)
1 - 9084 (<frame max>)
at new Error (<anonymous>)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:6:33
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:9:12
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/node_modules/flaw/index.js:32:44
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:208:13
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/check.js:231:44
at Context.<anonymous> (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/claire/lib/property.js:98:16)
at Test.Runnable.run (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runnable.js:211:32)
at Runner.runTest (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:355:10)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:401:12
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:281:14)
at /Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:290:7
at next (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:234:23)
at Object._onImmediate (/Users/antares/Development/RabbitMQ/amqp.node.git/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
make: *** [test] Error 65
npm ERR! weird error 2
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment