Oct 10 16:55:39.548 INFO testing penguin-wwy/BitcodeRecompiler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:55:39.549 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:55:39.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:55:39.956 INFO blam! ff7d7d41cd5f42a89454f7905d7213f52686430b45aced3a6ec3528f4a785d83 Oct 10 16:55:39.976 INFO running `"docker" "start" "-a" "ff7d7d41cd5f42a89454f7905d7213f52686430b45aced3a6ec3528f4a785d83"` Oct 10 16:55:40.804 INFO kablam! usermod: no changes Oct 10 16:55:40.893 INFO kablam! Compiling uuid v0.6.3 Oct 10 16:55:41.787 INFO kablam! Compiling mach_object v0.1.10 Oct 10 16:55:46.760 INFO kablam! Compiling BitcodeRecompiler v0.1.0 (/source) Oct 10 16:55:48.035 INFO kablam! warning: unused import: `exit` Oct 10 16:55:48.035 INFO kablam! --> src/process.rs:9:36 Oct 10 16:55:48.035 INFO kablam! | Oct 10 16:55:48.035 INFO kablam! 9 | use std::process::{Command, Stdio, exit}; Oct 10 16:55:48.035 INFO kablam! | ^^^^ Oct 10 16:55:48.035 INFO kablam! | Oct 10 16:55:48.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:55:48.035 INFO kablam! Oct 10 16:55:48.168 INFO kablam! warning: unreachable statement Oct 10 16:55:48.168 INFO kablam! --> src/process.rs:264:29 Oct 10 16:55:48.168 INFO kablam! | Oct 10 16:55:48.168 INFO kablam! 264 | break 'outer; Oct 10 16:55:48.168 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:55:48.168 INFO kablam! | Oct 10 16:55:48.168 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 16:55:48.168 INFO kablam! Oct 10 16:55:48.188 INFO kablam! warning: unused variable: `magic` Oct 10 16:55:48.188 INFO kablam! --> src/process.rs:56:31 Oct 10 16:55:48.189 INFO kablam! | Oct 10 16:55:48.189 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 10 16:55:48.189 INFO kablam! | ^^^^^ help: try ignoring the field: `magic: _` Oct 10 16:55:48.189 INFO kablam! | Oct 10 16:55:48.190 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:55:48.190 INFO kablam! Oct 10 16:55:48.190 INFO kablam! warning: unused variable: `files` Oct 10 16:55:48.191 INFO kablam! --> src/process.rs:56:42 Oct 10 16:55:48.191 INFO kablam! | Oct 10 16:55:48.191 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 10 16:55:48.191 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 10 16:55:48.191 INFO kablam! Oct 10 16:55:48.192 INFO kablam! warning: unused variable: `files` Oct 10 16:55:48.192 INFO kablam! --> src/process.rs:60:34 Oct 10 16:55:48.192 INFO kablam! | Oct 10 16:55:48.193 INFO kablam! 60 | &OFile::ArFile { ref files } => { Oct 10 16:55:48.193 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 10 16:55:48.193 INFO kablam! Oct 10 16:55:48.193 INFO kablam! warning: unused variable: `ranlibs` Oct 10 16:55:48.194 INFO kablam! --> src/process.rs:64:34 Oct 10 16:55:48.194 INFO kablam! | Oct 10 16:55:48.194 INFO kablam! 64 | &OFile::SymDef { ref ranlibs } => { Oct 10 16:55:48.195 INFO kablam! | ^^^^^^^ help: try ignoring the field: `ranlibs: _` Oct 10 16:55:48.195 INFO kablam! Oct 10 16:55:48.196 INFO kablam! warning: unused variable: `name` Oct 10 16:55:48.196 INFO kablam! --> src/process.rs:80:48 Oct 10 16:55:48.196 INFO kablam! | Oct 10 16:55:48.196 INFO kablam! 80 | XmlEvent::EndElement { name } => { Oct 10 16:55:48.197 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:48.197 INFO kablam! Oct 10 16:55:48.197 INFO kablam! warning: unused variable: `name` Oct 10 16:55:48.198 INFO kablam! --> src/process.rs:94:48 Oct 10 16:55:48.198 INFO kablam! | Oct 10 16:55:48.198 INFO kablam! 94 | XmlEvent::EndElement { name } => { Oct 10 16:55:48.198 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:48.199 INFO kablam! Oct 10 16:55:48.199 INFO kablam! warning: unused variable: `name` Oct 10 16:55:48.199 INFO kablam! --> src/process.rs:109:48 Oct 10 16:55:48.199 INFO kablam! | Oct 10 16:55:48.200 INFO kablam! 109 | XmlEvent::EndElement { name } => { Oct 10 16:55:48.200 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:48.200 INFO kablam! Oct 10 16:55:48.201 INFO kablam! warning: unused variable: `name` Oct 10 16:55:48.201 INFO kablam! --> src/process.rs:124:48 Oct 10 16:55:48.201 INFO kablam! | Oct 10 16:55:48.201 INFO kablam! 124 | XmlEvent::EndElement { name } => { Oct 10 16:55:48.202 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:48.202 INFO kablam! Oct 10 16:55:48.202 INFO kablam! warning: unused variable: `name` Oct 10 16:55:48.202 INFO kablam! --> src/process.rs:139:48 Oct 10 16:55:48.203 INFO kablam! | Oct 10 16:55:48.203 INFO kablam! 139 | XmlEvent::EndElement { name } => { Oct 10 16:55:48.203 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:48.203 INFO kablam! Oct 10 16:55:48.203 INFO kablam! warning: unused variable: `name` Oct 10 16:55:48.204 INFO kablam! --> src/process.rs:174:40 Oct 10 16:55:48.204 INFO kablam! | Oct 10 16:55:48.204 INFO kablam! 174 | XmlEvent::EndElement { name } => { Oct 10 16:55:48.205 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:48.205 INFO kablam! Oct 10 16:55:48.205 INFO kablam! warning: unused variable: `process_compile` Oct 10 16:55:48.205 INFO kablam! --> src/process.rs:211:25 Oct 10 16:55:48.205 INFO kablam! | Oct 10 16:55:48.206 INFO kablam! 211 | let mut process_compile = Command::new("clang").arg("-cc1").args(v).spawn().unwrap(); Oct 10 16:55:48.206 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_process_compile` instead Oct 10 16:55:48.206 INFO kablam! Oct 10 16:55:48.206 INFO kablam! warning: unused variable: `header` Oct 10 16:55:48.207 INFO kablam! --> src/process.rs:226:37 Oct 10 16:55:48.207 INFO kablam! | Oct 10 16:55:48.207 INFO kablam! 226 | fn handle_macho_file(&mut self, header: &MachHeader, commands: &[MachCommand], ctxt: &mut FileContext) -> Result { Oct 10 16:55:48.207 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 10 16:55:48.208 INFO kablam! Oct 10 16:55:48.245 INFO kablam! warning: variable does not need to be mutable Oct 10 16:55:48.245 INFO kablam! --> src/process.rs:306:13 Oct 10 16:55:48.245 INFO kablam! | Oct 10 16:55:48.246 INFO kablam! 306 | let mut search = Command::new("find") Oct 10 16:55:48.246 INFO kablam! | ----^^^^^^ Oct 10 16:55:48.246 INFO kablam! | | Oct 10 16:55:48.247 INFO kablam! | help: remove this `mut` Oct 10 16:55:48.247 INFO kablam! | Oct 10 16:55:48.247 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:55:48.248 INFO kablam! Oct 10 16:55:48.248 INFO kablam! warning: method is never used: `hexdump` Oct 10 16:55:48.248 INFO kablam! --> src/context.rs:26:5 Oct 10 16:55:48.249 INFO kablam! | Oct 10 16:55:48.249 INFO kablam! 26 | pub fn hexdump(&mut self, addr: usize, size: usize) -> Result, Error> { Oct 10 16:55:48.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:55:48.250 INFO kablam! | Oct 10 16:55:48.250 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:55:48.250 INFO kablam! Oct 10 16:55:48.251 INFO kablam! warning: crate `BitcodeRecompiler` should have a snake case name such as `bitcode_recompiler` Oct 10 16:55:48.251 INFO kablam! | Oct 10 16:55:48.251 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:55:48.251 INFO kablam! Oct 10 16:55:48.264 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:55:48.265 INFO kablam! --> src/main.rs:61:9 Oct 10 16:55:48.265 INFO kablam! | Oct 10 16:55:48.265 INFO kablam! 61 | mach_process.handle_ofile(&ofile, &mut filectx, matchs.opt_str("sdk"), matchs.opt_str("tool")); Oct 10 16:55:48.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:55:48.266 INFO kablam! | Oct 10 16:55:48.266 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:55:48.266 INFO kablam! Oct 10 16:55:50.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.07s Oct 10 16:55:50.904 INFO kablam! su: No module specific data is present Oct 10 16:55:51.583 INFO running `"docker" "rm" "-f" "ff7d7d41cd5f42a89454f7905d7213f52686430b45aced3a6ec3528f4a785d83"` Oct 10 16:55:51.838 INFO blam! ff7d7d41cd5f42a89454f7905d7213f52686430b45aced3a6ec3528f4a785d83 Oct 10 16:55:51.841 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:55:51.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:55:52.280 INFO blam! 0df53695237a5a230a08b8564c589e892374cacd2041fedddb33853ac9e38727 Oct 10 16:55:52.284 INFO running `"docker" "start" "-a" "0df53695237a5a230a08b8564c589e892374cacd2041fedddb33853ac9e38727"` Oct 10 16:55:53.404 INFO kablam! usermod: no changes Oct 10 16:55:53.532 INFO kablam! Compiling BitcodeRecompiler v0.1.0 (/source) Oct 10 16:55:54.832 INFO kablam! warning: unused import: `exit` Oct 10 16:55:54.840 INFO kablam! --> src/process.rs:9:36 Oct 10 16:55:54.840 INFO kablam! | Oct 10 16:55:54.840 INFO kablam! 9 | use std::process::{Command, Stdio, exit}; Oct 10 16:55:54.840 INFO kablam! | ^^^^ Oct 10 16:55:54.840 INFO kablam! | Oct 10 16:55:54.840 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:55:54.840 INFO kablam! Oct 10 16:55:54.968 INFO kablam! warning: unreachable statement Oct 10 16:55:54.969 INFO kablam! --> src/process.rs:264:29 Oct 10 16:55:54.969 INFO kablam! | Oct 10 16:55:54.969 INFO kablam! 264 | break 'outer; Oct 10 16:55:54.970 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:55:54.970 INFO kablam! | Oct 10 16:55:54.970 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 16:55:54.970 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `magic` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:56:31 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^^ help: try ignoring the field: `magic: _` Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `files` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:56:42 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 56 | &OFile::FatFile { magic, ref files } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `files` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:60:34 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 60 | &OFile::ArFile { ref files } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^^ help: try ignoring the field: `files: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `ranlibs` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:64:34 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 64 | &OFile::SymDef { ref ranlibs } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^^^^ help: try ignoring the field: `ranlibs: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `name` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:80:48 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 80 | XmlEvent::EndElement { name } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `name` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:94:48 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 94 | XmlEvent::EndElement { name } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `name` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:109:48 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 109 | XmlEvent::EndElement { name } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `name` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:124:48 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 124 | XmlEvent::EndElement { name } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `name` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:139:48 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 139 | XmlEvent::EndElement { name } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `name` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:174:40 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 174 | XmlEvent::EndElement { name } => { Oct 10 16:55:54.997 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `process_compile` Oct 10 16:55:54.997 INFO kablam! --> src/process.rs:211:25 Oct 10 16:55:54.997 INFO kablam! | Oct 10 16:55:54.997 INFO kablam! 211 | let mut process_compile = Command::new("clang").arg("-cc1").args(v).spawn().unwrap(); Oct 10 16:55:54.997 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_process_compile` instead Oct 10 16:55:54.997 INFO kablam! Oct 10 16:55:54.997 INFO kablam! warning: unused variable: `header` Oct 10 16:55:54.998 INFO kablam! --> src/process.rs:226:37 Oct 10 16:55:54.998 INFO kablam! | Oct 10 16:55:54.998 INFO kablam! 226 | fn handle_macho_file(&mut self, header: &MachHeader, commands: &[MachCommand], ctxt: &mut FileContext) -> Result { Oct 10 16:55:54.998 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 10 16:55:54.998 INFO kablam! Oct 10 16:55:55.040 INFO kablam! warning: variable does not need to be mutable Oct 10 16:55:55.040 INFO kablam! --> src/process.rs:306:13 Oct 10 16:55:55.040 INFO kablam! | Oct 10 16:55:55.040 INFO kablam! 306 | let mut search = Command::new("find") Oct 10 16:55:55.040 INFO kablam! | ----^^^^^^ Oct 10 16:55:55.040 INFO kablam! | | Oct 10 16:55:55.040 INFO kablam! | help: remove this `mut` Oct 10 16:55:55.040 INFO kablam! | Oct 10 16:55:55.040 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:55:55.040 INFO kablam! Oct 10 16:55:55.041 INFO kablam! warning: method is never used: `hexdump` Oct 10 16:55:55.041 INFO kablam! --> src/context.rs:26:5 Oct 10 16:55:55.041 INFO kablam! | Oct 10 16:55:55.041 INFO kablam! 26 | pub fn hexdump(&mut self, addr: usize, size: usize) -> Result, Error> { Oct 10 16:55:55.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:55:55.041 INFO kablam! | Oct 10 16:55:55.041 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:55:55.041 INFO kablam! Oct 10 16:55:55.041 INFO kablam! warning: crate `BitcodeRecompiler` should have a snake case name such as `bitcode_recompiler` Oct 10 16:55:55.041 INFO kablam! | Oct 10 16:55:55.041 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:55:55.041 INFO kablam! Oct 10 16:55:55.041 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:55:55.041 INFO kablam! --> src/main.rs:61:9 Oct 10 16:55:55.041 INFO kablam! | Oct 10 16:55:55.041 INFO kablam! 61 | mach_process.handle_ofile(&ofile, &mut filectx, matchs.opt_str("sdk"), matchs.opt_str("tool")); Oct 10 16:55:55.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:55:55.041 INFO kablam! | Oct 10 16:55:55.041 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:55:55.041 INFO kablam! Oct 10 16:55:55.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 10 16:55:55.472 INFO kablam! su: No module specific data is present Oct 10 16:55:56.013 INFO running `"docker" "rm" "-f" "0df53695237a5a230a08b8564c589e892374cacd2041fedddb33853ac9e38727"` Oct 10 16:55:56.218 INFO blam! 0df53695237a5a230a08b8564c589e892374cacd2041fedddb33853ac9e38727 Oct 10 16:55:56.220 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:55:56.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:55:56.653 INFO blam! ec894ecdec1a94a2ce606e1716a6256fd54ef31463f8e0bc20a8d2c1a86ef73d Oct 10 16:55:56.655 INFO running `"docker" "start" "-a" "ec894ecdec1a94a2ce606e1716a6256fd54ef31463f8e0bc20a8d2c1a86ef73d"` Oct 10 16:55:57.648 INFO kablam! usermod: no changes Oct 10 16:55:57.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 16:55:57.772 INFO kablam! Running /target/debug/deps/BitcodeRecompiler-6a5db8b838f1fb34 Oct 10 16:55:57.772 INFO blam! Oct 10 16:55:57.772 INFO kablam! su: No module specific data is present Oct 10 16:55:57.772 INFO blam! running 0 tests Oct 10 16:55:57.772 INFO blam! Oct 10 16:55:57.772 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:55:57.772 INFO blam! Oct 10 16:55:58.568 INFO running `"docker" "rm" "-f" "ec894ecdec1a94a2ce606e1716a6256fd54ef31463f8e0bc20a8d2c1a86ef73d"` Oct 10 16:55:58.960 INFO blam! ec894ecdec1a94a2ce606e1716a6256fd54ef31463f8e0bc20a8d2c1a86ef73d