Oct 15 04:44:42.001 INFO testing akkaha/hello-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:44:42.003 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:42.338 INFO blam! b1b9469923c6b8c1db82f03ab09823ccd76533fc139753fc70501b3fa3fee9cb Oct 15 04:44:42.341 INFO running `"docker" "start" "-a" "b1b9469923c6b8c1db82f03ab09823ccd76533fc139753fc70501b3fa3fee9cb"` Oct 15 04:44:43.679 INFO kablam! usermod: no changes Oct 15 04:44:43.815 INFO kablam! Compiling hello-rust v0.1.0 (/source) Oct 15 04:44:46.234 INFO kablam! warning: unused import: `bytes::Bytes` Oct 15 04:44:46.234 INFO kablam! --> src/bin/bytes-hello.rs:3:5 Oct 15 04:44:46.234 INFO kablam! | Oct 15 04:44:46.234 INFO kablam! 3 | use bytes::Bytes; Oct 15 04:44:46.234 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:44:46.235 INFO kablam! | Oct 15 04:44:46.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:44:46.235 INFO kablam! Oct 15 04:44:50.743 INFO kablam! warning: unused import: `BufMut` Oct 15 04:44:50.743 INFO kablam! --> src/bin/tokio-chat.rs:18:13 Oct 15 04:44:50.743 INFO kablam! | Oct 15 04:44:50.743 INFO kablam! 18 | use bytes::{BufMut, Bytes, BytesMut}; Oct 15 04:44:50.743 INFO kablam! | ^^^^^^ Oct 15 04:44:50.743 INFO kablam! | Oct 15 04:44:50.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:44:50.743 INFO kablam! Oct 15 04:44:50.743 INFO kablam! warning: unused imports: `Either`, `self` Oct 15 04:44:50.743 INFO kablam! --> src/bin/tokio-chat.rs:19:23 Oct 15 04:44:50.743 INFO kablam! | Oct 15 04:44:50.743 INFO kablam! 19 | use futures::future::{self, Either}; Oct 15 04:44:50.743 INFO kablam! | ^^^^ ^^^^^^ Oct 15 04:44:50.743 INFO kablam! Oct 15 04:44:50.743 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 15 04:44:50.743 INFO kablam! --> src/bin/tokio-chat.rs:23:17 Oct 15 04:44:50.743 INFO kablam! | Oct 15 04:44:50.743 INFO kablam! 23 | use std::sync::{Arc, Mutex}; Oct 15 04:44:50.743 INFO kablam! | ^^^ ^^^^^ Oct 15 04:44:50.743 INFO kablam! Oct 15 04:44:50.743 INFO kablam! warning: unused import: `tokio::io` Oct 15 04:44:50.743 INFO kablam! --> src/bin/tokio-chat.rs:24:5 Oct 15 04:44:50.743 INFO kablam! | Oct 15 04:44:50.743 INFO kablam! 24 | use tokio::io; Oct 15 04:44:50.743 INFO kablam! | ^^^^^^^^^ Oct 15 04:44:50.743 INFO kablam! Oct 15 04:44:50.743 INFO kablam! warning: unused imports: `TcpListener`, `TcpStream` Oct 15 04:44:50.743 INFO kablam! --> src/bin/tokio-chat.rs:25:18 Oct 15 04:44:50.743 INFO kablam! | Oct 15 04:44:50.743 INFO kablam! 25 | use tokio::net::{TcpListener, TcpStream}; Oct 15 04:44:50.743 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^ Oct 15 04:44:50.743 INFO kablam! Oct 15 04:44:50.743 INFO kablam! warning: unused import: `tokio::prelude::*` Oct 15 04:44:50.743 INFO kablam! --> src/bin/tokio-chat.rs:26:5 Oct 15 04:44:50.743 INFO kablam! | Oct 15 04:44:50.743 INFO kablam! 26 | use tokio::prelude::*; Oct 15 04:44:50.743 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:44:50.743 INFO kablam! Oct 15 04:44:50.935 INFO kablam! warning: type alias is never used: `Tx` Oct 15 04:44:50.935 INFO kablam! --> src/bin/tokio-chat.rs:29:1 Oct 15 04:44:50.935 INFO kablam! | Oct 15 04:44:50.935 INFO kablam! 29 | type Tx = mpsc::UnboundedSender; Oct 15 04:44:50.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:44:50.935 INFO kablam! | Oct 15 04:44:50.935 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:44:50.935 INFO kablam! Oct 15 04:44:50.935 INFO kablam! warning: type alias is never used: `Rx` Oct 15 04:44:50.935 INFO kablam! --> src/bin/tokio-chat.rs:31:1 Oct 15 04:44:50.935 INFO kablam! | Oct 15 04:44:50.935 INFO kablam! 31 | type Rx = mpsc::UnboundedReceiver; Oct 15 04:44:50.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:44:50.935 INFO kablam! Oct 15 04:44:50.935 INFO kablam! warning: struct is never constructed: `Shared` Oct 15 04:44:50.935 INFO kablam! --> src/bin/tokio-chat.rs:38:1 Oct 15 04:44:50.935 INFO kablam! | Oct 15 04:44:50.935 INFO kablam! 38 | struct Shared { Oct 15 04:44:50.935 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:44:50.935 INFO kablam! Oct 15 04:44:50.935 INFO kablam! warning: struct is never constructed: `Peer` Oct 15 04:44:50.935 INFO kablam! --> src/bin/tokio-chat.rs:43:1 Oct 15 04:44:50.935 INFO kablam! | Oct 15 04:44:50.935 INFO kablam! 43 | struct Peer { Oct 15 04:44:50.935 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:44:50.935 INFO kablam! Oct 15 04:44:56.805 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.10s Oct 15 04:44:56.815 INFO kablam! su: No module specific data is present Oct 15 04:44:57.571 INFO running `"docker" "rm" "-f" "b1b9469923c6b8c1db82f03ab09823ccd76533fc139753fc70501b3fa3fee9cb"` Oct 15 04:44:57.951 INFO blam! b1b9469923c6b8c1db82f03ab09823ccd76533fc139753fc70501b3fa3fee9cb Oct 15 04:44:57.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:44:58.539 INFO blam! 3ea79b95264bac649fb93cf8aa88cbcddff32c1b6a7b45221f70a33daeba91d5 Oct 15 04:44:58.547 INFO running `"docker" "start" "-a" "3ea79b95264bac649fb93cf8aa88cbcddff32c1b6a7b45221f70a33daeba91d5"` Oct 15 04:44:59.547 INFO kablam! usermod: no changes Oct 15 04:44:59.679 INFO kablam! Compiling hello-rust v0.1.0 (/source) Oct 15 04:45:01.975 INFO kablam! warning: unused import: `bytes::Bytes` Oct 15 04:45:01.975 INFO kablam! --> src/bin/bytes-hello.rs:3:5 Oct 15 04:45:01.976 INFO kablam! | Oct 15 04:45:01.976 INFO kablam! 3 | use bytes::Bytes; Oct 15 04:45:01.976 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:45:01.976 INFO kablam! | Oct 15 04:45:01.977 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:45:01.977 INFO kablam! Oct 15 04:45:06.215 INFO kablam! warning: unused import: `BufMut` Oct 15 04:45:06.215 INFO kablam! --> src/bin/tokio-chat.rs:18:13 Oct 15 04:45:06.215 INFO kablam! | Oct 15 04:45:06.215 INFO kablam! 18 | use bytes::{BufMut, Bytes, BytesMut}; Oct 15 04:45:06.216 INFO kablam! | ^^^^^^ Oct 15 04:45:06.227 INFO kablam! | Oct 15 04:45:06.227 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:45:06.227 INFO kablam! Oct 15 04:45:06.228 INFO kablam! warning: unused imports: `Either`, `self` Oct 15 04:45:06.228 INFO kablam! --> src/bin/tokio-chat.rs:19:23 Oct 15 04:45:06.228 INFO kablam! | Oct 15 04:45:06.228 INFO kablam! 19 | use futures::future::{self, Either}; Oct 15 04:45:06.229 INFO kablam! | ^^^^ ^^^^^^ Oct 15 04:45:06.229 INFO kablam! Oct 15 04:45:06.229 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 15 04:45:06.229 INFO kablam! --> src/bin/tokio-chat.rs:23:17 Oct 15 04:45:06.229 INFO kablam! | Oct 15 04:45:06.229 INFO kablam! 23 | use std::sync::{Arc, Mutex}; Oct 15 04:45:06.229 INFO kablam! | ^^^ ^^^^^ Oct 15 04:45:06.238 INFO kablam! Oct 15 04:45:06.238 INFO kablam! warning: unused import: `tokio::io` Oct 15 04:45:06.238 INFO kablam! --> src/bin/tokio-chat.rs:24:5 Oct 15 04:45:06.238 INFO kablam! | Oct 15 04:45:06.239 INFO kablam! 24 | use tokio::io; Oct 15 04:45:06.239 INFO kablam! | ^^^^^^^^^ Oct 15 04:45:06.239 INFO kablam! Oct 15 04:45:06.239 INFO kablam! warning: unused imports: `TcpListener`, `TcpStream` Oct 15 04:45:06.240 INFO kablam! --> src/bin/tokio-chat.rs:25:18 Oct 15 04:45:06.240 INFO kablam! | Oct 15 04:45:06.240 INFO kablam! 25 | use tokio::net::{TcpListener, TcpStream}; Oct 15 04:45:06.240 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^ Oct 15 04:45:06.240 INFO kablam! Oct 15 04:45:06.240 INFO kablam! warning: unused import: `tokio::prelude::*` Oct 15 04:45:06.240 INFO kablam! --> src/bin/tokio-chat.rs:26:5 Oct 15 04:45:06.241 INFO kablam! | Oct 15 04:45:06.241 INFO kablam! 26 | use tokio::prelude::*; Oct 15 04:45:06.241 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:45:06.241 INFO kablam! Oct 15 04:45:06.343 INFO kablam! warning: type alias is never used: `Tx` Oct 15 04:45:06.343 INFO kablam! --> src/bin/tokio-chat.rs:29:1 Oct 15 04:45:06.343 INFO kablam! | Oct 15 04:45:06.343 INFO kablam! 29 | type Tx = mpsc::UnboundedSender; Oct 15 04:45:06.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:45:06.343 INFO kablam! | Oct 15 04:45:06.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:45:06.344 INFO kablam! Oct 15 04:45:06.344 INFO kablam! warning: type alias is never used: `Rx` Oct 15 04:45:06.344 INFO kablam! --> src/bin/tokio-chat.rs:31:1 Oct 15 04:45:06.344 INFO kablam! | Oct 15 04:45:06.344 INFO kablam! 31 | type Rx = mpsc::UnboundedReceiver; Oct 15 04:45:06.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:45:06.359 INFO kablam! Oct 15 04:45:06.359 INFO kablam! warning: struct is never constructed: `Shared` Oct 15 04:45:06.359 INFO kablam! --> src/bin/tokio-chat.rs:38:1 Oct 15 04:45:06.359 INFO kablam! | Oct 15 04:45:06.359 INFO kablam! 38 | struct Shared { Oct 15 04:45:06.359 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:45:06.359 INFO kablam! Oct 15 04:45:06.359 INFO kablam! warning: struct is never constructed: `Peer` Oct 15 04:45:06.359 INFO kablam! --> src/bin/tokio-chat.rs:43:1 Oct 15 04:45:06.359 INFO kablam! | Oct 15 04:45:06.359 INFO kablam! 43 | struct Peer { Oct 15 04:45:06.360 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:45:06.360 INFO kablam! Oct 15 04:45:10.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.13s Oct 15 04:45:10.705 INFO kablam! su: No module specific data is present Oct 15 04:45:12.367 INFO running `"docker" "rm" "-f" "3ea79b95264bac649fb93cf8aa88cbcddff32c1b6a7b45221f70a33daeba91d5"` Oct 15 04:45:12.689 INFO blam! 3ea79b95264bac649fb93cf8aa88cbcddff32c1b6a7b45221f70a33daeba91d5 Oct 15 04:45:12.704 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:13.326 INFO blam! 66ad9251768a292e2f03218bdaecb497a724625fc572b54c72f5bfd515b0de16 Oct 15 04:45:13.328 INFO running `"docker" "start" "-a" "66ad9251768a292e2f03218bdaecb497a724625fc572b54c72f5bfd515b0de16"` Oct 15 04:45:15.579 INFO kablam! usermod: no changes Oct 15 04:45:15.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 04:45:15.703 INFO blam! Oct 15 04:45:15.703 INFO kablam! Running /target/debug/deps/hello_rust-e6cb505f27bfd723 Oct 15 04:45:15.703 INFO blam! running 0 tests Oct 15 04:45:15.703 INFO blam! Oct 15 04:45:15.703 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.703 INFO blam! Oct 15 04:45:15.712 INFO kablam! Running /target/debug/deps/bytes_hello-2b1f67a809190692 Oct 15 04:45:15.719 INFO blam! Oct 15 04:45:15.719 INFO blam! running 0 tests Oct 15 04:45:15.719 INFO blam! Oct 15 04:45:15.719 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.719 INFO blam! Oct 15 04:45:15.726 INFO blam! Oct 15 04:45:15.727 INFO kablam! Running /target/debug/deps/tokio_chat-50b401ec03c00554 Oct 15 04:45:15.727 INFO blam! running 0 tests Oct 15 04:45:15.727 INFO kablam! Running /target/debug/deps/tokio_connect-46a3ebd7b242afea Oct 15 04:45:15.727 INFO blam! Oct 15 04:45:15.727 INFO kablam! Running /target/debug/deps/tokio_echo-7212c8e0ddc9d565 Oct 15 04:45:15.727 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.727 INFO kablam! Running /target/debug/deps/tokio_echo_udp-142bf4edf51456c8 Oct 15 04:45:15.727 INFO blam! Oct 15 04:45:15.727 INFO blam! Oct 15 04:45:15.727 INFO blam! running 0 tests Oct 15 04:45:15.727 INFO blam! Oct 15 04:45:15.727 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.727 INFO blam! Oct 15 04:45:15.727 INFO blam! Oct 15 04:45:15.727 INFO blam! running 0 tests Oct 15 04:45:15.727 INFO blam! Oct 15 04:45:15.727 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.727 INFO blam! Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO kablam! Running /target/debug/deps/tokio_hello_tokio-9755a8851e582597 Oct 15 04:45:15.755 INFO blam! running 0 tests Oct 15 04:45:15.755 INFO kablam! Running /target/debug/deps/tokio_hello_world-aca87ccbe1c340a6 Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO kablam! Running /target/debug/deps/tokio_print_each_packet-83a3d9089f46884e Oct 15 04:45:15.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.755 INFO kablam! Doc-tests hello-rust Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! running 0 tests Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! running 0 tests Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! running 0 tests Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:15.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:15.755 INFO blam! Oct 15 04:45:16.432 INFO blam! Oct 15 04:45:16.432 INFO blam! running 0 tests Oct 15 04:45:16.432 INFO blam! Oct 15 04:45:16.432 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:45:16.432 INFO blam! Oct 15 04:45:16.434 INFO kablam! su: No module specific data is present Oct 15 04:45:17.117 INFO running `"docker" "rm" "-f" "66ad9251768a292e2f03218bdaecb497a724625fc572b54c72f5bfd515b0de16"` Oct 15 04:45:17.415 INFO blam! 66ad9251768a292e2f03218bdaecb497a724625fc572b54c72f5bfd515b0de16