Oct 15 01:44:24.707 INFO testing bugaevc/jvm-bindgen against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:44:24.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 01:44:25.055 INFO blam! a2ba376569ce8179490411471890964a9f870dd82d57d20cdbb3a2a72f674365 Oct 15 01:44:25.059 INFO running `"docker" "start" "-a" "a2ba376569ce8179490411471890964a9f870dd82d57d20cdbb3a2a72f674365"` Oct 15 01:44:26.090 INFO kablam! usermod: no changes Oct 15 01:44:26.208 INFO kablam! Compiling unicode-xid v0.1.0 Oct 15 01:44:26.208 INFO kablam! Compiling memchr v2.0.1 Oct 15 01:44:26.739 INFO kablam! Compiling proc-macro2 v0.4.13 Oct 15 01:44:27.300 INFO kablam! Compiling nom v4.0.0 Oct 15 01:44:31.897 INFO kablam! Compiling quote v0.6.6 Oct 15 01:44:33.741 INFO kablam! Compiling classfile-parser v0.3.2 Oct 15 01:44:37.298 INFO kablam! Compiling jvm-bindgen v0.1.0 (/source) Oct 15 01:44:39.027 INFO kablam! warning: unused import: `Read` Oct 15 01:44:39.027 INFO kablam! --> src/lib.rs:9:15 Oct 15 01:44:39.027 INFO kablam! | Oct 15 01:44:39.027 INFO kablam! 9 | use std::io::{Read, Write}; Oct 15 01:44:39.027 INFO kablam! | ^^^^ Oct 15 01:44:39.031 INFO kablam! | Oct 15 01:44:39.031 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:44:39.031 INFO kablam! Oct 15 01:44:39.031 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 15 01:44:39.031 INFO kablam! --> src/lib.rs:18:5 Oct 15 01:44:39.031 INFO kablam! | Oct 15 01:44:39.031 INFO kablam! 18 | use std::borrow::Cow; Oct 15 01:44:39.031 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 01:44:39.031 INFO kablam! Oct 15 01:44:39.123 INFO kablam! warning: unused variable: `is_upper` Oct 15 01:44:39.123 INFO kablam! --> src/lib.rs:59:10 Oct 15 01:44:39.123 INFO kablam! | Oct 15 01:44:39.123 INFO kablam! 59 | for (is_upper, chars) in &java_name.chars().group_by(|c| c.is_uppercase()) { Oct 15 01:44:39.123 INFO kablam! | ^^^^^^^^ help: consider using `_is_upper` instead Oct 15 01:44:39.123 INFO kablam! | Oct 15 01:44:39.123 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:44:39.123 INFO kablam! Oct 15 01:44:39.133 INFO kablam! warning: function is never used: `get_class_name` Oct 15 01:44:39.133 INFO kablam! --> src/lib.rs:34:1 Oct 15 01:44:39.133 INFO kablam! | Oct 15 01:44:39.133 INFO kablam! 34 | fn get_class_name<'a>(class: &'a ClassConstant, class_file: &'a ClassFile) -> &'a str { Oct 15 01:44:39.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:39.133 INFO kablam! | Oct 15 01:44:39.133 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:44:39.135 INFO kablam! Oct 15 01:44:39.136 INFO kablam! warning: struct is never constructed: `RustFmt` Oct 15 01:44:39.136 INFO kablam! --> src/lib.rs:38:1 Oct 15 01:44:39.136 INFO kablam! | Oct 15 01:44:39.136 INFO kablam! 38 | struct RustFmt(Child); Oct 15 01:44:39.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:39.136 INFO kablam! Oct 15 01:44:39.136 INFO kablam! warning: method is never used: `launch` Oct 15 01:44:39.136 INFO kablam! --> src/lib.rs:41:5 Oct 15 01:44:39.136 INFO kablam! | Oct 15 01:44:39.136 INFO kablam! 41 | fn launch() -> io::Result { Oct 15 01:44:39.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:39.136 INFO kablam! Oct 15 01:44:39.136 INFO kablam! warning: method is never used: `stdin` Oct 15 01:44:39.136 INFO kablam! --> src/lib.rs:49:5 Oct 15 01:44:39.136 INFO kablam! | Oct 15 01:44:39.136 INFO kablam! 49 | fn stdin(&mut self) -> &mut ChildStdin { self.0.stdin.as_mut().unwrap() } Oct 15 01:44:39.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:39.136 INFO kablam! Oct 15 01:44:39.136 INFO kablam! warning: method is never used: `stdout` Oct 15 01:44:39.136 INFO kablam! --> src/lib.rs:50:5 Oct 15 01:44:39.136 INFO kablam! | Oct 15 01:44:39.137 INFO kablam! 50 | fn stdout(&mut self) -> &mut ChildStdout { self.0.stdout.as_mut().unwrap() } Oct 15 01:44:39.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:39.137 INFO kablam! Oct 15 01:44:39.137 INFO kablam! warning: function is never used: `transform_name` Oct 15 01:44:39.137 INFO kablam! --> src/lib.rs:53:1 Oct 15 01:44:39.137 INFO kablam! | Oct 15 01:44:39.137 INFO kablam! 53 | fn transform_name(java_name: &str) -> String { Oct 15 01:44:39.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:39.137 INFO kablam! Oct 15 01:44:39.137 INFO kablam! warning: function is never used: `gen_method` Oct 15 01:44:39.137 INFO kablam! --> src/lib.rs:85:1 Oct 15 01:44:39.137 INFO kablam! | Oct 15 01:44:39.137 INFO kablam! 85 | fn gen_method(class_file: &ClassFile, method: &method_info::MethodInfo) -> TokenStream { Oct 15 01:44:39.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:39.137 INFO kablam! Oct 15 01:44:39.137 INFO kablam! warning: function is never used: `bindgen` Oct 15 01:44:39.137 INFO kablam! --> src/lib.rs:95:1 Oct 15 01:44:39.137 INFO kablam! | Oct 15 01:44:39.137 INFO kablam! 95 | fn bindgen(class_name: &str) { Oct 15 01:44:39.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:39.137 INFO kablam! Oct 15 01:44:39.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.14s Oct 15 01:44:39.255 INFO kablam! su: No module specific data is present Oct 15 01:44:39.866 INFO running `"docker" "rm" "-f" "a2ba376569ce8179490411471890964a9f870dd82d57d20cdbb3a2a72f674365"` Oct 15 01:44:40.203 INFO blam! a2ba376569ce8179490411471890964a9f870dd82d57d20cdbb3a2a72f674365 Oct 15 01:44:40.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 01:44:40.659 INFO blam! 6b23c59bed4d27389ee179dc4e552e62ead3c114b9744e9d3f630fedfb21362e Oct 15 01:44:40.661 INFO running `"docker" "start" "-a" "6b23c59bed4d27389ee179dc4e552e62ead3c114b9744e9d3f630fedfb21362e"` Oct 15 01:44:42.271 INFO kablam! usermod: no changes Oct 15 01:44:42.365 INFO kablam! Compiling jvm-bindgen v0.1.0 (/source) Oct 15 01:44:44.283 INFO kablam! warning: unused import: `Read` Oct 15 01:44:44.283 INFO kablam! --> src/lib.rs:9:15 Oct 15 01:44:44.283 INFO kablam! | Oct 15 01:44:44.283 INFO kablam! 9 | use std::io::{Read, Write}; Oct 15 01:44:44.283 INFO kablam! | ^^^^ Oct 15 01:44:44.283 INFO kablam! | Oct 15 01:44:44.283 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:44:44.283 INFO kablam! Oct 15 01:44:44.283 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 15 01:44:44.283 INFO kablam! --> src/lib.rs:18:5 Oct 15 01:44:44.283 INFO kablam! | Oct 15 01:44:44.283 INFO kablam! 18 | use std::borrow::Cow; Oct 15 01:44:44.283 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 01:44:44.283 INFO kablam! Oct 15 01:44:44.383 INFO kablam! warning: unused variable: `is_upper` Oct 15 01:44:44.383 INFO kablam! --> src/lib.rs:59:10 Oct 15 01:44:44.383 INFO kablam! | Oct 15 01:44:44.383 INFO kablam! 59 | for (is_upper, chars) in &java_name.chars().group_by(|c| c.is_uppercase()) { Oct 15 01:44:44.383 INFO kablam! | ^^^^^^^^ help: consider using `_is_upper` instead Oct 15 01:44:44.383 INFO kablam! | Oct 15 01:44:44.383 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:44:44.383 INFO kablam! Oct 15 01:44:44.398 INFO kablam! warning: method is never used: `stdout` Oct 15 01:44:44.398 INFO kablam! --> src/lib.rs:50:5 Oct 15 01:44:44.398 INFO kablam! | Oct 15 01:44:44.398 INFO kablam! 50 | fn stdout(&mut self) -> &mut ChildStdout { self.0.stdout.as_mut().unwrap() } Oct 15 01:44:44.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:44:44.398 INFO kablam! | Oct 15 01:44:44.398 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:44:44.398 INFO kablam! Oct 15 01:44:45.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 15 01:44:45.611 INFO kablam! su: No module specific data is present Oct 15 01:44:46.696 INFO running `"docker" "rm" "-f" "6b23c59bed4d27389ee179dc4e552e62ead3c114b9744e9d3f630fedfb21362e"` Oct 15 01:44:47.011 INFO blam! 6b23c59bed4d27389ee179dc4e552e62ead3c114b9744e9d3f630fedfb21362e