Sep 04 11:57:10.373 INFO checking linux-perf-file-reader-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 11:57:10.374 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 11:57:10.375 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.546 INFO blam! cc88d81d8fc743e5d137ba8662d0699858882e42bd36f21e80cf4c78c0956e41 Sep 04 11:57:10.548 INFO running `"docker" "start" "-a" "cc88d81d8fc743e5d137ba8662d0699858882e42bd36f21e80cf4c78c0956e41"` Sep 04 11:57:11.278 INFO kablam! Checking linux-perf-file-reader v0.1.0 (file:///source) Sep 04 11:57:12.437 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:57:12.437 INFO kablam! --> src/lib.rs:547:15 Sep 04 11:57:12.437 INFO kablam! | Sep 04 11:57:12.437 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Sep 04 11:57:12.437 INFO kablam! | _______________^ Sep 04 11:57:12.438 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:12.438 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Sep 04 11:57:12.438 INFO kablam! | Sep 04 11:57:12.438 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:57:12.438 INFO kablam! help: remove these parentheses Sep 04 11:57:12.439 INFO kablam! | Sep 04 11:57:12.439 INFO kablam! 547 | return Ok(Info{hostname: hostname, Sep 04 11:57:12.439 INFO kablam! 548 | os_release: os_release, Sep 04 11:57:12.439 INFO kablam! 549 | tools_version: tools_version, Sep 04 11:57:12.439 INFO kablam! 550 | arch: arch, Sep 04 11:57:12.439 INFO kablam! 551 | cpu_id: cpu_id, Sep 04 11:57:12.439 INFO kablam! 552 | cpu_description: cpu_description, Sep 04 11:57:12.439 INFO kablam! ... Sep 04 11:57:12.439 INFO kablam! Sep 04 11:57:12.456 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:57:12.456 INFO kablam! --> src/lib.rs:547:15 Sep 04 11:57:12.456 INFO kablam! | Sep 04 11:57:12.456 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Sep 04 11:57:12.456 INFO kablam! | _______________^ Sep 04 11:57:12.456 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:12.456 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Sep 04 11:57:12.456 INFO kablam! | Sep 04 11:57:12.456 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:57:12.457 INFO kablam! help: remove these parentheses Sep 04 11:57:12.457 INFO kablam! | Sep 04 11:57:12.457 INFO kablam! 547 | return Ok(Info{hostname: hostname, Sep 04 11:57:12.457 INFO kablam! 548 | os_release: os_release, Sep 04 11:57:12.457 INFO kablam! 549 | tools_version: tools_version, Sep 04 11:57:12.457 INFO kablam! 550 | arch: arch, Sep 04 11:57:12.457 INFO kablam! 551 | cpu_id: cpu_id, Sep 04 11:57:12.457 INFO kablam! 552 | cpu_description: cpu_description, Sep 04 11:57:12.457 INFO kablam! ... Sep 04 11:57:12.457 INFO kablam! Sep 04 11:57:13.782 INFO kablam! warning: variable does not need to be mutable Sep 04 11:57:13.782 INFO kablam! --> src/lib.rs:386:13 Sep 04 11:57:13.782 INFO kablam! | Sep 04 11:57:13.782 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Sep 04 11:57:13.783 INFO kablam! | ----^^^^^ Sep 04 11:57:13.783 INFO kablam! | | Sep 04 11:57:13.783 INFO kablam! | help: remove this `mut` Sep 04 11:57:13.783 INFO kablam! | Sep 04 11:57:13.783 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:57:13.783 INFO kablam! Sep 04 11:57:13.795 INFO kablam! warning: variable does not need to be mutable Sep 04 11:57:13.795 INFO kablam! --> src/lib.rs:386:13 Sep 04 11:57:13.795 INFO kablam! | Sep 04 11:57:13.795 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Sep 04 11:57:13.795 INFO kablam! | ----^^^^^ Sep 04 11:57:13.795 INFO kablam! | | Sep 04 11:57:13.795 INFO kablam! | help: remove this `mut` Sep 04 11:57:13.795 INFO kablam! | Sep 04 11:57:13.796 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:57:13.796 INFO kablam! Sep 04 11:57:15.514 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.27s Sep 04 11:57:15.521 INFO kablam! su: No module specific data is present Sep 04 11:57:15.944 INFO running `"docker" "rm" "-f" "cc88d81d8fc743e5d137ba8662d0699858882e42bd36f21e80cf4c78c0956e41"` Sep 04 11:57:16.049 INFO blam! cc88d81d8fc743e5d137ba8662d0699858882e42bd36f21e80cf4c78c0956e41