Oct 27 17:38:15.597 INFO checking qcow2-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:38:15.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 17:38:15.927 INFO blam! b711b8925d7be19ad33b3652ce8665c40dcc1904447fe27af3220952223e2583 Oct 27 17:38:15.947 INFO running `"docker" "start" "-a" "b711b8925d7be19ad33b3652ce8665c40dcc1904447fe27af3220952223e2583"` Oct 27 17:38:17.127 INFO kablam! usermod: no changes Oct 27 17:38:17.207 INFO kablam! Checking linked-hash-map v0.0.9 Oct 27 17:38:17.211 INFO kablam! Checking positioned-io v0.2.2 Oct 27 17:38:18.343 INFO kablam! Checking lru-cache v0.0.7 Oct 27 17:38:19.191 INFO kablam! Checking qcow2 v0.1.2 (/source) Oct 27 17:38:20.339 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 17:38:20.339 INFO kablam! --> src/extension.rs:1:5 Oct 27 17:38:20.339 INFO kablam! | Oct 27 17:38:20.339 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 27 17:38:20.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:38:20.339 INFO kablam! | Oct 27 17:38:20.339 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:38:20.339 INFO kablam! Oct 27 17:38:20.459 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 17:38:20.459 INFO kablam! --> src/extension.rs:1:5 Oct 27 17:38:20.459 INFO kablam! | Oct 27 17:38:20.459 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 27 17:38:20.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:38:20.459 INFO kablam! | Oct 27 17:38:20.459 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:38:20.459 INFO kablam! Oct 27 17:38:20.591 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 17:38:20.591 INFO kablam! --> src/extension.rs:1:5 Oct 27 17:38:20.591 INFO kablam! | Oct 27 17:38:20.591 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 27 17:38:20.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:38:20.591 INFO kablam! | Oct 27 17:38:20.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:38:20.591 INFO kablam! Oct 27 17:38:20.591 INFO kablam! warning: unused import: `byteorder::ReadBytesExt` Oct 27 17:38:20.591 INFO kablam! --> src/extension.rs:7:5 Oct 27 17:38:20.591 INFO kablam! | Oct 27 17:38:20.591 INFO kablam! 7 | use byteorder::ReadBytesExt; Oct 27 17:38:20.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:38:20.591 INFO kablam! Oct 27 17:38:20.659 INFO kablam! warning: variable does not need to be mutable Oct 27 17:38:20.659 INFO kablam! --> src/header.rs:207:21 Oct 27 17:38:20.659 INFO kablam! | Oct 27 17:38:20.659 INFO kablam! 207 | let mut ext = self.v3.extension(ext_code); Oct 27 17:38:20.659 INFO kablam! | ----^^^ Oct 27 17:38:20.659 INFO kablam! | | Oct 27 17:38:20.659 INFO kablam! | help: remove this `mut` Oct 27 17:38:20.659 INFO kablam! | Oct 27 17:38:20.659 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:38:20.659 INFO kablam! Oct 27 17:38:20.678 INFO kablam! warning: variable does not need to be mutable Oct 27 17:38:20.678 INFO kablam! --> src/read.rs:146:58 Oct 27 17:38:20.678 INFO kablam! | Oct 27 17:38:20.678 INFO kablam! 146 | fn guest_read(&self, l1: &T, pos: u64, mut buf: &mut [u8]) -> io::Result { Oct 27 17:38:20.678 INFO kablam! | ----^^^ Oct 27 17:38:20.678 INFO kablam! | | Oct 27 17:38:20.678 INFO kablam! | help: remove this `mut` Oct 27 17:38:20.678 INFO kablam! Oct 27 17:38:20.683 INFO kablam! warning: variable does not need to be mutable Oct 27 17:38:20.683 INFO kablam! --> src/read.rs:193:33 Oct 27 17:38:20.683 INFO kablam! | Oct 27 17:38:20.683 INFO kablam! 193 | fn read_at(&self, pos: u64, mut buf: &mut [u8]) -> io::Result { Oct 27 17:38:20.683 INFO kablam! | ----^^^ Oct 27 17:38:20.683 INFO kablam! | | Oct 27 17:38:20.683 INFO kablam! | help: remove this `mut` Oct 27 17:38:20.683 INFO kablam! Oct 27 17:38:20.692 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 17:38:20.692 INFO kablam! --> src/extension.rs:1:5 Oct 27 17:38:20.692 INFO kablam! | Oct 27 17:38:20.692 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 27 17:38:20.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:38:20.692 INFO kablam! | Oct 27 17:38:20.692 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:38:20.692 INFO kablam! Oct 27 17:38:20.692 INFO kablam! warning: unused import: `byteorder::ReadBytesExt` Oct 27 17:38:20.692 INFO kablam! --> src/extension.rs:7:5 Oct 27 17:38:20.692 INFO kablam! | Oct 27 17:38:20.692 INFO kablam! 7 | use byteorder::ReadBytesExt; Oct 27 17:38:20.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:38:20.692 INFO kablam! Oct 27 17:38:20.755 INFO kablam! warning: variable does not need to be mutable Oct 27 17:38:20.755 INFO kablam! --> src/header.rs:207:21 Oct 27 17:38:20.755 INFO kablam! | Oct 27 17:38:20.755 INFO kablam! 207 | let mut ext = self.v3.extension(ext_code); Oct 27 17:38:20.755 INFO kablam! | ----^^^ Oct 27 17:38:20.755 INFO kablam! | | Oct 27 17:38:20.755 INFO kablam! | help: remove this `mut` Oct 27 17:38:20.755 INFO kablam! | Oct 27 17:38:20.755 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:38:20.755 INFO kablam! Oct 27 17:38:20.781 INFO kablam! warning: variable does not need to be mutable Oct 27 17:38:20.781 INFO kablam! --> src/read.rs:146:58 Oct 27 17:38:20.781 INFO kablam! | Oct 27 17:38:20.781 INFO kablam! 146 | fn guest_read(&self, l1: &T, pos: u64, mut buf: &mut [u8]) -> io::Result { Oct 27 17:38:20.781 INFO kablam! | ----^^^ Oct 27 17:38:20.781 INFO kablam! | | Oct 27 17:38:20.781 INFO kablam! | help: remove this `mut` Oct 27 17:38:20.781 INFO kablam! Oct 27 17:38:20.795 INFO kablam! warning: variable does not need to be mutable Oct 27 17:38:20.795 INFO kablam! --> src/read.rs:193:33 Oct 27 17:38:20.795 INFO kablam! | Oct 27 17:38:20.795 INFO kablam! 193 | fn read_at(&self, pos: u64, mut buf: &mut [u8]) -> io::Result { Oct 27 17:38:20.795 INFO kablam! | ----^^^ Oct 27 17:38:20.795 INFO kablam! | | Oct 27 17:38:20.795 INFO kablam! | help: remove this `mut` Oct 27 17:38:20.795 INFO kablam! Oct 27 17:38:23.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.11s Oct 27 17:38:23.295 INFO kablam! su: No module specific data is present Oct 27 17:38:24.179 INFO running `"docker" "rm" "-f" "b711b8925d7be19ad33b3652ce8665c40dcc1904447fe27af3220952223e2583"` Oct 27 17:38:24.575 INFO blam! b711b8925d7be19ad33b3652ce8665c40dcc1904447fe27af3220952223e2583