Sep 21 07:31:14.962 INFO checking linux-perf-file-reader-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:31:14.962 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:31:14.962 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:31:15.140 INFO blam! 7ee28bdab792f9df32ac082c2e4a41e83340ab2cb4d4d1fffbd20bae0f48e101 Sep 21 07:31:15.141 INFO running `"docker" "start" "-a" "7ee28bdab792f9df32ac082c2e4a41e83340ab2cb4d4d1fffbd20bae0f48e101"` Sep 21 07:31:16.042 INFO kablam! usermod: no changes Sep 21 07:31:16.094 INFO kablam! Checking linux-perf-file-reader v0.1.0 (/source) Sep 21 07:31:16.471 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:31:16.471 INFO kablam! --> src/lib.rs:547:15 Sep 21 07:31:16.471 INFO kablam! | Sep 21 07:31:16.471 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Sep 21 07:31:16.471 INFO kablam! | _______________^ Sep 21 07:31:16.471 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 21 07:31:16.471 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Sep 21 07:31:16.471 INFO kablam! | Sep 21 07:31:16.471 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:31:16.471 INFO kablam! help: remove these parentheses Sep 21 07:31:16.471 INFO kablam! | Sep 21 07:31:16.471 INFO kablam! 547 | return Ok(Info{hostname: hostname, Sep 21 07:31:16.471 INFO kablam! 548 | os_release: os_release, Sep 21 07:31:16.471 INFO kablam! 549 | tools_version: tools_version, Sep 21 07:31:16.471 INFO kablam! 550 | arch: arch, Sep 21 07:31:16.471 INFO kablam! 551 | cpu_id: cpu_id, Sep 21 07:31:16.471 INFO kablam! 552 | cpu_description: cpu_description, Sep 21 07:31:16.471 INFO kablam! ... Sep 21 07:31:16.471 INFO kablam! Sep 21 07:31:16.561 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:31:16.561 INFO kablam! --> src/lib.rs:547:15 Sep 21 07:31:16.561 INFO kablam! | Sep 21 07:31:16.561 INFO kablam! 547 | return Ok((Info{hostname: hostname, os_release: os_release, tools_version: tools_version, Sep 21 07:31:16.561 INFO kablam! | _______________^ Sep 21 07:31:16.561 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 21 07:31:16.561 INFO kablam! | |__________________________________________________________________________________________________________________________________________________________^ Sep 21 07:31:16.561 INFO kablam! | Sep 21 07:31:16.561 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:31:16.561 INFO kablam! help: remove these parentheses Sep 21 07:31:16.561 INFO kablam! | Sep 21 07:31:16.561 INFO kablam! 547 | return Ok(Info{hostname: hostname, Sep 21 07:31:16.561 INFO kablam! 548 | os_release: os_release, Sep 21 07:31:16.561 INFO kablam! 549 | tools_version: tools_version, Sep 21 07:31:16.561 INFO kablam! 550 | arch: arch, Sep 21 07:31:16.561 INFO kablam! 551 | cpu_id: cpu_id, Sep 21 07:31:16.561 INFO kablam! 552 | cpu_description: cpu_description, Sep 21 07:31:16.561 INFO kablam! ... Sep 21 07:31:16.561 INFO kablam! Sep 21 07:31:16.974 INFO kablam! warning: variable does not need to be mutable Sep 21 07:31:16.974 INFO kablam! --> src/lib.rs:386:13 Sep 21 07:31:16.974 INFO kablam! | Sep 21 07:31:16.974 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Sep 21 07:31:16.974 INFO kablam! | ----^^^^^ Sep 21 07:31:16.974 INFO kablam! | | Sep 21 07:31:16.974 INFO kablam! | help: remove this `mut` Sep 21 07:31:16.974 INFO kablam! | Sep 21 07:31:16.974 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 07:31:16.974 INFO kablam! Sep 21 07:31:17.002 INFO kablam! warning: variable does not need to be mutable Sep 21 07:31:17.002 INFO kablam! --> src/lib.rs:386:13 Sep 21 07:31:17.002 INFO kablam! | Sep 21 07:31:17.002 INFO kablam! 386 | let mut slice = slice::from_raw_parts_mut(mem::transmute(&mut t), size); Sep 21 07:31:17.002 INFO kablam! | ----^^^^^ Sep 21 07:31:17.002 INFO kablam! | | Sep 21 07:31:17.002 INFO kablam! | help: remove this `mut` Sep 21 07:31:17.002 INFO kablam! | Sep 21 07:31:17.002 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 07:31:17.002 INFO kablam! Sep 21 07:31:17.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Sep 21 07:31:18.003 INFO kablam! su: No module specific data is present Sep 21 07:31:18.758 INFO running `"docker" "rm" "-f" "7ee28bdab792f9df32ac082c2e4a41e83340ab2cb4d4d1fffbd20bae0f48e101"` Sep 21 07:31:18.824 INFO blam! 7ee28bdab792f9df32ac082c2e4a41e83340ab2cb4d4d1fffbd20bae0f48e101