Oct 21 16:07:29.014 INFO checking lolzballs/rust-jvm against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:07:29.014 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:07:29.482 INFO blam! dc14013233c40716418e9a224ee7f229415632ce5fa7700d578f09eda52efd6f Oct 21 16:07:29.483 INFO running `"docker" "start" "-a" "dc14013233c40716418e9a224ee7f229415632ce5fa7700d578f09eda52efd6f"` Oct 21 16:07:30.683 INFO kablam! usermod: no changes Oct 21 16:07:30.820 INFO kablam! Compiling rust_jvm v0.1.0 (/source) Oct 21 16:07:41.960 INFO kablam! warning: unused variable: `length` Oct 21 16:07:41.960 INFO kablam! --> src/model/info/attribute.rs:42:30 Oct 21 16:07:41.960 INFO kablam! | Oct 21 16:07:41.960 INFO kablam! 42 | Constant::Utf8 { length, ref value } => value, Oct 21 16:07:41.960 INFO kablam! | ^^^^^^ help: try ignoring the field: `length: _` Oct 21 16:07:41.960 INFO kablam! | Oct 21 16:07:41.961 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:07:41.961 INFO kablam! Oct 21 16:07:41.961 INFO kablam! warning: unused variable: `length` Oct 21 16:07:41.961 INFO kablam! --> src/vm/constant_pool.rs:136:30 Oct 21 16:07:41.961 INFO kablam! | Oct 21 16:07:41.961 INFO kablam! 136 | Constant::Utf8 { length, ref value } => value, Oct 21 16:07:41.961 INFO kablam! | ^^^^^^ help: try ignoring the field: `length: _` Oct 21 16:07:41.961 INFO kablam! Oct 21 16:07:42.053 INFO kablam! warning: variable does not need to be mutable Oct 21 16:07:42.053 INFO kablam! --> src/vm/class.rs:180:13 Oct 21 16:07:42.053 INFO kablam! | Oct 21 16:07:42.053 INFO kablam! 180 | let mut map = map_opt.as_mut().unwrap(); Oct 21 16:07:42.053 INFO kablam! | ----^^^ Oct 21 16:07:42.053 INFO kablam! | | Oct 21 16:07:42.053 INFO kablam! | help: remove this `mut` Oct 21 16:07:42.053 INFO kablam! | Oct 21 16:07:42.053 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:07:42.053 INFO kablam! Oct 21 16:07:42.296 INFO kablam! warning: unused variable: `length` Oct 21 16:07:42.296 INFO kablam! --> src/model/info/attribute.rs:42:30 Oct 21 16:07:42.296 INFO kablam! | Oct 21 16:07:42.296 INFO kablam! 42 | Constant::Utf8 { length, ref value } => value, Oct 21 16:07:42.296 INFO kablam! | ^^^^^^ help: try ignoring the field: `length: _` Oct 21 16:07:42.296 INFO kablam! | Oct 21 16:07:42.297 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:07:42.297 INFO kablam! Oct 21 16:07:42.297 INFO kablam! warning: unused variable: `length` Oct 21 16:07:42.297 INFO kablam! --> src/vm/constant_pool.rs:136:30 Oct 21 16:07:42.297 INFO kablam! | Oct 21 16:07:42.297 INFO kablam! 136 | Constant::Utf8 { length, ref value } => value, Oct 21 16:07:42.297 INFO kablam! | ^^^^^^ help: try ignoring the field: `length: _` Oct 21 16:07:42.297 INFO kablam! Oct 21 16:07:42.500 INFO kablam! warning: variable does not need to be mutable Oct 21 16:07:42.500 INFO kablam! --> src/vm/class.rs:180:13 Oct 21 16:07:42.500 INFO kablam! | Oct 21 16:07:42.500 INFO kablam! 180 | let mut map = map_opt.as_mut().unwrap(); Oct 21 16:07:42.500 INFO kablam! | ----^^^ Oct 21 16:07:42.500 INFO kablam! | | Oct 21 16:07:42.500 INFO kablam! | help: remove this `mut` Oct 21 16:07:42.500 INFO kablam! | Oct 21 16:07:42.500 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:07:42.500 INFO kablam! Oct 21 16:07:42.888 INFO kablam! Checking rjni_runtime v0.1.0 (/source/librjni) Oct 21 16:07:45.120 INFO kablam! warning: unused variable: `argv` Oct 21 16:07:45.120 INFO kablam! --> librjni/src/system.rs:27:51 Oct 21 16:07:45.120 INFO kablam! | Oct 21 16:07:45.120 INFO kablam! 27 | argv: *const Value) Oct 21 16:07:45.120 INFO kablam! | ^^^^ help: consider using `_argv` instead Oct 21 16:07:45.120 INFO kablam! | Oct 21 16:07:45.120 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:07:45.120 INFO kablam! Oct 21 16:07:45.201 INFO kablam! warning: unused variable: `argv` Oct 21 16:07:45.201 INFO kablam! --> librjni/src/system.rs:27:51 Oct 21 16:07:45.201 INFO kablam! | Oct 21 16:07:45.201 INFO kablam! 27 | argv: *const Value) Oct 21 16:07:45.202 INFO kablam! | ^^^^ help: consider using `_argv` instead Oct 21 16:07:45.202 INFO kablam! | Oct 21 16:07:45.202 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:07:45.202 INFO kablam! Oct 21 16:07:45.521 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.79s Oct 21 16:07:45.536 INFO kablam! su: No module specific data is present Oct 21 16:07:46.886 INFO running `"docker" "rm" "-f" "dc14013233c40716418e9a224ee7f229415632ce5fa7700d578f09eda52efd6f"` Oct 21 16:07:47.256 INFO blam! dc14013233c40716418e9a224ee7f229415632ce5fa7700d578f09eda52efd6f