Oct 16 04:47:12.318 INFO testing jvm-assembler-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 04:47:12.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 16 04:47:12.523 INFO blam! d29f93af166a76913197aa982fa5bcc2a3b0e4bf83f156ccba64ced438b51c5c Oct 16 04:47:12.525 INFO running `"docker" "start" "-a" "d29f93af166a76913197aa982fa5bcc2a3b0e4bf83f156ccba64ced438b51c5c"` Oct 16 04:47:13.147 INFO kablam! usermod: no changes Oct 16 04:47:13.219 INFO kablam! Compiling jvm-assembler v0.0.1 (/source) Oct 16 04:47:14.119 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:14.119 INFO kablam! --> src/classfile.rs:393:24 Oct 16 04:47:14.119 INFO kablam! | Oct 16 04:47:14.119 INFO kablam! 393 | fn serialize(self, buf: &mut Vec) { Oct 16 04:47:14.119 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:14.119 INFO kablam! | Oct 16 04:47:14.119 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:47:14.119 INFO kablam! Oct 16 04:47:14.119 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:14.119 INFO kablam! --> src/classfile.rs:397:20 Oct 16 04:47:14.119 INFO kablam! | Oct 16 04:47:14.119 INFO kablam! 397 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> Interface { Oct 16 04:47:14.119 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:14.119 INFO kablam! Oct 16 04:47:14.119 INFO kablam! warning: unused variable: `classfile` Oct 16 04:47:14.119 INFO kablam! --> src/classfile.rs:397:44 Oct 16 04:47:14.119 INFO kablam! | Oct 16 04:47:14.119 INFO kablam! 397 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> Interface { Oct 16 04:47:14.119 INFO kablam! | ^^^^^^^^^ help: consider using `_classfile` instead Oct 16 04:47:14.119 INFO kablam! Oct 16 04:47:14.119 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:14.119 INFO kablam! --> src/classfile.rs:403:24 Oct 16 04:47:14.119 INFO kablam! | Oct 16 04:47:14.119 INFO kablam! 403 | fn serialize(self, buf: &mut Vec) { Oct 16 04:47:14.119 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:14.119 INFO kablam! Oct 16 04:47:14.119 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:14.119 INFO kablam! --> src/classfile.rs:407:20 Oct 16 04:47:14.119 INFO kablam! | Oct 16 04:47:14.119 INFO kablam! 407 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> Field { Oct 16 04:47:14.119 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:14.119 INFO kablam! Oct 16 04:47:14.119 INFO kablam! warning: unused variable: `classfile` Oct 16 04:47:14.119 INFO kablam! --> src/classfile.rs:407:44 Oct 16 04:47:14.119 INFO kablam! | Oct 16 04:47:14.119 INFO kablam! 407 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> Field { Oct 16 04:47:14.119 INFO kablam! | ^^^^^^^^^ help: consider using `_classfile` instead Oct 16 04:47:14.119 INFO kablam! Oct 16 04:47:14.119 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:14.119 INFO kablam! --> src/classfile.rs:472:24 Oct 16 04:47:14.120 INFO kablam! | Oct 16 04:47:14.120 INFO kablam! 472 | fn serialize(self, buf: &mut Vec) { Oct 16 04:47:14.120 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:14.120 INFO kablam! Oct 16 04:47:14.120 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:14.120 INFO kablam! --> src/classfile.rs:476:20 Oct 16 04:47:14.121 INFO kablam! | Oct 16 04:47:14.121 INFO kablam! 476 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> ExceptionTableEntry { Oct 16 04:47:14.121 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:14.121 INFO kablam! Oct 16 04:47:14.121 INFO kablam! warning: unused variable: `classfile` Oct 16 04:47:14.121 INFO kablam! --> src/classfile.rs:476:44 Oct 16 04:47:14.121 INFO kablam! | Oct 16 04:47:14.121 INFO kablam! 476 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> ExceptionTableEntry { Oct 16 04:47:14.121 INFO kablam! | ^^^^^^^^^ help: consider using `_classfile` instead Oct 16 04:47:14.121 INFO kablam! Oct 16 04:47:14.155 INFO kablam! warning: variable does not need to be mutable Oct 16 04:47:14.155 INFO kablam! --> src/classfile.rs:97:13 Oct 16 04:47:14.155 INFO kablam! | Oct 16 04:47:14.155 INFO kablam! 97 | let mut buf = &mut Deserializer::new(Box::new(stream.bytes().map(|r| r.unwrap()))); Oct 16 04:47:14.155 INFO kablam! | ----^^^ Oct 16 04:47:14.155 INFO kablam! | | Oct 16 04:47:14.155 INFO kablam! | help: remove this `mut` Oct 16 04:47:14.155 INFO kablam! | Oct 16 04:47:14.155 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:47:14.155 INFO kablam! Oct 16 04:47:14.179 INFO kablam! warning: variable does not need to be mutable Oct 16 04:47:14.179 INFO kablam! --> src/classfile.rs:336:13 Oct 16 04:47:14.179 INFO kablam! | Oct 16 04:47:14.179 INFO kablam! 336 | let mut code_buf = &mut Deserializer::new(Box::new(code.into_iter())); Oct 16 04:47:14.179 INFO kablam! | ----^^^^^^^^ Oct 16 04:47:14.179 INFO kablam! | | Oct 16 04:47:14.179 INFO kablam! | help: remove this `mut` Oct 16 04:47:14.179 INFO kablam! Oct 16 04:47:14.179 INFO kablam! warning: variable does not need to be mutable Oct 16 04:47:14.179 INFO kablam! --> src/classfile.rs:454:13 Oct 16 04:47:14.179 INFO kablam! | Oct 16 04:47:14.179 INFO kablam! 454 | let mut buf2 = &mut Deserializer::new(Box::new(attribute_body.into_iter())); Oct 16 04:47:14.179 INFO kablam! | ----^^^^ Oct 16 04:47:14.179 INFO kablam! | | Oct 16 04:47:14.179 INFO kablam! | help: remove this `mut` Oct 16 04:47:14.179 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: constant item is never used: `ACC_PUBLIC` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:3:1 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 3 | pub const ACC_PUBLIC: u16 = 0x1; Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: constant item is never used: `ACC_STATIC` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:4:1 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 4 | pub const ACC_STATIC: u16 = 0x8; Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: struct is never constructed: `ClassfileBuilder` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:6:1 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 6 | pub struct ClassfileBuilder { Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: method is never used: `new` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:15:5 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 15 | pub fn new(access_flags: u16, this_class: &str, super_class: &str) -> ClassfileBuilder { Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: method is never used: `define_method` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:28:5 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 28 | pub fn define_method(&mut self, access_flags: u16, name: &str, descriptor: &str) -> MethodBuilder { Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: method is never used: `push_constant` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:32:5 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 32 | fn push_constant(&mut self, constant: Constant) -> u16 { Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: method is never used: `define_utf8` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:38:5 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 38 | fn define_utf8(&mut self, string: &str) -> u16 { Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: method is never used: `define_class` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:42:5 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 42 | fn define_class(&mut self, class: &str) -> u16 { Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: method is never used: `define_name_and_type` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:47:5 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 47 | fn define_name_and_type(&mut self, name: &str, descriptor: &str) -> u16 { Oct 16 04:47:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.215 INFO kablam! Oct 16 04:47:14.215 INFO kablam! warning: method is never used: `define_fieldref` Oct 16 04:47:14.215 INFO kablam! --> src/classfile_builder.rs:53:5 Oct 16 04:47:14.215 INFO kablam! | Oct 16 04:47:14.215 INFO kablam! 53 | fn define_fieldref(&mut self, class: &str, name: &str, descriptor: &str) -> u16 { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `define_methodref` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:59:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 59 | fn define_methodref(&mut self, class: &str, name: &str, descriptor: &str) -> u16 { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `done` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:65:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 65 | pub fn done(self) -> Classfile { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: struct is never constructed: `MethodBuilder` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:70:1 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 70 | pub struct MethodBuilder<'a> { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `new` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:81:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 81 | fn new(classfile: &'a mut ClassfileBuilder, access_flags: u16, name: &str, descriptor: &str) -> MethodBuilder<'a> { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `get_static` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:95:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 95 | pub fn get_static(&mut self, class: &str, name: &str, descriptor: &str) { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `invoke_virtual` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:101:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 101 | pub fn invoke_virtual(&mut self, class: &str, name: &str, descriptor: &str) { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `bipush` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:107:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 107 | pub fn bipush(&mut self, value: i8) { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `iadd` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:112:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 112 | pub fn iadd(&mut self) { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `do_return` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:117:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 117 | pub fn do_return(&mut self) { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `increase_stack_depth` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:121:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 121 | fn increase_stack_depth(&mut self) { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `decrease_stack_depth` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:128:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 128 | fn decrease_stack_depth(&mut self) { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:14.216 INFO kablam! warning: method is never used: `done` Oct 16 04:47:14.216 INFO kablam! --> src/classfile_builder.rs:132:5 Oct 16 04:47:14.216 INFO kablam! | Oct 16 04:47:14.216 INFO kablam! 132 | pub fn done(self) { Oct 16 04:47:14.216 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:47:14.216 INFO kablam! Oct 16 04:47:15.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 16 04:47:15.035 INFO kablam! su: No module specific data is present Oct 16 04:47:15.272 INFO running `"docker" "rm" "-f" "d29f93af166a76913197aa982fa5bcc2a3b0e4bf83f156ccba64ced438b51c5c"` Oct 16 04:47:15.387 INFO blam! d29f93af166a76913197aa982fa5bcc2a3b0e4bf83f156ccba64ced438b51c5c Oct 16 04:47:15.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 16 04:47:15.659 INFO blam! 4a5c1d88ff5ecd761d7200925488401a1fd0fe5ef1a52e9e436da789bde209f3 Oct 16 04:47:15.659 INFO running `"docker" "start" "-a" "4a5c1d88ff5ecd761d7200925488401a1fd0fe5ef1a52e9e436da789bde209f3"` Oct 16 04:47:16.057 INFO kablam! usermod: no changes Oct 16 04:47:16.083 INFO kablam! Compiling jvm-assembler v0.0.1 (/source) Oct 16 04:47:16.911 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:16.911 INFO kablam! --> src/classfile.rs:393:24 Oct 16 04:47:16.911 INFO kablam! | Oct 16 04:47:16.911 INFO kablam! 393 | fn serialize(self, buf: &mut Vec) { Oct 16 04:47:16.911 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:16.911 INFO kablam! | Oct 16 04:47:16.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:47:16.911 INFO kablam! Oct 16 04:47:16.911 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:16.911 INFO kablam! --> src/classfile.rs:397:20 Oct 16 04:47:16.911 INFO kablam! | Oct 16 04:47:16.911 INFO kablam! 397 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> Interface { Oct 16 04:47:16.911 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:16.911 INFO kablam! Oct 16 04:47:16.911 INFO kablam! warning: unused variable: `classfile` Oct 16 04:47:16.911 INFO kablam! --> src/classfile.rs:397:44 Oct 16 04:47:16.911 INFO kablam! | Oct 16 04:47:16.911 INFO kablam! 397 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> Interface { Oct 16 04:47:16.911 INFO kablam! | ^^^^^^^^^ help: consider using `_classfile` instead Oct 16 04:47:16.911 INFO kablam! Oct 16 04:47:16.911 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:16.919 INFO kablam! --> src/classfile.rs:403:24 Oct 16 04:47:16.919 INFO kablam! | Oct 16 04:47:16.919 INFO kablam! 403 | fn serialize(self, buf: &mut Vec) { Oct 16 04:47:16.919 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:16.919 INFO kablam! Oct 16 04:47:16.919 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:16.919 INFO kablam! --> src/classfile.rs:407:20 Oct 16 04:47:16.919 INFO kablam! | Oct 16 04:47:16.919 INFO kablam! 407 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> Field { Oct 16 04:47:16.919 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:16.919 INFO kablam! Oct 16 04:47:16.919 INFO kablam! warning: unused variable: `classfile` Oct 16 04:47:16.919 INFO kablam! --> src/classfile.rs:407:44 Oct 16 04:47:16.919 INFO kablam! | Oct 16 04:47:16.919 INFO kablam! 407 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> Field { Oct 16 04:47:16.919 INFO kablam! | ^^^^^^^^^ help: consider using `_classfile` instead Oct 16 04:47:16.919 INFO kablam! Oct 16 04:47:16.919 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:16.919 INFO kablam! --> src/classfile.rs:472:24 Oct 16 04:47:16.919 INFO kablam! | Oct 16 04:47:16.919 INFO kablam! 472 | fn serialize(self, buf: &mut Vec) { Oct 16 04:47:16.919 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:16.919 INFO kablam! Oct 16 04:47:16.919 INFO kablam! warning: unused variable: `buf` Oct 16 04:47:16.919 INFO kablam! --> src/classfile.rs:476:20 Oct 16 04:47:16.919 INFO kablam! | Oct 16 04:47:16.919 INFO kablam! 476 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> ExceptionTableEntry { Oct 16 04:47:16.919 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 04:47:16.919 INFO kablam! Oct 16 04:47:16.919 INFO kablam! warning: unused variable: `classfile` Oct 16 04:47:16.919 INFO kablam! --> src/classfile.rs:476:44 Oct 16 04:47:16.919 INFO kablam! | Oct 16 04:47:16.919 INFO kablam! 476 | fn deserialize(buf: &mut Deserializer, classfile: &Classfile) -> ExceptionTableEntry { Oct 16 04:47:16.919 INFO kablam! | ^^^^^^^^^ help: consider using `_classfile` instead Oct 16 04:47:16.919 INFO kablam! Oct 16 04:47:16.941 INFO kablam! warning: variable does not need to be mutable Oct 16 04:47:16.941 INFO kablam! --> src/classfile.rs:97:13 Oct 16 04:47:16.942 INFO kablam! | Oct 16 04:47:16.942 INFO kablam! 97 | let mut buf = &mut Deserializer::new(Box::new(stream.bytes().map(|r| r.unwrap()))); Oct 16 04:47:16.942 INFO kablam! | ----^^^ Oct 16 04:47:16.942 INFO kablam! | | Oct 16 04:47:16.942 INFO kablam! | help: remove this `mut` Oct 16 04:47:16.943 INFO kablam! | Oct 16 04:47:16.943 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:47:16.943 INFO kablam! Oct 16 04:47:16.959 INFO kablam! warning: variable does not need to be mutable Oct 16 04:47:16.959 INFO kablam! --> src/classfile.rs:336:13 Oct 16 04:47:16.959 INFO kablam! | Oct 16 04:47:16.959 INFO kablam! 336 | let mut code_buf = &mut Deserializer::new(Box::new(code.into_iter())); Oct 16 04:47:16.959 INFO kablam! | ----^^^^^^^^ Oct 16 04:47:16.959 INFO kablam! | | Oct 16 04:47:16.959 INFO kablam! | help: remove this `mut` Oct 16 04:47:16.959 INFO kablam! Oct 16 04:47:16.967 INFO kablam! warning: variable does not need to be mutable Oct 16 04:47:16.967 INFO kablam! --> src/classfile.rs:454:13 Oct 16 04:47:16.967 INFO kablam! | Oct 16 04:47:16.967 INFO kablam! 454 | let mut buf2 = &mut Deserializer::new(Box::new(attribute_body.into_iter())); Oct 16 04:47:16.967 INFO kablam! | ----^^^^ Oct 16 04:47:16.967 INFO kablam! | | Oct 16 04:47:16.967 INFO kablam! | help: remove this `mut` Oct 16 04:47:16.967 INFO kablam! Oct 16 04:47:16.995 INFO kablam! warning: constant item is never used: `ACC_PUBLIC` Oct 16 04:47:16.995 INFO kablam! --> src/classfile_builder.rs:3:1 Oct 16 04:47:16.995 INFO kablam! | Oct 16 04:47:16.995 INFO kablam! 3 | pub const ACC_PUBLIC: u16 = 0x1; Oct 16 04:47:16.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:16.995 INFO kablam! | Oct 16 04:47:16.995 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:47:16.995 INFO kablam! Oct 16 04:47:16.995 INFO kablam! warning: constant item is never used: `ACC_STATIC` Oct 16 04:47:16.998 INFO kablam! --> src/classfile_builder.rs:4:1 Oct 16 04:47:16.998 INFO kablam! | Oct 16 04:47:16.998 INFO kablam! 4 | pub const ACC_STATIC: u16 = 0x8; Oct 16 04:47:16.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:16.998 INFO kablam! Oct 16 04:47:16.998 INFO kablam! warning: struct is never constructed: `ClassfileBuilder` Oct 16 04:47:16.998 INFO kablam! --> src/classfile_builder.rs:6:1 Oct 16 04:47:16.998 INFO kablam! | Oct 16 04:47:16.998 INFO kablam! 6 | pub struct ClassfileBuilder { Oct 16 04:47:16.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:16.998 INFO kablam! Oct 16 04:47:16.998 INFO kablam! warning: method is never used: `new` Oct 16 04:47:16.999 INFO kablam! --> src/classfile_builder.rs:15:5 Oct 16 04:47:16.999 INFO kablam! | Oct 16 04:47:16.999 INFO kablam! 15 | pub fn new(access_flags: u16, this_class: &str, super_class: &str) -> ClassfileBuilder { Oct 16 04:47:16.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:16.999 INFO kablam! Oct 16 04:47:16.999 INFO kablam! warning: method is never used: `define_method` Oct 16 04:47:16.999 INFO kablam! --> src/classfile_builder.rs:28:5 Oct 16 04:47:16.999 INFO kablam! | Oct 16 04:47:16.999 INFO kablam! 28 | pub fn define_method(&mut self, access_flags: u16, name: &str, descriptor: &str) -> MethodBuilder { Oct 16 04:47:16.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:16.999 INFO kablam! Oct 16 04:47:17.002 INFO kablam! warning: method is never used: `push_constant` Oct 16 04:47:17.002 INFO kablam! --> src/classfile_builder.rs:32:5 Oct 16 04:47:17.002 INFO kablam! | Oct 16 04:47:17.002 INFO kablam! 32 | fn push_constant(&mut self, constant: Constant) -> u16 { Oct 16 04:47:17.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.002 INFO kablam! Oct 16 04:47:17.002 INFO kablam! warning: method is never used: `define_utf8` Oct 16 04:47:17.002 INFO kablam! --> src/classfile_builder.rs:38:5 Oct 16 04:47:17.002 INFO kablam! | Oct 16 04:47:17.002 INFO kablam! 38 | fn define_utf8(&mut self, string: &str) -> u16 { Oct 16 04:47:17.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.002 INFO kablam! Oct 16 04:47:17.002 INFO kablam! warning: method is never used: `define_class` Oct 16 04:47:17.003 INFO kablam! --> src/classfile_builder.rs:42:5 Oct 16 04:47:17.003 INFO kablam! | Oct 16 04:47:17.003 INFO kablam! 42 | fn define_class(&mut self, class: &str) -> u16 { Oct 16 04:47:17.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.003 INFO kablam! Oct 16 04:47:17.003 INFO kablam! warning: method is never used: `define_name_and_type` Oct 16 04:47:17.003 INFO kablam! --> src/classfile_builder.rs:47:5 Oct 16 04:47:17.003 INFO kablam! | Oct 16 04:47:17.003 INFO kablam! 47 | fn define_name_and_type(&mut self, name: &str, descriptor: &str) -> u16 { Oct 16 04:47:17.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.003 INFO kablam! Oct 16 04:47:17.003 INFO kablam! warning: method is never used: `define_fieldref` Oct 16 04:47:17.003 INFO kablam! --> src/classfile_builder.rs:53:5 Oct 16 04:47:17.003 INFO kablam! | Oct 16 04:47:17.003 INFO kablam! 53 | fn define_fieldref(&mut self, class: &str, name: &str, descriptor: &str) -> u16 { Oct 16 04:47:17.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.003 INFO kablam! Oct 16 04:47:17.003 INFO kablam! warning: method is never used: `define_methodref` Oct 16 04:47:17.003 INFO kablam! --> src/classfile_builder.rs:59:5 Oct 16 04:47:17.003 INFO kablam! | Oct 16 04:47:17.003 INFO kablam! 59 | fn define_methodref(&mut self, class: &str, name: &str, descriptor: &str) -> u16 { Oct 16 04:47:17.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.003 INFO kablam! Oct 16 04:47:17.003 INFO kablam! warning: method is never used: `done` Oct 16 04:47:17.003 INFO kablam! --> src/classfile_builder.rs:65:5 Oct 16 04:47:17.004 INFO kablam! | Oct 16 04:47:17.004 INFO kablam! 65 | pub fn done(self) -> Classfile { Oct 16 04:47:17.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.004 INFO kablam! Oct 16 04:47:17.004 INFO kablam! warning: struct is never constructed: `MethodBuilder` Oct 16 04:47:17.004 INFO kablam! --> src/classfile_builder.rs:70:1 Oct 16 04:47:17.004 INFO kablam! | Oct 16 04:47:17.004 INFO kablam! 70 | pub struct MethodBuilder<'a> { Oct 16 04:47:17.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.004 INFO kablam! Oct 16 04:47:17.004 INFO kablam! warning: method is never used: `new` Oct 16 04:47:17.004 INFO kablam! --> src/classfile_builder.rs:81:5 Oct 16 04:47:17.004 INFO kablam! | Oct 16 04:47:17.004 INFO kablam! 81 | fn new(classfile: &'a mut ClassfileBuilder, access_flags: u16, name: &str, descriptor: &str) -> MethodBuilder<'a> { Oct 16 04:47:17.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.004 INFO kablam! Oct 16 04:47:17.004 INFO kablam! warning: method is never used: `get_static` Oct 16 04:47:17.004 INFO kablam! --> src/classfile_builder.rs:95:5 Oct 16 04:47:17.004 INFO kablam! | Oct 16 04:47:17.004 INFO kablam! 95 | pub fn get_static(&mut self, class: &str, name: &str, descriptor: &str) { Oct 16 04:47:17.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.004 INFO kablam! Oct 16 04:47:17.004 INFO kablam! warning: method is never used: `invoke_virtual` Oct 16 04:47:17.004 INFO kablam! --> src/classfile_builder.rs:101:5 Oct 16 04:47:17.004 INFO kablam! | Oct 16 04:47:17.004 INFO kablam! 101 | pub fn invoke_virtual(&mut self, class: &str, name: &str, descriptor: &str) { Oct 16 04:47:17.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.004 INFO kablam! Oct 16 04:47:17.004 INFO kablam! warning: method is never used: `bipush` Oct 16 04:47:17.004 INFO kablam! --> src/classfile_builder.rs:107:5 Oct 16 04:47:17.004 INFO kablam! | Oct 16 04:47:17.004 INFO kablam! 107 | pub fn bipush(&mut self, value: i8) { Oct 16 04:47:17.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.004 INFO kablam! Oct 16 04:47:17.004 INFO kablam! warning: method is never used: `iadd` Oct 16 04:47:17.005 INFO kablam! --> src/classfile_builder.rs:112:5 Oct 16 04:47:17.005 INFO kablam! | Oct 16 04:47:17.005 INFO kablam! 112 | pub fn iadd(&mut self) { Oct 16 04:47:17.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.005 INFO kablam! Oct 16 04:47:17.005 INFO kablam! warning: method is never used: `do_return` Oct 16 04:47:17.005 INFO kablam! --> src/classfile_builder.rs:117:5 Oct 16 04:47:17.005 INFO kablam! | Oct 16 04:47:17.005 INFO kablam! 117 | pub fn do_return(&mut self) { Oct 16 04:47:17.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.005 INFO kablam! Oct 16 04:47:17.005 INFO kablam! warning: method is never used: `increase_stack_depth` Oct 16 04:47:17.005 INFO kablam! --> src/classfile_builder.rs:121:5 Oct 16 04:47:17.005 INFO kablam! | Oct 16 04:47:17.005 INFO kablam! 121 | fn increase_stack_depth(&mut self) { Oct 16 04:47:17.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.005 INFO kablam! Oct 16 04:47:17.005 INFO kablam! warning: method is never used: `decrease_stack_depth` Oct 16 04:47:17.005 INFO kablam! --> src/classfile_builder.rs:128:5 Oct 16 04:47:17.005 INFO kablam! | Oct 16 04:47:17.005 INFO kablam! 128 | fn decrease_stack_depth(&mut self) { Oct 16 04:47:17.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.005 INFO kablam! Oct 16 04:47:17.005 INFO kablam! warning: method is never used: `done` Oct 16 04:47:17.005 INFO kablam! --> src/classfile_builder.rs:132:5 Oct 16 04:47:17.005 INFO kablam! | Oct 16 04:47:17.005 INFO kablam! 132 | pub fn done(self) { Oct 16 04:47:17.005 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:47:17.005 INFO kablam! Oct 16 04:47:17.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 16 04:47:17.389 INFO kablam! su: No module specific data is present Oct 16 04:47:17.760 INFO running `"docker" "rm" "-f" "4a5c1d88ff5ecd761d7200925488401a1fd0fe5ef1a52e9e436da789bde209f3"` Oct 16 04:47:18.059 INFO blam! 4a5c1d88ff5ecd761d7200925488401a1fd0fe5ef1a52e9e436da789bde209f3 Oct 16 04:47:18.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 16 04:47:18.531 INFO blam! bbea550c89f828307dd2539121a9fe07f99a6640d44ba5e91a8476df8d5debfa Oct 16 04:47:18.537 INFO running `"docker" "start" "-a" "bbea550c89f828307dd2539121a9fe07f99a6640d44ba5e91a8476df8d5debfa"` Oct 16 04:47:19.422 INFO kablam! usermod: no changes Oct 16 04:47:19.511 INFO blam! Oct 16 04:47:19.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 04:47:19.511 INFO blam! running 0 tests Oct 16 04:47:19.511 INFO kablam! Running /target/debug/deps/jvm_assembler-75ff270d55080b76 Oct 16 04:47:19.511 INFO blam! Oct 16 04:47:19.511 INFO kablam! su: No module specific data is present Oct 16 04:47:19.511 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:47:19.511 INFO blam! Oct 16 04:47:20.079 INFO running `"docker" "rm" "-f" "bbea550c89f828307dd2539121a9fe07f99a6640d44ba5e91a8476df8d5debfa"` Oct 16 04:47:20.276 INFO blam! bbea550c89f828307dd2539121a9fe07f99a6640d44ba5e91a8476df8d5debfa