Oct 15 12:31:06.860 INFO testing Arekkusuva/zoma-cmd against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:31:06.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 12:31:07.182 INFO blam! 3fee00aa1cb63b70b85296b77134247c507c78b84aa1b7f1b3ef4d918ef7ee37 Oct 15 12:31:07.186 INFO running `"docker" "start" "-a" "3fee00aa1cb63b70b85296b77134247c507c78b84aa1b7f1b3ef4d918ef7ee37"` Oct 15 12:31:07.915 INFO kablam! usermod: no changes Oct 15 12:31:08.136 INFO kablam! Compiling provider v0.1.0 (/source/provider) Oct 15 12:31:08.143 INFO kablam! Compiling openssl-sys v0.9.35 Oct 15 12:31:08.148 INFO kablam! Compiling error-chain v0.11.0 Oct 15 12:31:08.148 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 12:31:09.599 INFO kablam! Compiling openssl v0.9.24 Oct 15 12:31:09.611 INFO kablam! Compiling telegram-bot-raw v0.6.1 Oct 15 12:31:15.755 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 12:31:22.179 INFO kablam! Compiling native-tls v0.1.5 Oct 15 12:31:24.823 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 12:31:26.571 INFO kablam! Compiling hyper v0.11.27 Oct 15 12:31:43.587 INFO kablam! Compiling hyper-tls v0.1.4 Oct 15 12:31:46.611 INFO kablam! Compiling telegram-bot v0.6.1 Oct 15 12:31:57.987 INFO kablam! Compiling client v0.1.0 (/source/client) Oct 15 12:32:01.372 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 15 12:32:01.372 INFO kablam! --> client/src/main.rs:6:17 Oct 15 12:32:01.373 INFO kablam! | Oct 15 12:32:01.373 INFO kablam! 6 | use std::sync::{Arc, Mutex}; Oct 15 12:32:01.374 INFO kablam! | ^^^ ^^^^^ Oct 15 12:32:01.374 INFO kablam! | Oct 15 12:32:01.375 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:32:01.375 INFO kablam! Oct 15 12:32:01.376 INFO kablam! warning: unused imports: `ChatId`, `Integer`, `MessageId` Oct 15 12:32:01.377 INFO kablam! --> client/src/main.rs:9:50 Oct 15 12:32:01.377 INFO kablam! | Oct 15 12:32:01.377 INFO kablam! 9 | use telegram_bot::{Api, UpdateKind, MessageKind, ChatId, MessageId, Integer, CanSendMessage}; Oct 15 12:32:01.377 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^ Oct 15 12:32:01.378 INFO kablam! Oct 15 12:32:01.378 INFO kablam! warning: unused import: `pool::ThreadPool` Oct 15 12:32:01.378 INFO kablam! --> client/src/main.rs:10:5 Oct 15 12:32:01.378 INFO kablam! | Oct 15 12:32:01.378 INFO kablam! 10 | use pool::ThreadPool; Oct 15 12:32:01.378 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:32:01.379 INFO kablam! Oct 15 12:32:01.380 INFO kablam! warning: unused import: `Receiver` Oct 15 12:32:01.380 INFO kablam! --> client/src/provider/mod.rs:1:31 Oct 15 12:32:01.380 INFO kablam! | Oct 15 12:32:01.380 INFO kablam! 1 | use std::sync::mpsc::{Sender, Receiver}; Oct 15 12:32:01.380 INFO kablam! | ^^^^^^^^ Oct 15 12:32:01.380 INFO kablam! Oct 15 12:32:01.381 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 15 12:32:01.381 INFO kablam! --> client/src/provider/mod.rs:2:5 Oct 15 12:32:01.381 INFO kablam! | Oct 15 12:32:01.381 INFO kablam! 2 | use std::sync::mpsc; Oct 15 12:32:01.381 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:32:01.381 INFO kablam! Oct 15 12:32:01.505 INFO kablam! warning: struct is never constructed: `ThreadPool` Oct 15 12:32:01.505 INFO kablam! --> client/src/pool/mod.rs:4:1 Oct 15 12:32:01.505 INFO kablam! | Oct 15 12:32:01.505 INFO kablam! 4 | pub struct ThreadPool { Oct 15 12:32:01.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:32:01.505 INFO kablam! | Oct 15 12:32:01.505 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:32:01.505 INFO kablam! Oct 15 12:32:01.505 INFO kablam! warning: variant is never constructed: `NewJob` Oct 15 12:32:01.505 INFO kablam! --> client/src/pool/mod.rs:10:5 Oct 15 12:32:01.505 INFO kablam! | Oct 15 12:32:01.505 INFO kablam! 10 | NewJob(Job), Oct 15 12:32:01.505 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:32:01.505 INFO kablam! Oct 15 12:32:01.507 INFO kablam! warning: method is never used: `new` Oct 15 12:32:01.507 INFO kablam! --> client/src/pool/mod.rs:34:5 Oct 15 12:32:01.507 INFO kablam! | Oct 15 12:32:01.507 INFO kablam! 34 | pub fn new(size: usize) -> ThreadPool { Oct 15 12:32:01.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:32:01.507 INFO kablam! Oct 15 12:32:01.508 INFO kablam! warning: method is never used: `execute` Oct 15 12:32:01.508 INFO kablam! --> client/src/pool/mod.rs:52:5 Oct 15 12:32:01.508 INFO kablam! | Oct 15 12:32:01.508 INFO kablam! 52 | pub fn execute(&self, f: F) { Oct 15 12:32:01.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:32:01.509 INFO kablam! Oct 15 12:32:01.510 INFO kablam! warning: struct is never constructed: `Worker` Oct 15 12:32:01.510 INFO kablam! --> client/src/pool/mod.rs:72:1 Oct 15 12:32:01.510 INFO kablam! | Oct 15 12:32:01.510 INFO kablam! 72 | pub struct Worker { Oct 15 12:32:01.510 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:32:01.510 INFO kablam! Oct 15 12:32:01.511 INFO kablam! warning: method is never used: `new` Oct 15 12:32:01.511 INFO kablam! --> client/src/pool/mod.rs:78:5 Oct 15 12:32:01.511 INFO kablam! | Oct 15 12:32:01.511 INFO kablam! 78 | fn new(id: usize, rx: Arc>>) -> Worker { Oct 15 12:32:01.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:32:01.511 INFO kablam! Oct 15 12:32:05.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.45s Oct 15 12:32:05.395 INFO kablam! su: No module specific data is present Oct 15 12:32:06.980 INFO running `"docker" "rm" "-f" "3fee00aa1cb63b70b85296b77134247c507c78b84aa1b7f1b3ef4d918ef7ee37"` Oct 15 12:32:07.259 INFO blam! 3fee00aa1cb63b70b85296b77134247c507c78b84aa1b7f1b3ef4d918ef7ee37 Oct 15 12:32:07.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 12:32:07.699 INFO blam! ad2b97060c89a7fa1f6fd0d9fb65ee67cdbda43326386ab8b78e733f18e64b62 Oct 15 12:32:07.701 INFO running `"docker" "start" "-a" "ad2b97060c89a7fa1f6fd0d9fb65ee67cdbda43326386ab8b78e733f18e64b62"` Oct 15 12:32:10.502 INFO kablam! usermod: no changes Oct 15 12:32:10.755 INFO kablam! Compiling provider v0.1.0 (/source/provider) Oct 15 12:32:10.758 INFO kablam! Compiling client v0.1.0 (/source/client) Oct 15 12:32:15.229 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 15 12:32:15.229 INFO kablam! --> client/src/main.rs:6:17 Oct 15 12:32:15.229 INFO kablam! | Oct 15 12:32:15.229 INFO kablam! 6 | use std::sync::{Arc, Mutex}; Oct 15 12:32:15.229 INFO kablam! | ^^^ ^^^^^ Oct 15 12:32:15.229 INFO kablam! | Oct 15 12:32:15.229 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:32:15.229 INFO kablam! Oct 15 12:32:15.229 INFO kablam! warning: unused imports: `ChatId`, `Integer`, `MessageId` Oct 15 12:32:15.229 INFO kablam! --> client/src/main.rs:9:50 Oct 15 12:32:15.229 INFO kablam! | Oct 15 12:32:15.229 INFO kablam! 9 | use telegram_bot::{Api, UpdateKind, MessageKind, ChatId, MessageId, Integer, CanSendMessage}; Oct 15 12:32:15.230 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^ Oct 15 12:32:15.230 INFO kablam! Oct 15 12:32:15.230 INFO kablam! warning: unused import: `pool::ThreadPool` Oct 15 12:32:15.230 INFO kablam! --> client/src/main.rs:10:5 Oct 15 12:32:15.230 INFO kablam! | Oct 15 12:32:15.230 INFO kablam! 10 | use pool::ThreadPool; Oct 15 12:32:15.230 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:32:15.230 INFO kablam! Oct 15 12:32:15.230 INFO kablam! warning: unused import: `Receiver` Oct 15 12:32:15.230 INFO kablam! --> client/src/provider/mod.rs:1:31 Oct 15 12:32:15.230 INFO kablam! | Oct 15 12:32:15.230 INFO kablam! 1 | use std::sync::mpsc::{Sender, Receiver}; Oct 15 12:32:15.230 INFO kablam! | ^^^^^^^^ Oct 15 12:32:15.230 INFO kablam! Oct 15 12:32:15.230 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 15 12:32:15.230 INFO kablam! --> client/src/provider/mod.rs:2:5 Oct 15 12:32:15.230 INFO kablam! | Oct 15 12:32:15.230 INFO kablam! 2 | use std::sync::mpsc; Oct 15 12:32:15.230 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:32:15.230 INFO kablam! Oct 15 12:32:15.338 INFO kablam! warning: struct is never constructed: `ThreadPool` Oct 15 12:32:15.338 INFO kablam! --> client/src/pool/mod.rs:4:1 Oct 15 12:32:15.338 INFO kablam! | Oct 15 12:32:15.338 INFO kablam! 4 | pub struct ThreadPool { Oct 15 12:32:15.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:32:15.338 INFO kablam! | Oct 15 12:32:15.338 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:32:15.339 INFO kablam! Oct 15 12:32:15.339 INFO kablam! warning: variant is never constructed: `NewJob` Oct 15 12:32:15.339 INFO kablam! --> client/src/pool/mod.rs:10:5 Oct 15 12:32:15.339 INFO kablam! | Oct 15 12:32:15.339 INFO kablam! 10 | NewJob(Job), Oct 15 12:32:15.339 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:32:15.339 INFO kablam! Oct 15 12:32:15.339 INFO kablam! warning: method is never used: `new` Oct 15 12:32:15.339 INFO kablam! --> client/src/pool/mod.rs:34:5 Oct 15 12:32:15.339 INFO kablam! | Oct 15 12:32:15.339 INFO kablam! 34 | pub fn new(size: usize) -> ThreadPool { Oct 15 12:32:15.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:32:15.339 INFO kablam! Oct 15 12:32:15.339 INFO kablam! warning: method is never used: `execute` Oct 15 12:32:15.339 INFO kablam! --> client/src/pool/mod.rs:52:5 Oct 15 12:32:15.339 INFO kablam! | Oct 15 12:32:15.339 INFO kablam! 52 | pub fn execute(&self, f: F) { Oct 15 12:32:15.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:32:15.339 INFO kablam! Oct 15 12:32:15.339 INFO kablam! warning: struct is never constructed: `Worker` Oct 15 12:32:15.339 INFO kablam! --> client/src/pool/mod.rs:72:1 Oct 15 12:32:15.339 INFO kablam! | Oct 15 12:32:15.339 INFO kablam! 72 | pub struct Worker { Oct 15 12:32:15.339 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:32:15.339 INFO kablam! Oct 15 12:32:15.339 INFO kablam! warning: method is never used: `new` Oct 15 12:32:15.339 INFO kablam! --> client/src/pool/mod.rs:78:5 Oct 15 12:32:15.339 INFO kablam! | Oct 15 12:32:15.339 INFO kablam! 78 | fn new(id: usize, rx: Arc>>) -> Worker { Oct 15 12:32:15.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:32:15.339 INFO kablam! Oct 15 12:32:15.789 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.26s Oct 15 12:32:15.799 INFO kablam! su: No module specific data is present Oct 15 12:32:17.705 INFO running `"docker" "rm" "-f" "ad2b97060c89a7fa1f6fd0d9fb65ee67cdbda43326386ab8b78e733f18e64b62"` Oct 15 12:32:18.107 INFO blam! ad2b97060c89a7fa1f6fd0d9fb65ee67cdbda43326386ab8b78e733f18e64b62 Oct 15 12:32:18.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 12:32:18.519 INFO blam! ec21c1c6d98f7f903e19b456c68878f6a3654ddfaf5f5815165444351935095a Oct 15 12:32:18.521 INFO running `"docker" "start" "-a" "ec21c1c6d98f7f903e19b456c68878f6a3654ddfaf5f5815165444351935095a"` Oct 15 12:32:20.838 INFO kablam! usermod: no changes Oct 15 12:32:21.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 12:32:21.159 INFO kablam! Running /target/debug/deps/client-604133905af30a2a Oct 15 12:32:21.160 INFO blam! Oct 15 12:32:21.160 INFO blam! running 0 tests Oct 15 12:32:21.160 INFO blam! Oct 15 12:32:21.160 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:32:21.160 INFO blam! Oct 15 12:32:21.167 INFO kablam! Running /target/debug/deps/provider-8f8a53cca8298f73 Oct 15 12:32:21.175 INFO blam! Oct 15 12:32:21.175 INFO blam! running 0 tests Oct 15 12:32:21.175 INFO blam! Oct 15 12:32:21.175 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:32:21.175 INFO blam! Oct 15 12:32:21.191 INFO kablam! su: No module specific data is present Oct 15 12:32:22.550 INFO running `"docker" "rm" "-f" "ec21c1c6d98f7f903e19b456c68878f6a3654ddfaf5f5815165444351935095a"` Oct 15 12:32:22.872 INFO blam! ec21c1c6d98f7f903e19b456c68878f6a3654ddfaf5f5815165444351935095a