Sep 17 16:13:24.490 INFO checking telecord-0.1.3 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 16:13:24.490 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 16:13:24.490 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:13:24.683 INFO blam! d8a1419e8184ee3dec6938fd95e6cbb68baf668d5bab1300e039e24e956ff462 Sep 17 16:13:24.688 INFO running `"docker" "start" "-a" "d8a1419e8184ee3dec6938fd95e6cbb68baf668d5bab1300e039e24e956ff462"` Sep 17 16:13:25.686 INFO kablam! usermod: no changes Sep 17 16:13:26.207 INFO kablam! Checking vec_shift v0.1.0 Sep 17 16:13:26.225 INFO kablam! Checking base64 v0.7.0 Sep 17 16:13:26.225 INFO kablam! Checking threadpool v1.7.1 Sep 17 16:13:26.227 INFO kablam! Checking want v0.0.6 Sep 17 16:13:26.240 INFO kablam! Checking uuid v0.5.1 Sep 17 16:13:26.241 INFO kablam! Checking erased-serde v0.3.6 Sep 17 16:13:26.241 INFO kablam! Compiling telebot-derive v0.0.12 Sep 17 16:13:26.241 INFO kablam! Checking parking_lot v0.4.8 Sep 17 16:13:27.299 INFO kablam! Checking mime-sniffer v0.1.2 Sep 17 16:13:28.195 INFO kablam! Checking error-chain v0.10.0 Sep 17 16:13:28.348 INFO kablam! Checking hyper v0.12.10 Sep 17 16:13:28.922 INFO kablam! Checking multipart v0.13.6 Sep 17 16:13:29.931 INFO kablam! Checking evzht9h3nznqzwl v0.0.2 Sep 17 16:13:30.055 INFO kablam! Checking tokio-curl v0.1.11 Sep 17 16:13:30.291 INFO kablam! Checking dotenv v0.10.1 Sep 17 16:13:37.272 INFO kablam! Checking serenity v0.4.8 Sep 17 16:13:40.675 INFO kablam! Checking hyper-multipart-rfc7578 v0.2.0-alpha2 Sep 17 16:13:40.675 INFO kablam! Checking hyper-tls v0.3.0 Sep 17 16:13:42.819 INFO kablam! Checking telebot v0.2.10 Sep 17 16:13:54.575 INFO kablam! Checking telecord v0.1.3 (/source) Sep 17 16:13:58.387 INFO kablam! error[E0432]: unresolved import `telebot::functions::FunctionMessage` Sep 17 16:13:58.387 INFO kablam! --> src/tg/functions.rs:22:26 Sep 17 16:13:58.387 INFO kablam! | Sep 17 16:13:58.387 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 17 16:13:58.387 INFO kablam! | ^^^^^^^^^^^^^^^ no `FunctionMessage` in `functions`. Did you mean to use `FunctionSendMessage`? Sep 17 16:13:58.387 INFO kablam! Sep 17 16:13:58.411 INFO kablam! error[E0432]: unresolved import `telebot::functions::FunctionMessage` Sep 17 16:13:58.411 INFO kablam! --> src/tg/functions.rs:22:26 Sep 17 16:13:58.411 INFO kablam! | Sep 17 16:13:58.411 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 17 16:13:58.411 INFO kablam! | ^^^^^^^^^^^^^^^ no `FunctionMessage` in `functions`. Did you mean to use `FunctionSendMessage`? Sep 17 16:13:58.411 INFO kablam! Sep 17 16:13:58.411 INFO kablam! warning: unused import: `FunctionMessage` Sep 17 16:13:58.411 INFO kablam! --> src/tg/functions.rs:22:26 Sep 17 16:13:58.411 INFO kablam! | Sep 17 16:13:58.411 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 17 16:13:58.411 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 17 16:13:58.411 INFO kablam! | Sep 17 16:13:58.411 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:13:58.411 INFO kablam! Sep 17 16:13:58.423 INFO kablam! warning: unused import: `FunctionMessage` Sep 17 16:13:58.423 INFO kablam! --> src/tg/functions.rs:22:26 Sep 17 16:13:58.423 INFO kablam! | Sep 17 16:13:58.423 INFO kablam! 22 | use telebot::functions::{FunctionMessage, FunctionSendAudio, FunctionSendDocument, Sep 17 16:13:58.423 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 17 16:13:58.423 INFO kablam! | Sep 17 16:13:58.423 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:13:58.423 INFO kablam! Sep 17 16:13:59.063 INFO kablam! error[E0599]: no method named `message` found for type `&telebot::RcBot` in the current scope Sep 17 16:13:59.063 INFO kablam! --> src/tg/functions.rs:49:13 Sep 17 16:13:59.063 INFO kablam! | Sep 17 16:13:59.063 INFO kablam! 49 | bot.message(chat_id, { Sep 17 16:13:59.063 INFO kablam! | ^^^^^^^ Sep 17 16:13:59.063 INFO kablam! | Sep 17 16:13:59.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 16:13:59.063 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 16:13:59.063 INFO kablam! `use telebot::functions::FunctionSendMessage;` Sep 17 16:13:59.063 INFO kablam! Sep 17 16:13:59.282 INFO kablam! error[E0599]: no method named `message` found for type `&telebot::RcBot` in the current scope Sep 17 16:13:59.283 INFO kablam! --> src/tg/functions.rs:49:13 Sep 17 16:13:59.283 INFO kablam! | Sep 17 16:13:59.283 INFO kablam! 49 | bot.message(chat_id, { Sep 17 16:13:59.283 INFO kablam! | ^^^^^^^ Sep 17 16:13:59.283 INFO kablam! | Sep 17 16:13:59.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 16:13:59.283 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 16:13:59.283 INFO kablam! `use telebot::functions::FunctionSendMessage;` Sep 17 16:13:59.283 INFO kablam! Sep 17 16:13:59.322 INFO kablam! error: aborting due to 2 previous errors Sep 17 16:13:59.322 INFO kablam! Sep 17 16:13:59.322 INFO kablam! Some errors occurred: E0432, E0599. Sep 17 16:13:59.322 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 16:13:59.375 INFO kablam! error: Could not compile `telecord`. Sep 17 16:13:59.375 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:13:59.416 INFO kablam! error: aborting due to 2 previous errors Sep 17 16:13:59.417 INFO kablam! Sep 17 16:13:59.417 INFO kablam! Some errors occurred: E0432, E0599. Sep 17 16:13:59.418 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 16:13:59.455 INFO kablam! error: Could not compile `telecord`. Sep 17 16:13:59.456 INFO kablam! Sep 17 16:13:59.456 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:13:59.458 INFO kablam! su: No module specific data is present Sep 17 16:14:00.163 INFO running `"docker" "rm" "-f" "d8a1419e8184ee3dec6938fd95e6cbb68baf668d5bab1300e039e24e956ff462"` Sep 17 16:14:00.386 INFO blam! d8a1419e8184ee3dec6938fd95e6cbb68baf668d5bab1300e039e24e956ff462