Oct 27 10:53:03.401 INFO checking LooMaclin/totally_not_a_tty_rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:53:03.402 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 10:53:03.755 INFO blam! e45321d936c28409f7cd36084723eab25cd9191c42cf8d38f91929a8f48c9707 Oct 27 10:53:03.759 INFO running `"docker" "start" "-a" "e45321d936c28409f7cd36084723eab25cd9191c42cf8d38f91929a8f48c9707"` Oct 27 10:53:05.263 INFO kablam! usermod: no changes Oct 27 10:53:05.527 INFO kablam! Checking socket2 v0.3.4 Oct 27 10:53:05.527 INFO kablam! Compiling curl-sys v0.4.1 Oct 27 10:53:05.527 INFO kablam! Checking erased-serde v0.3.3 Oct 27 10:53:05.527 INFO kablam! Checking uuid v0.2.3 Oct 27 10:53:05.527 INFO kablam! Checking libz-sys v1.0.18 Oct 27 10:53:05.527 INFO kablam! Compiling telebot-derive v0.0.10 Oct 27 10:53:05.527 INFO kablam! Compiling serde_derive_internals v0.22.0 Oct 27 10:53:14.208 INFO kablam! Checking curl v0.4.11 Oct 27 10:53:18.875 INFO kablam! Checking tokio-curl v0.1.11 Oct 27 10:53:24.419 INFO kablam! Compiling serde_derive v1.0.34 Oct 27 10:53:36.344 INFO kablam! Checking telebot v0.2.7 Oct 27 10:53:45.123 INFO kablam! Checking totally_not_a_tty_rs v0.1.0 (/source) Oct 27 10:53:49.656 INFO kablam! warning: unused import: `telebot::functions::*` Oct 27 10:53:49.656 INFO kablam! --> src/main.rs:11:5 Oct 27 10:53:49.656 INFO kablam! | Oct 27 10:53:49.656 INFO kablam! 11 | use telebot::functions::*; Oct 27 10:53:49.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:53:49.656 INFO kablam! | Oct 27 10:53:49.656 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:53:49.656 INFO kablam! Oct 27 10:53:49.695 INFO kablam! warning: value assigned to `text` is never read Oct 27 10:53:49.695 INFO kablam! --> src/main.rs:24:13 Oct 27 10:53:49.695 INFO kablam! | Oct 27 10:53:49.695 INFO kablam! 24 | text = "".into(); Oct 27 10:53:49.695 INFO kablam! | ^^^^ Oct 27 10:53:49.695 INFO kablam! | Oct 27 10:53:49.695 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 10:53:49.695 INFO kablam! Oct 27 10:53:49.695 INFO kablam! warning: unused variable: `bot` Oct 27 10:53:49.695 INFO kablam! --> src/main.rs:21:51 Oct 27 10:53:49.695 INFO kablam! | Oct 27 10:53:49.695 INFO kablam! 21 | let handle = bot.new_cmd("/reply").and_then(|(bot, msg)| { Oct 27 10:53:49.695 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 27 10:53:49.695 INFO kablam! | Oct 27 10:53:49.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:53:49.695 INFO kablam! Oct 27 10:53:49.729 INFO kablam! warning: unused import: `telebot::functions::*` Oct 27 10:53:49.729 INFO kablam! --> src/main.rs:11:5 Oct 27 10:53:49.730 INFO kablam! | Oct 27 10:53:49.730 INFO kablam! 11 | use telebot::functions::*; Oct 27 10:53:49.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:53:49.730 INFO kablam! | Oct 27 10:53:49.730 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:53:49.730 INFO kablam! Oct 27 10:53:49.767 INFO kablam! warning: value assigned to `text` is never read Oct 27 10:53:49.767 INFO kablam! --> src/main.rs:24:13 Oct 27 10:53:49.767 INFO kablam! | Oct 27 10:53:49.768 INFO kablam! 24 | text = "".into(); Oct 27 10:53:49.768 INFO kablam! | ^^^^ Oct 27 10:53:49.768 INFO kablam! | Oct 27 10:53:49.769 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 10:53:49.769 INFO kablam! Oct 27 10:53:49.769 INFO kablam! warning: unused variable: `bot` Oct 27 10:53:49.769 INFO kablam! --> src/main.rs:21:51 Oct 27 10:53:49.770 INFO kablam! | Oct 27 10:53:49.770 INFO kablam! 21 | let handle = bot.new_cmd("/reply").and_then(|(bot, msg)| { Oct 27 10:53:49.770 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 27 10:53:49.770 INFO kablam! | Oct 27 10:53:49.771 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:53:49.771 INFO kablam! Oct 27 10:53:49.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.51s Oct 27 10:53:49.800 INFO kablam! su: No module specific data is present Oct 27 10:53:50.137 INFO running `"docker" "rm" "-f" "e45321d936c28409f7cd36084723eab25cd9191c42cf8d38f91929a8f48c9707"` Oct 27 10:53:50.231 INFO blam! e45321d936c28409f7cd36084723eab25cd9191c42cf8d38f91929a8f48c9707