Sep 04 11:57:10.194 INFO checking linux-perf-file-reader-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:57:10.194 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:57:10.194 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:57:10.353 INFO blam! 9e4fa8abb9e7ae95d000c0d0dbbe0e10851711b00dd6a413726ef54d9249aff4 Sep 04 11:57:10.355 INFO running `"docker" "start" "-a" "9e4fa8abb9e7ae95d000c0d0dbbe0e10851711b00dd6a413726ef54d9249aff4"` Sep 04 11:57:11.020 INFO kablam! Checking linux-perf-file-reader v0.1.0 (file:///source) Sep 04 11:57:11.969 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:57:11.970 INFO kablam! --> src/lib.rs:547:15 Sep 04 11:57:11.970 INFO kablam! | Sep 04 11:57:11.970 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Sep 04 11:57:11.970 INFO kablam! | _______________^ Sep 04 11:57:11.970 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})); Sep 04 11:57:11.970 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Sep 04 11:57:11.970 INFO kablam! | Sep 04 11:57:11.970 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:57:11.970 INFO kablam! help: remove these parentheses Sep 04 11:57:11.970 INFO kablam! | Sep 04 11:57:11.970 INFO kablam! 547 | return Ok(Info{hostname: hostname, Sep 04 11:57:11.970 INFO kablam! 548 | os_release: os_release, Sep 04 11:57:11.970 INFO kablam! 549 | tools_version: tools_version, Sep 04 11:57:11.970 INFO kablam! 550 | arch: arch, Sep 04 11:57:11.970 INFO kablam! 551 | cpu_id: cpu_id, Sep 04 11:57:11.970 INFO kablam! 552 | cpu_description: cpu_description, Sep 04 11:57:11.970 INFO kablam! ... Sep 04 11:57:11.970 INFO kablam! Sep 04 11:57:11.984 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:57:11.984 INFO kablam! --> src/lib.rs:547:15 Sep 04 11:57:11.984 INFO kablam! | Sep 04 11:57:11.984 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Sep 04 11:57:11.984 INFO kablam! | _______________^ Sep 04 11:57:11.984 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})); Sep 04 11:57:11.984 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Sep 04 11:57:11.984 INFO kablam! | Sep 04 11:57:11.984 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:57:11.984 INFO kablam! help: remove these parentheses Sep 04 11:57:11.984 INFO kablam! | Sep 04 11:57:11.984 INFO kablam! 547 | return Ok(Info{hostname: hostname, Sep 04 11:57:11.984 INFO kablam! 548 | os_release: os_release, Sep 04 11:57:11.984 INFO kablam! 549 | tools_version: tools_version, Sep 04 11:57:11.984 INFO kablam! 550 | arch: arch, Sep 04 11:57:11.984 INFO kablam! 551 | cpu_id: cpu_id, Sep 04 11:57:11.984 INFO kablam! 552 | cpu_description: cpu_description, Sep 04 11:57:11.984 INFO kablam! ... Sep 04 11:57:11.984 INFO kablam! Sep 04 11:57:13.199 INFO kablam! warning: variable does not need to be mutable Sep 04 11:57:13.199 INFO kablam! --> src/lib.rs:386:13 Sep 04 11:57:13.199 INFO kablam! | Sep 04 11:57:13.199 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Sep 04 11:57:13.199 INFO kablam! | ----^^^^^ Sep 04 11:57:13.199 INFO kablam! | | Sep 04 11:57:13.200 INFO kablam! | help: remove this `mut` Sep 04 11:57:13.200 INFO kablam! | Sep 04 11:57:13.200 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:57:13.200 INFO kablam! Sep 04 11:57:13.250 INFO kablam! warning: variable does not need to be mutable Sep 04 11:57:13.251 INFO kablam! --> src/lib.rs:386:13 Sep 04 11:57:13.251 INFO kablam! | Sep 04 11:57:13.251 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Sep 04 11:57:13.251 INFO kablam! | ----^^^^^ Sep 04 11:57:13.251 INFO kablam! | | Sep 04 11:57:13.251 INFO kablam! | help: remove this `mut` Sep 04 11:57:13.251 INFO kablam! | Sep 04 11:57:13.251 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:57:13.251 INFO kablam! Sep 04 11:57:15.282 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.30s Sep 04 11:57:15.288 INFO kablam! su: No module specific data is present Sep 04 11:57:15.771 INFO running `"docker" "rm" "-f" "9e4fa8abb9e7ae95d000c0d0dbbe0e10851711b00dd6a413726ef54d9249aff4"` Sep 04 11:57:15.870 INFO blam! 9e4fa8abb9e7ae95d000c0d0dbbe0e10851711b00dd6a413726ef54d9249aff4