Oct 21 14:52:15.125 INFO checking penguin-wwy/BitcodeRecompiler against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:52:15.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 14:52:15.735 INFO blam! b4ff7055d6ea9039e7083d297d4a094fa37618554f78f3b783c555fbf9a5216e Oct 21 14:52:15.737 INFO running `"docker" "start" "-a" "b4ff7055d6ea9039e7083d297d4a094fa37618554f78f3b783c555fbf9a5216e"` Oct 21 14:52:16.804 INFO kablam! usermod: no changes Oct 21 14:52:16.980 INFO kablam! Checking uuid v0.6.3 Oct 21 14:52:17.573 INFO kablam! Checking mach_object v0.1.10 Oct 21 14:52:20.144 INFO kablam! Checking BitcodeRecompiler v0.1.0 (/source) Oct 21 14:52:20.732 INFO kablam! warning: unused import: `exit` Oct 21 14:52:20.732 INFO kablam! --> src/process.rs:9:36 Oct 21 14:52:20.732 INFO kablam! | Oct 21 14:52:20.732 INFO kablam! 9 | use std::process::{Command, Stdio, exit}; Oct 21 14:52:20.732 INFO kablam! | ^^^^ Oct 21 14:52:20.732 INFO kablam! | Oct 21 14:52:20.732 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:52:20.732 INFO kablam! Oct 21 14:52:20.776 INFO kablam! warning: unused import: `exit` Oct 21 14:52:20.776 INFO kablam! --> src/process.rs:9:36 Oct 21 14:52:20.776 INFO kablam! | Oct 21 14:52:20.776 INFO kablam! 9 | use std::process::{Command, Stdio, exit}; Oct 21 14:52:20.776 INFO kablam! | ^^^^ Oct 21 14:52:20.776 INFO kablam! | Oct 21 14:52:20.776 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:52:20.776 INFO kablam! Oct 21 14:52:20.872 INFO kablam! warning: unreachable statement Oct 21 14:52:20.872 INFO kablam! --> src/process.rs:264:29 Oct 21 14:52:20.872 INFO kablam! | Oct 21 14:52:20.872 INFO kablam! 264 | break 'outer; Oct 21 14:52:20.872 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:52:20.872 INFO kablam! | Oct 21 14:52:20.872 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 14:52:20.872 INFO kablam! Oct 21 14:52:20.904 INFO kablam! warning: unreachable statement Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:264:29 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 264 | break 'outer; Oct 21 14:52:20.905 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `magic` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:56:31 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^^ help: try ignoring the field: `magic: _` Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `files` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:56:42 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `files` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:60:34 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 60 | &OFile::ArFile { ref files } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `ranlibs` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:64:34 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 64 | &OFile::SymDef { ref ranlibs } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^^^^ help: try ignoring the field: `ranlibs: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:80:48 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 80 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:94:48 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 94 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:109:48 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 109 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:124:48 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 124 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:139:48 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 139 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.905 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.905 INFO kablam! --> src/process.rs:174:40 Oct 21 14:52:20.905 INFO kablam! | Oct 21 14:52:20.905 INFO kablam! 174 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.905 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.905 INFO kablam! Oct 21 14:52:20.908 INFO kablam! warning: unused variable: `process_compile` Oct 21 14:52:20.908 INFO kablam! --> src/process.rs:211:25 Oct 21 14:52:20.908 INFO kablam! | Oct 21 14:52:20.908 INFO kablam! 211 | let mut process_compile = Command::new("clang").arg("-cc1").args(v).spawn().unwrap(); Oct 21 14:52:20.908 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_process_compile` instead Oct 21 14:52:20.908 INFO kablam! Oct 21 14:52:20.908 INFO kablam! warning: unused variable: `header` Oct 21 14:52:20.908 INFO kablam! --> src/process.rs:226:37 Oct 21 14:52:20.908 INFO kablam! | Oct 21 14:52:20.908 INFO kablam! 226 | fn handle_macho_file(&mut self, header: &MachHeader, commands: &[MachCommand], ctxt: &mut FileContext) -> Result { Oct 21 14:52:20.908 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 21 14:52:20.908 INFO kablam! Oct 21 14:52:20.932 INFO kablam! warning: unused variable: `magic` Oct 21 14:52:20.932 INFO kablam! --> src/process.rs:56:31 Oct 21 14:52:20.932 INFO kablam! | Oct 21 14:52:20.932 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 21 14:52:20.932 INFO kablam! | ^^^^^ help: try ignoring the field: `magic: _` Oct 21 14:52:20.932 INFO kablam! | Oct 21 14:52:20.932 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:52:20.932 INFO kablam! Oct 21 14:52:20.932 INFO kablam! warning: unused variable: `files` Oct 21 14:52:20.932 INFO kablam! --> src/process.rs:56:42 Oct 21 14:52:20.932 INFO kablam! | Oct 21 14:52:20.932 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 21 14:52:20.932 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 21 14:52:20.932 INFO kablam! Oct 21 14:52:20.932 INFO kablam! warning: unused variable: `files` Oct 21 14:52:20.932 INFO kablam! --> src/process.rs:60:34 Oct 21 14:52:20.932 INFO kablam! | Oct 21 14:52:20.932 INFO kablam! 60 | &OFile::ArFile { ref files } => { Oct 21 14:52:20.932 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 21 14:52:20.932 INFO kablam! Oct 21 14:52:20.932 INFO kablam! warning: unused variable: `ranlibs` Oct 21 14:52:20.932 INFO kablam! --> src/process.rs:64:34 Oct 21 14:52:20.932 INFO kablam! | Oct 21 14:52:20.932 INFO kablam! 64 | &OFile::SymDef { ref ranlibs } => { Oct 21 14:52:20.932 INFO kablam! | ^^^^^^^ help: try ignoring the field: `ranlibs: _` Oct 21 14:52:20.932 INFO kablam! Oct 21 14:52:20.932 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.932 INFO kablam! --> src/process.rs:80:48 Oct 21 14:52:20.933 INFO kablam! | Oct 21 14:52:20.933 INFO kablam! 80 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.933 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.933 INFO kablam! Oct 21 14:52:20.933 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.933 INFO kablam! --> src/process.rs:94:48 Oct 21 14:52:20.933 INFO kablam! | Oct 21 14:52:20.933 INFO kablam! 94 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.933 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.933 INFO kablam! Oct 21 14:52:20.933 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.933 INFO kablam! --> src/process.rs:109:48 Oct 21 14:52:20.933 INFO kablam! | Oct 21 14:52:20.933 INFO kablam! 109 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.933 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.933 INFO kablam! Oct 21 14:52:20.933 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.933 INFO kablam! --> src/process.rs:124:48 Oct 21 14:52:20.933 INFO kablam! | Oct 21 14:52:20.933 INFO kablam! 124 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.933 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.933 INFO kablam! Oct 21 14:52:20.933 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.933 INFO kablam! --> src/process.rs:139:48 Oct 21 14:52:20.933 INFO kablam! | Oct 21 14:52:20.933 INFO kablam! 139 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.933 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.933 INFO kablam! Oct 21 14:52:20.933 INFO kablam! warning: unused variable: `name` Oct 21 14:52:20.933 INFO kablam! --> src/process.rs:174:40 Oct 21 14:52:20.933 INFO kablam! | Oct 21 14:52:20.933 INFO kablam! 174 | XmlEvent::EndElement { name } => { Oct 21 14:52:20.933 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 14:52:20.933 INFO kablam! Oct 21 14:52:20.933 INFO kablam! warning: unused variable: `process_compile` Oct 21 14:52:20.933 INFO kablam! --> src/process.rs:211:25 Oct 21 14:52:20.933 INFO kablam! | Oct 21 14:52:20.933 INFO kablam! 211 | let mut process_compile = Command::new("clang").arg("-cc1").args(v).spawn().unwrap(); Oct 21 14:52:20.933 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_process_compile` instead Oct 21 14:52:20.933 INFO kablam! Oct 21 14:52:20.933 INFO kablam! warning: unused variable: `header` Oct 21 14:52:20.933 INFO kablam! --> src/process.rs:226:37 Oct 21 14:52:20.933 INFO kablam! | Oct 21 14:52:20.933 INFO kablam! 226 | fn handle_macho_file(&mut self, header: &MachHeader, commands: &[MachCommand], ctxt: &mut FileContext) -> Result { Oct 21 14:52:20.933 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 21 14:52:20.933 INFO kablam! Oct 21 14:52:20.964 INFO kablam! warning: variable does not need to be mutable Oct 21 14:52:20.964 INFO kablam! --> src/process.rs:306:13 Oct 21 14:52:20.964 INFO kablam! | Oct 21 14:52:20.964 INFO kablam! 306 | let mut search = Command::new("find") Oct 21 14:52:20.964 INFO kablam! | ----^^^^^^ Oct 21 14:52:20.964 INFO kablam! | | Oct 21 14:52:20.964 INFO kablam! | help: remove this `mut` Oct 21 14:52:20.964 INFO kablam! | Oct 21 14:52:20.964 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:52:20.964 INFO kablam! Oct 21 14:52:20.964 INFO kablam! warning: method is never used: `hexdump` Oct 21 14:52:20.964 INFO kablam! --> src/context.rs:26:5 Oct 21 14:52:20.964 INFO kablam! | Oct 21 14:52:20.964 INFO kablam! 26 | pub fn hexdump(&mut self, addr: usize, size: usize) -> Result, Error> { Oct 21 14:52:20.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:52:20.964 INFO kablam! | Oct 21 14:52:20.964 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:52:20.964 INFO kablam! Oct 21 14:52:20.964 INFO kablam! warning: crate `BitcodeRecompiler` should have a snake case name such as `bitcode_recompiler` Oct 21 14:52:20.964 INFO kablam! | Oct 21 14:52:20.964 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:52:20.965 INFO kablam! Oct 21 14:52:20.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:52:20.965 INFO kablam! --> src/main.rs:61:9 Oct 21 14:52:20.965 INFO kablam! | Oct 21 14:52:20.965 INFO kablam! 61 | mach_process.handle_ofile(&ofile, &mut filectx, matchs.opt_str("sdk"), matchs.opt_str("tool")); Oct 21 14:52:20.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:52:20.965 INFO kablam! | Oct 21 14:52:20.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:52:20.965 INFO kablam! Oct 21 14:52:20.980 INFO kablam! warning: variable does not need to be mutable Oct 21 14:52:20.980 INFO kablam! --> src/process.rs:306:13 Oct 21 14:52:20.980 INFO kablam! | Oct 21 14:52:20.980 INFO kablam! 306 | let mut search = Command::new("find") Oct 21 14:52:20.980 INFO kablam! | ----^^^^^^ Oct 21 14:52:20.980 INFO kablam! | | Oct 21 14:52:20.980 INFO kablam! | help: remove this `mut` Oct 21 14:52:20.980 INFO kablam! | Oct 21 14:52:20.980 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:52:20.980 INFO kablam! Oct 21 14:52:20.980 INFO kablam! warning: method is never used: `hexdump` Oct 21 14:52:20.980 INFO kablam! --> src/context.rs:26:5 Oct 21 14:52:20.980 INFO kablam! | Oct 21 14:52:20.980 INFO kablam! 26 | pub fn hexdump(&mut self, addr: usize, size: usize) -> Result, Error> { Oct 21 14:52:20.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:52:20.980 INFO kablam! | Oct 21 14:52:20.980 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:52:20.980 INFO kablam! Oct 21 14:52:20.980 INFO kablam! warning: crate `BitcodeRecompiler` should have a snake case name such as `bitcode_recompiler` Oct 21 14:52:20.980 INFO kablam! | Oct 21 14:52:20.980 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:52:20.980 INFO kablam! Oct 21 14:52:20.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:52:20.982 INFO kablam! --> src/main.rs:61:9 Oct 21 14:52:20.982 INFO kablam! | Oct 21 14:52:20.982 INFO kablam! 61 | mach_process.handle_ofile(&ofile, &mut filectx, matchs.opt_str("sdk"), matchs.opt_str("tool")); Oct 21 14:52:20.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:52:20.982 INFO kablam! | Oct 21 14:52:20.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:52:20.982 INFO kablam! Oct 21 14:52:21.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.18s Oct 21 14:52:21.036 INFO kablam! su: No module specific data is present Oct 21 14:52:21.737 INFO running `"docker" "rm" "-f" "b4ff7055d6ea9039e7083d297d4a094fa37618554f78f3b783c555fbf9a5216e"` Oct 21 14:52:22.116 INFO blam! b4ff7055d6ea9039e7083d297d4a094fa37618554f78f3b783c555fbf9a5216e