Oct 12 04:30:55.704 INFO testing burgundy-0.2.8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:30:55.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 04:30:56.201 INFO blam! e6252ca47881795a2bbc65c375e6f2272ea8f1542202063a4b241faf01321988 Oct 12 04:30:56.202 INFO running `"docker" "start" "-a" "e6252ca47881795a2bbc65c375e6f2272ea8f1542202063a4b241faf01321988"` Oct 12 04:30:58.708 INFO kablam! usermod: no changes Oct 12 04:30:59.067 INFO kablam! Compiling h2 v0.1.12 Oct 12 04:31:07.598 INFO kablam! Compiling hyper v0.12.11 Oct 12 04:31:19.704 INFO kablam! Compiling hyper-tls v0.3.1 Oct 12 04:31:26.625 INFO kablam! Compiling burgundy v0.2.8 (/source) Oct 12 04:31:34.104 INFO kablam! warning: unused import: `log` Oct 12 04:31:34.104 INFO kablam! --> src/native_client.rs:8:25 Oct 12 04:31:34.104 INFO kablam! | Oct 12 04:31:34.104 INFO kablam! 8 | use extern::log::{info, log}; Oct 12 04:31:34.104 INFO kablam! | ^^^ Oct 12 04:31:34.104 INFO kablam! | Oct 12 04:31:34.104 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:31:34.104 INFO kablam! Oct 12 04:31:34.432 INFO kablam! warning: struct is never constructed: `Fmt` Oct 12 04:31:34.432 INFO kablam! --> src/request_information.rs:136:1 Oct 12 04:31:34.432 INFO kablam! | Oct 12 04:31:34.432 INFO kablam! 136 | / pub struct Fmt(pub F) Oct 12 04:31:34.432 INFO kablam! 137 | | where Oct 12 04:31:34.432 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 12 04:31:34.432 INFO kablam! | |______________________________________________^ Oct 12 04:31:34.432 INFO kablam! | Oct 12 04:31:34.432 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:31:34.432 INFO kablam! Oct 12 04:31:34.448 INFO kablam! warning: unreachable `pub` item Oct 12 04:31:34.448 INFO kablam! --> src/request_information.rs:136:1 Oct 12 04:31:34.448 INFO kablam! | Oct 12 04:31:34.448 INFO kablam! 136 | pub struct Fmt(pub F) Oct 12 04:31:34.448 INFO kablam! | ^-- Oct 12 04:31:34.448 INFO kablam! | | Oct 12 04:31:34.448 INFO kablam! | _help: consider restricting its visibility: `crate` Oct 12 04:31:34.448 INFO kablam! | | Oct 12 04:31:34.448 INFO kablam! 137 | | where Oct 12 04:31:34.448 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 12 04:31:34.448 INFO kablam! | |______________________________________________^ Oct 12 04:31:34.448 INFO kablam! | Oct 12 04:31:34.448 INFO kablam! note: lint level defined here Oct 12 04:31:34.448 INFO kablam! --> src/lib.rs:2:9 Oct 12 04:31:34.448 INFO kablam! | Oct 12 04:31:34.448 INFO kablam! 2 | #![warn(unreachable_pub)] Oct 12 04:31:34.448 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 04:31:34.448 INFO kablam! = help: or consider exporting it for use by other crates Oct 12 04:31:34.448 INFO kablam! Oct 12 04:31:34.448 INFO kablam! warning: unreachable `pub` field Oct 12 04:31:34.448 INFO kablam! --> src/request_information.rs:136:19 Oct 12 04:31:34.448 INFO kablam! | Oct 12 04:31:34.448 INFO kablam! 136 | pub struct Fmt(pub F) Oct 12 04:31:34.448 INFO kablam! | ---^^ Oct 12 04:31:34.449 INFO kablam! | | Oct 12 04:31:34.449 INFO kablam! | help: consider restricting its visibility: `crate` Oct 12 04:31:34.449 INFO kablam! Oct 12 04:31:34.453 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:34.453 INFO kablam! --> src/path.rs:42:9 Oct 12 04:31:34.453 INFO kablam! | Oct 12 04:31:34.454 INFO kablam! 42 | self.info.push_path_part(next); Oct 12 04:31:34.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:34.454 INFO kablam! | Oct 12 04:31:34.454 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:31:34.454 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:34.454 INFO kablam! Oct 12 04:31:34.454 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:34.454 INFO kablam! --> src/path.rs:51:9 Oct 12 04:31:34.454 INFO kablam! | Oct 12 04:31:34.454 INFO kablam! 51 | self.info.push_path_part_partial(next); Oct 12 04:31:34.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:34.454 INFO kablam! | Oct 12 04:31:34.454 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:34.454 INFO kablam! Oct 12 04:31:34.454 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:34.454 INFO kablam! --> src/path.rs:61:9 Oct 12 04:31:34.454 INFO kablam! | Oct 12 04:31:34.454 INFO kablam! 61 | self.info.add_query_param(key, value); Oct 12 04:31:34.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:34.454 INFO kablam! | Oct 12 04:31:34.454 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:34.454 INFO kablam! Oct 12 04:31:39.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.72s Oct 12 04:31:39.492 INFO kablam! su: No module specific data is present Oct 12 04:31:40.919 INFO running `"docker" "rm" "-f" "e6252ca47881795a2bbc65c375e6f2272ea8f1542202063a4b241faf01321988"` Oct 12 04:31:41.356 INFO blam! e6252ca47881795a2bbc65c375e6f2272ea8f1542202063a4b241faf01321988 Oct 12 04:31:41.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 04:31:41.776 INFO blam! fb9065ff813deafd73e3642d259d948242d30b81932bd27cd8278e5265aa69ac Oct 12 04:31:41.779 INFO running `"docker" "start" "-a" "fb9065ff813deafd73e3642d259d948242d30b81932bd27cd8278e5265aa69ac"` Oct 12 04:31:42.960 INFO kablam! usermod: no changes Oct 12 04:31:43.256 INFO kablam! Compiling burgundy v0.2.8 (/source) Oct 12 04:31:52.540 INFO kablam! warning: unused import: `log` Oct 12 04:31:52.540 INFO kablam! --> src/native_client.rs:8:25 Oct 12 04:31:52.540 INFO kablam! | Oct 12 04:31:52.540 INFO kablam! 8 | use extern::log::{info, log}; Oct 12 04:31:52.540 INFO kablam! | ^^^ Oct 12 04:31:52.540 INFO kablam! | Oct 12 04:31:52.540 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:31:52.540 INFO kablam! Oct 12 04:31:52.973 INFO kablam! warning: struct is never constructed: `Fmt` Oct 12 04:31:52.973 INFO kablam! --> src/request_information.rs:136:1 Oct 12 04:31:52.973 INFO kablam! | Oct 12 04:31:52.974 INFO kablam! 136 | / pub struct Fmt(pub F) Oct 12 04:31:52.974 INFO kablam! 137 | | where Oct 12 04:31:52.974 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 12 04:31:52.975 INFO kablam! | |______________________________________________^ Oct 12 04:31:52.975 INFO kablam! | Oct 12 04:31:52.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:31:52.975 INFO kablam! Oct 12 04:31:52.975 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:52.976 INFO kablam! --> src/request_information/query_builder.rs:79:9 Oct 12 04:31:52.976 INFO kablam! | Oct 12 04:31:52.976 INFO kablam! 79 | query.add(&"key", &"value"); Oct 12 04:31:52.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:52.977 INFO kablam! | Oct 12 04:31:52.977 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:31:52.977 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:52.977 INFO kablam! Oct 12 04:31:52.978 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:52.978 INFO kablam! --> src/request_information/query_builder.rs:87:9 Oct 12 04:31:52.978 INFO kablam! | Oct 12 04:31:52.978 INFO kablam! 87 | query.add(&"key", &"value"); Oct 12 04:31:52.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:52.979 INFO kablam! | Oct 12 04:31:52.979 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:52.979 INFO kablam! Oct 12 04:31:52.980 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:52.980 INFO kablam! --> src/request_information/query_builder.rs:88:9 Oct 12 04:31:52.980 INFO kablam! | Oct 12 04:31:52.980 INFO kablam! 88 | query.add(&"donkeyfy", &true); Oct 12 04:31:52.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:52.981 INFO kablam! | Oct 12 04:31:52.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:52.981 INFO kablam! Oct 12 04:31:52.982 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:52.982 INFO kablam! --> src/request_information/query_builder.rs:89:9 Oct 12 04:31:52.982 INFO kablam! | Oct 12 04:31:52.982 INFO kablam! 89 | query.add(&"num_cats", &123); Oct 12 04:31:52.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:52.983 INFO kablam! | Oct 12 04:31:52.983 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:52.983 INFO kablam! Oct 12 04:31:52.983 INFO kablam! warning: unreachable `pub` item Oct 12 04:31:52.984 INFO kablam! --> src/request_information.rs:136:1 Oct 12 04:31:52.984 INFO kablam! | Oct 12 04:31:52.984 INFO kablam! 136 | pub struct Fmt(pub F) Oct 12 04:31:52.984 INFO kablam! | ^-- Oct 12 04:31:52.985 INFO kablam! | | Oct 12 04:31:52.985 INFO kablam! | _help: consider restricting its visibility: `crate` Oct 12 04:31:52.985 INFO kablam! | | Oct 12 04:31:52.985 INFO kablam! 137 | | where Oct 12 04:31:52.986 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 12 04:31:52.986 INFO kablam! | |______________________________________________^ Oct 12 04:31:52.986 INFO kablam! | Oct 12 04:31:52.986 INFO kablam! note: lint level defined here Oct 12 04:31:52.987 INFO kablam! --> src/lib.rs:2:9 Oct 12 04:31:52.987 INFO kablam! | Oct 12 04:31:52.987 INFO kablam! 2 | #![warn(unreachable_pub)] Oct 12 04:31:52.987 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 04:31:52.988 INFO kablam! = help: or consider exporting it for use by other crates Oct 12 04:31:52.988 INFO kablam! Oct 12 04:31:52.988 INFO kablam! warning: unreachable `pub` field Oct 12 04:31:52.988 INFO kablam! --> src/request_information.rs:136:19 Oct 12 04:31:52.989 INFO kablam! | Oct 12 04:31:52.989 INFO kablam! 136 | pub struct Fmt(pub F) Oct 12 04:31:52.989 INFO kablam! | ---^^ Oct 12 04:31:52.989 INFO kablam! | | Oct 12 04:31:52.989 INFO kablam! | help: consider restricting its visibility: `crate` Oct 12 04:31:52.989 INFO kablam! Oct 12 04:31:52.989 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:52.989 INFO kablam! --> src/path.rs:42:9 Oct 12 04:31:52.989 INFO kablam! | Oct 12 04:31:52.989 INFO kablam! 42 | self.info.push_path_part(next); Oct 12 04:31:52.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:52.989 INFO kablam! | Oct 12 04:31:52.989 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:52.989 INFO kablam! Oct 12 04:31:52.989 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:52.989 INFO kablam! --> src/path.rs:51:9 Oct 12 04:31:52.989 INFO kablam! | Oct 12 04:31:52.989 INFO kablam! 51 | self.info.push_path_part_partial(next); Oct 12 04:31:52.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:52.989 INFO kablam! | Oct 12 04:31:52.989 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:52.989 INFO kablam! Oct 12 04:31:52.989 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:52.989 INFO kablam! --> src/path.rs:61:9 Oct 12 04:31:52.989 INFO kablam! | Oct 12 04:31:52.989 INFO kablam! 61 | self.info.add_query_param(key, value); Oct 12 04:31:52.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:52.989 INFO kablam! | Oct 12 04:31:52.989 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:52.989 INFO kablam! Oct 12 04:31:53.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:53.004 INFO kablam! --> src/domain.rs:111:9 Oct 12 04:31:53.004 INFO kablam! | Oct 12 04:31:53.004 INFO kablam! 111 | domain.query(&"type", &"donkeys"); Oct 12 04:31:53.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:53.004 INFO kablam! | Oct 12 04:31:53.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:53.004 INFO kablam! Oct 12 04:31:53.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:31:53.004 INFO kablam! --> src/domain.rs:120:9 Oct 12 04:31:53.004 INFO kablam! | Oct 12 04:31:53.004 INFO kablam! 120 | domain.query(&"type", &"donkeys"); Oct 12 04:31:53.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:31:53.004 INFO kablam! | Oct 12 04:31:53.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:31:53.004 INFO kablam! Oct 12 04:31:57.061 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.08s Oct 12 04:31:57.073 INFO kablam! su: No module specific data is present Oct 12 04:31:58.122 INFO running `"docker" "rm" "-f" "fb9065ff813deafd73e3642d259d948242d30b81932bd27cd8278e5265aa69ac"` Oct 12 04:31:58.352 INFO blam! fb9065ff813deafd73e3642d259d948242d30b81932bd27cd8278e5265aa69ac Oct 12 04:31:58.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 04:31:58.760 INFO blam! 2f84f4a18a65f40c89a23d0e3da60b1664016fc53c57b6dae88114f25e294f55 Oct 12 04:31:58.762 INFO running `"docker" "start" "-a" "2f84f4a18a65f40c89a23d0e3da60b1664016fc53c57b6dae88114f25e294f55"` Oct 12 04:32:01.016 INFO kablam! usermod: no changes Oct 12 04:32:01.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 12 04:32:01.256 INFO kablam! Running /target/debug/deps/burgundy-c147eba94c2fd80d Oct 12 04:32:01.257 INFO blam! Oct 12 04:32:01.257 INFO blam! running 10 tests Oct 12 04:32:01.313 INFO blam! test domain::test::domain_should_strip_slash ... ok Oct 12 04:32:01.328 INFO blam! test domain::test::domain_no_end_slash ... ok Oct 12 04:32:01.328 INFO blam! test domain::test::domain_with_base_query ... ok Oct 12 04:32:01.329 INFO blam! test request_information::query_builder::test::empty_query_is_blank ... ok Oct 12 04:32:01.340 INFO blam! test request_information::query_builder::test::multiple_query_key_value ... ok Oct 12 04:32:01.360 INFO blam! test request_information::query_builder::test::one_query_key_value ... ok Oct 12 04:32:01.369 INFO blam! test path::test::push_works ... ok Oct 12 04:32:01.372 INFO blam! test domain::test::domain_with_base_query_and_path ... ok Oct 12 04:32:01.376 INFO blam! test path::test::query_parameters ... ok Oct 12 04:32:01.384 INFO blam! test path::test::domain_should_strip_slash ... ok Oct 12 04:32:01.384 INFO blam! Oct 12 04:32:01.384 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:32:01.384 INFO blam! Oct 12 04:32:01.392 INFO kablam! Doc-tests burgundy Oct 12 04:32:15.824 INFO blam! Oct 12 04:32:15.824 INFO blam! running 0 tests Oct 12 04:32:15.824 INFO blam! Oct 12 04:32:15.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:32:15.824 INFO blam! Oct 12 04:32:15.828 INFO kablam! su: No module specific data is present Oct 12 04:32:17.077 INFO running `"docker" "rm" "-f" "2f84f4a18a65f40c89a23d0e3da60b1664016fc53c57b6dae88114f25e294f55"` Oct 12 04:32:17.352 INFO blam! 2f84f4a18a65f40c89a23d0e3da60b1664016fc53c57b6dae88114f25e294f55