Oct 21 20:35:21.114 INFO checking RustExamples/understand_ownership against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:35:21.115 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 20:35:21.329 INFO blam! 047090636c06630fcff337f5c8859712b319813ce50a231f1f6b3f7484fedc90 Oct 21 20:35:21.331 INFO running `"docker" "start" "-a" "047090636c06630fcff337f5c8859712b319813ce50a231f1f6b3f7484fedc90"` Oct 21 20:35:21.773 INFO kablam! usermod: no changes Oct 21 20:35:21.797 INFO kablam! Checking understand_ownership v0.1.0 (/source) Oct 21 20:35:22.181 INFO kablam! warning: unused variable: `word` Oct 21 20:35:22.181 INFO kablam! --> src/main.rs:5:9 Oct 21 20:35:22.181 INFO kablam! | Oct 21 20:35:22.181 INFO kablam! 5 | let word = first_word(&s); Oct 21 20:35:22.181 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 21 20:35:22.181 INFO kablam! | Oct 21 20:35:22.181 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:35:22.181 INFO kablam! Oct 21 20:35:22.181 INFO kablam! warning: unused variable: `word` Oct 21 20:35:22.181 INFO kablam! --> src/main.rs:6:9 Oct 21 20:35:22.181 INFO kablam! | Oct 21 20:35:22.181 INFO kablam! 6 | let word = first_word(&s[..5]); Oct 21 20:35:22.181 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 21 20:35:22.181 INFO kablam! Oct 21 20:35:22.181 INFO kablam! warning: unused variable: `word` Oct 21 20:35:22.181 INFO kablam! --> src/main.rs:8:9 Oct 21 20:35:22.181 INFO kablam! | Oct 21 20:35:22.181 INFO kablam! 8 | let word = first_word(literal); Oct 21 20:35:22.181 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 21 20:35:22.181 INFO kablam! Oct 21 20:35:22.181 INFO kablam! warning: unused variable: `word` Oct 21 20:35:22.181 INFO kablam! --> src/main.rs:9:9 Oct 21 20:35:22.181 INFO kablam! | Oct 21 20:35:22.181 INFO kablam! 9 | let word = first_word(&literal[..5]); Oct 21 20:35:22.181 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 21 20:35:22.181 INFO kablam! Oct 21 20:35:22.284 INFO kablam! warning: unused variable: `word` Oct 21 20:35:22.284 INFO kablam! --> src/main.rs:5:9 Oct 21 20:35:22.284 INFO kablam! | Oct 21 20:35:22.284 INFO kablam! 5 | let word = first_word(&s); Oct 21 20:35:22.284 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 21 20:35:22.284 INFO kablam! | Oct 21 20:35:22.284 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:35:22.285 INFO kablam! Oct 21 20:35:22.285 INFO kablam! warning: unused variable: `word` Oct 21 20:35:22.285 INFO kablam! --> src/main.rs:6:9 Oct 21 20:35:22.285 INFO kablam! | Oct 21 20:35:22.285 INFO kablam! 6 | let word = first_word(&s[..5]); Oct 21 20:35:22.285 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 21 20:35:22.285 INFO kablam! Oct 21 20:35:22.285 INFO kablam! warning: unused variable: `word` Oct 21 20:35:22.285 INFO kablam! --> src/main.rs:8:9 Oct 21 20:35:22.285 INFO kablam! | Oct 21 20:35:22.285 INFO kablam! 8 | let word = first_word(literal); Oct 21 20:35:22.285 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 21 20:35:22.288 INFO kablam! Oct 21 20:35:22.288 INFO kablam! warning: unused variable: `word` Oct 21 20:35:22.289 INFO kablam! --> src/main.rs:9:9 Oct 21 20:35:22.289 INFO kablam! | Oct 21 20:35:22.289 INFO kablam! 9 | let word = first_word(&literal[..5]); Oct 21 20:35:22.289 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 21 20:35:22.289 INFO kablam! Oct 21 20:35:22.302 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.51s Oct 21 20:35:22.304 INFO kablam! su: No module specific data is present Oct 21 20:35:22.650 INFO running `"docker" "rm" "-f" "047090636c06630fcff337f5c8859712b319813ce50a231f1f6b3f7484fedc90"` Oct 21 20:35:22.733 INFO blam! 047090636c06630fcff337f5c8859712b319813ce50a231f1f6b3f7484fedc90