Oct 28 00:29:20.159 INFO checking burgundy-0.2.8 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:29:20.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 28 00:29:20.339 INFO blam! e77ce15050b29f931dfab08c4abbbd52f91d56847b0b42cdf851baf4f2d76684 Oct 28 00:29:20.347 INFO running `"docker" "start" "-a" "e77ce15050b29f931dfab08c4abbbd52f91d56847b0b42cdf851baf4f2d76684"` Oct 28 00:29:21.031 INFO kablam! usermod: no changes Oct 28 00:29:21.379 INFO kablam! Checking burgundy v0.2.8 (/source) Oct 28 00:29:28.763 INFO kablam! warning: unused import: `log` Oct 28 00:29:28.763 INFO kablam! --> src/native_client.rs:8:25 Oct 28 00:29:28.763 INFO kablam! | Oct 28 00:29:28.763 INFO kablam! 8 | use extern::log::{info, log}; Oct 28 00:29:28.763 INFO kablam! | ^^^ Oct 28 00:29:28.763 INFO kablam! | Oct 28 00:29:28.763 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:29:28.763 INFO kablam! Oct 28 00:29:29.255 INFO kablam! warning: struct is never constructed: `Fmt` Oct 28 00:29:29.255 INFO kablam! --> src/request_information.rs:136:1 Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! 136 | / pub struct Fmt(pub F) Oct 28 00:29:29.255 INFO kablam! 137 | | where Oct 28 00:29:29.255 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 28 00:29:29.255 INFO kablam! | |______________________________________________^ Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:29:29.255 INFO kablam! Oct 28 00:29:29.255 INFO kablam! warning: unreachable `pub` item Oct 28 00:29:29.255 INFO kablam! --> src/request_information.rs:136:1 Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! 136 | pub struct Fmt(pub F) Oct 28 00:29:29.255 INFO kablam! | ^-- Oct 28 00:29:29.255 INFO kablam! | | Oct 28 00:29:29.255 INFO kablam! | _help: consider restricting its visibility: `crate` Oct 28 00:29:29.255 INFO kablam! | | Oct 28 00:29:29.255 INFO kablam! 137 | | where Oct 28 00:29:29.255 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 28 00:29:29.255 INFO kablam! | |______________________________________________^ Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! note: lint level defined here Oct 28 00:29:29.255 INFO kablam! --> src/lib.rs:2:9 Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! 2 | #![warn(unreachable_pub)] Oct 28 00:29:29.255 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:29:29.255 INFO kablam! = help: or consider exporting it for use by other crates Oct 28 00:29:29.255 INFO kablam! Oct 28 00:29:29.255 INFO kablam! warning: unreachable `pub` field Oct 28 00:29:29.255 INFO kablam! --> src/request_information.rs:136:19 Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! 136 | pub struct Fmt(pub F) Oct 28 00:29:29.255 INFO kablam! | ---^^ Oct 28 00:29:29.255 INFO kablam! | | Oct 28 00:29:29.255 INFO kablam! | help: consider restricting its visibility: `crate` Oct 28 00:29:29.255 INFO kablam! Oct 28 00:29:29.255 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.255 INFO kablam! --> src/path.rs:42:9 Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! 42 | self.info.push_path_part(next); Oct 28 00:29:29.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:29:29.255 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.255 INFO kablam! Oct 28 00:29:29.255 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.255 INFO kablam! --> src/path.rs:51:9 Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! 51 | self.info.push_path_part_partial(next); Oct 28 00:29:29.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.255 INFO kablam! Oct 28 00:29:29.255 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.255 INFO kablam! --> src/path.rs:61:9 Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! 61 | self.info.add_query_param(key, value); Oct 28 00:29:29.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.255 INFO kablam! | Oct 28 00:29:29.255 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.255 INFO kablam! Oct 28 00:29:29.479 INFO kablam! warning: unused import: `log` Oct 28 00:29:29.479 INFO kablam! --> src/native_client.rs:8:25 Oct 28 00:29:29.479 INFO kablam! | Oct 28 00:29:29.479 INFO kablam! 8 | use extern::log::{info, log}; Oct 28 00:29:29.479 INFO kablam! | ^^^ Oct 28 00:29:29.479 INFO kablam! | Oct 28 00:29:29.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:29:29.479 INFO kablam! Oct 28 00:29:29.907 INFO kablam! warning: struct is never constructed: `Fmt` Oct 28 00:29:29.907 INFO kablam! --> src/request_information.rs:136:1 Oct 28 00:29:29.907 INFO kablam! | Oct 28 00:29:29.907 INFO kablam! 136 | / pub struct Fmt(pub F) Oct 28 00:29:29.907 INFO kablam! 137 | | where Oct 28 00:29:29.907 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 28 00:29:29.907 INFO kablam! | |______________________________________________^ Oct 28 00:29:29.907 INFO kablam! | Oct 28 00:29:29.907 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:29:29.907 INFO kablam! Oct 28 00:29:29.915 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.915 INFO kablam! --> src/request_information/query_builder.rs:79:9 Oct 28 00:29:29.915 INFO kablam! | Oct 28 00:29:29.915 INFO kablam! 79 | query.add(&"key", &"value"); Oct 28 00:29:29.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.915 INFO kablam! | Oct 28 00:29:29.915 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:29:29.915 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.915 INFO kablam! Oct 28 00:29:29.918 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.918 INFO kablam! --> src/request_information/query_builder.rs:87:9 Oct 28 00:29:29.918 INFO kablam! | Oct 28 00:29:29.918 INFO kablam! 87 | query.add(&"key", &"value"); Oct 28 00:29:29.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.918 INFO kablam! | Oct 28 00:29:29.921 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.921 INFO kablam! Oct 28 00:29:29.921 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.921 INFO kablam! --> src/request_information/query_builder.rs:88:9 Oct 28 00:29:29.921 INFO kablam! | Oct 28 00:29:29.921 INFO kablam! 88 | query.add(&"donkeyfy", &true); Oct 28 00:29:29.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.921 INFO kablam! | Oct 28 00:29:29.921 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.921 INFO kablam! Oct 28 00:29:29.921 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.921 INFO kablam! --> src/request_information/query_builder.rs:89:9 Oct 28 00:29:29.921 INFO kablam! | Oct 28 00:29:29.921 INFO kablam! 89 | query.add(&"num_cats", &123); Oct 28 00:29:29.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.921 INFO kablam! | Oct 28 00:29:29.921 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.921 INFO kablam! Oct 28 00:29:29.925 INFO kablam! warning: unreachable `pub` item Oct 28 00:29:29.925 INFO kablam! --> src/request_information.rs:136:1 Oct 28 00:29:29.925 INFO kablam! | Oct 28 00:29:29.925 INFO kablam! 136 | pub struct Fmt(pub F) Oct 28 00:29:29.925 INFO kablam! | ^-- Oct 28 00:29:29.926 INFO kablam! | | Oct 28 00:29:29.926 INFO kablam! | _help: consider restricting its visibility: `crate` Oct 28 00:29:29.926 INFO kablam! | | Oct 28 00:29:29.926 INFO kablam! 137 | | where Oct 28 00:29:29.926 INFO kablam! 138 | | F: Fn(&mut fmt::Formatter) -> fmt::Result; Oct 28 00:29:29.926 INFO kablam! | |______________________________________________^ Oct 28 00:29:29.926 INFO kablam! | Oct 28 00:29:29.926 INFO kablam! note: lint level defined here Oct 28 00:29:29.926 INFO kablam! --> src/lib.rs:2:9 Oct 28 00:29:29.926 INFO kablam! | Oct 28 00:29:29.926 INFO kablam! 2 | #![warn(unreachable_pub)] Oct 28 00:29:29.926 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:29:29.926 INFO kablam! = help: or consider exporting it for use by other crates Oct 28 00:29:29.926 INFO kablam! Oct 28 00:29:29.926 INFO kablam! warning: unreachable `pub` field Oct 28 00:29:29.926 INFO kablam! --> src/request_information.rs:136:19 Oct 28 00:29:29.926 INFO kablam! | Oct 28 00:29:29.926 INFO kablam! 136 | pub struct Fmt(pub F) Oct 28 00:29:29.926 INFO kablam! | ---^^ Oct 28 00:29:29.926 INFO kablam! | | Oct 28 00:29:29.926 INFO kablam! | help: consider restricting its visibility: `crate` Oct 28 00:29:29.926 INFO kablam! Oct 28 00:29:29.933 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.933 INFO kablam! --> src/path.rs:42:9 Oct 28 00:29:29.933 INFO kablam! | Oct 28 00:29:29.933 INFO kablam! 42 | self.info.push_path_part(next); Oct 28 00:29:29.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.933 INFO kablam! | Oct 28 00:29:29.933 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.933 INFO kablam! Oct 28 00:29:29.933 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.933 INFO kablam! --> src/path.rs:51:9 Oct 28 00:29:29.933 INFO kablam! | Oct 28 00:29:29.933 INFO kablam! 51 | self.info.push_path_part_partial(next); Oct 28 00:29:29.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.933 INFO kablam! | Oct 28 00:29:29.933 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.933 INFO kablam! Oct 28 00:29:29.933 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.934 INFO kablam! --> src/path.rs:61:9 Oct 28 00:29:29.934 INFO kablam! | Oct 28 00:29:29.934 INFO kablam! 61 | self.info.add_query_param(key, value); Oct 28 00:29:29.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.934 INFO kablam! | Oct 28 00:29:29.934 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.934 INFO kablam! Oct 28 00:29:29.951 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.951 INFO kablam! --> src/domain.rs:111:9 Oct 28 00:29:29.951 INFO kablam! | Oct 28 00:29:29.951 INFO kablam! 111 | domain.query(&"type", &"donkeys"); Oct 28 00:29:29.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.951 INFO kablam! | Oct 28 00:29:29.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.951 INFO kablam! Oct 28 00:29:29.951 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:29:29.951 INFO kablam! --> src/domain.rs:120:9 Oct 28 00:29:29.951 INFO kablam! | Oct 28 00:29:29.951 INFO kablam! 120 | domain.query(&"type", &"donkeys"); Oct 28 00:29:29.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:29:29.951 INFO kablam! | Oct 28 00:29:29.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:29:29.951 INFO kablam! Oct 28 00:29:35.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.29s Oct 28 00:29:35.375 INFO kablam! su: No module specific data is present Oct 28 00:29:35.698 INFO running `"docker" "rm" "-f" "e77ce15050b29f931dfab08c4abbbd52f91d56847b0b42cdf851baf4f2d76684"` Oct 28 00:29:35.922 INFO blam! e77ce15050b29f931dfab08c4abbbd52f91d56847b0b42cdf851baf4f2d76684