Oct 27 23:13:17.918 INFO checking dexd-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:13:17.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 23:13:18.219 INFO blam! b0007adbb73f0b3052de105ade0dc3ce061fb5d879015d915803cd5894ee2850 Oct 27 23:13:18.225 INFO running `"docker" "start" "-a" "b0007adbb73f0b3052de105ade0dc3ce061fb5d879015d915803cd5894ee2850"` Oct 27 23:13:18.940 INFO kablam! usermod: no changes Oct 27 23:13:19.003 INFO kablam! Checking dexd v0.1.0 (/source) Oct 27 23:13:20.551 INFO kablam! warning: unused variable: `data` Oct 27 23:13:20.551 INFO kablam! --> src/encoded_array_item.rs:30:17 Oct 27 23:13:20.551 INFO kablam! | Oct 27 23:13:20.551 INFO kablam! 30 | pub fn read(data: &mut Cursor<&Vec>) -> EncodedArrayItem { Oct 27 23:13:20.551 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 23:13:20.555 INFO kablam! | Oct 27 23:13:20.555 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 23:13:20.559 INFO kablam! Oct 27 23:13:20.559 INFO kablam! warning: unused variable: `data` Oct 27 23:13:20.559 INFO kablam! --> src/encoded_array_item.rs:36:17 Oct 27 23:13:20.559 INFO kablam! | Oct 27 23:13:20.559 INFO kablam! 36 | pub fn read(data: &mut Cursor<&Vec>) -> EncodedArray { Oct 27 23:13:20.559 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 23:13:20.559 INFO kablam! Oct 27 23:13:20.559 INFO kablam! warning: unused variable: `value` Oct 27 23:13:20.559 INFO kablam! --> src/encoded_value.rs:50:13 Oct 27 23:13:20.559 INFO kablam! | Oct 27 23:13:20.559 INFO kablam! 50 | let value = number_of_bytes(value_type << 5); Oct 27 23:13:20.559 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 27 23:13:20.559 INFO kablam! Oct 27 23:13:20.875 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:13:20.875 INFO kablam! --> src/map_list.rs:91:9 Oct 27 23:13:20.875 INFO kablam! | Oct 27 23:13:20.875 INFO kablam! 91 | file.seek(SeekFrom::Start(offset.into())); Oct 27 23:13:20.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:13:20.875 INFO kablam! | Oct 27 23:13:20.875 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 23:13:20.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:13:20.875 INFO kablam! Oct 27 23:13:20.875 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:13:20.875 INFO kablam! --> src/prelude.rs:47:5 Oct 27 23:13:20.875 INFO kablam! | Oct 27 23:13:20.875 INFO kablam! 47 | dexfile.seek(SeekFrom::Start(start.into())); Oct 27 23:13:20.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:13:20.875 INFO kablam! | Oct 27 23:13:20.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:13:20.875 INFO kablam! Oct 27 23:13:20.875 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:13:20.875 INFO kablam! --> src/prelude.rs:93:5 Oct 27 23:13:20.875 INFO kablam! | Oct 27 23:13:20.875 INFO kablam! 93 | file.write_all(line.as_bytes()); Oct 27 23:13:20.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:13:20.875 INFO kablam! | Oct 27 23:13:20.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:13:20.875 INFO kablam! Oct 27 23:13:20.875 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:13:20.875 INFO kablam! --> src/string_data_item.rs:28:9 Oct 27 23:13:20.875 INFO kablam! | Oct 27 23:13:20.875 INFO kablam! 28 | file.seek(SeekFrom::Start(offset.into())); Oct 27 23:13:20.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:13:20.875 INFO kablam! | Oct 27 23:13:20.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:13:20.876 INFO kablam! Oct 27 23:13:20.883 INFO kablam! warning: unused variable: `data` Oct 27 23:13:20.883 INFO kablam! --> src/encoded_array_item.rs:30:17 Oct 27 23:13:20.883 INFO kablam! | Oct 27 23:13:20.883 INFO kablam! 30 | pub fn read(data: &mut Cursor<&Vec>) -> EncodedArrayItem { Oct 27 23:13:20.883 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 23:13:20.883 INFO kablam! | Oct 27 23:13:20.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 23:13:20.883 INFO kablam! Oct 27 23:13:20.883 INFO kablam! warning: unused variable: `data` Oct 27 23:13:20.883 INFO kablam! --> src/encoded_array_item.rs:36:17 Oct 27 23:13:20.883 INFO kablam! | Oct 27 23:13:20.883 INFO kablam! 36 | pub fn read(data: &mut Cursor<&Vec>) -> EncodedArray { Oct 27 23:13:20.883 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 23:13:20.883 INFO kablam! Oct 27 23:13:20.883 INFO kablam! warning: unused variable: `value` Oct 27 23:13:20.883 INFO kablam! --> src/encoded_value.rs:50:13 Oct 27 23:13:20.883 INFO kablam! | Oct 27 23:13:20.883 INFO kablam! 50 | let value = number_of_bytes(value_type << 5); Oct 27 23:13:20.883 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 27 23:13:20.883 INFO kablam! Oct 27 23:13:21.078 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:13:21.079 INFO kablam! --> src/map_list.rs:91:9 Oct 27 23:13:21.079 INFO kablam! | Oct 27 23:13:21.079 INFO kablam! 91 | file.seek(SeekFrom::Start(offset.into())); Oct 27 23:13:21.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:13:21.079 INFO kablam! | Oct 27 23:13:21.080 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 23:13:21.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:13:21.080 INFO kablam! Oct 27 23:13:21.080 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:13:21.080 INFO kablam! --> src/prelude.rs:47:5 Oct 27 23:13:21.080 INFO kablam! | Oct 27 23:13:21.081 INFO kablam! 47 | dexfile.seek(SeekFrom::Start(start.into())); Oct 27 23:13:21.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:13:21.082 INFO kablam! | Oct 27 23:13:21.082 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:13:21.082 INFO kablam! Oct 27 23:13:21.082 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:13:21.083 INFO kablam! --> src/prelude.rs:93:5 Oct 27 23:13:21.083 INFO kablam! | Oct 27 23:13:21.083 INFO kablam! 93 | file.write_all(line.as_bytes()); Oct 27 23:13:21.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:13:21.083 INFO kablam! | Oct 27 23:13:21.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:13:21.084 INFO kablam! Oct 27 23:13:21.088 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:13:21.088 INFO kablam! --> src/string_data_item.rs:28:9 Oct 27 23:13:21.088 INFO kablam! | Oct 27 23:13:21.088 INFO kablam! 28 | file.seek(SeekFrom::Start(offset.into())); Oct 27 23:13:21.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:13:21.088 INFO kablam! | Oct 27 23:13:21.088 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:13:21.088 INFO kablam! Oct 27 23:13:22.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.61s Oct 27 23:13:22.580 INFO kablam! su: No module specific data is present Oct 27 23:13:22.951 INFO running `"docker" "rm" "-f" "b0007adbb73f0b3052de105ade0dc3ce061fb5d879015d915803cd5894ee2850"` Oct 27 23:13:23.159 INFO blam! b0007adbb73f0b3052de105ade0dc3ce061fb5d879015d915803cd5894ee2850