Sep 19 17:08:33.235 INFO checking telecord-0.1.3 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:08:33.235 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:08:33.235 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:33.623 INFO blam! 5f6420e087466a4cf963fe3ab8eb86e4c212f7db26333068188a83ee38829053 Sep 19 17:08:33.625 INFO running `"docker" "start" "-a" "5f6420e087466a4cf963fe3ab8eb86e4c212f7db26333068188a83ee38829053"` Sep 19 17:08:34.955 INFO kablam! usermod: no changes Sep 19 17:08:35.421 INFO kablam! Checking vec_shift v0.1.0 Sep 19 17:08:35.422 INFO kablam! Checking base64 v0.7.0 Sep 19 17:08:35.423 INFO kablam! Checking threadpool v1.7.1 Sep 19 17:08:35.425 INFO kablam! Checking uuid v0.5.1 Sep 19 17:08:35.437 INFO kablam! Compiling derive-error-chain v0.10.1 Sep 19 17:08:35.438 INFO kablam! Compiling telebot-derive v0.0.12 Sep 19 17:08:35.438 INFO kablam! Checking erased-serde v0.3.6 Sep 19 17:08:35.441 INFO kablam! Checking parking_lot v0.4.8 Sep 19 17:08:35.895 INFO kablam! Checking mime-sniffer v0.1.2 Sep 19 17:08:36.216 INFO kablam! Checking error-chain v0.10.0 Sep 19 17:08:36.443 INFO kablam! Checking native-tls v0.2.1 Sep 19 17:08:36.455 INFO kablam! Checking evzht9h3nznqzwl v0.0.2 Sep 19 17:08:37.327 INFO kablam! Checking multipart v0.13.6 Sep 19 17:08:37.370 INFO kablam! Checking hyper-multipart-rfc7578 v0.2.0-alpha2 Sep 19 17:08:37.479 INFO kablam! Checking tokio-curl v0.1.11 Sep 19 17:08:39.195 INFO kablam! Checking hyper-tls v0.3.0 Sep 19 17:08:42.487 INFO kablam! Checking serenity v0.4.8 Sep 19 17:08:48.343 INFO kablam! Checking telebot v0.2.10 Sep 19 17:08:48.778 INFO kablam! Checking dotenv v0.10.1 Sep 19 17:09:00.635 INFO kablam! Checking telecord v0.1.3 (/source) Sep 19 17:09:03.727 INFO kablam! error[E0432]: unresolved import `telebot::functions::FunctionMessage` Sep 19 17:09:03.727 INFO kablam! --> src/tg/functions.rs:22:26 Sep 19 17:09:03.727 INFO kablam! | Sep 19 17:09:03.727 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 19 17:09:03.727 INFO kablam! | ^^^^^^^^^^^^^^^ no `FunctionMessage` in `functions`. Did you mean to use `FunctionSendMessage`? Sep 19 17:09:03.727 INFO kablam! Sep 19 17:09:03.759 INFO kablam! warning: unused import: `FunctionMessage` Sep 19 17:09:03.759 INFO kablam! --> src/tg/functions.rs:22:26 Sep 19 17:09:03.759 INFO kablam! | Sep 19 17:09:03.759 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 19 17:09:03.759 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:09:03.759 INFO kablam! | Sep 19 17:09:03.759 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:09:03.759 INFO kablam! Sep 19 17:09:03.983 INFO kablam! error[E0432]: unresolved import `telebot::functions::FunctionMessage` Sep 19 17:09:03.983 INFO kablam! --> src/tg/functions.rs:22:26 Sep 19 17:09:03.983 INFO kablam! | Sep 19 17:09:03.983 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 19 17:09:03.983 INFO kablam! | ^^^^^^^^^^^^^^^ no `FunctionMessage` in `functions`. Did you mean to use `FunctionSendMessage`? Sep 19 17:09:03.983 INFO kablam! Sep 19 17:09:03.999 INFO kablam! warning: unused import: `FunctionMessage` Sep 19 17:09:03.999 INFO kablam! --> src/tg/functions.rs:22:26 Sep 19 17:09:03.999 INFO kablam! | Sep 19 17:09:03.999 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 19 17:09:03.999 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:09:03.999 INFO kablam! | Sep 19 17:09:03.999 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:09:03.999 INFO kablam! Sep 19 17:09:04.187 INFO kablam! error[E0599]: no method named `message` found for type `&telebot::RcBot` in the current scope Sep 19 17:09:04.187 INFO kablam! --> src/tg/functions.rs:49:13 Sep 19 17:09:04.187 INFO kablam! | Sep 19 17:09:04.187 INFO kablam! 49 | bot.message(chat_id, { Sep 19 17:09:04.187 INFO kablam! | ^^^^^^^ Sep 19 17:09:04.187 INFO kablam! | Sep 19 17:09:04.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 17:09:04.187 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 17:09:04.187 INFO kablam! `use telebot::functions::FunctionSendMessage;` Sep 19 17:09:04.187 INFO kablam! Sep 19 17:09:04.304 INFO kablam! error: aborting due to 2 previous errors Sep 19 17:09:04.304 INFO kablam! Sep 19 17:09:04.304 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 17:09:04.304 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 17:09:04.335 INFO kablam! error: Could not compile `telecord`. Sep 19 17:09:04.335 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:09:04.479 INFO kablam! error[E0599]: no method named `message` found for type `&telebot::RcBot` in the current scope Sep 19 17:09:04.479 INFO kablam! --> src/tg/functions.rs:49:13 Sep 19 17:09:04.479 INFO kablam! | Sep 19 17:09:04.479 INFO kablam! 49 | bot.message(chat_id, { Sep 19 17:09:04.479 INFO kablam! | ^^^^^^^ Sep 19 17:09:04.479 INFO kablam! | Sep 19 17:09:04.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 17:09:04.479 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 17:09:04.479 INFO kablam! `use telebot::functions::FunctionSendMessage;` Sep 19 17:09:04.479 INFO kablam! Sep 19 17:09:04.603 INFO kablam! error: aborting due to 2 previous errors Sep 19 17:09:04.603 INFO kablam! Sep 19 17:09:04.603 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 17:09:04.603 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 17:09:04.639 INFO kablam! error: Could not compile `telecord`. Sep 19 17:09:04.639 INFO kablam! Sep 19 17:09:04.639 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:09:04.655 INFO kablam! su: No module specific data is present Sep 19 17:09:05.387 INFO running `"docker" "rm" "-f" "5f6420e087466a4cf963fe3ab8eb86e4c212f7db26333068188a83ee38829053"` Sep 19 17:09:05.502 INFO blam! 5f6420e087466a4cf963fe3ab8eb86e4c212f7db26333068188a83ee38829053