Oct 12 06:03:54.175 INFO testing amqp-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:03:54.177 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 06:03:54.652 INFO blam! 4ea3b0c47660e718990221d46cf721cd9de2c2eaf2be02dbf7f8b4948f0b94e2 Oct 12 06:03:54.661 INFO running `"docker" "start" "-a" "4ea3b0c47660e718990221d46cf721cd9de2c2eaf2be02dbf7f8b4948f0b94e2"` Oct 12 06:03:56.697 INFO kablam! usermod: no changes Oct 12 06:03:56.868 INFO kablam! Compiling openssl-sys v0.7.17 Oct 12 06:03:56.876 INFO kablam! Compiling openssl v0.7.14 Oct 12 06:03:56.891 INFO kablam! Compiling amq-proto v0.1.0 Oct 12 06:04:00.345 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 12 06:04:11.024 INFO kablam! Compiling amqp v0.1.1 (/source) Oct 12 06:04:16.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.42s Oct 12 06:04:16.165 INFO kablam! su: No module specific data is present Oct 12 06:04:17.398 INFO running `"docker" "rm" "-f" "4ea3b0c47660e718990221d46cf721cd9de2c2eaf2be02dbf7f8b4948f0b94e2"` Oct 12 06:04:17.768 INFO blam! 4ea3b0c47660e718990221d46cf721cd9de2c2eaf2be02dbf7f8b4948f0b94e2 Oct 12 06:04:17.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 06:04:18.238 INFO blam! 42a6ae0a77282541ec12f4251deb1d9e8b93c8252fb7fed7de1a8efaef570350 Oct 12 06:04:18.239 INFO running `"docker" "start" "-a" "42a6ae0a77282541ec12f4251deb1d9e8b93c8252fb7fed7de1a8efaef570350"` Oct 12 06:04:19.892 INFO kablam! usermod: no changes Oct 12 06:04:20.090 INFO kablam! Compiling amqp v0.1.1 (/source) Oct 12 06:04:29.728 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:04:29.728 INFO kablam! --> examples/producer.rs:49:5 Oct 12 06:04:29.728 INFO kablam! | Oct 12 06:04:29.728 INFO kablam! 49 | channel.close(200, "Bye"); Oct 12 06:04:29.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:04:29.728 INFO kablam! | Oct 12 06:04:29.728 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 06:04:29.728 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:04:29.728 INFO kablam! Oct 12 06:04:30.404 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:04:30.404 INFO kablam! --> examples/interactive.rs:37:5 Oct 12 06:04:30.404 INFO kablam! | Oct 12 06:04:30.404 INFO kablam! 37 | channel.close(200, "Bye"); Oct 12 06:04:30.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:04:30.404 INFO kablam! | Oct 12 06:04:30.404 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 06:04:30.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:04:30.404 INFO kablam! Oct 12 06:04:30.996 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:04:30.996 INFO kablam! --> examples/simple.rs:16:5 Oct 12 06:04:30.996 INFO kablam! | Oct 12 06:04:30.996 INFO kablam! 16 | channel.basic_ack(deliver.delivery_tag, false); Oct 12 06:04:30.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:04:30.996 INFO kablam! | Oct 12 06:04:30.996 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 06:04:30.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:04:30.996 INFO kablam! Oct 12 06:04:30.996 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:04:30.996 INFO kablam! --> examples/simple.rs:53:5 Oct 12 06:04:30.996 INFO kablam! | Oct 12 06:04:30.996 INFO kablam! 53 | / channel.basic_publish("", queue_name, true, false, Oct 12 06:04:30.996 INFO kablam! 54 | | protocol::basic::BasicProperties{ content_type: Some("text".to_string()), ..Default::default()}, Oct 12 06:04:30.996 INFO kablam! 55 | | (b"Hello from rust!").to_vec()); Oct 12 06:04:30.996 INFO kablam! | |________________________________________^ Oct 12 06:04:30.996 INFO kablam! | Oct 12 06:04:30.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:04:30.996 INFO kablam! Oct 12 06:04:30.996 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:04:30.996 INFO kablam! --> examples/simple.rs:56:5 Oct 12 06:04:30.996 INFO kablam! | Oct 12 06:04:30.996 INFO kablam! 56 | channel.close(200, "Bye"); Oct 12 06:04:30.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:04:30.996 INFO kablam! | Oct 12 06:04:30.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:04:30.996 INFO kablam! Oct 12 06:04:38.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.67s Oct 12 06:04:38.625 INFO kablam! su: No module specific data is present Oct 12 06:04:39.280 INFO running `"docker" "rm" "-f" "42a6ae0a77282541ec12f4251deb1d9e8b93c8252fb7fed7de1a8efaef570350"` Oct 12 06:04:39.525 INFO blam! 42a6ae0a77282541ec12f4251deb1d9e8b93c8252fb7fed7de1a8efaef570350 Oct 12 06:04:39.530 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 06:04:39.854 INFO blam! c11f763bc0d2ce7712d62b3635dacf7fa12e8574853556a0c218aa30b695cabb Oct 12 06:04:39.864 INFO running `"docker" "start" "-a" "c11f763bc0d2ce7712d62b3635dacf7fa12e8574853556a0c218aa30b695cabb"` Oct 12 06:04:41.499 INFO kablam! usermod: no changes Oct 12 06:04:41.662 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 12 06:04:41.676 INFO kablam! Running /target/debug/deps/amqp-105acb80fab88a21 Oct 12 06:04:41.679 INFO blam! Oct 12 06:04:41.679 INFO blam! running 7 tests Oct 12 06:04:41.692 INFO blam! test connection::test_split_content_into_frames ... ok Oct 12 06:04:41.693 INFO blam! test session::test::test_full_parse_url ... ok Oct 12 06:04:41.693 INFO blam! test session::test::test_full_parse_url_with_ip ... ok Oct 12 06:04:41.693 INFO blam! test session::test::test_full_parse_url_with_empty_vhost ... ok Oct 12 06:04:41.697 INFO blam! test session::test::test_parse_url_defaults ... ok Oct 12 06:04:41.697 INFO blam! test session::test::test_full_parse_url_without_vhost ... ok Oct 12 06:04:41.697 INFO blam! test session::test::test_full_parse_url_with_slash_vhost ... ok Oct 12 06:04:41.697 INFO blam! Oct 12 06:04:41.697 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:04:41.697 INFO blam! Oct 12 06:04:41.697 INFO kablam! Doc-tests amqp Oct 12 06:04:45.387 INFO blam! Oct 12 06:04:45.387 INFO blam! running 6 tests Oct 12 06:04:45.397 INFO blam! test src/lib.rs - (line 26) ... ignored Oct 12 06:04:45.397 INFO blam! test src/lib.rs - (line 35) ... ignored Oct 12 06:04:45.398 INFO blam! test src/lib.rs - (line 45) ... ignored Oct 12 06:04:54.250 INFO blam! test src/session.rs - session::Session::open_channel (line 210) ... ok Oct 12 06:04:54.919 INFO blam! test src/channel.rs - channel::Channel::basic_get (line 293) ... ok Oct 12 06:04:55.204 INFO blam! test src/session.rs - session::Session::new (line 89) ... ok Oct 12 06:04:55.205 INFO blam! Oct 12 06:04:55.205 INFO blam! test result: ok. 3 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 12 06:04:55.205 INFO blam! Oct 12 06:04:55.221 INFO kablam! su: No module specific data is present Oct 12 06:04:56.576 INFO running `"docker" "rm" "-f" "c11f763bc0d2ce7712d62b3635dacf7fa12e8574853556a0c218aa30b695cabb"` Oct 12 06:04:56.844 INFO blam! c11f763bc0d2ce7712d62b3635dacf7fa12e8574853556a0c218aa30b695cabb