Sep 19 17:08:35.123 INFO checking telecord-0.1.3 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 17:08:35.123 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 17:08:35.123 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:08:35.471 INFO blam! 894846b120a45419051622ebfa64163b667424e7dc49dfb0284c34dbd4c8fea6 Sep 19 17:08:35.473 INFO running `"docker" "start" "-a" "894846b120a45419051622ebfa64163b667424e7dc49dfb0284c34dbd4c8fea6"` Sep 19 17:08:36.678 INFO kablam! usermod: no changes Sep 19 17:08:37.154 INFO kablam! Checking vec_shift v0.1.0 Sep 19 17:08:37.173 INFO kablam! Checking base64 v0.7.0 Sep 19 17:08:37.179 INFO kablam! Checking parking_lot_core v0.2.14 Sep 19 17:08:37.179 INFO kablam! Checking uuid v0.5.1 Sep 19 17:08:37.193 INFO kablam! Compiling telebot-derive v0.0.12 Sep 19 17:08:37.193 INFO kablam! Checking mime-sniffer v0.1.2 Sep 19 17:08:37.193 INFO kablam! Checking error-chain v0.10.0 Sep 19 17:08:37.214 INFO kablam! Checking multipart v0.13.6 Sep 19 17:08:38.227 INFO kablam! Checking tokio-curl v0.1.11 Sep 19 17:08:39.294 INFO kablam! Checking dotenv v0.10.1 Sep 19 17:08:39.492 INFO kablam! Checking parking_lot v0.4.8 Sep 19 17:08:40.235 INFO kablam! Checking evzht9h3nznqzwl v0.0.2 Sep 19 17:08:45.231 INFO kablam! Checking serenity v0.4.8 Sep 19 17:08:48.571 INFO kablam! Checking telebot v0.2.10 Sep 19 17:09:00.968 INFO kablam! Checking telecord v0.1.3 (/source) Sep 19 17:09:04.095 INFO kablam! error[E0432]: unresolved import `telebot::functions::FunctionMessage` Sep 19 17:09:04.095 INFO kablam! --> src/tg/functions.rs:22:26 Sep 19 17:09:04.095 INFO kablam! | Sep 19 17:09:04.095 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 19 17:09:04.095 INFO kablam! | ^^^^^^^^^^^^^^^ no `FunctionMessage` in `functions`. Did you mean to use `FunctionSendMessage`? Sep 19 17:09:04.095 INFO kablam! Sep 19 17:09:04.115 INFO kablam! warning: unused import: `FunctionMessage` Sep 19 17:09:04.115 INFO kablam! --> src/tg/functions.rs:22:26 Sep 19 17:09:04.115 INFO kablam! | Sep 19 17:09:04.115 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 19 17:09:04.115 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:09:04.115 INFO kablam! | Sep 19 17:09:04.115 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:09:04.115 INFO kablam! Sep 19 17:09:04.275 INFO kablam! error[E0432]: unresolved import `telebot::functions::FunctionMessage` Sep 19 17:09:04.275 INFO kablam! --> src/tg/functions.rs:22:26 Sep 19 17:09:04.275 INFO kablam! | Sep 19 17:09:04.275 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 19 17:09:04.275 INFO kablam! | ^^^^^^^^^^^^^^^ no `FunctionMessage` in `functions`. Did you mean to use `FunctionSendMessage`? Sep 19 17:09:04.275 INFO kablam! Sep 19 17:09:04.281 INFO kablam! warning: unused import: `FunctionMessage` Sep 19 17:09:04.281 INFO kablam! --> src/tg/functions.rs:22:26 Sep 19 17:09:04.281 INFO kablam! | Sep 19 17:09:04.281 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 19 17:09:04.281 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:09:04.281 INFO kablam! | Sep 19 17:09:04.281 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:09:04.290 INFO kablam! Sep 19 17:09:04.571 INFO kablam! error[E0599]: no method named `message` found for type `&telebot::RcBot` in the current scope Sep 19 17:09:04.571 INFO kablam! --> src/tg/functions.rs:49:13 Sep 19 17:09:04.571 INFO kablam! | Sep 19 17:09:04.571 INFO kablam! 49 | bot.message(chat_id, { Sep 19 17:09:04.571 INFO kablam! | ^^^^^^^ Sep 19 17:09:04.571 INFO kablam! | Sep 19 17:09:04.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 17:09:04.571 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 17:09:04.571 INFO kablam! `use telebot::functions::FunctionSendMessage;` Sep 19 17:09:04.571 INFO kablam! Sep 19 17:09:04.711 INFO kablam! error: aborting due to 2 previous errors Sep 19 17:09:04.711 INFO kablam! Sep 19 17:09:04.711 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 17:09:04.711 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 17:09:04.722 INFO kablam! error: Could not compile `telecord`. Sep 19 17:09:04.722 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:09:04.727 INFO kablam! error[E0599]: no method named `message` found for type `&telebot::RcBot` in the current scope Sep 19 17:09:04.727 INFO kablam! --> src/tg/functions.rs:49:13 Sep 19 17:09:04.727 INFO kablam! | Sep 19 17:09:04.727 INFO kablam! 49 | bot.message(chat_id, { Sep 19 17:09:04.727 INFO kablam! | ^^^^^^^ Sep 19 17:09:04.727 INFO kablam! | Sep 19 17:09:04.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 17:09:04.727 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 17:09:04.727 INFO kablam! `use telebot::functions::FunctionSendMessage;` Sep 19 17:09:04.727 INFO kablam! Sep 19 17:09:04.852 INFO kablam! error: aborting due to 2 previous errors Sep 19 17:09:04.852 INFO kablam! Sep 19 17:09:04.852 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 17:09:04.852 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 17:09:04.891 INFO kablam! error: Could not compile `telecord`. Sep 19 17:09:04.891 INFO kablam! Sep 19 17:09:04.891 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:09:04.891 INFO kablam! su: No module specific data is present Sep 19 17:09:05.655 INFO running `"docker" "rm" "-f" "894846b120a45419051622ebfa64163b667424e7dc49dfb0284c34dbd4c8fea6"` Sep 19 17:09:05.887 INFO blam! 894846b120a45419051622ebfa64163b667424e7dc49dfb0284c34dbd4c8fea6