Oct 16 16:21:17.387 INFO testing burgundy-0.2.8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 16:21:17.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:17.850 INFO blam! ea4f06674521f632c17b11d0207cc8cfd9fcb17530184a11c2c6e177201bab99 Oct 16 16:21:17.852 INFO running `"docker" "start" "-a" "ea4f06674521f632c17b11d0207cc8cfd9fcb17530184a11c2c6e177201bab99"` Oct 16 16:21:20.383 INFO kablam! usermod: no changes Oct 16 16:21:20.675 INFO kablam! Compiling hyper v0.12.11 Oct 16 16:21:30.588 INFO kablam! Compiling hyper-tls v0.3.1 Oct 16 16:21:35.157 INFO kablam! Compiling burgundy v0.2.8 (/source) Oct 16 16:21:40.058 INFO kablam! warning: unused import: `log` Oct 16 16:21:40.058 INFO kablam! --> src/native_client.rs:8:25 Oct 16 16:21:40.058 INFO kablam! | Oct 16 16:21:40.058 INFO kablam! 8 | use extern::log::{info, log}; Oct 16 16:21:40.058 INFO kablam! | ^^^ Oct 16 16:21:40.058 INFO kablam! | Oct 16 16:21:40.058 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:21:40.058 INFO kablam! Oct 16 16:21:40.353 INFO kablam! warning: struct is never constructed: `Fmt` Oct 16 16:21:40.353 INFO kablam! --> src/request_information.rs:136:1 Oct 16 16:21:40.353 INFO kablam! | Oct 16 16:21:40.353 INFO kablam! 136 | / pub struct Fmt(pub F) Oct 16 16:21:40.353 INFO kablam! 137 | | where Oct 16 16:21:40.353 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 16 16:21:40.353 INFO kablam! | |______________________________________________^ Oct 16 16:21:40.353 INFO kablam! | Oct 16 16:21:40.353 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:21:40.353 INFO kablam! Oct 16 16:21:40.357 INFO kablam! warning: unreachable `pub` item Oct 16 16:21:40.357 INFO kablam! --> src/request_information.rs:136:1 Oct 16 16:21:40.357 INFO kablam! | Oct 16 16:21:40.357 INFO kablam! 136 | pub struct Fmt(pub F) Oct 16 16:21:40.357 INFO kablam! | ^-- Oct 16 16:21:40.357 INFO kablam! | | Oct 16 16:21:40.357 INFO kablam! | _help: consider restricting its visibility: `crate` Oct 16 16:21:40.357 INFO kablam! | | Oct 16 16:21:40.357 INFO kablam! 137 | | where Oct 16 16:21:40.357 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 16 16:21:40.357 INFO kablam! | |______________________________________________^ Oct 16 16:21:40.357 INFO kablam! | Oct 16 16:21:40.357 INFO kablam! note: lint level defined here Oct 16 16:21:40.357 INFO kablam! --> src/lib.rs:2:9 Oct 16 16:21:40.357 INFO kablam! | Oct 16 16:21:40.357 INFO kablam! 2 | #![warn(unreachable_pub)] Oct 16 16:21:40.357 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 16:21:40.357 INFO kablam! = help: or consider exporting it for use by other crates Oct 16 16:21:40.357 INFO kablam! Oct 16 16:21:40.357 INFO kablam! warning: unreachable `pub` field Oct 16 16:21:40.357 INFO kablam! --> src/request_information.rs:136:19 Oct 16 16:21:40.357 INFO kablam! | Oct 16 16:21:40.357 INFO kablam! 136 | pub struct Fmt(pub F) Oct 16 16:21:40.357 INFO kablam! | ---^^ Oct 16 16:21:40.357 INFO kablam! | | Oct 16 16:21:40.357 INFO kablam! | help: consider restricting its visibility: `crate` Oct 16 16:21:40.357 INFO kablam! Oct 16 16:21:40.363 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:40.363 INFO kablam! --> src/path.rs:42:9 Oct 16 16:21:40.363 INFO kablam! | Oct 16 16:21:40.363 INFO kablam! 42 | self.info.push_path_part(next); Oct 16 16:21:40.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:40.363 INFO kablam! | Oct 16 16:21:40.363 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 16:21:40.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:40.363 INFO kablam! Oct 16 16:21:40.363 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:40.363 INFO kablam! --> src/path.rs:51:9 Oct 16 16:21:40.363 INFO kablam! | Oct 16 16:21:40.363 INFO kablam! 51 | self.info.push_path_part_partial(next); Oct 16 16:21:40.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:40.363 INFO kablam! | Oct 16 16:21:40.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:40.363 INFO kablam! Oct 16 16:21:40.363 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:40.363 INFO kablam! --> src/path.rs:61:9 Oct 16 16:21:40.363 INFO kablam! | Oct 16 16:21:40.363 INFO kablam! 61 | self.info.add_query_param(key, value); Oct 16 16:21:40.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:40.363 INFO kablam! | Oct 16 16:21:40.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:40.363 INFO kablam! Oct 16 16:21:45.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.92s Oct 16 16:21:45.355 INFO kablam! su: No module specific data is present Oct 16 16:21:46.245 INFO running `"docker" "rm" "-f" "ea4f06674521f632c17b11d0207cc8cfd9fcb17530184a11c2c6e177201bab99"` Oct 16 16:21:46.567 INFO blam! ea4f06674521f632c17b11d0207cc8cfd9fcb17530184a11c2c6e177201bab99 Oct 16 16:21:46.570 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:47.000 INFO blam! 698e2e8799ca1843d869d7b202e946dbd276298a13909b91cd33b8178375d0fd Oct 16 16:21:47.003 INFO running `"docker" "start" "-a" "698e2e8799ca1843d869d7b202e946dbd276298a13909b91cd33b8178375d0fd"` Oct 16 16:21:49.231 INFO kablam! usermod: no changes Oct 16 16:21:49.556 INFO kablam! Compiling burgundy v0.2.8 (/source) Oct 16 16:21:55.499 INFO kablam! warning: unused import: `log` Oct 16 16:21:55.500 INFO kablam! --> src/native_client.rs:8:25 Oct 16 16:21:55.500 INFO kablam! | Oct 16 16:21:55.500 INFO kablam! 8 | use extern::log::{info, log}; Oct 16 16:21:55.500 INFO kablam! | ^^^ Oct 16 16:21:55.501 INFO kablam! | Oct 16 16:21:55.501 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:21:55.501 INFO kablam! Oct 16 16:21:55.951 INFO kablam! warning: struct is never constructed: `Fmt` Oct 16 16:21:55.951 INFO kablam! --> src/request_information.rs:136:1 Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! 136 | / pub struct Fmt(pub F) Oct 16 16:21:55.951 INFO kablam! 137 | | where Oct 16 16:21:55.951 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 16 16:21:55.951 INFO kablam! | |______________________________________________^ Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:21:55.951 INFO kablam! Oct 16 16:21:55.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.951 INFO kablam! --> src/request_information/query_builder.rs:79:9 Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! 79 | query.add(&"key", &"value"); Oct 16 16:21:55.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 16:21:55.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.951 INFO kablam! Oct 16 16:21:55.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.951 INFO kablam! --> src/request_information/query_builder.rs:87:9 Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! 87 | query.add(&"key", &"value"); Oct 16 16:21:55.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.951 INFO kablam! Oct 16 16:21:55.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.951 INFO kablam! --> src/request_information/query_builder.rs:88:9 Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! 88 | query.add(&"donkeyfy", &true); Oct 16 16:21:55.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.951 INFO kablam! Oct 16 16:21:55.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.951 INFO kablam! --> src/request_information/query_builder.rs:89:9 Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! 89 | query.add(&"num_cats", &123); Oct 16 16:21:55.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.951 INFO kablam! | Oct 16 16:21:55.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.951 INFO kablam! Oct 16 16:21:55.952 INFO kablam! warning: unreachable `pub` item Oct 16 16:21:55.952 INFO kablam! --> src/request_information.rs:136:1 Oct 16 16:21:55.952 INFO kablam! | Oct 16 16:21:55.952 INFO kablam! 136 | pub struct Fmt(pub F) Oct 16 16:21:55.952 INFO kablam! | ^-- Oct 16 16:21:55.952 INFO kablam! | | Oct 16 16:21:55.952 INFO kablam! | _help: consider restricting its visibility: `crate` Oct 16 16:21:55.952 INFO kablam! | | Oct 16 16:21:55.952 INFO kablam! 137 | | where Oct 16 16:21:55.952 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 16 16:21:55.952 INFO kablam! | |______________________________________________^ Oct 16 16:21:55.952 INFO kablam! | Oct 16 16:21:55.952 INFO kablam! note: lint level defined here Oct 16 16:21:55.952 INFO kablam! --> src/lib.rs:2:9 Oct 16 16:21:55.952 INFO kablam! | Oct 16 16:21:55.952 INFO kablam! 2 | #![warn(unreachable_pub)] Oct 16 16:21:55.952 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 16:21:55.952 INFO kablam! = help: or consider exporting it for use by other crates Oct 16 16:21:55.952 INFO kablam! Oct 16 16:21:55.952 INFO kablam! warning: unreachable `pub` field Oct 16 16:21:55.952 INFO kablam! --> src/request_information.rs:136:19 Oct 16 16:21:55.952 INFO kablam! | Oct 16 16:21:55.952 INFO kablam! 136 | pub struct Fmt(pub F) Oct 16 16:21:55.952 INFO kablam! | ---^^ Oct 16 16:21:55.952 INFO kablam! | | Oct 16 16:21:55.952 INFO kablam! | help: consider restricting its visibility: `crate` Oct 16 16:21:55.952 INFO kablam! Oct 16 16:21:55.954 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.954 INFO kablam! --> src/path.rs:42:9 Oct 16 16:21:55.954 INFO kablam! | Oct 16 16:21:55.954 INFO kablam! 42 | self.info.push_path_part(next); Oct 16 16:21:55.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.954 INFO kablam! | Oct 16 16:21:55.954 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.954 INFO kablam! Oct 16 16:21:55.954 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.954 INFO kablam! --> src/path.rs:51:9 Oct 16 16:21:55.954 INFO kablam! | Oct 16 16:21:55.954 INFO kablam! 51 | self.info.push_path_part_partial(next); Oct 16 16:21:55.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.954 INFO kablam! | Oct 16 16:21:55.954 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.954 INFO kablam! Oct 16 16:21:55.954 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.954 INFO kablam! --> src/path.rs:61:9 Oct 16 16:21:55.954 INFO kablam! | Oct 16 16:21:55.954 INFO kablam! 61 | self.info.add_query_param(key, value); Oct 16 16:21:55.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.954 INFO kablam! | Oct 16 16:21:55.954 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.954 INFO kablam! Oct 16 16:21:55.959 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.959 INFO kablam! --> src/domain.rs:111:9 Oct 16 16:21:55.959 INFO kablam! | Oct 16 16:21:55.959 INFO kablam! 111 | domain.query(&"type", &"donkeys"); Oct 16 16:21:55.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.959 INFO kablam! | Oct 16 16:21:55.959 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.959 INFO kablam! Oct 16 16:21:55.959 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:21:55.959 INFO kablam! --> src/domain.rs:120:9 Oct 16 16:21:55.959 INFO kablam! | Oct 16 16:21:55.959 INFO kablam! 120 | domain.query(&"type", &"donkeys"); Oct 16 16:21:55.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:21:55.959 INFO kablam! | Oct 16 16:21:55.959 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:21:55.959 INFO kablam! Oct 16 16:21:59.098 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.85s Oct 16 16:21:59.108 INFO kablam! su: No module specific data is present Oct 16 16:21:59.954 INFO running `"docker" "rm" "-f" "698e2e8799ca1843d869d7b202e946dbd276298a13909b91cd33b8178375d0fd"` Oct 16 16:22:00.231 INFO blam! 698e2e8799ca1843d869d7b202e946dbd276298a13909b91cd33b8178375d0fd Oct 16 16:22:00.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22:00.620 INFO blam! 5fbb1b0ecae77438a9e102dce5ec406dda7e9d70013de97166198ff9bc14454f Oct 16 16:22:00.622 INFO running `"docker" "start" "-a" "5fbb1b0ecae77438a9e102dce5ec406dda7e9d70013de97166198ff9bc14454f"` Oct 16 16:22:02.005 INFO kablam! usermod: no changes Oct 16 16:22:02.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 16 16:22:02.223 INFO kablam! Running /target/debug/deps/burgundy-8292eb93aa17efba Oct 16 16:22:02.225 INFO blam! Oct 16 16:22:02.225 INFO blam! running 10 tests Oct 16 16:22:02.279 INFO blam! test request_information::query_builder::test::empty_query_is_blank ... ok Oct 16 16:22:02.297 INFO blam! test domain::test::domain_should_strip_slash ... ok Oct 16 16:22:02.327 INFO blam! test domain::test::domain_no_end_slash ... ok Oct 16 16:22:02.327 INFO blam! test domain::test::domain_with_base_query ... ok Oct 16 16:22:02.343 INFO blam! test path::test::domain_should_strip_slash ... ok Oct 16 16:22:02.359 INFO blam! test path::test::push_works ... ok Oct 16 16:22:02.359 INFO blam! test request_information::query_builder::test::one_query_key_value ... ok Oct 16 16:22:02.367 INFO blam! test request_information::query_builder::test::multiple_query_key_value ... ok Oct 16 16:22:02.367 INFO blam! test domain::test::domain_with_base_query_and_path ... ok Oct 16 16:22:02.375 INFO blam! test path::test::query_parameters ... ok Oct 16 16:22:02.375 INFO kablam! Doc-tests burgundy Oct 16 16:22:02.375 INFO blam! Oct 16 16:22:02.375 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:22:02.375 INFO blam! Oct 16 16:22:11.507 INFO blam! Oct 16 16:22:11.507 INFO blam! running 0 tests Oct 16 16:22:11.508 INFO blam! Oct 16 16:22:11.508 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:22:11.508 INFO blam! Oct 16 16:22:11.529 INFO kablam! su: No module specific data is present Oct 16 16:22:12.041 INFO running `"docker" "rm" "-f" "5fbb1b0ecae77438a9e102dce5ec406dda7e9d70013de97166198ff9bc14454f"` Oct 16 16:22:12.346 INFO blam! 5fbb1b0ecae77438a9e102dce5ec406dda7e9d70013de97166198ff9bc14454f