Oct 22 01:46:40.165 INFO checking linux-perf-file-reader-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:46:40.165 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 22 01:46:40.504 INFO blam! 60f143b1317fcc1b592b399bd6f2abfde2ec01cdabca3a41ddfa9f2242f9cef2 Oct 22 01:46:40.516 INFO running `"docker" "start" "-a" "60f143b1317fcc1b592b399bd6f2abfde2ec01cdabca3a41ddfa9f2242f9cef2"` Oct 22 01:46:41.260 INFO kablam! usermod: no changes Oct 22 01:46:41.323 INFO kablam! Checking linux-perf-file-reader v0.1.0 (/source) Oct 22 01:46:42.244 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:46:42.244 INFO kablam! --> src/lib.rs:547:15 Oct 22 01:46:42.244 INFO kablam! | Oct 22 01:46:42.244 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Oct 22 01:46:42.244 INFO kablam! | _______________^ Oct 22 01:46:42.244 INFO kablam! 548 | | arch: arch, cpu_id: cpu_id, cpu_description: cpu_description, total_memory: total_memory, command_line: command_line, cpu_topology: cpu_topology})); Oct 22 01:46:42.244 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Oct 22 01:46:42.245 INFO kablam! | Oct 22 01:46:42.245 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 01:46:42.245 INFO kablam! help: remove these parentheses Oct 22 01:46:42.245 INFO kablam! | Oct 22 01:46:42.245 INFO kablam! 547 | return Ok(Info{hostname: hostname, Oct 22 01:46:42.245 INFO kablam! 548 | os_release: os_release, Oct 22 01:46:42.245 INFO kablam! 549 | tools_version: tools_version, Oct 22 01:46:42.245 INFO kablam! 550 | arch: arch, Oct 22 01:46:42.245 INFO kablam! 551 | cpu_id: cpu_id, Oct 22 01:46:42.245 INFO kablam! 552 | cpu_description: cpu_description, Oct 22 01:46:42.245 INFO kablam! ... Oct 22 01:46:42.245 INFO kablam! Oct 22 01:46:42.332 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:46:42.332 INFO kablam! --> src/lib.rs:547:15 Oct 22 01:46:42.332 INFO kablam! | Oct 22 01:46:42.332 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Oct 22 01:46:42.332 INFO kablam! | _______________^ Oct 22 01:46:42.332 INFO kablam! 548 | | arch: arch, cpu_id: cpu_id, cpu_description: cpu_description, total_memory: total_memory, command_line: command_line, cpu_topology: cpu_topology})); Oct 22 01:46:42.332 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Oct 22 01:46:42.332 INFO kablam! | Oct 22 01:46:42.332 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 01:46:42.332 INFO kablam! help: remove these parentheses Oct 22 01:46:42.332 INFO kablam! | Oct 22 01:46:42.332 INFO kablam! 547 | return Ok(Info{hostname: hostname, Oct 22 01:46:42.332 INFO kablam! 548 | os_release: os_release, Oct 22 01:46:42.332 INFO kablam! 549 | tools_version: tools_version, Oct 22 01:46:42.332 INFO kablam! 550 | arch: arch, Oct 22 01:46:42.332 INFO kablam! 551 | cpu_id: cpu_id, Oct 22 01:46:42.332 INFO kablam! 552 | cpu_description: cpu_description, Oct 22 01:46:42.332 INFO kablam! ... Oct 22 01:46:42.332 INFO kablam! Oct 22 01:46:42.644 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:42.644 INFO kablam! --> src/lib.rs:386:13 Oct 22 01:46:42.644 INFO kablam! | Oct 22 01:46:42.644 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Oct 22 01:46:42.644 INFO kablam! | ----^^^^^ Oct 22 01:46:42.644 INFO kablam! | | Oct 22 01:46:42.644 INFO kablam! | help: remove this `mut` Oct 22 01:46:42.644 INFO kablam! | Oct 22 01:46:42.644 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:46:42.644 INFO kablam! Oct 22 01:46:42.798 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:42.798 INFO kablam! --> src/lib.rs:386:13 Oct 22 01:46:42.798 INFO kablam! | Oct 22 01:46:42.798 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Oct 22 01:46:42.798 INFO kablam! | ----^^^^^ Oct 22 01:46:42.798 INFO kablam! | | Oct 22 01:46:42.798 INFO kablam! | help: remove this `mut` Oct 22 01:46:42.798 INFO kablam! | Oct 22 01:46:42.798 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:46:42.798 INFO kablam! Oct 22 01:46:44.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.14s Oct 22 01:46:44.428 INFO kablam! su: No module specific data is present Oct 22 01:46:44.735 INFO running `"docker" "rm" "-f" "60f143b1317fcc1b592b399bd6f2abfde2ec01cdabca3a41ddfa9f2242f9cef2"` Oct 22 01:46:44.845 INFO blam! 60f143b1317fcc1b592b399bd6f2abfde2ec01cdabca3a41ddfa9f2242f9cef2