Oct 15 15:43:16.093 INFO testing tshell-0.2.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:43:16.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15:43:16.503 INFO blam! b27f7809fe8953f1c293288ff8a73025380e7c169d192ece51fd65c22a7ede74 Oct 15 15:43:16.510 INFO running `"docker" "start" "-a" "b27f7809fe8953f1c293288ff8a73025380e7c169d192ece51fd65c22a7ede74"` Oct 15 15:43:17.591 INFO kablam! usermod: no changes Oct 15 15:43:17.723 INFO kablam! Compiling tshell v0.2.2 (/source) Oct 15 15:43:18.619 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:43:18.619 INFO kablam! --> src/commands.rs:312:42 Oct 15 15:43:18.619 INFO kablam! | Oct 15 15:43:18.619 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Oct 15 15:43:18.619 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 15:43:18.619 INFO kablam! | Oct 15 15:43:18.619 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:43:18.619 INFO kablam! Oct 15 15:43:18.631 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 15:43:18.631 INFO kablam! --> src/commands.rs:394:24 Oct 15 15:43:18.631 INFO kablam! | Oct 15 15:43:18.631 INFO kablam! 394 | let home_dir = env::home_dir() Oct 15 15:43:18.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 15:43:18.631 INFO kablam! | Oct 15 15:43:18.631 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:43:18.631 INFO kablam! Oct 15 15:43:19.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 15 15:43:19.083 INFO kablam! su: No module specific data is present Oct 15 15:43:19.479 INFO running `"docker" "rm" "-f" "b27f7809fe8953f1c293288ff8a73025380e7c169d192ece51fd65c22a7ede74"` Oct 15 15:43:19.716 INFO blam! b27f7809fe8953f1c293288ff8a73025380e7c169d192ece51fd65c22a7ede74 Oct 15 15:43:19.717 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15:43:19.955 INFO blam! aa4c782ef20998cc4b166dc157ce7f298a3deb552453f92ac65d1231e036b5fc Oct 15 15:43:19.958 INFO running `"docker" "start" "-a" "aa4c782ef20998cc4b166dc157ce7f298a3deb552453f92ac65d1231e036b5fc"` Oct 15 15:43:20.337 INFO kablam! usermod: no changes Oct 15 15:43:20.376 INFO kablam! Compiling tshell v0.2.2 (/source) Oct 15 15:43:21.055 INFO kablam! warning: unused variable: `args` Oct 15 15:43:21.055 INFO kablam! --> examples/example.rs:12:10 Oct 15 15:43:21.056 INFO kablam! | Oct 15 15:43:21.056 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 15 15:43:21.056 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 15:43:21.057 INFO kablam! | Oct 15 15:43:21.057 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:21.058 INFO kablam! Oct 15 15:43:21.059 INFO kablam! warning: unused variable: `o_context` Oct 15 15:43:21.059 INFO kablam! --> examples/example.rs:12:39 Oct 15 15:43:21.059 INFO kablam! | Oct 15 15:43:21.059 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 15 15:43:21.060 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 15 15:43:21.060 INFO kablam! Oct 15 15:43:21.067 INFO kablam! warning: unused variable: `o_context` Oct 15 15:43:21.067 INFO kablam! --> examples/example.rs:20:42 Oct 15 15:43:21.067 INFO kablam! | Oct 15 15:43:21.068 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 15 15:43:21.068 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 15 15:43:21.068 INFO kablam! Oct 15 15:43:21.068 INFO kablam! warning: unused variable: `history` Oct 15 15:43:21.068 INFO kablam! --> examples/example.rs:20:75 Oct 15 15:43:21.069 INFO kablam! | Oct 15 15:43:21.069 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 15 15:43:21.069 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 15 15:43:21.069 INFO kablam! Oct 15 15:43:21.069 INFO kablam! warning: unused variable: `o_context` Oct 15 15:43:21.069 INFO kablam! --> examples/example.rs:30:45 Oct 15 15:43:21.069 INFO kablam! | Oct 15 15:43:21.069 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 15 15:43:21.069 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 15 15:43:21.069 INFO kablam! Oct 15 15:43:21.069 INFO kablam! warning: unused variable: `history` Oct 15 15:43:21.069 INFO kablam! --> examples/example.rs:30:78 Oct 15 15:43:21.069 INFO kablam! | Oct 15 15:43:21.069 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 15 15:43:21.069 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 15 15:43:21.069 INFO kablam! Oct 15 15:43:21.073 INFO kablam! warning: variable does not need to be mutable Oct 15 15:43:21.073 INFO kablam! --> examples/example.rs:42:9 Oct 15 15:43:21.073 INFO kablam! | Oct 15 15:43:21.073 INFO kablam! 42 | let mut context = Context::default(); Oct 15 15:43:21.074 INFO kablam! | ----^^^^^^^ Oct 15 15:43:21.074 INFO kablam! | | Oct 15 15:43:21.074 INFO kablam! | help: remove this `mut` Oct 15 15:43:21.074 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:43:21.074 INFO kablam! --> src/commands.rs:312:42 Oct 15 15:43:21.074 INFO kablam! | Oct 15 15:43:21.075 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Oct 15 15:43:21.075 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 15:43:21.075 INFO kablam! | Oct 15 15:43:21.075 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:43:21.075 INFO kablam! Oct 15 15:43:21.075 INFO kablam! | Oct 15 15:43:21.076 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:43:21.076 INFO kablam! Oct 15 15:43:21.076 INFO kablam! warning: variable does not need to be mutable Oct 15 15:43:21.076 INFO kablam! --> examples/example.rs:43:9 Oct 15 15:43:21.076 INFO kablam! | Oct 15 15:43:21.076 INFO kablam! 43 | let mut o_context = Some(context); Oct 15 15:43:21.077 INFO kablam! | ----^^^^^^^^^ Oct 15 15:43:21.077 INFO kablam! | | Oct 15 15:43:21.077 INFO kablam! | help: remove this `mut` Oct 15 15:43:21.077 INFO kablam! Oct 15 15:43:21.084 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 15:43:21.084 INFO kablam! --> src/commands.rs:394:24 Oct 15 15:43:21.084 INFO kablam! | Oct 15 15:43:21.084 INFO kablam! 394 | let home_dir = env::home_dir() Oct 15 15:43:21.084 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 15:43:21.084 INFO kablam! | Oct 15 15:43:21.084 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:43:21.084 INFO kablam! Oct 15 15:43:22.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.21s Oct 15 15:43:22.565 INFO kablam! su: No module specific data is present Oct 15 15:43:22.879 INFO running `"docker" "rm" "-f" "aa4c782ef20998cc4b166dc157ce7f298a3deb552453f92ac65d1231e036b5fc"` Oct 15 15:43:22.985 INFO blam! aa4c782ef20998cc4b166dc157ce7f298a3deb552453f92ac65d1231e036b5fc Oct 15 15:43:22.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 15:43:23.166 INFO blam! 6e28f6dad77162cd4936516a2621dd0bb67df847202b9b308e745e5e22ec2915 Oct 15 15:43:23.176 INFO running `"docker" "start" "-a" "6e28f6dad77162cd4936516a2621dd0bb67df847202b9b308e745e5e22ec2915"` Oct 15 15:43:23.556 INFO kablam! usermod: no changes Oct 15 15:43:23.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 15:43:23.598 INFO kablam! Running /target/debug/deps/tshell-263b05e71fef7f5b Oct 15 15:43:23.600 INFO kablam! Doc-tests tshell Oct 15 15:43:23.600 INFO blam! Oct 15 15:43:23.600 INFO blam! running 0 tests Oct 15 15:43:23.600 INFO blam! Oct 15 15:43:23.601 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:23.601 INFO blam! Oct 15 15:43:24.918 INFO blam! Oct 15 15:43:24.918 INFO blam! running 0 tests Oct 15 15:43:24.918 INFO blam! Oct 15 15:43:24.918 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:24.918 INFO blam! Oct 15 15:43:24.931 INFO kablam! su: No module specific data is present Oct 15 15:43:25.661 INFO running `"docker" "rm" "-f" "6e28f6dad77162cd4936516a2621dd0bb67df847202b9b308e745e5e22ec2915"` Oct 15 15:43:25.931 INFO blam! 6e28f6dad77162cd4936516a2621dd0bb67df847202b9b308e745e5e22ec2915