Sep 02 08:34:03.980 INFO checking linux-perf-file-reader-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 08:34:03.980 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 08:34:03.980 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 08:34:04.157 INFO blam! f9f0f21eb99ff14ee49bfaacadf662273168f33bc1a53ae99d77400351de5447 Sep 02 08:34:04.159 INFO running `"docker" "start" "-a" "f9f0f21eb99ff14ee49bfaacadf662273168f33bc1a53ae99d77400351de5447"` Sep 02 08:34:04.875 INFO kablam! Checking linux-perf-file-reader v0.1.0 (file:///source) Sep 02 08:34:05.642 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 08:34:05.642 INFO kablam! --> src/lib.rs:547:15 Sep 02 08:34:05.642 INFO kablam! | Sep 02 08:34:05.642 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Sep 02 08:34:05.642 INFO kablam! | _______________^ Sep 02 08:34:05.642 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 02 08:34:05.642 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Sep 02 08:34:05.642 INFO kablam! | Sep 02 08:34:05.642 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 08:34:05.642 INFO kablam! help: remove these parentheses Sep 02 08:34:05.642 INFO kablam! | Sep 02 08:34:05.643 INFO kablam! 547 | return Ok(Info{hostname: hostname, Sep 02 08:34:05.643 INFO kablam! 548 | os_release: os_release, Sep 02 08:34:05.643 INFO kablam! 549 | tools_version: tools_version, Sep 02 08:34:05.643 INFO kablam! 550 | arch: arch, Sep 02 08:34:05.643 INFO kablam! 551 | cpu_id: cpu_id, Sep 02 08:34:05.643 INFO kablam! 552 | cpu_description: cpu_description, Sep 02 08:34:05.643 INFO kablam! ... Sep 02 08:34:05.643 INFO kablam! Sep 02 08:34:05.660 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 08:34:05.660 INFO kablam! --> src/lib.rs:547:15 Sep 02 08:34:05.660 INFO kablam! | Sep 02 08:34:05.660 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Sep 02 08:34:05.660 INFO kablam! | _______________^ Sep 02 08:34:05.660 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 02 08:34:05.660 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Sep 02 08:34:05.660 INFO kablam! | Sep 02 08:34:05.660 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 08:34:05.661 INFO kablam! help: remove these parentheses Sep 02 08:34:05.661 INFO kablam! | Sep 02 08:34:05.661 INFO kablam! 547 | return Ok(Info{hostname: hostname, Sep 02 08:34:05.661 INFO kablam! 548 | os_release: os_release, Sep 02 08:34:05.661 INFO kablam! 549 | tools_version: tools_version, Sep 02 08:34:05.661 INFO kablam! 550 | arch: arch, Sep 02 08:34:05.661 INFO kablam! 551 | cpu_id: cpu_id, Sep 02 08:34:05.661 INFO kablam! 552 | cpu_description: cpu_description, Sep 02 08:34:05.661 INFO kablam! ... Sep 02 08:34:05.661 INFO kablam! Sep 02 08:34:06.653 INFO kablam! warning: variable does not need to be mutable Sep 02 08:34:06.653 INFO kablam! --> src/lib.rs:386:13 Sep 02 08:34:06.653 INFO kablam! | Sep 02 08:34:06.653 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Sep 02 08:34:06.653 INFO kablam! | ----^^^^^ Sep 02 08:34:06.653 INFO kablam! | | Sep 02 08:34:06.653 INFO kablam! | help: remove this `mut` Sep 02 08:34:06.653 INFO kablam! | Sep 02 08:34:06.653 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 08:34:06.653 INFO kablam! Sep 02 08:34:06.741 INFO kablam! warning: variable does not need to be mutable Sep 02 08:34:06.741 INFO kablam! --> src/lib.rs:386:13 Sep 02 08:34:06.741 INFO kablam! | Sep 02 08:34:06.741 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Sep 02 08:34:06.741 INFO kablam! | ----^^^^^ Sep 02 08:34:06.741 INFO kablam! | | Sep 02 08:34:06.741 INFO kablam! | help: remove this `mut` Sep 02 08:34:06.741 INFO kablam! | Sep 02 08:34:06.742 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 08:34:06.742 INFO kablam! Sep 02 08:34:08.362 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.53s Sep 02 08:34:08.369 INFO kablam! su: No module specific data is present Sep 02 08:34:08.857 INFO running `"docker" "rm" "-f" "f9f0f21eb99ff14ee49bfaacadf662273168f33bc1a53ae99d77400351de5447"` Sep 02 08:34:08.994 INFO blam! f9f0f21eb99ff14ee49bfaacadf662273168f33bc1a53ae99d77400351de5447