Oct 15 04:44:42.725 INFO testing akkaha/hello-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:44:42.727 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 04:44:43.222 INFO blam! 85b6fe5dfd804742784ba45b3f36297a99f563d50ccc4636847fa192d3752916 Oct 15 04:44:43.225 INFO running `"docker" "start" "-a" "85b6fe5dfd804742784ba45b3f36297a99f563d50ccc4636847fa192d3752916"` Oct 15 04:44:44.838 INFO kablam! usermod: no changes Oct 15 04:44:44.955 INFO kablam! Compiling bytes v0.4.6 Oct 15 04:44:44.955 INFO kablam! Compiling mio v0.6.14 Oct 15 04:44:44.963 INFO kablam! Compiling tokio-threadpool v0.1.2 Oct 15 04:44:48.603 INFO kablam! Compiling tokio-io v0.1.6 Oct 15 04:44:52.227 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 15 04:44:54.127 INFO kablam! Compiling tokio-udp v0.1.0 Oct 15 04:44:54.127 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 15 04:44:56.143 INFO kablam! Compiling tokio v0.1.5 Oct 15 04:44:58.115 INFO kablam! Compiling hello-rust v0.1.0 (/source) Oct 15 04:45:00.127 INFO kablam! warning: unused import: `bytes::Bytes` Oct 15 04:45:00.127 INFO kablam! --> src/bin/bytes-hello.rs:3:5 Oct 15 04:45:00.127 INFO kablam! | Oct 15 04:45:00.127 INFO kablam! 3 | use bytes::Bytes; Oct 15 04:45:00.127 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:45:00.127 INFO kablam! | Oct 15 04:45:00.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:45:00.127 INFO kablam! Oct 15 04:45:04.847 INFO kablam! warning: unused import: `BufMut` Oct 15 04:45:04.847 INFO kablam! --> src/bin/tokio-chat.rs:18:13 Oct 15 04:45:04.847 INFO kablam! | Oct 15 04:45:04.847 INFO kablam! 18 | use bytes::{BufMut, Bytes, BytesMut}; Oct 15 04:45:04.847 INFO kablam! | ^^^^^^ Oct 15 04:45:04.847 INFO kablam! | Oct 15 04:45:04.847 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:45:04.847 INFO kablam! Oct 15 04:45:04.847 INFO kablam! warning: unused imports: `Either`, `self` Oct 15 04:45:04.847 INFO kablam! --> src/bin/tokio-chat.rs:19:23 Oct 15 04:45:04.848 INFO kablam! | Oct 15 04:45:04.848 INFO kablam! 19 | use futures::future::{self, Either}; Oct 15 04:45:04.848 INFO kablam! | ^^^^ ^^^^^^ Oct 15 04:45:04.848 INFO kablam! Oct 15 04:45:04.848 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 15 04:45:04.848 INFO kablam! --> src/bin/tokio-chat.rs:23:17 Oct 15 04:45:04.848 INFO kablam! | Oct 15 04:45:04.848 INFO kablam! 23 | use std::sync::{Arc, Mutex}; Oct 15 04:45:04.848 INFO kablam! | ^^^ ^^^^^ Oct 15 04:45:04.848 INFO kablam! Oct 15 04:45:04.848 INFO kablam! warning: unused import: `tokio::io` Oct 15 04:45:04.848 INFO kablam! --> src/bin/tokio-chat.rs:24:5 Oct 15 04:45:04.848 INFO kablam! | Oct 15 04:45:04.848 INFO kablam! 24 | use tokio::io; Oct 15 04:45:04.848 INFO kablam! | ^^^^^^^^^ Oct 15 04:45:04.848 INFO kablam! Oct 15 04:45:04.848 INFO kablam! warning: unused imports: `TcpListener`, `TcpStream` Oct 15 04:45:04.848 INFO kablam! --> src/bin/tokio-chat.rs:25:18 Oct 15 04:45:04.848 INFO kablam! | Oct 15 04:45:04.848 INFO kablam! 25 | use tokio::net::{TcpListener, TcpStream}; Oct 15 04:45:04.848 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^ Oct 15 04:45:04.848 INFO kablam! Oct 15 04:45:04.848 INFO kablam! warning: unused import: `tokio::prelude::*` Oct 15 04:45:04.848 INFO kablam! --> src/bin/tokio-chat.rs:26:5 Oct 15 04:45:04.848 INFO kablam! | Oct 15 04:45:04.848 INFO kablam! 26 | use tokio::prelude::*; Oct 15 04:45:04.848 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:45:04.848 INFO kablam! Oct 15 04:45:04.983 INFO kablam! warning: type alias is never used: `Tx` Oct 15 04:45:04.983 INFO kablam! --> src/bin/tokio-chat.rs:29:1 Oct 15 04:45:04.983 INFO kablam! | Oct 15 04:45:04.983 INFO kablam! 29 | type Tx = mpsc::UnboundedSender; Oct 15 04:45:04.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:45:04.991 INFO kablam! | Oct 15 04:45:04.991 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:45:04.991 INFO kablam! Oct 15 04:45:04.992 INFO kablam! warning: type alias is never used: `Rx` Oct 15 04:45:04.992 INFO kablam! --> src/bin/tokio-chat.rs:31:1 Oct 15 04:45:04.992 INFO kablam! | Oct 15 04:45:04.993 INFO kablam! 31 | type Rx = mpsc::UnboundedReceiver; Oct 15 04:45:04.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:45:04.993 INFO kablam! Oct 15 04:45:04.993 INFO kablam! warning: struct is never constructed: `Shared` Oct 15 04:45:04.993 INFO kablam! --> src/bin/tokio-chat.rs:38:1 Oct 15 04:45:04.994 INFO kablam! | Oct 15 04:45:04.994 INFO kablam! 38 | struct Shared { Oct 15 04:45:04.994 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:45:04.994 INFO kablam! Oct 15 04:45:04.999 INFO kablam! warning: struct is never constructed: `Peer` Oct 15 04:45:04.999 INFO kablam! --> src/bin/tokio-chat.rs:43:1 Oct 15 04:45:04.999 INFO kablam! | Oct 15 04:45:04.999 INFO kablam! 43 | struct Peer { Oct 15 04:45:04.999 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:45:05.000 INFO kablam! Oct 15 04:45:13.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.95s Oct 15 04:45:13.842 INFO kablam! su: No module specific data is present Oct 15 04:45:15.100 INFO running `"docker" "rm" "-f" "85b6fe5dfd804742784ba45b3f36297a99f563d50ccc4636847fa192d3752916"` Oct 15 04:45:15.430 INFO blam! 85b6fe5dfd804742784ba45b3f36297a99f563d50ccc4636847fa192d3752916 Oct 15 04:45:15.441 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 04:45:15.882 INFO blam! 7308bb99f422947647eeeef832aa80b129836448504faca502044072e974dcfe Oct 15 04:45:15.885 INFO running `"docker" "start" "-a" "7308bb99f422947647eeeef832aa80b129836448504faca502044072e974dcfe"` Oct 15 04:45:17.108 INFO kablam! usermod: no changes Oct 15 04:45:17.211 INFO kablam! Compiling hello-rust v0.1.0 (/source) Oct 15 04:45:19.367 INFO kablam! warning: unused import: `bytes::Bytes` Oct 15 04:45:19.367 INFO kablam! --> src/bin/bytes-hello.rs:3:5 Oct 15 04:45:19.367 INFO kablam! | Oct 15 04:45:19.367 INFO kablam! 3 | use bytes::Bytes; Oct 15 04:45:19.367 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:45:19.382 INFO kablam! | Oct 15 04:45:19.383 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:45:19.383 INFO kablam! Oct 15 04:45:22.743 INFO kablam! warning: unused import: `BufMut` Oct 15 04:45:22.744 INFO kablam! --> src/bin/tokio-chat.rs:18:13 Oct 15 04:45:22.744 INFO kablam! | Oct 15 04:45:22.744 INFO kablam! 18 | use bytes::{BufMut, Bytes, BytesMut}; Oct 15 04:45:22.744 INFO kablam! | ^^^^^^ Oct 15 04:45:22.744 INFO kablam! | Oct 15 04:45:22.744 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:45:22.744 INFO kablam! Oct 15 04:45:22.744 INFO kablam! warning: unused imports: `Either`, `self` Oct 15 04:45:22.744 INFO kablam! --> src/bin/tokio-chat.rs:19:23 Oct 15 04:45:22.744 INFO kablam! | Oct 15 04:45:22.744 INFO kablam! 19 | use futures::future::{self, Either}; Oct 15 04:45:22.744 INFO kablam! | ^^^^ ^^^^^^ Oct 15 04:45:22.744 INFO kablam! Oct 15 04:45:22.744 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 15 04:45:22.744 INFO kablam! --> src/bin/tokio-chat.rs:23:17 Oct 15 04:45:22.744 INFO kablam! | Oct 15 04:45:22.744 INFO kablam! 23 | use std::sync::{Arc, Mutex}; Oct 15 04:45:22.744 INFO kablam! | ^^^ ^^^^^ Oct 15 04:45:22.744 INFO kablam! Oct 15 04:45:22.744 INFO kablam! warning: unused import: `tokio::io` Oct 15 04:45:22.744 INFO kablam! --> src/bin/tokio-chat.rs:24:5 Oct 15 04:45:22.744 INFO kablam! | Oct 15 04:45:22.744 INFO kablam! 24 | use tokio::io; Oct 15 04:45:22.744 INFO kablam! | ^^^^^^^^^ Oct 15 04:45:22.744 INFO kablam! Oct 15 04:45:22.744 INFO kablam! warning: unused imports: `TcpListener`, `TcpStream` Oct 15 04:45:22.744 INFO kablam! --> src/bin/tokio-chat.rs:25:18 Oct 15 04:45:22.744 INFO kablam! | Oct 15 04:45:22.744 INFO kablam! 25 | use tokio::net::{TcpListener, TcpStream}; Oct 15 04:45:22.744 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^ Oct 15 04:45:22.744 INFO kablam! Oct 15 04:45:22.744 INFO kablam! warning: unused import: `tokio::prelude::*` Oct 15 04:45:22.744 INFO kablam! --> src/bin/tokio-chat.rs:26:5 Oct 15 04:45:22.744 INFO kablam! | Oct 15 04:45:22.744 INFO kablam! 26 | use tokio::prelude::*; Oct 15 04:45:22.744 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:45:22.744 INFO kablam! Oct 15 04:45:22.816 INFO kablam! warning: type alias is never used: `Tx` Oct 15 04:45:22.816 INFO kablam! --> src/bin/tokio-chat.rs:29:1 Oct 15 04:45:22.816 INFO kablam! | Oct 15 04:45:22.816 INFO kablam! 29 | type Tx = mpsc::UnboundedSender; Oct 15 04:45:22.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:45:22.816 INFO kablam! | Oct 15 04:45:22.816 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:45:22.816 INFO kablam! Oct 15 04:45:22.816 INFO kablam! warning: type alias is never used: `Rx` Oct 15 04:45:22.816 INFO kablam! --> src/bin/tokio-chat.rs:31:1 Oct 15 04:45:22.816 INFO kablam! | Oct 15 04:45:22.816 INFO kablam! 31 | type Rx = mpsc::UnboundedReceiver; Oct 15 04:45:22.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:45:22.816 INFO kablam! Oct 15 04:45:22.816 INFO kablam! warning: struct is never constructed: `Shared` Oct 15 04:45:22.816 INFO kablam! --> src/bin/tokio-chat.rs:38:1 Oct 15 04:45:22.816 INFO kablam! | Oct 15 04:45:22.816 INFO kablam! 38 | struct Shared { Oct 15 04:45:22.816 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:45:22.816 INFO kablam! Oct 15 04:45:22.816 INFO kablam! warning: struct is never constructed: `Peer` Oct 15 04:45:22.816 INFO kablam! --> src/bin/tokio-chat.rs:43:1 Oct 15 04:45:22.816 INFO kablam! | Oct 15 04:45:22.816 INFO kablam! 43 | struct Peer { Oct 15 04:45:22.816 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:45:22.816 INFO kablam! Oct 15 04:45:25.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.86s Oct 15 04:45:26.007 INFO kablam! su: No module specific data is present Oct 15 04:45:26.626 INFO running `"docker" "rm" "-f" "7308bb99f422947647eeeef832aa80b129836448504faca502044072e974dcfe"` Oct 15 04:45:26.967 INFO blam! 7308bb99f422947647eeeef832aa80b129836448504faca502044072e974dcfe Oct 15 04:45:26.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 04:45:27.365 INFO blam! ec954eedba8ba80d03e3cb4a04c2a6ac1b48ea5249272133007f404a58d32bbd Oct 15 04:45:27.376 INFO running `"docker" "start" "-a" "ec954eedba8ba80d03e3cb4a04c2a6ac1b48ea5249272133007f404a58d32bbd"` Oct 15 04:45:28.575 INFO kablam! usermod: no changes Oct 15 04:45:28.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 04:45:28.743 INFO kablam! Running /target/debug/deps/hello_rust-c9deb6f61d4f93e7 Oct 15 04:45:28.755 INFO kablam! Running /target/debug/deps/bytes_hello-98f265b96cfb6fa2 Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.755 INFO kablam! Running /target/debug/deps/tokio_chat-b8ec910d52a6f29b Oct 15 04:45:28.755 INFO blam! running 0 tests Oct 15 04:45:28.755 INFO kablam! Running /target/debug/deps/tokio_connect-693ff75e0de89a3d Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.755 INFO blam! running 0 tests Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.755 INFO blam! running 0 tests Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.755 INFO blam! Oct 15 04:45:28.759 INFO blam! Oct 15 04:45:28.759 INFO kablam! Running /target/debug/deps/tokio_echo-de7c04a968a2c8e2 Oct 15 04:45:28.759 INFO blam! running 0 tests Oct 15 04:45:28.759 INFO blam! Oct 15 04:45:28.759 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.759 INFO blam! Oct 15 04:45:28.765 INFO blam! Oct 15 04:45:28.765 INFO kablam! Running /target/debug/deps/tokio_echo_udp-1e97a393506c2de4 Oct 15 04:45:28.765 INFO blam! running 0 tests Oct 15 04:45:28.765 INFO kablam! Running /target/debug/deps/tokio_hello_tokio-c6992f0c80c39887 Oct 15 04:45:28.765 INFO blam! Oct 15 04:45:28.765 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.765 INFO blam! Oct 15 04:45:28.765 INFO blam! Oct 15 04:45:28.765 INFO blam! running 0 tests Oct 15 04:45:28.765 INFO blam! Oct 15 04:45:28.765 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.765 INFO blam! Oct 15 04:45:28.771 INFO blam! Oct 15 04:45:28.771 INFO kablam! Running /target/debug/deps/tokio_hello_world-55185b1856545d05 Oct 15 04:45:28.771 INFO blam! running 0 tests Oct 15 04:45:28.771 INFO blam! Oct 15 04:45:28.771 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.771 INFO blam! Oct 15 04:45:28.779 INFO blam! Oct 15 04:45:28.779 INFO kablam! Running /target/debug/deps/tokio_print_each_packet-cbee69ca4f7b4f9b Oct 15 04:45:28.779 INFO blam! running 0 tests Oct 15 04:45:28.779 INFO kablam! Doc-tests hello-rust Oct 15 04:45:28.779 INFO blam! Oct 15 04:45:28.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.779 INFO blam! Oct 15 04:45:28.779 INFO blam! Oct 15 04:45:28.779 INFO blam! running 0 tests Oct 15 04:45:28.779 INFO blam! Oct 15 04:45:28.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:28.779 INFO blam! Oct 15 04:45:29.380 INFO blam! Oct 15 04:45:29.381 INFO blam! running 0 tests Oct 15 04:45:29.381 INFO blam! Oct 15 04:45:29.381 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:29.381 INFO blam! Oct 15 04:45:29.391 INFO kablam! su: No module specific data is present Oct 15 04:45:30.045 INFO running `"docker" "rm" "-f" "ec954eedba8ba80d03e3cb4a04c2a6ac1b48ea5249272133007f404a58d32bbd"` Oct 15 04:45:30.399 INFO blam! ec954eedba8ba80d03e3cb4a04c2a6ac1b48ea5249272133007f404a58d32bbd