Oct 16 02:31:35.980 INFO testing monto-0.1.12 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 02:31:35.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 02:31:36.267 INFO blam! 340268c0bde981130c3c70ae0f8250851908ae523e4c429344d60cddd657072d Oct 16 02:31:36.268 INFO running `"docker" "start" "-a" "340268c0bde981130c3c70ae0f8250851908ae523e4c429344d60cddd657072d"` Oct 16 02:31:37.587 INFO kablam! usermod: no changes Oct 16 02:31:38.089 INFO kablam! Compiling semver v0.7.0 Oct 16 02:31:38.093 INFO kablam! Compiling shell32-sys v0.1.2 Oct 16 02:31:38.105 INFO kablam! Compiling pretty_logger v0.1.8 Oct 16 02:31:38.120 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 16 02:31:41.475 INFO kablam! Compiling dirs v0.3.1 Oct 16 02:31:43.798 INFO kablam! Compiling tokio-udp v0.1.2 Oct 16 02:31:43.798 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 16 02:31:43.800 INFO kablam! Compiling tokio-uds v0.2.2 Oct 16 02:31:43.802 INFO kablam! Compiling inotify v0.6.1 Oct 16 02:31:50.951 INFO kablam! Compiling tokio v0.1.11 Oct 16 02:31:51.755 INFO kablam! Compiling notify v4.0.6 Oct 16 02:31:57.591 INFO kablam! Compiling tokio-core v0.1.17 Oct 16 02:32:05.743 INFO kablam! Compiling tokio-proto v0.1.1 Oct 16 02:32:10.800 INFO kablam! Compiling hyper v0.11.27 Oct 16 02:32:23.958 INFO kablam! Compiling monto v0.1.12 (/source) Oct 16 02:32:30.599 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 02:32:30.599 INFO kablam! --> src/broker/config.rs:65:13 Oct 16 02:32:30.599 INFO kablam! | Oct 16 02:32:30.599 INFO kablam! 65 | use std::env::home_dir; Oct 16 02:32:30.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:32:30.599 INFO kablam! | Oct 16 02:32:30.599 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 02:32:30.599 INFO kablam! Oct 16 02:32:30.599 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 02:32:30.599 INFO kablam! --> src/service/config.rs:74:13 Oct 16 02:32:30.599 INFO kablam! | Oct 16 02:32:30.599 INFO kablam! 74 | use std::env::home_dir; Oct 16 02:32:30.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:32:30.599 INFO kablam! Oct 16 02:32:30.599 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 02:32:30.599 INFO kablam! --> src/broker/config.rs:74:25 Oct 16 02:32:30.599 INFO kablam! | Oct 16 02:32:30.599 INFO kablam! 74 | .or_else(|| home_dir().and_then(Config::load_one)) Oct 16 02:32:30.599 INFO kablam! | ^^^^^^^^ Oct 16 02:32:30.599 INFO kablam! Oct 16 02:32:30.599 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 02:32:30.599 INFO kablam! --> src/service/config.rs:86:39 Oct 16 02:32:30.599 INFO kablam! | Oct 16 02:32:30.599 INFO kablam! 86 | match home_dir() { Oct 16 02:32:30.599 INFO kablam! | ^^^^^^^^ Oct 16 02:32:30.599 INFO kablam! Oct 16 02:32:31.166 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 16 02:32:31.167 INFO kablam! --> src/broker/client/mod.rs:194:39 Oct 16 02:32:31.167 INFO kablam! | Oct 16 02:32:31.167 INFO kablam! 194 | self.http.bind_connection( Oct 16 02:32:31.168 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:32:31.168 INFO kablam! Oct 16 02:32:32.417 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 16 02:32:32.417 INFO kablam! --> src/service/serve.rs:171:39 Oct 16 02:32:32.417 INFO kablam! | Oct 16 02:32:32.418 INFO kablam! 171 | self.http.bind_connection( Oct 16 02:32:32.418 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:32:32.418 INFO kablam! Oct 16 02:33:02.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 16 02:33:03.011 INFO kablam! su: No module specific data is present Oct 16 02:33:03.811 INFO running `"docker" "rm" "-f" "340268c0bde981130c3c70ae0f8250851908ae523e4c429344d60cddd657072d"` Oct 16 02:33:04.121 INFO blam! 340268c0bde981130c3c70ae0f8250851908ae523e4c429344d60cddd657072d Oct 16 02:33:04.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 02:33:04.531 INFO blam! 2037c97d7bb51422e62809adfa912bb1fb02b2146e2f6ea120968bfd49cf60fd Oct 16 02:33:04.537 INFO running `"docker" "start" "-a" "2037c97d7bb51422e62809adfa912bb1fb02b2146e2f6ea120968bfd49cf60fd"` Oct 16 02:33:05.697 INFO kablam! usermod: no changes Oct 16 02:33:05.995 INFO kablam! Compiling monto v0.1.12 (/source) Oct 16 02:33:13.686 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 02:33:13.686 INFO kablam! --> src/broker/config.rs:65:13 Oct 16 02:33:13.686 INFO kablam! | Oct 16 02:33:13.686 INFO kablam! 65 | use std::env::home_dir; Oct 16 02:33:13.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:33:13.686 INFO kablam! | Oct 16 02:33:13.686 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 02:33:13.686 INFO kablam! Oct 16 02:33:13.691 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 02:33:13.691 INFO kablam! --> src/service/config.rs:74:13 Oct 16 02:33:13.691 INFO kablam! | Oct 16 02:33:13.691 INFO kablam! 74 | use std::env::home_dir; Oct 16 02:33:13.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:33:13.691 INFO kablam! Oct 16 02:33:13.691 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 02:33:13.691 INFO kablam! --> src/broker/config.rs:74:25 Oct 16 02:33:13.691 INFO kablam! | Oct 16 02:33:13.691 INFO kablam! 74 | .or_else(|| home_dir().and_then(Config::load_one)) Oct 16 02:33:13.691 INFO kablam! | ^^^^^^^^ Oct 16 02:33:13.691 INFO kablam! Oct 16 02:33:13.695 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 02:33:13.695 INFO kablam! --> src/service/config.rs:86:39 Oct 16 02:33:13.695 INFO kablam! | Oct 16 02:33:13.695 INFO kablam! 86 | match home_dir() { Oct 16 02:33:13.695 INFO kablam! | ^^^^^^^^ Oct 16 02:33:13.695 INFO kablam! Oct 16 02:33:14.215 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 16 02:33:14.215 INFO kablam! --> src/broker/client/mod.rs:194:39 Oct 16 02:33:14.215 INFO kablam! | Oct 16 02:33:14.215 INFO kablam! 194 | self.http.bind_connection( Oct 16 02:33:14.215 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:33:14.215 INFO kablam! Oct 16 02:33:15.258 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 16 02:33:15.258 INFO kablam! --> src/service/serve.rs:171:39 Oct 16 02:33:15.258 INFO kablam! | Oct 16 02:33:15.258 INFO kablam! 171 | self.http.bind_connection( Oct 16 02:33:15.258 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:33:15.258 INFO kablam! Oct 16 02:33:18.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.81s Oct 16 02:33:18.544 INFO kablam! su: No module specific data is present Oct 16 02:33:19.371 INFO running `"docker" "rm" "-f" "2037c97d7bb51422e62809adfa912bb1fb02b2146e2f6ea120968bfd49cf60fd"` Oct 16 02:33:19.655 INFO blam! 2037c97d7bb51422e62809adfa912bb1fb02b2146e2f6ea120968bfd49cf60fd Oct 16 02:33:19.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 02:33:20.136 INFO blam! ce376092f38cdc817af80378397dc24b04ee038734160937dbcb8083bc2ce7a3 Oct 16 02:33:20.147 INFO running `"docker" "start" "-a" "ce376092f38cdc817af80378397dc24b04ee038734160937dbcb8083bc2ce7a3"` Oct 16 02:33:21.081 INFO kablam! usermod: no changes Oct 16 02:33:21.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 16 02:33:21.338 INFO kablam! Running /target/debug/deps/monto-e26ecd41891fc680 Oct 16 02:33:21.339 INFO blam! Oct 16 02:33:21.340 INFO blam! running 2 tests Oct 16 02:33:21.340 INFO blam! test service::config::netconfig ... ok Oct 16 02:33:21.347 INFO blam! test common::products::error_severity_serialize_test ... ok Oct 16 02:33:21.347 INFO blam! Oct 16 02:33:21.347 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:33:21.347 INFO blam! Oct 16 02:33:21.348 INFO kablam! Running /target/debug/deps/monto_broker-32b64d4b6ab5b973 Oct 16 02:33:21.355 INFO blam! Oct 16 02:33:21.355 INFO blam! running 0 tests Oct 16 02:33:21.355 INFO blam! Oct 16 02:33:21.355 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:33:21.355 INFO blam! Oct 16 02:33:21.375 INFO kablam! Running /target/debug/deps/monto_simple_client-13e9686bcbc99ae7 Oct 16 02:33:21.383 INFO blam! Oct 16 02:33:21.383 INFO blam! running 0 tests Oct 16 02:33:21.383 INFO blam! Oct 16 02:33:21.383 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:33:21.383 INFO blam! Oct 16 02:33:21.395 INFO kablam! Doc-tests monto Oct 16 02:33:32.847 INFO blam! Oct 16 02:33:32.847 INFO blam! running 1 test Oct 16 02:33:45.562 INFO blam! test src/macros.rs - simple_service_provider (line 3) ... ok Oct 16 02:33:45.562 INFO blam! Oct 16 02:33:45.562 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:33:45.562 INFO blam! Oct 16 02:33:45.598 INFO kablam! su: No module specific data is present Oct 16 02:33:46.778 INFO running `"docker" "rm" "-f" "ce376092f38cdc817af80378397dc24b04ee038734160937dbcb8083bc2ce7a3"` Oct 16 02:33:47.111 INFO blam! ce376092f38cdc817af80378397dc24b04ee038734160937dbcb8083bc2ce7a3