Oct 16 18:00:58.869 INFO testing amqp-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 18:00:58.870 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 18:00:59.425 INFO blam! 297c6fc1f9075106ae72fe29eaf7b5a9c01a67241ef3a5b6b6dcecca063fe588 Oct 16 18:00:59.426 INFO running `"docker" "start" "-a" "297c6fc1f9075106ae72fe29eaf7b5a9c01a67241ef3a5b6b6dcecca063fe588"` Oct 16 18:01:00.996 INFO kablam! usermod: no changes Oct 16 18:01:01.161 INFO kablam! Compiling openssl-sys v0.7.17 Oct 16 18:01:01.167 INFO kablam! Compiling openssl v0.7.14 Oct 16 18:01:01.180 INFO kablam! Compiling amq-proto v0.1.0 Oct 16 18:01:04.411 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 16 18:01:14.780 INFO kablam! Compiling amqp v0.1.1 (/source) Oct 16 18:01:19.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.46s Oct 16 18:01:19.507 INFO kablam! su: No module specific data is present Oct 16 18:01:20.130 INFO running `"docker" "rm" "-f" "297c6fc1f9075106ae72fe29eaf7b5a9c01a67241ef3a5b6b6dcecca063fe588"` Oct 16 18:01:20.391 INFO blam! 297c6fc1f9075106ae72fe29eaf7b5a9c01a67241ef3a5b6b6dcecca063fe588 Oct 16 18:01:20.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 18:01:21.084 INFO blam! b53182fcabb1acc533e2a431d2bb16e1fdfa03f08eb6bb64b951626edf3588f0 Oct 16 18:01:21.086 INFO running `"docker" "start" "-a" "b53182fcabb1acc533e2a431d2bb16e1fdfa03f08eb6bb64b951626edf3588f0"` Oct 16 18:01:22.574 INFO kablam! usermod: no changes Oct 16 18:01:22.763 INFO kablam! Compiling amqp v0.1.1 (/source) Oct 16 18:01:30.363 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 18:01:30.363 INFO kablam! --> examples/interactive.rs:37:5 Oct 16 18:01:30.363 INFO kablam! | Oct 16 18:01:30.363 INFO kablam! 37 | channel.close(200, "Bye"); Oct 16 18:01:30.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 18:01:30.363 INFO kablam! | Oct 16 18:01:30.363 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 18:01:30.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 18:01:30.363 INFO kablam! Oct 16 18:01:33.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 18:01:33.711 INFO kablam! --> examples/simple.rs:16:5 Oct 16 18:01:33.711 INFO kablam! | Oct 16 18:01:33.711 INFO kablam! 16 | channel.basic_ack(deliver.delivery_tag, false); Oct 16 18:01:33.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 18:01:33.711 INFO kablam! | Oct 16 18:01:33.711 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 18:01:33.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 18:01:33.711 INFO kablam! Oct 16 18:01:33.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 18:01:33.711 INFO kablam! --> examples/simple.rs:53:5 Oct 16 18:01:33.711 INFO kablam! | Oct 16 18:01:33.711 INFO kablam! 53 | / channel.basic_publish("", queue_name, true, false, Oct 16 18:01:33.711 INFO kablam! 54 | | protocol::basic::BasicProperties{ content_type: Some("text".to_string()), ..Default::default()}, Oct 16 18:01:33.711 INFO kablam! 55 | | (b"Hello from rust!").to_vec()); Oct 16 18:01:33.711 INFO kablam! | |________________________________________^ Oct 16 18:01:33.711 INFO kablam! | Oct 16 18:01:33.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 18:01:33.711 INFO kablam! Oct 16 18:01:33.719 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 18:01:33.719 INFO kablam! --> examples/simple.rs:56:5 Oct 16 18:01:33.719 INFO kablam! | Oct 16 18:01:33.719 INFO kablam! 56 | channel.close(200, "Bye"); Oct 16 18:01:33.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 18:01:33.719 INFO kablam! | Oct 16 18:01:33.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 18:01:33.719 INFO kablam! Oct 16 18:01:35.939 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 18:01:35.939 INFO kablam! --> examples/producer.rs:49:5 Oct 16 18:01:35.939 INFO kablam! | Oct 16 18:01:35.939 INFO kablam! 49 | channel.close(200, "Bye"); Oct 16 18:01:35.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 18:01:35.939 INFO kablam! | Oct 16 18:01:35.939 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 18:01:35.939 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 18:01:35.939 INFO kablam! Oct 16 18:01:40.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.82s Oct 16 18:01:40.435 INFO kablam! su: No module specific data is present Oct 16 18:01:41.507 INFO running `"docker" "rm" "-f" "b53182fcabb1acc533e2a431d2bb16e1fdfa03f08eb6bb64b951626edf3588f0"` Oct 16 18:01:41.842 INFO blam! b53182fcabb1acc533e2a431d2bb16e1fdfa03f08eb6bb64b951626edf3588f0 Oct 16 18:01:41.853 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 18:01:42.221 INFO blam! f96f9475c17ee72e724facb793ec51ca18f04b9b56790893bbf0db8b18ef3473 Oct 16 18:01:42.224 INFO running `"docker" "start" "-a" "f96f9475c17ee72e724facb793ec51ca18f04b9b56790893bbf0db8b18ef3473"` Oct 16 18:01:43.986 INFO kablam! usermod: no changes Oct 16 18:01:44.178 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 16 18:01:44.204 INFO kablam! Running /target/debug/deps/amqp-105acb80fab88a21 Oct 16 18:01:44.216 INFO blam! Oct 16 18:01:44.216 INFO blam! running 7 tests Oct 16 18:01:44.255 INFO blam! test session::test::test_full_parse_url ... ok Oct 16 18:01:44.255 INFO blam! test connection::test_split_content_into_frames ... ok Oct 16 18:01:44.256 INFO blam! test session::test::test_full_parse_url_with_empty_vhost ... ok Oct 16 18:01:44.256 INFO blam! test session::test::test_full_parse_url_with_ip ... ok Oct 16 18:01:44.256 INFO blam! test session::test::test_parse_url_defaults ... ok Oct 16 18:01:44.256 INFO blam! test session::test::test_full_parse_url_with_slash_vhost ... ok Oct 16 18:01:44.256 INFO blam! test session::test::test_full_parse_url_without_vhost ... ok Oct 16 18:01:44.256 INFO blam! Oct 16 18:01:44.256 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 18:01:44.256 INFO blam! Oct 16 18:01:44.258 INFO kablam! Doc-tests amqp Oct 16 18:01:48.162 INFO blam! Oct 16 18:01:48.162 INFO blam! running 6 tests Oct 16 18:01:48.175 INFO blam! test src/lib.rs - (line 26) ... ignored Oct 16 18:01:48.175 INFO blam! test src/lib.rs - (line 35) ... ignored Oct 16 18:01:48.175 INFO blam! test src/lib.rs - (line 45) ... ignored Oct 16 18:01:56.307 INFO blam! test src/session.rs - session::Session::new (line 89) ... ok Oct 16 18:01:56.855 INFO blam! test src/session.rs - session::Session::open_channel (line 210) ... ok Oct 16 18:01:57.440 INFO blam! test src/channel.rs - channel::Channel::basic_get (line 293) ... ok Oct 16 18:01:57.440 INFO blam! Oct 16 18:01:57.440 INFO blam! test result: ok. 3 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 16 18:01:57.440 INFO blam! Oct 16 18:01:57.450 INFO kablam! su: No module specific data is present Oct 16 18:01:58.377 INFO running `"docker" "rm" "-f" "f96f9475c17ee72e724facb793ec51ca18f04b9b56790893bbf0db8b18ef3473"` Oct 16 18:01:58.754 INFO blam! f96f9475c17ee72e724facb793ec51ca18f04b9b56790893bbf0db8b18ef3473