Oct 21 22:00:26.415 INFO checking Arekkusuva/zoma-cmd against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:00:26.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:00:26.862 INFO blam! e38bbd398abe08403cbb0d5d2a0781f003d805ce8df9cdc8f15bee6b388ced0c Oct 21 22:00:26.864 INFO running `"docker" "start" "-a" "e38bbd398abe08403cbb0d5d2a0781f003d805ce8df9cdc8f15bee6b388ced0c"` Oct 21 22:00:27.926 INFO kablam! usermod: no changes Oct 21 22:00:28.268 INFO kablam! Compiling proc-macro2 v0.4.11 Oct 21 22:00:28.268 INFO kablam! Checking provider v0.1.0 (/source/provider) Oct 21 22:00:28.268 INFO kablam! Checking want v0.0.4 Oct 21 22:00:28.268 INFO kablam! Checking backtrace v0.3.9 Oct 21 22:00:28.268 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 22:00:30.565 INFO kablam! Checking error-chain v0.11.0 Oct 21 22:00:33.752 INFO kablam! Checking hyper v0.11.27 Oct 21 22:00:35.644 INFO kablam! Compiling quote v0.6.6 Oct 21 22:00:39.721 INFO kablam! Compiling syn v0.14.8 Oct 21 22:00:45.591 INFO kablam! Checking hyper-tls v0.1.4 Oct 21 22:00:53.181 INFO kablam! Compiling serde_derive v1.0.71 Oct 21 22:01:05.959 INFO kablam! Checking telegram-bot-raw v0.6.1 Oct 21 22:01:13.797 INFO kablam! Checking telegram-bot v0.6.1 Oct 21 22:01:19.200 INFO kablam! Checking client v0.1.0 (/source/client) Oct 21 22:01:24.464 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 21 22:01:24.464 INFO kablam! --> client/src/main.rs:6:17 Oct 21 22:01:24.464 INFO kablam! | Oct 21 22:01:24.464 INFO kablam! 6 | use std::sync::{Arc, Mutex}; Oct 21 22:01:24.464 INFO kablam! | ^^^ ^^^^^ Oct 21 22:01:24.464 INFO kablam! | Oct 21 22:01:24.464 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:01:24.465 INFO kablam! Oct 21 22:01:24.465 INFO kablam! warning: unused imports: `ChatId`, `Integer`, `MessageId` Oct 21 22:01:24.465 INFO kablam! --> client/src/main.rs:9:50 Oct 21 22:01:24.465 INFO kablam! | Oct 21 22:01:24.465 INFO kablam! 9 | use telegram_bot::{Api, UpdateKind, MessageKind, ChatId, MessageId, Integer, CanSendMessage}; Oct 21 22:01:24.465 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^ Oct 21 22:01:24.465 INFO kablam! Oct 21 22:01:24.465 INFO kablam! warning: unused import: `pool::ThreadPool` Oct 21 22:01:24.465 INFO kablam! --> client/src/main.rs:10:5 Oct 21 22:01:24.465 INFO kablam! | Oct 21 22:01:24.465 INFO kablam! 10 | use pool::ThreadPool; Oct 21 22:01:24.465 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:01:24.465 INFO kablam! Oct 21 22:01:24.465 INFO kablam! warning: unused import: `Receiver` Oct 21 22:01:24.465 INFO kablam! --> client/src/provider/mod.rs:1:31 Oct 21 22:01:24.465 INFO kablam! | Oct 21 22:01:24.465 INFO kablam! 1 | use std::sync::mpsc::{Sender, Receiver}; Oct 21 22:01:24.465 INFO kablam! | ^^^^^^^^ Oct 21 22:01:24.465 INFO kablam! Oct 21 22:01:24.465 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 21 22:01:24.465 INFO kablam! --> client/src/provider/mod.rs:2:5 Oct 21 22:01:24.465 INFO kablam! | Oct 21 22:01:24.465 INFO kablam! 2 | use std::sync::mpsc; Oct 21 22:01:24.465 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:01:24.465 INFO kablam! Oct 21 22:01:24.610 INFO kablam! warning: struct is never constructed: `ThreadPool` Oct 21 22:01:24.611 INFO kablam! --> client/src/pool/mod.rs:4:1 Oct 21 22:01:24.611 INFO kablam! | Oct 21 22:01:24.611 INFO kablam! 4 | pub struct ThreadPool { Oct 21 22:01:24.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:24.612 INFO kablam! | Oct 21 22:01:24.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 22:01:24.613 INFO kablam! Oct 21 22:01:24.613 INFO kablam! warning: variant is never constructed: `NewJob` Oct 21 22:01:24.613 INFO kablam! --> client/src/pool/mod.rs:10:5 Oct 21 22:01:24.613 INFO kablam! | Oct 21 22:01:24.614 INFO kablam! 10 | NewJob(Job), Oct 21 22:01:24.614 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:01:24.614 INFO kablam! Oct 21 22:01:24.614 INFO kablam! warning: method is never used: `new` Oct 21 22:01:24.615 INFO kablam! --> client/src/pool/mod.rs:34:5 Oct 21 22:01:24.615 INFO kablam! | Oct 21 22:01:24.615 INFO kablam! 34 | pub fn new(size: usize) -> ThreadPool { Oct 21 22:01:24.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:24.616 INFO kablam! Oct 21 22:01:24.616 INFO kablam! warning: method is never used: `execute` Oct 21 22:01:24.617 INFO kablam! --> client/src/pool/mod.rs:52:5 Oct 21 22:01:24.617 INFO kablam! | Oct 21 22:01:24.617 INFO kablam! 52 | pub fn execute(&self, f: F) { Oct 21 22:01:24.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:24.618 INFO kablam! Oct 21 22:01:24.618 INFO kablam! warning: struct is never constructed: `Worker` Oct 21 22:01:24.618 INFO kablam! --> client/src/pool/mod.rs:72:1 Oct 21 22:01:24.618 INFO kablam! | Oct 21 22:01:24.619 INFO kablam! 72 | pub struct Worker { Oct 21 22:01:24.619 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 22:01:24.619 INFO kablam! Oct 21 22:01:24.619 INFO kablam! warning: method is never used: `new` Oct 21 22:01:24.620 INFO kablam! --> client/src/pool/mod.rs:78:5 Oct 21 22:01:24.620 INFO kablam! | Oct 21 22:01:24.620 INFO kablam! 78 | fn new(id: usize, rx: Arc>>) -> Worker { Oct 21 22:01:24.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:24.621 INFO kablam! Oct 21 22:01:25.023 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 21 22:01:25.023 INFO kablam! --> client/src/main.rs:6:17 Oct 21 22:01:25.023 INFO kablam! | Oct 21 22:01:25.024 INFO kablam! 6 | use std::sync::{Arc, Mutex}; Oct 21 22:01:25.024 INFO kablam! | ^^^ ^^^^^ Oct 21 22:01:25.024 INFO kablam! | Oct 21 22:01:25.025 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:01:25.025 INFO kablam! Oct 21 22:01:25.025 INFO kablam! warning: unused imports: `ChatId`, `Integer`, `MessageId` Oct 21 22:01:25.026 INFO kablam! --> client/src/main.rs:9:50 Oct 21 22:01:25.026 INFO kablam! | Oct 21 22:01:25.026 INFO kablam! 9 | use telegram_bot::{Api, UpdateKind, MessageKind, ChatId, MessageId, Integer, CanSendMessage}; Oct 21 22:01:25.027 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^ Oct 21 22:01:25.027 INFO kablam! Oct 21 22:01:25.027 INFO kablam! warning: unused import: `pool::ThreadPool` Oct 21 22:01:25.027 INFO kablam! --> client/src/main.rs:10:5 Oct 21 22:01:25.028 INFO kablam! | Oct 21 22:01:25.028 INFO kablam! 10 | use pool::ThreadPool; Oct 21 22:01:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:01:25.029 INFO kablam! Oct 21 22:01:25.029 INFO kablam! warning: unused import: `Receiver` Oct 21 22:01:25.029 INFO kablam! --> client/src/provider/mod.rs:1:31 Oct 21 22:01:25.030 INFO kablam! | Oct 21 22:01:25.030 INFO kablam! 1 | use std::sync::mpsc::{Sender, Receiver}; Oct 21 22:01:25.030 INFO kablam! | ^^^^^^^^ Oct 21 22:01:25.030 INFO kablam! Oct 21 22:01:25.031 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 21 22:01:25.031 INFO kablam! --> client/src/provider/mod.rs:2:5 Oct 21 22:01:25.031 INFO kablam! | Oct 21 22:01:25.032 INFO kablam! 2 | use std::sync::mpsc; Oct 21 22:01:25.032 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:01:25.032 INFO kablam! Oct 21 22:01:25.150 INFO kablam! warning: struct is never constructed: `ThreadPool` Oct 21 22:01:25.151 INFO kablam! --> client/src/pool/mod.rs:4:1 Oct 21 22:01:25.151 INFO kablam! | Oct 21 22:01:25.151 INFO kablam! 4 | pub struct ThreadPool { Oct 21 22:01:25.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:25.152 INFO kablam! | Oct 21 22:01:25.152 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 22:01:25.153 INFO kablam! Oct 21 22:01:25.153 INFO kablam! warning: variant is never constructed: `NewJob` Oct 21 22:01:25.153 INFO kablam! --> client/src/pool/mod.rs:10:5 Oct 21 22:01:25.154 INFO kablam! | Oct 21 22:01:25.154 INFO kablam! 10 | NewJob(Job), Oct 21 22:01:25.154 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:01:25.155 INFO kablam! Oct 21 22:01:25.155 INFO kablam! warning: method is never used: `new` Oct 21 22:01:25.155 INFO kablam! --> client/src/pool/mod.rs:34:5 Oct 21 22:01:25.155 INFO kablam! | Oct 21 22:01:25.156 INFO kablam! 34 | pub fn new(size: usize) -> ThreadPool { Oct 21 22:01:25.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:25.156 INFO kablam! Oct 21 22:01:25.157 INFO kablam! warning: method is never used: `execute` Oct 21 22:01:25.157 INFO kablam! --> client/src/pool/mod.rs:52:5 Oct 21 22:01:25.157 INFO kablam! | Oct 21 22:01:25.157 INFO kablam! 52 | pub fn execute(&self, f: F) { Oct 21 22:01:25.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:25.160 INFO kablam! Oct 21 22:01:25.161 INFO kablam! warning: struct is never constructed: `Worker` Oct 21 22:01:25.161 INFO kablam! --> client/src/pool/mod.rs:72:1 Oct 21 22:01:25.161 INFO kablam! | Oct 21 22:01:25.162 INFO kablam! 72 | pub struct Worker { Oct 21 22:01:25.162 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 22:01:25.162 INFO kablam! Oct 21 22:01:25.162 INFO kablam! warning: method is never used: `new` Oct 21 22:01:25.162 INFO kablam! --> client/src/pool/mod.rs:78:5 Oct 21 22:01:25.162 INFO kablam! | Oct 21 22:01:25.162 INFO kablam! 78 | fn new(id: usize, rx: Arc>>) -> Worker { Oct 21 22:01:25.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:25.162 INFO kablam! Oct 21 22:01:25.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.25s Oct 21 22:01:25.256 INFO kablam! su: No module specific data is present Oct 21 22:01:25.888 INFO running `"docker" "rm" "-f" "e38bbd398abe08403cbb0d5d2a0781f003d805ce8df9cdc8f15bee6b388ced0c"` Oct 21 22:01:26.164 INFO blam! e38bbd398abe08403cbb0d5d2a0781f003d805ce8df9cdc8f15bee6b388ced0c