Created
July 31, 2015 12:19
-
-
Save anonymous/7e207cc110b56d23a368 to your computer and use it in GitHub Desktop.
debug.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running `target/debug/yxorp` | |
DEBUG:amqp::session: Starting init session | |
DEBUG:amqp::session: Starting reading loop | |
DEBUG:amqp::table: decoding table | |
DEBUG:amqp::table: decoding table | |
DEBUG:amqp::table: Read table entry: [112, 117, 98, 108, 105, 115, 104, 101, 114, 95, 99, 111, 110, 102, 105, 114, 109, 115] = Bool(true) | |
DEBUG:amqp::table: Read table entry: [101, 120, 99, 104, 97, 110, 103, 101, 95, 101, 120, 99, 104, 97, 110, 103, 101, 95, 98, 105, 110, 100, 105, 110, 103, 115] = Bool(true) | |
DEBUG:amqp::table: Read table entry: [98, 97, 115, 105, 99, 46, 110, 97, 99, 107] = Bool(true) | |
DEBUG:amqp::table: Read table entry: [99, 111, 110, 115, 117, 109, 101, 114, 95, 99, 97, 110, 99, 101, 108, 95, 110, 111, 116, 105, 102, 121] = Bool(true) | |
DEBUG:amqp::table: Read table entry: [99, 111, 110, 110, 101, 99, 116, 105, 111, 110, 46, 98, 108, 111, 99, 107, 101, 100] = Bool(true) | |
DEBUG:amqp::table: Read table entry: [99, 111, 110, 115, 117, 109, 101, 114, 95, 112, 114, 105, 111, 114, 105, 116, 105, 101, 115] = Bool(true) | |
DEBUG:amqp::table: Read table entry: [97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 95, 102, 97, 105, 108, 117, 114, 101, 95, 99, 108, 111, 115, 101] = Bool(true) | |
DEBUG:amqp::table: Read table entry: [112, 101, 114, 95, 99, 111, 110, 115, 117, 109, 101, 114, 95, 113, 111, 115] = Bool(true) | |
DEBUG:amqp::table: Read table entry: [99, 97, 112, 97, 98, 105, 108, 105, 116, 105, 101, 115] = FieldTable({"per_consumer_qos": Bool(true), "authentication_failure_close": Bool(true), "basic.nack": Bool(true), "consumer_cancel_notify": Bool(true), "consumer_priorities": Bool(true), "connection.blocked": Bool(true), "publisher_confirms": Bool(true), "exchange_exchange_bindings": Bool(true)}) | |
DEBUG:amqp::table: Read table entry: [99, 108, 117, 115, 116, 101, 114, 95, 110, 97, 109, 101] = LongString("owl") | |
DEBUG:amqp::table: Read table entry: [99, 111, 112, 121, 114, 105, 103, 104, 116] = LongString("Copyright (C) 2007-2014 GoPivotal, Inc.") | |
DEBUG:amqp::table: Read table entry: [105, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110] = LongString("Licensed under the MPL. See http://www.rabbitmq.com/") | |
DEBUG:amqp::table: Read table entry: [112, 108, 97, 116, 102, 111, 114, 109] = LongString("Erlang/OTP") | |
DEBUG:amqp::table: Read table entry: [112, 114, 111, 100, 117, 99, 116] = LongString("RabbitMQ") | |
DEBUG:amqp::table: Read table entry: [118, 101, 114, 115, 105, 111, 110] = LongString("3.5.3") | |
DEBUG:amqp::session: Received connection.start: Start { version_major: 0, version_minor: 9, server_properties: {"information": LongString("Licensed under the MPL. See http://www.rabbitmq.com/"), "version": LongString("3.5.3"), "product": LongString("RabbitMQ"), "copyright": LongString("Copyright (C) 2007-2014 GoPivotal, Inc."), "platform": LongString("Erlang/OTP"), "cluster_name": LongString("owl"), "capabilities": FieldTable({"per_consumer_qos": Bool(true), "authentication_failure_close": Bool(true), "basic.nack": Bool(true), "consumer_cancel_notify": Bool(true), "consumer_priorities": Bool(true), "connection.blocked": Bool(true), "publisher_confirms": Bool(true), "exchange_exchange_bindings": Bool(true)})}, mechanisms: "AMQPLAIN PLAIN", locales: "en_US" } | |
DEBUG:amqp::session: Sending connection.start-ok | |
DEBUG:amqp::channel: Sending method connection.start-ok to channel 0 | |
DEBUG:amqp::channel: Sending method connection.tune-ok to channel 0 | |
DEBUG:amqp::channel: Sending method connection.open to channel 0 | |
DEBUG:amqp::session: Error in reading loop: AMQPIoError(Error { repr: Os { code: 104, message: "Connection reset by peer" } }) | |
DEBUG:amqp::session: Exiting reading loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment