Oct 14 23:35:33.256 INFO testing darkwater/um against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:35:33.257 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 14 23:35:33.525 INFO blam! 2fa8ee70aa44bf72f3d215623eae8d51c86d395f23c62a82a289f2b267d1be92 Oct 14 23:35:33.535 INFO running `"docker" "start" "-a" "2fa8ee70aa44bf72f3d215623eae8d51c86d395f23c62a82a289f2b267d1be92"` Oct 14 23:35:35.049 INFO kablam! usermod: no changes Oct 14 23:35:35.207 INFO kablam! Compiling tokio-executor v0.1.1 Oct 14 23:35:35.207 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 23:35:36.319 INFO kablam! Compiling tokio-threadpool v0.1.1 Oct 14 23:35:37.567 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 23:35:40.857 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 23:35:40.860 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 23:35:42.475 INFO kablam! Compiling tokio v0.1.4 Oct 14 23:35:44.354 INFO kablam! Compiling um v0.1.0 (/source) Oct 14 23:35:45.275 INFO kablam! warning: unused import: `TcpListener` Oct 14 23:35:45.276 INFO kablam! --> src/client.rs:7:18 Oct 14 23:35:45.277 INFO kablam! | Oct 14 23:35:45.277 INFO kablam! 7 | use tokio::net::{TcpListener, TcpStream}; Oct 14 23:35:45.278 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:35:45.278 INFO kablam! | Oct 14 23:35:45.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:35:45.280 INFO kablam! Oct 14 23:35:45.280 INFO kablam! warning: unused import: `BufMut` Oct 14 23:35:45.281 INFO kablam! --> src/commandcodec.rs:1:13 Oct 14 23:35:45.282 INFO kablam! | Oct 14 23:35:45.282 INFO kablam! 1 | use bytes::{BufMut, BytesMut}; Oct 14 23:35:45.283 INFO kablam! | ^^^^^^ Oct 14 23:35:45.283 INFO kablam! Oct 14 23:35:45.284 INFO kablam! warning: unused import: `std::fmt::Write` Oct 14 23:35:45.285 INFO kablam! --> src/commandcodec.rs:5:5 Oct 14 23:35:45.285 INFO kablam! | Oct 14 23:35:45.285 INFO kablam! 5 | use std::fmt::Write; Oct 14 23:35:45.285 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:35:45.285 INFO kablam! Oct 14 23:35:45.285 INFO kablam! warning: unused import: `tokio::io` Oct 14 23:35:45.285 INFO kablam! --> src/server.rs:4:5 Oct 14 23:35:45.285 INFO kablam! | Oct 14 23:35:45.285 INFO kablam! 4 | use tokio::io; Oct 14 23:35:45.285 INFO kablam! | ^^^^^^^^^ Oct 14 23:35:45.285 INFO kablam! Oct 14 23:35:45.609 INFO kablam! warning: method is never used: `is_err` Oct 14 23:35:45.610 INFO kablam! --> src/response.rs:14:5 Oct 14 23:35:45.611 INFO kablam! | Oct 14 23:35:45.611 INFO kablam! 14 | pub fn is_err(&self) -> bool { Oct 14 23:35:45.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:35:45.613 INFO kablam! | Oct 14 23:35:45.613 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:35:45.614 INFO kablam! Oct 14 23:35:45.614 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 23:35:45.614 INFO kablam! --> src/main.rs:1:12 Oct 14 23:35:45.615 INFO kablam! | Oct 14 23:35:45.615 INFO kablam! 1 | #![feature(match_default_bindings, nll, option_filter, try_trait)] Oct 14 23:35:45.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:35:45.616 INFO kablam! | Oct 14 23:35:45.616 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 23:35:45.616 INFO kablam! Oct 14 23:35:45.616 INFO kablam! warning: the feature `option_filter` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 14 23:35:45.617 INFO kablam! --> src/main.rs:1:41 Oct 14 23:35:45.617 INFO kablam! | Oct 14 23:35:45.617 INFO kablam! 1 | #![feature(match_default_bindings, nll, option_filter, try_trait)] Oct 14 23:35:45.617 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:35:45.617 INFO kablam! Oct 14 23:35:47.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.63s Oct 14 23:35:47.716 INFO kablam! su: No module specific data is present Oct 14 23:35:48.747 INFO running `"docker" "rm" "-f" "2fa8ee70aa44bf72f3d215623eae8d51c86d395f23c62a82a289f2b267d1be92"` Oct 14 23:35:49.051 INFO blam! 2fa8ee70aa44bf72f3d215623eae8d51c86d395f23c62a82a289f2b267d1be92 Oct 14 23:35:49.055 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 14 23:35:49.536 INFO blam! 3b0f40cf132dcf0c15ee92f92959c7d83c0e87e197492d821d95c69560141555 Oct 14 23:35:49.537 INFO running `"docker" "start" "-a" "3b0f40cf132dcf0c15ee92f92959c7d83c0e87e197492d821d95c69560141555"` Oct 14 23:35:50.723 INFO kablam! usermod: no changes Oct 14 23:35:50.809 INFO kablam! Compiling um v0.1.0 (/source) Oct 14 23:35:51.740 INFO kablam! warning: unused import: `TcpListener` Oct 14 23:35:51.740 INFO kablam! --> src/client.rs:7:18 Oct 14 23:35:51.741 INFO kablam! | Oct 14 23:35:51.741 INFO kablam! 7 | use tokio::net::{TcpListener, TcpStream}; Oct 14 23:35:51.742 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:35:51.742 INFO kablam! | Oct 14 23:35:51.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:35:51.743 INFO kablam! Oct 14 23:35:51.744 INFO kablam! warning: unused import: `BufMut` Oct 14 23:35:51.745 INFO kablam! --> src/commandcodec.rs:1:13 Oct 14 23:35:51.745 INFO kablam! | Oct 14 23:35:51.746 INFO kablam! 1 | use bytes::{BufMut, BytesMut}; Oct 14 23:35:51.746 INFO kablam! | ^^^^^^ Oct 14 23:35:51.746 INFO kablam! Oct 14 23:35:51.747 INFO kablam! warning: unused import: `std::fmt::Write` Oct 14 23:35:51.747 INFO kablam! --> src/commandcodec.rs:5:5 Oct 14 23:35:51.747 INFO kablam! | Oct 14 23:35:51.747 INFO kablam! 5 | use std::fmt::Write; Oct 14 23:35:51.747 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:35:51.747 INFO kablam! Oct 14 23:35:51.748 INFO kablam! warning: unused import: `super::*` Oct 14 23:35:51.748 INFO kablam! --> src/node.rs:46:9 Oct 14 23:35:51.748 INFO kablam! | Oct 14 23:35:51.748 INFO kablam! 46 | use super::*; Oct 14 23:35:51.748 INFO kablam! | ^^^^^^^^ Oct 14 23:35:51.748 INFO kablam! Oct 14 23:35:51.749 INFO kablam! warning: unused import: `tokio::io` Oct 14 23:35:51.749 INFO kablam! --> src/server.rs:4:5 Oct 14 23:35:51.749 INFO kablam! | Oct 14 23:35:51.749 INFO kablam! 4 | use tokio::io; Oct 14 23:35:51.749 INFO kablam! | ^^^^^^^^^ Oct 14 23:35:51.750 INFO kablam! Oct 14 23:35:51.750 INFO kablam! warning: unused import: `super::*` Oct 14 23:35:51.750 INFO kablam! --> src/server.rs:54:9 Oct 14 23:35:51.750 INFO kablam! | Oct 14 23:35:51.750 INFO kablam! 54 | use super::*; Oct 14 23:35:51.750 INFO kablam! | ^^^^^^^^ Oct 14 23:35:51.751 INFO kablam! Oct 14 23:35:51.751 INFO kablam! warning: unused import: `::std::io::prelude::*` Oct 14 23:35:51.751 INFO kablam! --> src/server.rs:55:9 Oct 14 23:35:51.751 INFO kablam! | Oct 14 23:35:51.751 INFO kablam! 55 | use ::std::io::prelude::*; Oct 14 23:35:51.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:35:51.752 INFO kablam! Oct 14 23:35:51.752 INFO kablam! warning: unused import: `::std::net::TcpStream` Oct 14 23:35:51.752 INFO kablam! --> src/server.rs:56:9 Oct 14 23:35:51.752 INFO kablam! | Oct 14 23:35:51.752 INFO kablam! 56 | use ::std::net::TcpStream; Oct 14 23:35:51.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:35:51.753 INFO kablam! Oct 14 23:35:51.753 INFO kablam! warning: unused import: `super::*` Oct 14 23:35:51.753 INFO kablam! --> src/value.rs:83:9 Oct 14 23:35:51.753 INFO kablam! | Oct 14 23:35:51.754 INFO kablam! 83 | use super::*; Oct 14 23:35:51.754 INFO kablam! | ^^^^^^^^ Oct 14 23:35:51.754 INFO kablam! Oct 14 23:35:52.064 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 23:35:52.065 INFO kablam! --> src/main.rs:1:12 Oct 14 23:35:52.065 INFO kablam! | Oct 14 23:35:52.066 INFO kablam! 1 | #![feature(match_default_bindings, nll, option_filter, try_trait)] Oct 14 23:35:52.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:35:52.067 INFO kablam! | Oct 14 23:35:52.068 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 23:35:52.068 INFO kablam! Oct 14 23:35:52.069 INFO kablam! warning: the feature `option_filter` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 14 23:35:52.070 INFO kablam! --> src/main.rs:1:41 Oct 14 23:35:52.070 INFO kablam! | Oct 14 23:35:52.070 INFO kablam! 1 | #![feature(match_default_bindings, nll, option_filter, try_trait)] Oct 14 23:35:52.075 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:35:52.075 INFO kablam! Oct 14 23:35:53.909 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.16s Oct 14 23:35:53.913 INFO kablam! su: No module specific data is present Oct 14 23:35:54.871 INFO running `"docker" "rm" "-f" "3b0f40cf132dcf0c15ee92f92959c7d83c0e87e197492d821d95c69560141555"` Oct 14 23:35:55.211 INFO blam! 3b0f40cf132dcf0c15ee92f92959c7d83c0e87e197492d821d95c69560141555 Oct 14 23:35:55.227 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 14 23:35:55.724 INFO blam! cfad2dbb8e41341783e13b123c3b60ffe8d149752cd35670ce0d03b52cac79e8 Oct 14 23:35:55.727 INFO running `"docker" "start" "-a" "cfad2dbb8e41341783e13b123c3b60ffe8d149752cd35670ce0d03b52cac79e8"` Oct 14 23:35:57.091 INFO kablam! usermod: no changes Oct 14 23:35:57.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 14 23:35:57.257 INFO kablam! Running /target/debug/deps/um-a4fc3cb96354b8cf Oct 14 23:35:57.269 INFO blam! Oct 14 23:35:57.270 INFO blam! running 7 tests Oct 14 23:35:57.270 INFO blam! test command::tests::parse_read_command ... ok Oct 14 23:35:57.270 INFO blam! test command::tests::parse_update_command ... ok Oct 14 23:35:57.270 INFO blam! test value::tests::parse_simple_nodespec ... ok Oct 14 23:35:57.270 INFO blam! test store::tests::basic_operations ... ok Oct 14 23:35:57.270 INFO blam! test server::tests::commands_over_tcp ... ok Oct 14 23:35:57.271 INFO blam! test nodespec::tests::parse_simple_nodespec ... ok Oct 14 23:35:57.272 INFO blam! test node::tests::parse_simple_nodespec ... ok Oct 14 23:35:57.272 INFO blam! Oct 14 23:35:57.272 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:35:57.272 INFO blam! Oct 14 23:35:57.273 INFO kablam! su: No module specific data is present Oct 14 23:35:58.313 INFO running `"docker" "rm" "-f" "cfad2dbb8e41341783e13b123c3b60ffe8d149752cd35670ce0d03b52cac79e8"` Oct 14 23:35:58.570 INFO blam! cfad2dbb8e41341783e13b123c3b60ffe8d149752cd35670ce0d03b52cac79e8