stomp 0.3.6

A full STOMP 1.2 client implementation. Allows programs to interact with message queueing services like ActiveMQ and RabbitMQ.
Build #4334 2016-08-02 19:46:06

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)

# docs.rs version cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading stomp v0.3.6 Documenting stomp v0.3.6 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/stomp.rs --crate-name stomp -o /home/cratesfyi/stomp-0.3.6/doc -L dependency=/home/cratesfyi/stomp-0.3.6/debug -L dependency=/home/cratesfyi/stomp-0.3.6/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/frame.rs:37:31: 37:33 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/frame.rs:37 let mut space_required = 0u; ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/frame.rs:37:31: 37:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/connection.rs:87:22: 87:27 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/connection.rs:87 "CONNECTED" => debug!("Received CONNECTED frame: {}", connected_frame), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/frame.rs:68:5: 68:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/frame.rs:68 debug!("Sending frame:\n{}", self.to_str()); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/frame.rs:79:5: 79:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/frame.rs:79 debug!("write() complete."); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:96:11: 96:16 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:96 debug!("Sending heartbeat..."); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:94:7: 103:8 note: in this expansion of select! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:114:26: 114:31 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:114 Ok(HeartBeat) => debug!("Received heartbeat"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:133:31: 133:36 error: macro undefined: 'error!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:133 _ = timeout.recv() => error!("Did not receive expected heartbeat!"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:132:7: 141:8 note: in this expansion of select! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:136:30: 136:35 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:136 Ok(HeartBeat) => debug!("Received heartbeat"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:132:7: 141:8 note: in this expansion of select! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:156:5: 156:10 error: macro undefined: 'error!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:156 error!("ERROR received:\n{}", frame); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:160:5: 160:9 error: macro undefined: 'info!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:160 info!("RECEIPT received:\n{}", frame); ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:172:13: 172:18 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:172 debug!("Removed ReceiptId '{}' from pending receipts.", *receipt_id) ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:239:5: 239:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:239 debug!("Sending frame:\n{}", subscribe_frame); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:242:5: 242:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:242 debug!("Registering callback for subscription id: {}", sub.id); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:299:5: 299:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:299 debug!("Executing."); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:303:9: 303:14 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:303 debug!("Auto ack, no frame sent."); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:331:7: 331:12 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/session.rs:331 debug!("Received '{}' frame, dispatching.", frame.command); ^~~~~ error: aborting due to 16 previous errors thread 'main' panicked at 'ChainedError { error: failed to compile `stomp v0.3.6`, intermediate artifacts can be found at `/home/cratesfyi/stomp-0.3.6`, cause: ChainedError { error: Could not document `stomp`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.6/src/stomp.rs --crate-name stomp -o /home/cratesfyi/stomp-0.3.6/doc -L dependency=/home/cratesfyi/stomp-0.3.6/debug -L dependency=/home/cratesfyi/stomp-0.3.6/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.