Oct 11 07:37:29.960 INFO testing Arekkusuva/zoma-cmd against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:37:29.960 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:37:29.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:37:30.308 INFO blam! 643829dd50fe12d2ef8c392f51efedeb35d4163d00c52a2f33c0599b99681228 Oct 11 07:37:30.314 INFO running `"docker" "start" "-a" "643829dd50fe12d2ef8c392f51efedeb35d4163d00c52a2f33c0599b99681228"` Oct 11 07:37:31.126 INFO kablam! usermod: no changes Oct 11 07:37:31.460 INFO kablam! Compiling provider v0.1.0 (/source/provider) Oct 11 07:37:31.468 INFO kablam! Compiling want v0.0.4 Oct 11 07:37:31.468 INFO kablam! Compiling openssl v0.9.24 Oct 11 07:37:31.468 INFO kablam! Compiling error-chain v0.11.0 Oct 11 07:37:31.468 INFO kablam! Compiling tokio-core v0.1.17 Oct 11 07:37:33.976 INFO kablam! Compiling telegram-bot-raw v0.6.1 Oct 11 07:37:42.796 INFO kablam! Compiling native-tls v0.1.5 Oct 11 07:37:44.158 INFO kablam! Compiling tokio-proto v0.1.1 Oct 11 07:37:46.880 INFO kablam! Compiling tokio-tls v0.1.4 Oct 11 07:37:56.272 INFO kablam! Compiling hyper v0.11.27 Oct 11 07:38:09.868 INFO kablam! Compiling hyper-tls v0.1.4 Oct 11 07:38:15.419 INFO kablam! Compiling telegram-bot v0.6.1 Oct 11 07:38:29.150 INFO kablam! Compiling client v0.1.0 (/source/client) Oct 11 07:38:35.696 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 11 07:38:35.696 INFO kablam! --> client/src/main.rs:6:17 Oct 11 07:38:35.696 INFO kablam! | Oct 11 07:38:35.696 INFO kablam! 6 | use std::sync::{Arc, Mutex}; Oct 11 07:38:35.696 INFO kablam! | ^^^ ^^^^^ Oct 11 07:38:35.696 INFO kablam! | Oct 11 07:38:35.696 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:38:35.696 INFO kablam! Oct 11 07:38:35.696 INFO kablam! warning: unused imports: `ChatId`, `Integer`, `MessageId` Oct 11 07:38:35.696 INFO kablam! --> client/src/main.rs:9:50 Oct 11 07:38:35.696 INFO kablam! | Oct 11 07:38:35.696 INFO kablam! 9 | use telegram_bot::{Api, UpdateKind, MessageKind, ChatId, MessageId, Integer, CanSendMessage}; Oct 11 07:38:35.696 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^ Oct 11 07:38:35.696 INFO kablam! Oct 11 07:38:35.696 INFO kablam! warning: unused import: `pool::ThreadPool` Oct 11 07:38:35.696 INFO kablam! --> client/src/main.rs:10:5 Oct 11 07:38:35.696 INFO kablam! | Oct 11 07:38:35.696 INFO kablam! 10 | use pool::ThreadPool; Oct 11 07:38:35.696 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 07:38:35.696 INFO kablam! Oct 11 07:38:35.696 INFO kablam! warning: unused import: `Receiver` Oct 11 07:38:35.696 INFO kablam! --> client/src/provider/mod.rs:1:31 Oct 11 07:38:35.696 INFO kablam! | Oct 11 07:38:35.696 INFO kablam! 1 | use std::sync::mpsc::{Sender, Receiver}; Oct 11 07:38:35.696 INFO kablam! | ^^^^^^^^ Oct 11 07:38:35.696 INFO kablam! Oct 11 07:38:35.696 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 11 07:38:35.696 INFO kablam! --> client/src/provider/mod.rs:2:5 Oct 11 07:38:35.696 INFO kablam! | Oct 11 07:38:35.696 INFO kablam! 2 | use std::sync::mpsc; Oct 11 07:38:35.696 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 07:38:35.696 INFO kablam! Oct 11 07:38:35.796 INFO kablam! warning: struct is never constructed: `ThreadPool` Oct 11 07:38:35.796 INFO kablam! --> client/src/pool/mod.rs:4:1 Oct 11 07:38:35.796 INFO kablam! | Oct 11 07:38:35.796 INFO kablam! 4 | pub struct ThreadPool { Oct 11 07:38:35.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:38:35.796 INFO kablam! | Oct 11 07:38:35.796 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:38:35.796 INFO kablam! Oct 11 07:38:35.796 INFO kablam! warning: variant is never constructed: `NewJob` Oct 11 07:38:35.796 INFO kablam! --> client/src/pool/mod.rs:10:5 Oct 11 07:38:35.796 INFO kablam! | Oct 11 07:38:35.796 INFO kablam! 10 | NewJob(Job), Oct 11 07:38:35.796 INFO kablam! | ^^^^^^^^^^^ Oct 11 07:38:35.796 INFO kablam! Oct 11 07:38:35.796 INFO kablam! warning: method is never used: `new` Oct 11 07:38:35.796 INFO kablam! --> client/src/pool/mod.rs:34:5 Oct 11 07:38:35.796 INFO kablam! | Oct 11 07:38:35.796 INFO kablam! 34 | pub fn new(size: usize) -> ThreadPool { Oct 11 07:38:35.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:38:35.796 INFO kablam! Oct 11 07:38:35.796 INFO kablam! warning: method is never used: `execute` Oct 11 07:38:35.796 INFO kablam! --> client/src/pool/mod.rs:52:5 Oct 11 07:38:35.796 INFO kablam! | Oct 11 07:38:35.796 INFO kablam! 52 | pub fn execute(&self, f: F) { Oct 11 07:38:35.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:38:35.796 INFO kablam! Oct 11 07:38:35.796 INFO kablam! warning: struct is never constructed: `Worker` Oct 11 07:38:35.796 INFO kablam! --> client/src/pool/mod.rs:72:1 Oct 11 07:38:35.796 INFO kablam! | Oct 11 07:38:35.796 INFO kablam! 72 | pub struct Worker { Oct 11 07:38:35.796 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:38:35.796 INFO kablam! Oct 11 07:38:35.796 INFO kablam! warning: method is never used: `new` Oct 11 07:38:35.796 INFO kablam! --> client/src/pool/mod.rs:78:5 Oct 11 07:38:35.796 INFO kablam! | Oct 11 07:38:35.796 INFO kablam! 78 | fn new(id: usize, rx: Arc>>) -> Worker { Oct 11 07:38:35.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:38:35.796 INFO kablam! Oct 11 07:38:39.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 11 07:38:39.065 INFO kablam! su: No module specific data is present Oct 11 07:38:39.510 INFO running `"docker" "rm" "-f" "643829dd50fe12d2ef8c392f51efedeb35d4163d00c52a2f33c0599b99681228"` Oct 11 07:38:39.731 INFO blam! 643829dd50fe12d2ef8c392f51efedeb35d4163d00c52a2f33c0599b99681228 Oct 11 07:38:39.738 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:38:39.738 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:38:40.076 INFO blam! 23bc22899cfa931f89f501c4d2a7f755383adc589928fa000d3b79731742b9da Oct 11 07:38:40.078 INFO running `"docker" "start" "-a" "23bc22899cfa931f89f501c4d2a7f755383adc589928fa000d3b79731742b9da"` Oct 11 07:38:40.711 INFO kablam! usermod: no changes Oct 11 07:38:40.956 INFO kablam! Compiling provider v0.1.0 (/source/provider) Oct 11 07:38:40.965 INFO kablam! Compiling client v0.1.0 (/source/client) Oct 11 07:38:46.976 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 11 07:38:46.976 INFO kablam! --> client/src/main.rs:6:17 Oct 11 07:38:46.976 INFO kablam! | Oct 11 07:38:46.976 INFO kablam! 6 | use std::sync::{Arc, Mutex}; Oct 11 07:38:46.976 INFO kablam! | ^^^ ^^^^^ Oct 11 07:38:46.976 INFO kablam! | Oct 11 07:38:46.976 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:38:46.976 INFO kablam! Oct 11 07:38:46.976 INFO kablam! warning: unused imports: `ChatId`, `Integer`, `MessageId` Oct 11 07:38:46.976 INFO kablam! --> client/src/main.rs:9:50 Oct 11 07:38:46.976 INFO kablam! | Oct 11 07:38:46.976 INFO kablam! 9 | use telegram_bot::{Api, UpdateKind, MessageKind, ChatId, MessageId, Integer, CanSendMessage}; Oct 11 07:38:46.976 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^ Oct 11 07:38:46.976 INFO kablam! Oct 11 07:38:46.976 INFO kablam! warning: unused import: `pool::ThreadPool` Oct 11 07:38:46.976 INFO kablam! --> client/src/main.rs:10:5 Oct 11 07:38:46.976 INFO kablam! | Oct 11 07:38:46.976 INFO kablam! 10 | use pool::ThreadPool; Oct 11 07:38:46.976 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 07:38:46.976 INFO kablam! Oct 11 07:38:46.977 INFO kablam! warning: unused import: `Receiver` Oct 11 07:38:46.977 INFO kablam! --> client/src/provider/mod.rs:1:31 Oct 11 07:38:46.977 INFO kablam! | Oct 11 07:38:46.977 INFO kablam! 1 | use std::sync::mpsc::{Sender, Receiver}; Oct 11 07:38:46.977 INFO kablam! | ^^^^^^^^ Oct 11 07:38:46.977 INFO kablam! Oct 11 07:38:46.977 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 11 07:38:46.977 INFO kablam! --> client/src/provider/mod.rs:2:5 Oct 11 07:38:46.977 INFO kablam! | Oct 11 07:38:46.977 INFO kablam! 2 | use std::sync::mpsc; Oct 11 07:38:46.977 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 07:38:46.977 INFO kablam! Oct 11 07:38:47.089 INFO kablam! warning: struct is never constructed: `ThreadPool` Oct 11 07:38:47.089 INFO kablam! --> client/src/pool/mod.rs:4:1 Oct 11 07:38:47.089 INFO kablam! | Oct 11 07:38:47.089 INFO kablam! 4 | pub struct ThreadPool { Oct 11 07:38:47.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:38:47.089 INFO kablam! | Oct 11 07:38:47.089 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:38:47.089 INFO kablam! Oct 11 07:38:47.089 INFO kablam! warning: variant is never constructed: `NewJob` Oct 11 07:38:47.089 INFO kablam! --> client/src/pool/mod.rs:10:5 Oct 11 07:38:47.089 INFO kablam! | Oct 11 07:38:47.089 INFO kablam! 10 | NewJob(Job), Oct 11 07:38:47.089 INFO kablam! | ^^^^^^^^^^^ Oct 11 07:38:47.089 INFO kablam! Oct 11 07:38:47.089 INFO kablam! warning: method is never used: `new` Oct 11 07:38:47.089 INFO kablam! --> client/src/pool/mod.rs:34:5 Oct 11 07:38:47.089 INFO kablam! | Oct 11 07:38:47.089 INFO kablam! 34 | pub fn new(size: usize) -> ThreadPool { Oct 11 07:38:47.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:38:47.089 INFO kablam! Oct 11 07:38:47.090 INFO kablam! warning: method is never used: `execute` Oct 11 07:38:47.090 INFO kablam! --> client/src/pool/mod.rs:52:5 Oct 11 07:38:47.090 INFO kablam! | Oct 11 07:38:47.090 INFO kablam! 52 | pub fn execute(&self, f: F) { Oct 11 07:38:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:38:47.090 INFO kablam! Oct 11 07:38:47.090 INFO kablam! warning: struct is never constructed: `Worker` Oct 11 07:38:47.090 INFO kablam! --> client/src/pool/mod.rs:72:1 Oct 11 07:38:47.090 INFO kablam! | Oct 11 07:38:47.090 INFO kablam! 72 | pub struct Worker { Oct 11 07:38:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:38:47.090 INFO kablam! Oct 11 07:38:47.090 INFO kablam! warning: method is never used: `new` Oct 11 07:38:47.091 INFO kablam! --> client/src/pool/mod.rs:78:5 Oct 11 07:38:47.091 INFO kablam! | Oct 11 07:38:47.091 INFO kablam! 78 | fn new(id: usize, rx: Arc>>) -> Worker { Oct 11 07:38:47.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:38:47.091 INFO kablam! Oct 11 07:38:47.697 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.94s Oct 11 07:38:47.717 INFO kablam! su: No module specific data is present Oct 11 07:38:48.266 INFO running `"docker" "rm" "-f" "23bc22899cfa931f89f501c4d2a7f755383adc589928fa000d3b79731742b9da"` Oct 11 07:38:48.460 INFO blam! 23bc22899cfa931f89f501c4d2a7f755383adc589928fa000d3b79731742b9da Oct 11 07:38:48.461 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:38:48.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:38:48.805 INFO blam! 419796ac202f5cfa5980c5ccad7c09b1af811730c0657fd8716ea6f090cc847f Oct 11 07:38:48.812 INFO running `"docker" "start" "-a" "419796ac202f5cfa5980c5ccad7c09b1af811730c0657fd8716ea6f090cc847f"` Oct 11 07:38:49.509 INFO kablam! usermod: no changes Oct 11 07:38:49.642 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 07:38:49.658 INFO kablam! Running /target/debug/deps/client-604133905af30a2a Oct 11 07:38:49.662 INFO kablam! Running /target/debug/deps/provider-8f8a53cca8298f73 Oct 11 07:38:49.662 INFO blam! Oct 11 07:38:49.662 INFO blam! running 0 tests Oct 11 07:38:49.662 INFO blam! Oct 11 07:38:49.662 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:38:49.662 INFO blam! Oct 11 07:38:49.670 INFO blam! Oct 11 07:38:49.670 INFO blam! running 0 tests Oct 11 07:38:49.670 INFO blam! Oct 11 07:38:49.670 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:38:49.670 INFO blam! Oct 11 07:38:49.672 INFO kablam! su: No module specific data is present Oct 11 07:38:49.969 INFO running `"docker" "rm" "-f" "419796ac202f5cfa5980c5ccad7c09b1af811730c0657fd8716ea6f090cc847f"` Oct 11 07:38:50.102 INFO blam! 419796ac202f5cfa5980c5ccad7c09b1af811730c0657fd8716ea6f090cc847f