Oct 15 09:06:23.354 INFO testing LooMaclin/totally_not_a_tty_rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:06:23.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 09:06:24.015 INFO blam! f5c645661781dd54e9d338895b9ddd1f9f350355d7eae25e95547738cc678fb2 Oct 15 09:06:24.023 INFO running `"docker" "start" "-a" "f5c645661781dd54e9d338895b9ddd1f9f350355d7eae25e95547738cc678fb2"` Oct 15 09:06:25.290 INFO kablam! usermod: no changes Oct 15 09:06:25.559 INFO kablam! Compiling futures v0.1.19 Oct 15 09:06:25.563 INFO kablam! Compiling net2 v0.2.32 Oct 15 09:06:25.563 INFO kablam! Compiling socket2 v0.3.4 Oct 15 09:06:25.567 INFO kablam! Compiling curl-sys v0.4.1 Oct 15 09:06:25.573 INFO kablam! Compiling erased-serde v0.3.3 Oct 15 09:06:25.573 INFO kablam! Compiling serde_json v1.0.13 Oct 15 09:06:25.593 INFO kablam! Compiling bytes v0.4.6 Oct 15 09:06:25.597 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 15 09:06:31.414 INFO kablam! Compiling uuid v0.2.3 Oct 15 09:06:31.415 INFO kablam! Compiling mio v0.6.14 Oct 15 09:06:31.415 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 15 09:06:31.435 INFO kablam! Compiling openssl-sys v0.9.27 Oct 15 09:06:31.687 INFO kablam! Compiling libz-sys v1.0.18 Oct 15 09:06:33.779 INFO kablam! Compiling telebot-derive v0.0.10 Oct 15 09:06:34.310 INFO kablam! Compiling crossbeam-deque v0.3.0 Oct 15 09:06:34.376 INFO kablam! Compiling backtrace v0.3.5 Oct 15 09:06:37.774 INFO kablam! Compiling serde_derive_internals v0.22.0 Oct 15 09:06:37.839 INFO kablam! Compiling failure v0.1.1 Oct 15 09:06:38.399 INFO kablam! Compiling tokio-executor v0.1.0 Oct 15 09:06:38.399 INFO kablam! Compiling tokio-io v0.1.6 Oct 15 09:06:39.480 INFO kablam! Compiling curl v0.4.11 Oct 15 09:06:39.635 INFO kablam! Compiling tokio-threadpool v0.1.0 Oct 15 09:06:40.895 INFO kablam! Compiling tokio-reactor v0.1.0 Oct 15 09:06:44.783 INFO kablam! Compiling tokio v0.1.3 Oct 15 09:06:46.020 INFO kablam! Compiling serde_derive v1.0.34 Oct 15 09:06:47.815 INFO kablam! Compiling tokio-core v0.1.15 Oct 15 09:06:51.663 INFO kablam! Compiling tokio-curl v0.1.11 Oct 15 09:07:00.605 INFO kablam! Compiling telebot v0.2.7 Oct 15 09:07:15.783 INFO kablam! Compiling totally_not_a_tty_rs v0.1.0 (/source) Oct 15 09:07:19.575 INFO kablam! warning: unused import: `telebot::functions::*` Oct 15 09:07:19.575 INFO kablam! --> src/main.rs:11:5 Oct 15 09:07:19.575 INFO kablam! | Oct 15 09:07:19.575 INFO kablam! 11 | use telebot::functions::*; Oct 15 09:07:19.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:07:19.575 INFO kablam! | Oct 15 09:07:19.575 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:07:19.575 INFO kablam! Oct 15 09:07:19.635 INFO kablam! warning: value assigned to `text` is never read Oct 15 09:07:19.635 INFO kablam! --> src/main.rs:24:13 Oct 15 09:07:19.635 INFO kablam! | Oct 15 09:07:19.635 INFO kablam! 24 | text = "".into(); Oct 15 09:07:19.635 INFO kablam! | ^^^^ Oct 15 09:07:19.635 INFO kablam! | Oct 15 09:07:19.635 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 09:07:19.635 INFO kablam! Oct 15 09:07:19.635 INFO kablam! warning: unused variable: `bot` Oct 15 09:07:19.635 INFO kablam! --> src/main.rs:21:51 Oct 15 09:07:19.635 INFO kablam! | Oct 15 09:07:19.635 INFO kablam! 21 | let handle = bot.new_cmd("/reply").and_then(|(bot, msg)| { Oct 15 09:07:19.635 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 15 09:07:19.635 INFO kablam! | Oct 15 09:07:19.635 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:07:19.635 INFO kablam! Oct 15 09:07:21.946 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.62s Oct 15 09:07:21.956 INFO kablam! su: No module specific data is present Oct 15 09:07:22.702 INFO running `"docker" "rm" "-f" "f5c645661781dd54e9d338895b9ddd1f9f350355d7eae25e95547738cc678fb2"` Oct 15 09:07:22.961 INFO blam! f5c645661781dd54e9d338895b9ddd1f9f350355d7eae25e95547738cc678fb2 Oct 15 09:07:22.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 09:07:23.461 INFO blam! 25d96f7bfbb1dfa08b4ed06af33c56eda82e9696589662743432125f86d4e528 Oct 15 09:07:23.463 INFO running `"docker" "start" "-a" "25d96f7bfbb1dfa08b4ed06af33c56eda82e9696589662743432125f86d4e528"` Oct 15 09:07:25.547 INFO kablam! usermod: no changes Oct 15 09:07:25.767 INFO kablam! Compiling totally_not_a_tty_rs v0.1.0 (/source) Oct 15 09:07:28.707 INFO kablam! warning: unused import: `telebot::functions::*` Oct 15 09:07:28.707 INFO kablam! --> src/main.rs:11:5 Oct 15 09:07:28.707 INFO kablam! | Oct 15 09:07:28.707 INFO kablam! 11 | use telebot::functions::*; Oct 15 09:07:28.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:07:28.707 INFO kablam! | Oct 15 09:07:28.707 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:07:28.707 INFO kablam! Oct 15 09:07:28.747 INFO kablam! warning: value assigned to `text` is never read Oct 15 09:07:28.747 INFO kablam! --> src/main.rs:24:13 Oct 15 09:07:28.747 INFO kablam! | Oct 15 09:07:28.747 INFO kablam! 24 | text = "".into(); Oct 15 09:07:28.747 INFO kablam! | ^^^^ Oct 15 09:07:28.747 INFO kablam! | Oct 15 09:07:28.747 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 09:07:28.747 INFO kablam! Oct 15 09:07:28.747 INFO kablam! warning: unused variable: `bot` Oct 15 09:07:28.747 INFO kablam! --> src/main.rs:21:51 Oct 15 09:07:28.747 INFO kablam! | Oct 15 09:07:28.747 INFO kablam! 21 | let handle = bot.new_cmd("/reply").and_then(|(bot, msg)| { Oct 15 09:07:28.747 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 15 09:07:28.747 INFO kablam! | Oct 15 09:07:28.747 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:07:28.747 INFO kablam! Oct 15 09:07:29.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.77s Oct 15 09:07:29.363 INFO kablam! su: No module specific data is present Oct 15 09:07:30.103 INFO running `"docker" "rm" "-f" "25d96f7bfbb1dfa08b4ed06af33c56eda82e9696589662743432125f86d4e528"` Oct 15 09:07:30.299 INFO blam! 25d96f7bfbb1dfa08b4ed06af33c56eda82e9696589662743432125f86d4e528 Oct 15 09:07:30.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 09:07:30.783 INFO blam! 1c94203ff4e0ac5e50737c15a2e6c58c9ef93131e8600c78c03c77cc7dc8a4f0 Oct 15 09:07:30.790 INFO running `"docker" "start" "-a" "1c94203ff4e0ac5e50737c15a2e6c58c9ef93131e8600c78c03c77cc7dc8a4f0"` Oct 15 09:07:32.143 INFO kablam! usermod: no changes Oct 15 09:07:32.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 09:07:32.303 INFO kablam! Running /target/debug/deps/totally_not_a_tty_rs-c0de382ec21efcb5 Oct 15 09:07:32.323 INFO blam! Oct 15 09:07:32.323 INFO blam! running 0 tests Oct 15 09:07:32.323 INFO blam! Oct 15 09:07:32.323 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:07:32.323 INFO blam! Oct 15 09:07:32.324 INFO kablam! su: No module specific data is present Oct 15 09:07:33.191 INFO running `"docker" "rm" "-f" "1c94203ff4e0ac5e50737c15a2e6c58c9ef93131e8600c78c03c77cc7dc8a4f0"` Oct 15 09:07:33.443 INFO blam! 1c94203ff4e0ac5e50737c15a2e6c58c9ef93131e8600c78c03c77cc7dc8a4f0