Oct 16 16:21:22.668 INFO testing burgundy-0.2.8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 16:21:22.669 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 16:21:23.217 INFO blam! 8deccece3fa069f15a8d24a13ac82c94f2fe17e0be2e8159777f60a749353abc Oct 16 16:21:23.220 INFO running `"docker" "start" "-a" "8deccece3fa069f15a8d24a13ac82c94f2fe17e0be2e8159777f60a749353abc"` Oct 16 16:21:24.966 INFO kablam! usermod: no changes Oct 16 16:21:25.289 INFO kablam! Compiling hyper-tls v0.3.1 Oct 16 16:21:31.246 INFO kablam! Compiling burgundy v0.2.8 (/source) Oct 16 16:21:36.239 INFO kablam! warning: unused import: `log` Oct 16 16:21:36.240 INFO kablam! --> src/native_client.rs:8:25 Oct 16 16:21:36.241 INFO kablam! | Oct 16 16:21:36.241 INFO kablam! 8 | use extern::log::{info, log}; Oct 16 16:21:36.242 INFO kablam! | ^^^ Oct 16 16:21:36.243 INFO kablam! | Oct 16 16:21:36.243 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:21:36.244 INFO kablam! Oct 16 16:21:36.551 INFO kablam! warning: struct is never constructed: `Fmt` Oct 16 16:21:36.552 INFO kablam! --> src/request_information.rs:136:1 Oct 16 16:21:36.552 INFO kablam! | Oct 16 16:21:36.553 INFO kablam! 136 | / pub struct Fmt(pub F) Oct 16 16:21:36.553 INFO kablam! 137 | | where Oct 16 16:21:36.554 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 16 16:21:36.555 INFO kablam! | |______________________________________________^ Oct 16 16:21:36.555 INFO kablam! | Oct 16 16:21:36.556 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:21:36.556 INFO kablam! Oct 16 16:21:36.557 INFO kablam! warning: unreachable `pub` item Oct 16 16:21:36.557 INFO kablam! --> src/request_information.rs:136:1 Oct 16 16:21:36.558 INFO kablam! | Oct 16 16:21:36.558 INFO kablam! 136 | pub struct Fmt(pub F) Oct 16 16:21:36.559 INFO kablam! | ^-- Oct 16 16:21:36.559 INFO kablam! | | Oct 16 16:21:36.560 INFO kablam! | _help: consider restricting its visibility: `crate` Oct 16 16:21:36.560 INFO kablam! | | Oct 16 16:21:36.561 INFO kablam! 137 | | where Oct 16 16:21:36.561 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 16 16:21:36.561 INFO kablam! | |______________________________________________^ Oct 16 16:21:36.561 INFO kablam! | Oct 16 16:21:36.561 INFO kablam! note: lint level defined here Oct 16 16:21:36.561 INFO kablam! --> src/lib.rs:2:9 Oct 16 16:21:36.561 INFO kablam! | Oct 16 16:21:36.561 INFO kablam! 2 | #![warn(unreachable_pub)] Oct 16 16:21:36.561 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 16:21:36.561 INFO kablam! = help: or consider exporting it for use by other crates Oct 16 16:21:36.561 INFO kablam! Oct 16 16:21:36.561 INFO kablam! warning: unreachable `pub` field Oct 16 16:21:36.561 INFO kablam! --> src/request_information.rs:136:19 Oct 16 16:21:36.561 INFO kablam! | Oct 16 16:21:36.561 INFO kablam! 136 | pub struct Fmt(pub F) Oct 16 16:21:36.561 INFO kablam! | ---^^ Oct 16 16:21:36.561 INFO kablam! | | Oct 16 16:21:36.561 INFO kablam! | help: consider restricting its visibility: `crate` Oct 16 16:21:36.561 INFO kablam! Oct 16 16:21:36.561 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:36.561 INFO kablam! --> src/path.rs:42:9 Oct 16 16:21:36.561 INFO kablam! | Oct 16 16:21:36.561 INFO kablam! 42 | self.info.push_path_part(next); Oct 16 16:21:36.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:36.561 INFO kablam! | Oct 16 16:21:36.561 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 16:21:36.561 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:36.561 INFO kablam! Oct 16 16:21:36.561 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:36.562 INFO kablam! --> src/path.rs:51:9 Oct 16 16:21:36.562 INFO kablam! | Oct 16 16:21:36.562 INFO kablam! 51 | self.info.push_path_part_partial(next); Oct 16 16:21:36.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:36.562 INFO kablam! | Oct 16 16:21:36.562 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:36.562 INFO kablam! Oct 16 16:21:36.562 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:36.562 INFO kablam! --> src/path.rs:61:9 Oct 16 16:21:36.562 INFO kablam! | Oct 16 16:21:36.562 INFO kablam! 61 | self.info.add_query_param(key, value); Oct 16 16:21:36.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:36.562 INFO kablam! | Oct 16 16:21:36.562 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:36.562 INFO kablam! Oct 16 16:21:42.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.14s Oct 16 16:21:42.151 INFO kablam! su: No module specific data is present Oct 16 16:21:43.073 INFO running `"docker" "rm" "-f" "8deccece3fa069f15a8d24a13ac82c94f2fe17e0be2e8159777f60a749353abc"` Oct 16 16:21:43.355 INFO blam! 8deccece3fa069f15a8d24a13ac82c94f2fe17e0be2e8159777f60a749353abc Oct 16 16:21:43.367 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 16:21:43.868 INFO blam! 94948bde3cb1f7b760fb6e1ad476fb6870d5bfde12b03f41d077f206f1faa2e5 Oct 16 16:21:43.870 INFO running `"docker" "start" "-a" "94948bde3cb1f7b760fb6e1ad476fb6870d5bfde12b03f41d077f206f1faa2e5"` Oct 16 16:21:45.992 INFO kablam! usermod: no changes Oct 16 16:21:46.262 INFO kablam! Compiling burgundy v0.2.8 (/source) Oct 16 16:21:51.867 INFO kablam! warning: unused import: `log` Oct 16 16:21:51.867 INFO kablam! --> src/native_client.rs:8:25 Oct 16 16:21:51.867 INFO kablam! | Oct 16 16:21:51.867 INFO kablam! 8 | use extern::log::{info, log}; Oct 16 16:21:51.867 INFO kablam! | ^^^ Oct 16 16:21:51.867 INFO kablam! | Oct 16 16:21:51.867 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:21:51.867 INFO kablam! Oct 16 16:21:52.209 INFO kablam! warning: struct is never constructed: `Fmt` Oct 16 16:21:52.209 INFO kablam! --> src/request_information.rs:136:1 Oct 16 16:21:52.209 INFO kablam! | Oct 16 16:21:52.209 INFO kablam! 136 | / pub struct Fmt(pub F) Oct 16 16:21:52.209 INFO kablam! 137 | | where Oct 16 16:21:52.209 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 16 16:21:52.209 INFO kablam! | |______________________________________________^ Oct 16 16:21:52.209 INFO kablam! | Oct 16 16:21:52.209 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:21:52.209 INFO kablam! Oct 16 16:21:52.210 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.210 INFO kablam! --> src/request_information/query_builder.rs:79:9 Oct 16 16:21:52.210 INFO kablam! | Oct 16 16:21:52.210 INFO kablam! 79 | query.add(&"key", &"value"); Oct 16 16:21:52.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.211 INFO kablam! | Oct 16 16:21:52.212 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 16:21:52.212 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.212 INFO kablam! Oct 16 16:21:52.213 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.213 INFO kablam! --> src/request_information/query_builder.rs:87:9 Oct 16 16:21:52.213 INFO kablam! | Oct 16 16:21:52.213 INFO kablam! 87 | query.add(&"key", &"value"); Oct 16 16:21:52.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.213 INFO kablam! | Oct 16 16:21:52.213 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.214 INFO kablam! Oct 16 16:21:52.214 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.214 INFO kablam! --> src/request_information/query_builder.rs:88:9 Oct 16 16:21:52.214 INFO kablam! | Oct 16 16:21:52.214 INFO kablam! 88 | query.add(&"donkeyfy", &true); Oct 16 16:21:52.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.214 INFO kablam! | Oct 16 16:21:52.214 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.214 INFO kablam! Oct 16 16:21:52.214 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.214 INFO kablam! --> src/request_information/query_builder.rs:89:9 Oct 16 16:21:52.214 INFO kablam! | Oct 16 16:21:52.214 INFO kablam! 89 | query.add(&"num_cats", &123); Oct 16 16:21:52.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.214 INFO kablam! | Oct 16 16:21:52.214 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.214 INFO kablam! Oct 16 16:21:52.217 INFO kablam! warning: unreachable `pub` item Oct 16 16:21:52.217 INFO kablam! --> src/request_information.rs:136:1 Oct 16 16:21:52.217 INFO kablam! | Oct 16 16:21:52.217 INFO kablam! 136 | pub struct Fmt(pub F) Oct 16 16:21:52.217 INFO kablam! | ^-- Oct 16 16:21:52.217 INFO kablam! | | Oct 16 16:21:52.217 INFO kablam! | _help: consider restricting its visibility: `crate` Oct 16 16:21:52.217 INFO kablam! | | Oct 16 16:21:52.217 INFO kablam! 137 | | where Oct 16 16:21:52.217 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 16 16:21:52.217 INFO kablam! | |______________________________________________^ Oct 16 16:21:52.218 INFO kablam! | Oct 16 16:21:52.218 INFO kablam! note: lint level defined here Oct 16 16:21:52.218 INFO kablam! --> src/lib.rs:2:9 Oct 16 16:21:52.218 INFO kablam! | Oct 16 16:21:52.218 INFO kablam! 2 | #![warn(unreachable_pub)] Oct 16 16:21:52.218 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 16:21:52.218 INFO kablam! = help: or consider exporting it for use by other crates Oct 16 16:21:52.218 INFO kablam! Oct 16 16:21:52.218 INFO kablam! warning: unreachable `pub` field Oct 16 16:21:52.218 INFO kablam! --> src/request_information.rs:136:19 Oct 16 16:21:52.218 INFO kablam! | Oct 16 16:21:52.218 INFO kablam! 136 | pub struct Fmt(pub F) Oct 16 16:21:52.218 INFO kablam! | ---^^ Oct 16 16:21:52.218 INFO kablam! | | Oct 16 16:21:52.218 INFO kablam! | help: consider restricting its visibility: `crate` Oct 16 16:21:52.218 INFO kablam! Oct 16 16:21:52.222 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.222 INFO kablam! --> src/path.rs:42:9 Oct 16 16:21:52.222 INFO kablam! | Oct 16 16:21:52.222 INFO kablam! 42 | self.info.push_path_part(next); Oct 16 16:21:52.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.222 INFO kablam! | Oct 16 16:21:52.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.222 INFO kablam! Oct 16 16:21:52.222 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.222 INFO kablam! --> src/path.rs:51:9 Oct 16 16:21:52.222 INFO kablam! | Oct 16 16:21:52.222 INFO kablam! 51 | self.info.push_path_part_partial(next); Oct 16 16:21:52.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.222 INFO kablam! | Oct 16 16:21:52.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.222 INFO kablam! Oct 16 16:21:52.224 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.224 INFO kablam! --> src/path.rs:61:9 Oct 16 16:21:52.224 INFO kablam! | Oct 16 16:21:52.224 INFO kablam! 61 | self.info.add_query_param(key, value); Oct 16 16:21:52.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.227 INFO kablam! | Oct 16 16:21:52.227 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.227 INFO kablam! Oct 16 16:21:52.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.231 INFO kablam! --> src/domain.rs:111:9 Oct 16 16:21:52.231 INFO kablam! | Oct 16 16:21:52.231 INFO kablam! 111 | domain.query(&"type", &"donkeys"); Oct 16 16:21:52.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.231 INFO kablam! | Oct 16 16:21:52.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.231 INFO kablam! Oct 16 16:21:52.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:52.231 INFO kablam! --> src/domain.rs:120:9 Oct 16 16:21:52.231 INFO kablam! | Oct 16 16:21:52.231 INFO kablam! 120 | domain.query(&"type", &"donkeys"); Oct 16 16:21:52.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:52.231 INFO kablam! | Oct 16 16:21:52.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:52.231 INFO kablam! Oct 16 16:21:56.994 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.96s Oct 16 16:21:57.005 INFO kablam! su: No module specific data is present Oct 16 16:21:58.145 INFO running `"docker" "rm" "-f" "94948bde3cb1f7b760fb6e1ad476fb6870d5bfde12b03f41d077f206f1faa2e5"` Oct 16 16:21:58.403 INFO blam! 94948bde3cb1f7b760fb6e1ad476fb6870d5bfde12b03f41d077f206f1faa2e5 Oct 16 16:21:58.416 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 16:21:58.992 INFO blam! a8a9ecfbb3274c7161ae4f18e99f0652c7abbf8ba5dac8fb9e537fcdf3efb491 Oct 16 16:21:58.995 INFO running `"docker" "start" "-a" "a8a9ecfbb3274c7161ae4f18e99f0652c7abbf8ba5dac8fb9e537fcdf3efb491"` Oct 16 16:22:00.283 INFO kablam! usermod: no changes Oct 16 16:22:00.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 16 16:22:00.555 INFO kablam! Running /target/debug/deps/burgundy-d3d615c2be62870c Oct 16 16:22:00.567 INFO blam! Oct 16 16:22:00.567 INFO blam! running 10 tests Oct 16 16:22:00.635 INFO blam! test request_information::query_builder::test::empty_query_is_blank ... ok Oct 16 16:22:00.651 INFO blam! test request_information::query_builder::test::multiple_query_key_value ... ok Oct 16 16:22:00.714 INFO blam! test path::test::push_works ... ok Oct 16 16:22:00.715 INFO blam! test domain::test::domain_with_base_query_and_path ... ok Oct 16 16:22:00.723 INFO blam! test path::test::domain_should_strip_slash ... ok Oct 16 16:22:00.735 INFO blam! test domain::test::domain_with_base_query ... ok Oct 16 16:22:00.735 INFO blam! test request_information::query_builder::test::one_query_key_value ... ok Oct 16 16:22:00.736 INFO blam! test path::test::query_parameters ... ok Oct 16 16:22:00.737 INFO blam! test domain::test::domain_no_end_slash ... ok Oct 16 16:22:00.749 INFO blam! test domain::test::domain_should_strip_slash ... ok Oct 16 16:22:00.749 INFO blam! Oct 16 16:22:00.750 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:22:00.750 INFO blam! Oct 16 16:22:00.759 INFO kablam! Doc-tests burgundy Oct 16 16:22:10.023 INFO blam! Oct 16 16:22:10.023 INFO blam! running 0 tests Oct 16 16:22:10.023 INFO blam! Oct 16 16:22:10.023 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:22:10.023 INFO blam! Oct 16 16:22:10.026 INFO kablam! su: No module specific data is present Oct 16 16:22:11.014 INFO running `"docker" "rm" "-f" "a8a9ecfbb3274c7161ae4f18e99f0652c7abbf8ba5dac8fb9e537fcdf3efb491"` Oct 16 16:22:11.339 INFO blam! a8a9ecfbb3274c7161ae4f18e99f0652c7abbf8ba5dac8fb9e537fcdf3efb491