Oct 13 03:46:09.726 INFO checking LooMaclin/totally_not_a_tty_rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 03:46:09.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 03:46:10.116 INFO blam! e6c1c72eb57126abc1b8fa56348a215f6ed94de7125f64381e3b049da07c501b Oct 13 03:46:10.128 INFO running `"docker" "start" "-a" "e6c1c72eb57126abc1b8fa56348a215f6ed94de7125f64381e3b049da07c501b"` Oct 13 03:46:11.971 INFO kablam! usermod: no changes Oct 13 03:46:12.204 INFO kablam! Compiling curl-sys v0.4.1 Oct 13 03:46:12.204 INFO kablam! Checking erased-serde v0.3.3 Oct 13 03:46:12.212 INFO kablam! Checking serde_json v1.0.13 Oct 13 03:46:12.215 INFO kablam! Checking uuid v0.2.3 Oct 13 03:46:12.215 INFO kablam! Checking libz-sys v1.0.18 Oct 13 03:46:12.215 INFO kablam! Compiling telebot-derive v0.0.10 Oct 13 03:46:17.964 INFO kablam! Checking curl v0.4.11 Oct 13 03:46:21.549 INFO kablam! Checking tokio-curl v0.1.11 Oct 13 03:46:24.345 INFO kablam! Checking telebot v0.2.7 Oct 13 03:46:32.936 INFO kablam! Checking totally_not_a_tty_rs v0.1.0 (/source) Oct 13 03:46:37.805 INFO kablam! warning: unused import: `telebot::functions::*` Oct 13 03:46:37.805 INFO kablam! --> src/main.rs:11:5 Oct 13 03:46:37.805 INFO kablam! | Oct 13 03:46:37.806 INFO kablam! 11 | use telebot::functions::*; Oct 13 03:46:37.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:46:37.806 INFO kablam! | Oct 13 03:46:37.806 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:46:37.807 INFO kablam! Oct 13 03:46:37.833 INFO kablam! warning: unused import: `telebot::functions::*` Oct 13 03:46:37.833 INFO kablam! --> src/main.rs:11:5 Oct 13 03:46:37.833 INFO kablam! | Oct 13 03:46:37.834 INFO kablam! 11 | use telebot::functions::*; Oct 13 03:46:37.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:46:37.834 INFO kablam! | Oct 13 03:46:37.835 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:46:37.835 INFO kablam! Oct 13 03:46:37.853 INFO kablam! warning: value assigned to `text` is never read Oct 13 03:46:37.853 INFO kablam! --> src/main.rs:24:13 Oct 13 03:46:37.853 INFO kablam! | Oct 13 03:46:37.854 INFO kablam! 24 | text = "".into(); Oct 13 03:46:37.854 INFO kablam! | ^^^^ Oct 13 03:46:37.854 INFO kablam! | Oct 13 03:46:37.855 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 03:46:37.855 INFO kablam! Oct 13 03:46:37.855 INFO kablam! warning: unused variable: `bot` Oct 13 03:46:37.855 INFO kablam! --> src/main.rs:21:51 Oct 13 03:46:37.856 INFO kablam! | Oct 13 03:46:37.856 INFO kablam! 21 | let handle = bot.new_cmd("/reply").and_then(|(bot, msg)| { Oct 13 03:46:37.856 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 13 03:46:37.857 INFO kablam! | Oct 13 03:46:37.857 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:46:37.857 INFO kablam! Oct 13 03:46:37.878 INFO kablam! warning: value assigned to `text` is never read Oct 13 03:46:37.878 INFO kablam! --> src/main.rs:24:13 Oct 13 03:46:37.878 INFO kablam! | Oct 13 03:46:37.878 INFO kablam! 24 | text = "".into(); Oct 13 03:46:37.878 INFO kablam! | ^^^^ Oct 13 03:46:37.878 INFO kablam! | Oct 13 03:46:37.878 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 03:46:37.878 INFO kablam! Oct 13 03:46:37.878 INFO kablam! warning: unused variable: `bot` Oct 13 03:46:37.878 INFO kablam! --> src/main.rs:21:51 Oct 13 03:46:37.879 INFO kablam! | Oct 13 03:46:37.879 INFO kablam! 21 | let handle = bot.new_cmd("/reply").and_then(|(bot, msg)| { Oct 13 03:46:37.879 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 13 03:46:37.879 INFO kablam! | Oct 13 03:46:37.879 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:46:37.879 INFO kablam! Oct 13 03:46:37.906 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.91s Oct 13 03:46:37.922 INFO kablam! su: No module specific data is present Oct 13 03:46:38.428 INFO running `"docker" "rm" "-f" "e6c1c72eb57126abc1b8fa56348a215f6ed94de7125f64381e3b049da07c501b"` Oct 13 03:46:38.592 INFO blam! e6c1c72eb57126abc1b8fa56348a215f6ed94de7125f64381e3b049da07c501b