Oct 21 22:39:51.924 INFO checking uuid-0.7.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:39:51.924 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:39:52.309 INFO blam! 06c1e543469acb3f3538feb1b2c61365ce0c6f775546e71c1107707aba1bb125 Oct 21 22:39:52.311 INFO running `"docker" "start" "-a" "06c1e543469acb3f3538feb1b2c61365ce0c6f775546e71c1107707aba1bb125"` Oct 21 22:39:53.407 INFO kablam! usermod: no changes Oct 21 22:39:53.568 INFO kablam! Checking uuid v0.7.1 (/source) Oct 21 22:39:53.584 INFO kablam! Checking serde_test v1.0.80 Oct 21 22:39:54.804 INFO kablam! warning: method is never used: `encode_buffer` Oct 21 22:39:54.804 INFO kablam! --> src/lib.rs:952:5 Oct 21 22:39:54.804 INFO kablam! | Oct 21 22:39:54.804 INFO kablam! 952 | pub(crate) fn encode_buffer() -> [u8; adapter::Urn::LENGTH] { Oct 21 22:39:54.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:39:54.804 INFO kablam! | Oct 21 22:39:54.805 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 22:39:54.805 INFO kablam! Oct 21 22:39:58.100 INFO kablam! warning: unused import: `test::Bencher` Oct 21 22:39:58.100 INFO kablam! --> benches/slog_support/parse_str.rs:1:5 Oct 21 22:39:58.100 INFO kablam! | Oct 21 22:39:58.100 INFO kablam! 1 | use test::Bencher; Oct 21 22:39:58.100 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 22:39:58.100 INFO kablam! | Oct 21 22:39:58.100 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:39:58.100 INFO kablam! Oct 21 22:39:58.100 INFO kablam! warning: unused import: `uuid::prelude::*` Oct 21 22:39:58.100 INFO kablam! --> benches/slog_support/parse_str.rs:2:5 Oct 21 22:39:58.100 INFO kablam! | Oct 21 22:39:58.100 INFO kablam! 2 | use uuid::prelude::*; Oct 21 22:39:58.101 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:39:58.101 INFO kablam! Oct 21 22:39:59.030 INFO kablam! warning: unused variable: `uuid` Oct 21 22:39:59.030 INFO kablam! --> benches/format_str.rs:41:9 Oct 21 22:39:59.030 INFO kablam! | Oct 21 22:39:59.030 INFO kablam! 41 | let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); Oct 21 22:39:59.030 INFO kablam! | ^^^^ help: consider using `_uuid` instead Oct 21 22:39:59.030 INFO kablam! | Oct 21 22:39:59.030 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 22:39:59.030 INFO kablam! Oct 21 22:39:59.030 INFO kablam! warning: unused variable: `uuid` Oct 21 22:39:59.030 INFO kablam! --> benches/format_str.rs:51:9 Oct 21 22:39:59.030 INFO kablam! | Oct 21 22:39:59.030 INFO kablam! 51 | let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); Oct 21 22:39:59.030 INFO kablam! | ^^^^ help: consider using `_uuid` instead Oct 21 22:39:59.030 INFO kablam! Oct 21 22:39:59.031 INFO kablam! warning: unused variable: `uuid` Oct 21 22:39:59.031 INFO kablam! --> benches/format_str.rs:61:9 Oct 21 22:39:59.031 INFO kablam! | Oct 21 22:39:59.031 INFO kablam! 61 | let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); Oct 21 22:39:59.031 INFO kablam! | ^^^^ help: consider using `_uuid` instead Oct 21 22:39:59.033 INFO kablam! Oct 21 22:39:59.040 INFO kablam! warning: variable does not need to be mutable Oct 21 22:39:59.040 INFO kablam! --> benches/format_str.rs:43:13 Oct 21 22:39:59.040 INFO kablam! | Oct 21 22:39:59.040 INFO kablam! 43 | let mut buffer = [0_u8; 36]; Oct 21 22:39:59.040 INFO kablam! | ----^^^^^^ Oct 21 22:39:59.040 INFO kablam! | | Oct 21 22:39:59.040 INFO kablam! | help: remove this `mut` Oct 21 22:39:59.040 INFO kablam! | Oct 21 22:39:59.040 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:39:59.040 INFO kablam! Oct 21 22:39:59.040 INFO kablam! warning: variable does not need to be mutable Oct 21 22:39:59.040 INFO kablam! --> benches/format_str.rs:43:13 Oct 21 22:39:59.040 INFO kablam! | Oct 21 22:39:59.040 INFO kablam! 43 | let mut buffer = [0_u8; 36]; Oct 21 22:39:59.040 INFO kablam! | ----^^^^^^ Oct 21 22:39:59.040 INFO kablam! | | Oct 21 22:39:59.040 INFO kablam! | help: remove this `mut` Oct 21 22:39:59.040 INFO kablam! Oct 21 22:39:59.040 INFO kablam! warning: variable does not need to be mutable Oct 21 22:39:59.040 INFO kablam! --> benches/format_str.rs:53:13 Oct 21 22:39:59.040 INFO kablam! | Oct 21 22:39:59.040 INFO kablam! 53 | let mut buffer = [0_u8; 32]; Oct 21 22:39:59.040 INFO kablam! | ----^^^^^^ Oct 21 22:39:59.040 INFO kablam! | | Oct 21 22:39:59.040 INFO kablam! | help: remove this `mut` Oct 21 22:39:59.041 INFO kablam! Oct 21 22:39:59.041 INFO kablam! warning: variable does not need to be mutable Oct 21 22:39:59.041 INFO kablam! --> benches/format_str.rs:63:13 Oct 21 22:39:59.041 INFO kablam! | Oct 21 22:39:59.041 INFO kablam! 63 | let mut buffer = [0_u8; 36 + 9]; Oct 21 22:39:59.041 INFO kablam! | ----^^^^^^ Oct 21 22:39:59.041 INFO kablam! | | Oct 21 22:39:59.041 INFO kablam! | help: remove this `mut` Oct 21 22:39:59.041 INFO kablam! Oct 21 22:39:59.671 INFO kablam! warning: method is never used: `encode_buffer` Oct 21 22:39:59.671 INFO kablam! --> src/lib.rs:952:5 Oct 21 22:39:59.671 INFO kablam! | Oct 21 22:39:59.671 INFO kablam! 952 | pub(crate) fn encode_buffer() -> [u8; adapter::Urn::LENGTH] { Oct 21 22:39:59.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:39:59.671 INFO kablam! | Oct 21 22:39:59.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 22:39:59.671 INFO kablam! Oct 21 22:39:59.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.29s Oct 21 22:39:59.748 INFO kablam! su: No module specific data is present Oct 21 22:40:00.312 INFO running `"docker" "rm" "-f" "06c1e543469acb3f3538feb1b2c61365ce0c6f775546e71c1107707aba1bb125"` Oct 21 22:40:00.553 INFO blam! 06c1e543469acb3f3538feb1b2c61365ce0c6f775546e71c1107707aba1bb125