Oct 26 23:02:45.759 INFO checking penguin-wwy/BitcodeRecompiler against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:02:45.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 23:02:46.191 INFO blam! c9830e0b2f72fb6acebb4e5db7a0ae997511b553bd8af0bb6e859391ba964a46 Oct 26 23:02:46.199 INFO running `"docker" "start" "-a" "c9830e0b2f72fb6acebb4e5db7a0ae997511b553bd8af0bb6e859391ba964a46"` Oct 26 23:02:47.599 INFO kablam! usermod: no changes Oct 26 23:02:47.768 INFO kablam! Checking uuid v0.6.3 Oct 26 23:02:47.771 INFO kablam! Checking xml-rs v0.7.0 Oct 26 23:02:48.548 INFO kablam! Checking mach_object v0.1.10 Oct 26 23:02:52.095 INFO kablam! Checking BitcodeRecompiler v0.1.0 (/source) Oct 26 23:02:53.058 INFO kablam! warning: unused import: `exit` Oct 26 23:02:53.058 INFO kablam! --> src/process.rs:9:36 Oct 26 23:02:53.059 INFO kablam! | Oct 26 23:02:53.059 INFO kablam! 9 | use std::process::{Command, Stdio, exit}; Oct 26 23:02:53.059 INFO kablam! | ^^^^ Oct 26 23:02:53.059 INFO kablam! | Oct 26 23:02:53.059 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:02:53.059 INFO kablam! Oct 26 23:02:53.123 INFO kablam! warning: unused import: `exit` Oct 26 23:02:53.123 INFO kablam! --> src/process.rs:9:36 Oct 26 23:02:53.124 INFO kablam! | Oct 26 23:02:53.124 INFO kablam! 9 | use std::process::{Command, Stdio, exit}; Oct 26 23:02:53.124 INFO kablam! | ^^^^ Oct 26 23:02:53.124 INFO kablam! | Oct 26 23:02:53.124 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:02:53.124 INFO kablam! Oct 26 23:02:53.289 INFO kablam! warning: unreachable statement Oct 26 23:02:53.289 INFO kablam! --> src/process.rs:264:29 Oct 26 23:02:53.289 INFO kablam! | Oct 26 23:02:53.289 INFO kablam! 264 | break 'outer; Oct 26 23:02:53.289 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 23:02:53.291 INFO kablam! | Oct 26 23:02:53.291 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 26 23:02:53.291 INFO kablam! Oct 26 23:02:53.340 INFO kablam! warning: unused variable: `magic` Oct 26 23:02:53.341 INFO kablam! --> src/process.rs:56:31 Oct 26 23:02:53.341 INFO kablam! | Oct 26 23:02:53.341 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 26 23:02:53.341 INFO kablam! | ^^^^^ help: try ignoring the field: `magic: _` Oct 26 23:02:53.342 INFO kablam! | Oct 26 23:02:53.342 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:02:53.342 INFO kablam! Oct 26 23:02:53.342 INFO kablam! warning: unused variable: `files` Oct 26 23:02:53.342 INFO kablam! --> src/process.rs:56:42 Oct 26 23:02:53.342 INFO kablam! | Oct 26 23:02:53.342 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 26 23:02:53.342 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 26 23:02:53.342 INFO kablam! Oct 26 23:02:53.342 INFO kablam! warning: unused variable: `files` Oct 26 23:02:53.342 INFO kablam! --> src/process.rs:60:34 Oct 26 23:02:53.342 INFO kablam! | Oct 26 23:02:53.342 INFO kablam! 60 | &OFile::ArFile { ref files } => { Oct 26 23:02:53.342 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 26 23:02:53.342 INFO kablam! Oct 26 23:02:53.345 INFO kablam! warning: unused variable: `ranlibs` Oct 26 23:02:53.345 INFO kablam! --> src/process.rs:64:34 Oct 26 23:02:53.345 INFO kablam! | Oct 26 23:02:53.345 INFO kablam! 64 | &OFile::SymDef { ref ranlibs } => { Oct 26 23:02:53.345 INFO kablam! | ^^^^^^^ help: try ignoring the field: `ranlibs: _` Oct 26 23:02:53.345 INFO kablam! Oct 26 23:02:53.345 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.345 INFO kablam! --> src/process.rs:80:48 Oct 26 23:02:53.345 INFO kablam! | Oct 26 23:02:53.345 INFO kablam! 80 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.346 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.346 INFO kablam! Oct 26 23:02:53.346 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.346 INFO kablam! --> src/process.rs:94:48 Oct 26 23:02:53.346 INFO kablam! | Oct 26 23:02:53.346 INFO kablam! 94 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.346 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.346 INFO kablam! Oct 26 23:02:53.346 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.346 INFO kablam! --> src/process.rs:109:48 Oct 26 23:02:53.346 INFO kablam! | Oct 26 23:02:53.346 INFO kablam! 109 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.346 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.346 INFO kablam! Oct 26 23:02:53.346 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.351 INFO kablam! --> src/process.rs:124:48 Oct 26 23:02:53.351 INFO kablam! | Oct 26 23:02:53.351 INFO kablam! 124 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.351 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.351 INFO kablam! Oct 26 23:02:53.351 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.351 INFO kablam! --> src/process.rs:139:48 Oct 26 23:02:53.351 INFO kablam! | Oct 26 23:02:53.351 INFO kablam! 139 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.351 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.351 INFO kablam! Oct 26 23:02:53.351 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.351 INFO kablam! --> src/process.rs:174:40 Oct 26 23:02:53.351 INFO kablam! | Oct 26 23:02:53.351 INFO kablam! 174 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.351 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.351 INFO kablam! Oct 26 23:02:53.351 INFO kablam! warning: unused variable: `process_compile` Oct 26 23:02:53.351 INFO kablam! --> src/process.rs:211:25 Oct 26 23:02:53.351 INFO kablam! | Oct 26 23:02:53.351 INFO kablam! 211 | let mut process_compile = Command::new("clang").arg("-cc1").args(v).spawn().unwrap(); Oct 26 23:02:53.351 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_process_compile` instead Oct 26 23:02:53.352 INFO kablam! Oct 26 23:02:53.352 INFO kablam! warning: unused variable: `header` Oct 26 23:02:53.352 INFO kablam! --> src/process.rs:226:37 Oct 26 23:02:53.352 INFO kablam! | Oct 26 23:02:53.352 INFO kablam! 226 | fn handle_macho_file(&mut self, header: &MachHeader, commands: &[MachCommand], ctxt: &mut FileContext) -> Result { Oct 26 23:02:53.352 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 26 23:02:53.352 INFO kablam! Oct 26 23:02:53.367 INFO kablam! warning: unreachable statement Oct 26 23:02:53.367 INFO kablam! --> src/process.rs:264:29 Oct 26 23:02:53.367 INFO kablam! | Oct 26 23:02:53.367 INFO kablam! 264 | break 'outer; Oct 26 23:02:53.367 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 23:02:53.368 INFO kablam! | Oct 26 23:02:53.368 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 26 23:02:53.368 INFO kablam! Oct 26 23:02:53.423 INFO kablam! warning: unused variable: `magic` Oct 26 23:02:53.423 INFO kablam! --> src/process.rs:56:31 Oct 26 23:02:53.423 INFO kablam! | Oct 26 23:02:53.424 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 26 23:02:53.424 INFO kablam! | ^^^^^ help: try ignoring the field: `magic: _` Oct 26 23:02:53.424 INFO kablam! | Oct 26 23:02:53.424 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:02:53.425 INFO kablam! Oct 26 23:02:53.425 INFO kablam! warning: unused variable: `files` Oct 26 23:02:53.425 INFO kablam! --> src/process.rs:56:42 Oct 26 23:02:53.425 INFO kablam! | Oct 26 23:02:53.426 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 26 23:02:53.426 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 26 23:02:53.426 INFO kablam! Oct 26 23:02:53.426 INFO kablam! warning: unused variable: `files` Oct 26 23:02:53.427 INFO kablam! --> src/process.rs:60:34 Oct 26 23:02:53.427 INFO kablam! | Oct 26 23:02:53.427 INFO kablam! 60 | &OFile::ArFile { ref files } => { Oct 26 23:02:53.427 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 26 23:02:53.428 INFO kablam! Oct 26 23:02:53.428 INFO kablam! warning: unused variable: `ranlibs` Oct 26 23:02:53.428 INFO kablam! --> src/process.rs:64:34 Oct 26 23:02:53.428 INFO kablam! | Oct 26 23:02:53.428 INFO kablam! 64 | &OFile::SymDef { ref ranlibs } => { Oct 26 23:02:53.429 INFO kablam! | ^^^^^^^ help: try ignoring the field: `ranlibs: _` Oct 26 23:02:53.429 INFO kablam! Oct 26 23:02:53.429 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.429 INFO kablam! --> src/process.rs:80:48 Oct 26 23:02:53.430 INFO kablam! | Oct 26 23:02:53.430 INFO kablam! 80 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.430 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.430 INFO kablam! Oct 26 23:02:53.431 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.431 INFO kablam! --> src/process.rs:94:48 Oct 26 23:02:53.431 INFO kablam! | Oct 26 23:02:53.431 INFO kablam! 94 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.432 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.432 INFO kablam! Oct 26 23:02:53.432 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.432 INFO kablam! --> src/process.rs:109:48 Oct 26 23:02:53.433 INFO kablam! | Oct 26 23:02:53.433 INFO kablam! 109 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.433 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.433 INFO kablam! Oct 26 23:02:53.433 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.434 INFO kablam! --> src/process.rs:124:48 Oct 26 23:02:53.434 INFO kablam! | Oct 26 23:02:53.434 INFO kablam! 124 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.434 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.434 INFO kablam! Oct 26 23:02:53.434 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.434 INFO kablam! --> src/process.rs:139:48 Oct 26 23:02:53.434 INFO kablam! | Oct 26 23:02:53.434 INFO kablam! 139 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.434 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.434 INFO kablam! Oct 26 23:02:53.434 INFO kablam! warning: unused variable: `name` Oct 26 23:02:53.434 INFO kablam! --> src/process.rs:174:40 Oct 26 23:02:53.434 INFO kablam! | Oct 26 23:02:53.434 INFO kablam! 174 | XmlEvent::EndElement { name } => { Oct 26 23:02:53.434 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 26 23:02:53.434 INFO kablam! Oct 26 23:02:53.434 INFO kablam! warning: unused variable: `process_compile` Oct 26 23:02:53.434 INFO kablam! --> src/process.rs:211:25 Oct 26 23:02:53.434 INFO kablam! | Oct 26 23:02:53.434 INFO kablam! 211 | let mut process_compile = Command::new("clang").arg("-cc1").args(v).spawn().unwrap(); Oct 26 23:02:53.434 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_process_compile` instead Oct 26 23:02:53.434 INFO kablam! Oct 26 23:02:53.434 INFO kablam! warning: unused variable: `header` Oct 26 23:02:53.434 INFO kablam! --> src/process.rs:226:37 Oct 26 23:02:53.434 INFO kablam! | Oct 26 23:02:53.434 INFO kablam! 226 | fn handle_macho_file(&mut self, header: &MachHeader, commands: &[MachCommand], ctxt: &mut FileContext) -> Result { Oct 26 23:02:53.434 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 26 23:02:53.434 INFO kablam! Oct 26 23:02:53.439 INFO kablam! warning: variable does not need to be mutable Oct 26 23:02:53.439 INFO kablam! --> src/process.rs:306:13 Oct 26 23:02:53.439 INFO kablam! | Oct 26 23:02:53.440 INFO kablam! 306 | let mut search = Command::new("find") Oct 26 23:02:53.440 INFO kablam! | ----^^^^^^ Oct 26 23:02:53.440 INFO kablam! | | Oct 26 23:02:53.441 INFO kablam! | help: remove this `mut` Oct 26 23:02:53.441 INFO kablam! | Oct 26 23:02:53.442 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:02:53.442 INFO kablam! Oct 26 23:02:53.447 INFO kablam! warning: method is never used: `hexdump` Oct 26 23:02:53.447 INFO kablam! --> src/context.rs:26:5 Oct 26 23:02:53.447 INFO kablam! | Oct 26 23:02:53.447 INFO kablam! 26 | pub fn hexdump(&mut self, addr: usize, size: usize) -> Result, Error> { Oct 26 23:02:53.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:02:53.448 INFO kablam! | Oct 26 23:02:53.448 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:02:53.449 INFO kablam! Oct 26 23:02:53.449 INFO kablam! warning: crate `BitcodeRecompiler` should have a snake case name such as `bitcode_recompiler` Oct 26 23:02:53.450 INFO kablam! | Oct 26 23:02:53.450 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:02:53.450 INFO kablam! Oct 26 23:02:53.454 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 23:02:53.454 INFO kablam! --> src/main.rs:61:9 Oct 26 23:02:53.455 INFO kablam! | Oct 26 23:02:53.455 INFO kablam! 61 | mach_process.handle_ofile(&ofile, &mut filectx, matchs.opt_str("sdk"), matchs.opt_str("tool")); Oct 26 23:02:53.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:02:53.455 INFO kablam! | Oct 26 23:02:53.456 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 23:02:53.456 INFO kablam! Oct 26 23:02:53.528 INFO kablam! warning: variable does not need to be mutable Oct 26 23:02:53.529 INFO kablam! --> src/process.rs:306:13 Oct 26 23:02:53.529 INFO kablam! | Oct 26 23:02:53.529 INFO kablam! 306 | let mut search = Command::new("find") Oct 26 23:02:53.530 INFO kablam! | ----^^^^^^ Oct 26 23:02:53.530 INFO kablam! | | Oct 26 23:02:53.530 INFO kablam! | help: remove this `mut` Oct 26 23:02:53.531 INFO kablam! | Oct 26 23:02:53.531 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:02:53.531 INFO kablam! Oct 26 23:02:53.532 INFO kablam! warning: method is never used: `hexdump` Oct 26 23:02:53.533 INFO kablam! --> src/context.rs:26:5 Oct 26 23:02:53.533 INFO kablam! | Oct 26 23:02:53.533 INFO kablam! 26 | pub fn hexdump(&mut self, addr: usize, size: usize) -> Result, Error> { Oct 26 23:02:53.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:02:53.534 INFO kablam! | Oct 26 23:02:53.534 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:02:53.534 INFO kablam! Oct 26 23:02:53.535 INFO kablam! warning: crate `BitcodeRecompiler` should have a snake case name such as `bitcode_recompiler` Oct 26 23:02:53.535 INFO kablam! | Oct 26 23:02:53.536 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:02:53.536 INFO kablam! Oct 26 23:02:53.540 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 23:02:53.540 INFO kablam! --> src/main.rs:61:9 Oct 26 23:02:53.541 INFO kablam! | Oct 26 23:02:53.541 INFO kablam! 61 | mach_process.handle_ofile(&ofile, &mut filectx, matchs.opt_str("sdk"), matchs.opt_str("tool")); Oct 26 23:02:53.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:02:53.542 INFO kablam! | Oct 26 23:02:53.542 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 23:02:53.542 INFO kablam! Oct 26 23:02:53.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.96s Oct 26 23:02:53.609 INFO kablam! su: No module specific data is present Oct 26 23:02:55.381 INFO running `"docker" "rm" "-f" "c9830e0b2f72fb6acebb4e5db7a0ae997511b553bd8af0bb6e859391ba964a46"` Oct 26 23:02:55.715 INFO blam! c9830e0b2f72fb6acebb4e5db7a0ae997511b553bd8af0bb6e859391ba964a46