Oct 15 14:12:47.277 INFO testing way-cooler-ipc-0.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 14:12:47.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14:12:47.701 INFO blam! 291eb1bf49516f7a7584ed20092556730420b63a0b6d83327850dace86485f49 Oct 15 14:12:47.711 INFO running `"docker" "start" "-a" "291eb1bf49516f7a7584ed20092556730420b63a0b6d83327850dace86485f49"` Oct 15 14:12:48.811 INFO kablam! usermod: no changes Oct 15 14:12:48.883 INFO kablam! Compiling unix_socket v0.5.0 Oct 15 14:12:49.643 INFO kablam! Compiling way-cooler-ipc v0.0.0 (/source) Oct 15 14:12:50.098 INFO kablam! warning: unused import: `ToJson` Oct 15 14:12:50.099 INFO kablam! --> src/message.rs:5:35 Oct 15 14:12:50.099 INFO kablam! | Oct 15 14:12:50.099 INFO kablam! 5 | use rustc_serialize::json::{Json, ToJson}; Oct 15 14:12:50.099 INFO kablam! | ^^^^^^ Oct 15 14:12:50.099 INFO kablam! | Oct 15 14:12:50.099 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 14:12:50.099 INFO kablam! Oct 15 14:12:50.099 INFO kablam! warning: unused imports: `Read`, `Write` Oct 15 14:12:50.099 INFO kablam! --> src/command.rs:5:15 Oct 15 14:12:50.099 INFO kablam! | Oct 15 14:12:50.099 INFO kablam! 5 | use std::io::{Read, Write}; Oct 15 14:12:50.099 INFO kablam! | ^^^^ ^^^^^ Oct 15 14:12:50.099 INFO kablam! Oct 15 14:12:50.099 INFO kablam! warning: unused import: `std::io::Error as IOError` Oct 15 14:12:50.099 INFO kablam! --> src/command.rs:7:5 Oct 15 14:12:50.099 INFO kablam! | Oct 15 14:12:50.099 INFO kablam! 7 | use std::io::Error as IOError; Oct 15 14:12:50.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.099 INFO kablam! Oct 15 14:12:50.175 INFO kablam! warning: unused variable: `command` Oct 15 14:12:50.175 INFO kablam! --> src/command.rs:22:17 Oct 15 14:12:50.175 INFO kablam! | Oct 15 14:12:50.175 INFO kablam! 22 | pub fn send(command: Command) -> CommandResult { Oct 15 14:12:50.175 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 15 14:12:50.175 INFO kablam! | Oct 15 14:12:50.175 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:12:50.175 INFO kablam! Oct 15 14:12:50.187 INFO kablam! warning: enum is never used: `SendError` Oct 15 14:12:50.187 INFO kablam! --> src/client.rs:14:1 Oct 15 14:12:50.188 INFO kablam! | Oct 15 14:12:50.188 INFO kablam! 14 | pub enum SendError { Oct 15 14:12:50.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.188 INFO kablam! | Oct 15 14:12:50.188 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:12:50.188 INFO kablam! Oct 15 14:12:50.188 INFO kablam! warning: enum is never used: `ReceiveError` Oct 15 14:12:50.188 INFO kablam! --> src/client.rs:22:1 Oct 15 14:12:50.188 INFO kablam! | Oct 15 14:12:50.188 INFO kablam! 22 | pub enum ReceiveError { Oct 15 14:12:50.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.188 INFO kablam! Oct 15 14:12:50.188 INFO kablam! warning: field is never used: `stream` Oct 15 14:12:50.188 INFO kablam! --> src/client.rs:32:5 Oct 15 14:12:50.188 INFO kablam! | Oct 15 14:12:50.188 INFO kablam! 32 | stream: UnixStream, Oct 15 14:12:50.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.188 INFO kablam! Oct 15 14:12:50.188 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 15 14:12:50.188 INFO kablam! --> src/client.rs:37:1 Oct 15 14:12:50.188 INFO kablam! | Oct 15 14:12:50.188 INFO kablam! 37 | fn u32_to_bytes(input: u32) -> [u8; 4] { Oct 15 14:12:50.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.189 INFO kablam! Oct 15 14:12:50.189 INFO kablam! warning: function is never used: `u32_from_bytes` Oct 15 14:12:50.189 INFO kablam! --> src/client.rs:43:1 Oct 15 14:12:50.189 INFO kablam! | Oct 15 14:12:50.189 INFO kablam! 43 | fn u32_from_bytes(bytes: [u8; 4]) -> u32 { Oct 15 14:12:50.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.189 INFO kablam! Oct 15 14:12:50.189 INFO kablam! warning: method is never used: `stream` Oct 15 14:12:50.189 INFO kablam! --> src/client.rs:54:5 Oct 15 14:12:50.189 INFO kablam! | Oct 15 14:12:50.189 INFO kablam! 54 | pub fn stream(&self) -> &UnixStream { Oct 15 14:12:50.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.189 INFO kablam! Oct 15 14:12:50.189 INFO kablam! warning: method is never used: `stream_mut` Oct 15 14:12:50.189 INFO kablam! --> src/client.rs:59:5 Oct 15 14:12:50.189 INFO kablam! | Oct 15 14:12:50.189 INFO kablam! 59 | pub fn stream_mut(&mut self) -> &mut UnixStream { Oct 15 14:12:50.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.189 INFO kablam! Oct 15 14:12:50.189 INFO kablam! warning: method is never used: `into_stream` Oct 15 14:12:50.189 INFO kablam! --> src/client.rs:64:5 Oct 15 14:12:50.189 INFO kablam! | Oct 15 14:12:50.189 INFO kablam! 64 | pub fn into_stream(self) -> UnixStream { Oct 15 14:12:50.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.189 INFO kablam! Oct 15 14:12:50.189 INFO kablam! warning: method is never used: `read_message` Oct 15 14:12:50.189 INFO kablam! --> src/client.rs:69:5 Oct 15 14:12:50.189 INFO kablam! | Oct 15 14:12:50.189 INFO kablam! 69 | pub fn read_message(&mut self) -> Result { Oct 15 14:12:50.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.189 INFO kablam! Oct 15 14:12:50.189 INFO kablam! warning: method is never used: `send_message` Oct 15 14:12:50.189 INFO kablam! --> src/client.rs:78:5 Oct 15 14:12:50.190 INFO kablam! | Oct 15 14:12:50.190 INFO kablam! 78 | pub fn send_message(&mut self, message: &Json) -> Result<(), SendError> { Oct 15 14:12:50.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:50.190 INFO kablam! Oct 15 14:12:50.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 15 14:12:50.291 INFO kablam! su: No module specific data is present Oct 15 14:12:50.652 INFO running `"docker" "rm" "-f" "291eb1bf49516f7a7584ed20092556730420b63a0b6d83327850dace86485f49"` Oct 15 14:12:50.767 INFO blam! 291eb1bf49516f7a7584ed20092556730420b63a0b6d83327850dace86485f49 Oct 15 14:12:50.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14:12:51.052 INFO blam! cce5c0c70114c495780e29b8b4748e121eabecf5394b9472640789658db211a3 Oct 15 14:12:51.059 INFO running `"docker" "start" "-a" "cce5c0c70114c495780e29b8b4748e121eabecf5394b9472640789658db211a3"` Oct 15 14:12:51.703 INFO kablam! usermod: no changes Oct 15 14:12:51.735 INFO kablam! Compiling way-cooler-ipc v0.0.0 (/source) Oct 15 14:12:52.136 INFO kablam! warning: unused import: `ToJson` Oct 15 14:12:52.136 INFO kablam! --> src/message.rs:5:35 Oct 15 14:12:52.136 INFO kablam! | Oct 15 14:12:52.136 INFO kablam! 5 | use rustc_serialize::json::{Json, ToJson}; Oct 15 14:12:52.136 INFO kablam! | ^^^^^^ Oct 15 14:12:52.136 INFO kablam! | Oct 15 14:12:52.136 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 14:12:52.136 INFO kablam! Oct 15 14:12:52.136 INFO kablam! warning: unused imports: `Read`, `Write` Oct 15 14:12:52.136 INFO kablam! --> src/command.rs:5:15 Oct 15 14:12:52.136 INFO kablam! | Oct 15 14:12:52.136 INFO kablam! 5 | use std::io::{Read, Write}; Oct 15 14:12:52.136 INFO kablam! | ^^^^ ^^^^^ Oct 15 14:12:52.136 INFO kablam! Oct 15 14:12:52.136 INFO kablam! warning: unused import: `std::io::Error as IOError` Oct 15 14:12:52.136 INFO kablam! --> src/command.rs:7:5 Oct 15 14:12:52.136 INFO kablam! | Oct 15 14:12:52.136 INFO kablam! 7 | use std::io::Error as IOError; Oct 15 14:12:52.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.136 INFO kablam! Oct 15 14:12:52.202 INFO kablam! warning: unused variable: `command` Oct 15 14:12:52.202 INFO kablam! --> src/command.rs:22:17 Oct 15 14:12:52.202 INFO kablam! | Oct 15 14:12:52.202 INFO kablam! 22 | pub fn send(command: Command) -> CommandResult { Oct 15 14:12:52.202 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 15 14:12:52.202 INFO kablam! | Oct 15 14:12:52.202 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:12:52.202 INFO kablam! Oct 15 14:12:52.217 INFO kablam! warning: enum is never used: `SendError` Oct 15 14:12:52.217 INFO kablam! --> src/client.rs:14:1 Oct 15 14:12:52.217 INFO kablam! | Oct 15 14:12:52.217 INFO kablam! 14 | pub enum SendError { Oct 15 14:12:52.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.217 INFO kablam! | Oct 15 14:12:52.217 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:12:52.217 INFO kablam! Oct 15 14:12:52.217 INFO kablam! warning: enum is never used: `ReceiveError` Oct 15 14:12:52.217 INFO kablam! --> src/client.rs:22:1 Oct 15 14:12:52.217 INFO kablam! | Oct 15 14:12:52.217 INFO kablam! 22 | pub enum ReceiveError { Oct 15 14:12:52.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.217 INFO kablam! Oct 15 14:12:52.217 INFO kablam! warning: field is never used: `stream` Oct 15 14:12:52.217 INFO kablam! --> src/client.rs:32:5 Oct 15 14:12:52.217 INFO kablam! | Oct 15 14:12:52.217 INFO kablam! 32 | stream: UnixStream, Oct 15 14:12:52.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.217 INFO kablam! Oct 15 14:12:52.217 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 15 14:12:52.217 INFO kablam! --> src/client.rs:37:1 Oct 15 14:12:52.217 INFO kablam! | Oct 15 14:12:52.217 INFO kablam! 37 | fn u32_to_bytes(input: u32) -> [u8; 4] { Oct 15 14:12:52.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.217 INFO kablam! Oct 15 14:12:52.217 INFO kablam! warning: function is never used: `u32_from_bytes` Oct 15 14:12:52.217 INFO kablam! --> src/client.rs:43:1 Oct 15 14:12:52.217 INFO kablam! | Oct 15 14:12:52.217 INFO kablam! 43 | fn u32_from_bytes(bytes: [u8; 4]) -> u32 { Oct 15 14:12:52.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.217 INFO kablam! Oct 15 14:12:52.218 INFO kablam! warning: method is never used: `stream` Oct 15 14:12:52.218 INFO kablam! --> src/client.rs:54:5 Oct 15 14:12:52.218 INFO kablam! | Oct 15 14:12:52.218 INFO kablam! 54 | pub fn stream(&self) -> &UnixStream { Oct 15 14:12:52.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.218 INFO kablam! Oct 15 14:12:52.218 INFO kablam! warning: method is never used: `stream_mut` Oct 15 14:12:52.218 INFO kablam! --> src/client.rs:59:5 Oct 15 14:12:52.218 INFO kablam! | Oct 15 14:12:52.218 INFO kablam! 59 | pub fn stream_mut(&mut self) -> &mut UnixStream { Oct 15 14:12:52.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.218 INFO kablam! Oct 15 14:12:52.218 INFO kablam! warning: method is never used: `into_stream` Oct 15 14:12:52.218 INFO kablam! --> src/client.rs:64:5 Oct 15 14:12:52.218 INFO kablam! | Oct 15 14:12:52.218 INFO kablam! 64 | pub fn into_stream(self) -> UnixStream { Oct 15 14:12:52.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.218 INFO kablam! Oct 15 14:12:52.218 INFO kablam! warning: method is never used: `read_message` Oct 15 14:12:52.218 INFO kablam! --> src/client.rs:69:5 Oct 15 14:12:52.218 INFO kablam! | Oct 15 14:12:52.218 INFO kablam! 69 | pub fn read_message(&mut self) -> Result { Oct 15 14:12:52.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.218 INFO kablam! Oct 15 14:12:52.218 INFO kablam! warning: method is never used: `send_message` Oct 15 14:12:52.218 INFO kablam! --> src/client.rs:78:5 Oct 15 14:12:52.218 INFO kablam! | Oct 15 14:12:52.218 INFO kablam! 78 | pub fn send_message(&mut self, message: &Json) -> Result<(), SendError> { Oct 15 14:12:52.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:12:52.218 INFO kablam! Oct 15 14:12:52.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 15 14:12:52.555 INFO kablam! su: No module specific data is present Oct 15 14:12:52.806 INFO running `"docker" "rm" "-f" "cce5c0c70114c495780e29b8b4748e121eabecf5394b9472640789658db211a3"` Oct 15 14:12:52.925 INFO blam! cce5c0c70114c495780e29b8b4748e121eabecf5394b9472640789658db211a3 Oct 15 14:12:52.929 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14:12:53.164 INFO blam! 9155e320591a514f087b36fca5ae580fc26e8836abd3aa47c012c514289a7da0 Oct 15 14:12:53.165 INFO running `"docker" "start" "-a" "9155e320591a514f087b36fca5ae580fc26e8836abd3aa47c012c514289a7da0"` Oct 15 14:12:54.163 INFO kablam! usermod: no changes Oct 15 14:12:54.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 14:12:54.198 INFO kablam! Running /target/debug/deps/way_cooler_ipc-6ef0023ad8fb8154 Oct 15 14:12:54.201 INFO kablam! Doc-tests way-cooler-ipc Oct 15 14:12:54.201 INFO blam! Oct 15 14:12:54.201 INFO blam! running 0 tests Oct 15 14:12:54.201 INFO blam! Oct 15 14:12:54.201 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:12:54.201 INFO blam! Oct 15 14:12:55.043 INFO blam! Oct 15 14:12:55.043 INFO blam! running 0 tests Oct 15 14:12:55.044 INFO blam! Oct 15 14:12:55.044 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:12:55.045 INFO blam! Oct 15 14:12:55.050 INFO kablam! su: No module specific data is present Oct 15 14:12:55.659 INFO running `"docker" "rm" "-f" "9155e320591a514f087b36fca5ae580fc26e8836abd3aa47c012c514289a7da0"` Oct 15 14:12:55.850 INFO blam! 9155e320591a514f087b36fca5ae580fc26e8836abd3aa47c012c514289a7da0