Oct 11 09:49:06.389 INFO testing tokio-stomp-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:49:06.389 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:49:06.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:49:06.795 INFO blam! a0ca8e924e5e0ee6cdcc33484400884dd44e6d9ede4bc4338f27b6a5d45e943e Oct 11 09:49:06.795 INFO running `"docker" "start" "-a" "a0ca8e924e5e0ee6cdcc33484400884dd44e6d9ede4bc4338f27b6a5d45e943e"` Oct 11 09:49:08.992 INFO kablam! usermod: no changes Oct 11 09:49:09.192 INFO kablam! Compiling nom v4.1.0 Oct 11 09:49:12.437 INFO kablam! Compiling tokio-stomp v0.1.0 (/source) Oct 11 09:49:17.460 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:17.460 INFO kablam! --> src/lib.rs:18:41 Oct 11 09:49:17.460 INFO kablam! | Oct 11 09:49:17.460 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 11 09:49:17.460 INFO kablam! | ^^^^^^ Oct 11 09:49:17.460 INFO kablam! | Oct 11 09:49:17.460 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:49:17.460 INFO kablam! Oct 11 09:49:17.460 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:17.460 INFO kablam! --> src/lib.rs:25:18 Oct 11 09:49:17.460 INFO kablam! | Oct 11 09:49:17.460 INFO kablam! 25 | type Transport = Framed; Oct 11 09:49:17.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:17.460 INFO kablam! Oct 11 09:49:17.669 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:49:17.669 INFO kablam! --> src/lib.rs:583:33 Oct 11 09:49:17.669 INFO kablam! | Oct 11 09:49:17.669 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 11 09:49:17.669 INFO kablam! | ^^^^^^ Oct 11 09:49:17.669 INFO kablam! Oct 11 09:49:18.769 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.75s Oct 11 09:49:18.773 INFO kablam! su: No module specific data is present Oct 11 09:49:19.474 INFO running `"docker" "rm" "-f" "a0ca8e924e5e0ee6cdcc33484400884dd44e6d9ede4bc4338f27b6a5d45e943e"` Oct 11 09:49:19.724 INFO blam! a0ca8e924e5e0ee6cdcc33484400884dd44e6d9ede4bc4338f27b6a5d45e943e Oct 11 09:49:19.725 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:49:19.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:49:20.078 INFO blam! c0ab90d2ebb5fb2552f8e329e1c4a989d98b115ebce018ae781f2b7a49fd45c4 Oct 11 09:49:20.084 INFO running `"docker" "start" "-a" "c0ab90d2ebb5fb2552f8e329e1c4a989d98b115ebce018ae781f2b7a49fd45c4"` Oct 11 09:49:21.283 INFO kablam! usermod: no changes Oct 11 09:49:21.432 INFO kablam! Compiling tokio-stomp v0.1.0 (/source) Oct 11 09:49:27.804 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:27.804 INFO kablam! --> src/lib.rs:18:41 Oct 11 09:49:27.804 INFO kablam! | Oct 11 09:49:27.804 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 11 09:49:27.804 INFO kablam! | ^^^^^^ Oct 11 09:49:27.804 INFO kablam! | Oct 11 09:49:27.804 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:49:27.804 INFO kablam! Oct 11 09:49:27.804 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:27.804 INFO kablam! --> src/lib.rs:25:18 Oct 11 09:49:27.804 INFO kablam! | Oct 11 09:49:27.804 INFO kablam! 25 | type Transport = Framed; Oct 11 09:49:27.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:27.804 INFO kablam! Oct 11 09:49:27.857 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 11 09:49:27.857 INFO kablam! --> examples/natrail.rs:8:39 Oct 11 09:49:27.857 INFO kablam! | Oct 11 09:49:27.857 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 11 09:49:27.857 INFO kablam! | ^^^ Oct 11 09:49:27.857 INFO kablam! | Oct 11 09:49:27.857 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:49:27.857 INFO kablam! Oct 11 09:49:27.857 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 11 09:49:27.857 INFO kablam! --> examples/natrail.rs:40:5 Oct 11 09:49:27.857 INFO kablam! | Oct 11 09:49:27.857 INFO kablam! 40 | run(|_| spawn(fut)); Oct 11 09:49:27.857 INFO kablam! | ^^^ Oct 11 09:49:27.857 INFO kablam! Oct 11 09:49:28.113 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:49:28.113 INFO kablam! --> src/lib.rs:583:33 Oct 11 09:49:28.113 INFO kablam! | Oct 11 09:49:28.113 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 11 09:49:28.113 INFO kablam! | ^^^^^^ Oct 11 09:49:28.113 INFO kablam! Oct 11 09:49:28.428 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 11 09:49:28.429 INFO kablam! --> examples/connect.rs:8:39 Oct 11 09:49:28.429 INFO kablam! | Oct 11 09:49:28.429 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 11 09:49:28.430 INFO kablam! | ^^^ Oct 11 09:49:28.430 INFO kablam! | Oct 11 09:49:28.430 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:49:28.431 INFO kablam! Oct 11 09:49:28.431 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 11 09:49:28.431 INFO kablam! --> examples/connect.rs:66:5 Oct 11 09:49:28.432 INFO kablam! | Oct 11 09:49:28.432 INFO kablam! 66 | run(|_| spawn(fut)); Oct 11 09:49:28.432 INFO kablam! | ^^^ Oct 11 09:49:28.432 INFO kablam! Oct 11 09:49:29.297 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 11 09:49:29.297 INFO kablam! --> examples/ping_pong.rs:8:39 Oct 11 09:49:29.297 INFO kablam! | Oct 11 09:49:29.298 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 11 09:49:29.298 INFO kablam! | ^^^ Oct 11 09:49:29.309 INFO kablam! | Oct 11 09:49:29.309 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:49:29.309 INFO kablam! Oct 11 09:49:29.309 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 11 09:49:29.310 INFO kablam! --> examples/ping_pong.rs:46:9 Oct 11 09:49:29.310 INFO kablam! | Oct 11 09:49:29.310 INFO kablam! 46 | run(|_| spawn(fut1)); Oct 11 09:49:29.310 INFO kablam! | ^^^ Oct 11 09:49:29.311 INFO kablam! Oct 11 09:49:29.311 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 11 09:49:29.311 INFO kablam! --> examples/ping_pong.rs:70:5 Oct 11 09:49:29.311 INFO kablam! | Oct 11 09:49:29.312 INFO kablam! 70 | run(|_| spawn(fut2)); Oct 11 09:49:29.312 INFO kablam! | ^^^ Oct 11 09:49:29.312 INFO kablam! Oct 11 09:49:33.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.75s Oct 11 09:49:33.077 INFO kablam! su: No module specific data is present Oct 11 09:49:33.701 INFO running `"docker" "rm" "-f" "c0ab90d2ebb5fb2552f8e329e1c4a989d98b115ebce018ae781f2b7a49fd45c4"` Oct 11 09:49:33.864 INFO blam! c0ab90d2ebb5fb2552f8e329e1c4a989d98b115ebce018ae781f2b7a49fd45c4 Oct 11 09:49:33.867 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:49:33.867 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:49:34.135 INFO blam! 420536dc0ada40437bb39b064e9209623b7470f5029a2bc1ee671f1446229be3 Oct 11 09:49:34.144 INFO running `"docker" "start" "-a" "420536dc0ada40437bb39b064e9209623b7470f5029a2bc1ee671f1446229be3"` Oct 11 09:49:35.244 INFO kablam! usermod: no changes Oct 11 09:49:35.366 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 09:49:35.398 INFO kablam! Running /target/debug/deps/tokio_stomp-e468bdc030e26f1f Oct 11 09:49:35.398 INFO blam! Oct 11 09:49:35.398 INFO blam! running 2 tests Oct 11 09:49:35.400 INFO blam! test tests::parse_and_serialize_connect ... ok Oct 11 09:49:35.409 INFO blam! test tests::parse_and_serialize_message ... ok Oct 11 09:49:35.409 INFO blam! Oct 11 09:49:35.409 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:49:35.409 INFO blam! Oct 11 09:49:35.409 INFO kablam! Doc-tests tokio-stomp Oct 11 09:49:43.645 INFO blam! Oct 11 09:49:43.645 INFO blam! running 0 tests Oct 11 09:49:43.645 INFO blam! Oct 11 09:49:43.645 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:49:43.645 INFO blam! Oct 11 09:49:43.649 INFO kablam! su: No module specific data is present Oct 11 09:49:43.994 INFO running `"docker" "rm" "-f" "420536dc0ada40437bb39b064e9209623b7470f5029a2bc1ee671f1446229be3"` Oct 11 09:49:44.174 INFO blam! 420536dc0ada40437bb39b064e9209623b7470f5029a2bc1ee671f1446229be3