Oct 16 02:31:36.587 INFO testing monto-0.1.12 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:31:36.587 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 16 02:31:37.049 INFO blam! 292759c83fa2cf207679afeeb7fb563576566e0a355f136ab2a5686e25c765a8 Oct 16 02:31:37.059 INFO running `"docker" "start" "-a" "292759c83fa2cf207679afeeb7fb563576566e0a355f136ab2a5686e25c765a8"` Oct 16 02:31:38.378 INFO kablam! usermod: no changes Oct 16 02:31:38.771 INFO kablam! Compiling ole32-sys v0.2.0 Oct 16 02:31:38.775 INFO kablam! Compiling shell32-sys v0.1.2 Oct 16 02:31:38.847 INFO kablam! Compiling inotify v0.6.1 Oct 16 02:31:38.847 INFO kablam! Compiling tokio-proto v0.1.1 Oct 16 02:31:41.671 INFO kablam! Compiling dirs v0.3.1 Oct 16 02:31:44.428 INFO kablam! Compiling notify v4.0.6 Oct 16 02:31:48.187 INFO kablam! Compiling hyper v0.11.27 Oct 16 02:32:03.886 INFO kablam! Compiling monto v0.1.12 (/source) Oct 16 02:32:11.067 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:11.068 INFO kablam! --> src/broker/config.rs:65:13 Oct 16 02:32:11.068 INFO kablam! | Oct 16 02:32:11.069 INFO kablam! 65 | use std::env::home_dir; Oct 16 02:32:11.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:32:11.070 INFO kablam! | Oct 16 02:32:11.070 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 02:32:11.071 INFO kablam! Oct 16 02:32:11.071 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:11.072 INFO kablam! --> src/service/config.rs:74:13 Oct 16 02:32:11.072 INFO kablam! | Oct 16 02:32:11.073 INFO kablam! 74 | use std::env::home_dir; Oct 16 02:32:11.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:32:11.074 INFO kablam! Oct 16 02:32:11.074 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:11.075 INFO kablam! --> src/broker/config.rs:74:25 Oct 16 02:32:11.075 INFO kablam! | Oct 16 02:32:11.076 INFO kablam! 74 | .or_else(|| home_dir().and_then(Config::load_one)) Oct 16 02:32:11.076 INFO kablam! | ^^^^^^^^ Oct 16 02:32:11.076 INFO kablam! Oct 16 02:32:11.077 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:11.077 INFO kablam! --> src/service/config.rs:86:39 Oct 16 02:32:11.077 INFO kablam! | Oct 16 02:32:11.077 INFO kablam! 86 | match home_dir() { Oct 16 02:32:11.077 INFO kablam! | ^^^^^^^^ Oct 16 02:32:11.077 INFO kablam! Oct 16 02:32:11.731 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:11.731 INFO kablam! --> src/broker/client/mod.rs:194:39 Oct 16 02:32:11.731 INFO kablam! | Oct 16 02:32:11.731 INFO kablam! 194 | self.http.bind_connection( Oct 16 02:32:11.731 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:32:11.731 INFO kablam! Oct 16 02:32:12.959 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:12.959 INFO kablam! --> src/service/serve.rs:171:39 Oct 16 02:32:12.959 INFO kablam! | Oct 16 02:32:12.959 INFO kablam! 171 | self.http.bind_connection( Oct 16 02:32:12.959 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:32:12.959 INFO kablam! Oct 16 02:32:45.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 16 02:32:45.305 INFO kablam! su: No module specific data is present Oct 16 02:32:46.332 INFO running `"docker" "rm" "-f" "292759c83fa2cf207679afeeb7fb563576566e0a355f136ab2a5686e25c765a8"` Oct 16 02:32:46.658 INFO blam! 292759c83fa2cf207679afeeb7fb563576566e0a355f136ab2a5686e25c765a8 Oct 16 02:32:46.676 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 16 02:32:46.902 INFO blam! b415b18ebc913fe1fb6fcc64fd1d00d0dc381beeac79e6746ccd7234363047db Oct 16 02:32:46.905 INFO running `"docker" "start" "-a" "b415b18ebc913fe1fb6fcc64fd1d00d0dc381beeac79e6746ccd7234363047db"` Oct 16 02:32:47.568 INFO kablam! usermod: no changes Oct 16 02:32:47.791 INFO kablam! Compiling monto v0.1.12 (/source) Oct 16 02:32:54.803 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:54.803 INFO kablam! --> src/broker/config.rs:65:13 Oct 16 02:32:54.804 INFO kablam! | Oct 16 02:32:54.804 INFO kablam! 65 | use std::env::home_dir; Oct 16 02:32:54.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:32:54.805 INFO kablam! | Oct 16 02:32:54.805 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 02:32:54.805 INFO kablam! Oct 16 02:32:54.806 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:54.806 INFO kablam! --> src/service/config.rs:74:13 Oct 16 02:32:54.807 INFO kablam! | Oct 16 02:32:54.807 INFO kablam! 74 | use std::env::home_dir; Oct 16 02:32:54.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:32:54.808 INFO kablam! Oct 16 02:32:54.808 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:54.808 INFO kablam! --> src/broker/config.rs:74:25 Oct 16 02:32:54.809 INFO kablam! | Oct 16 02:32:54.809 INFO kablam! 74 | .or_else(|| home_dir().and_then(Config::load_one)) Oct 16 02:32:54.809 INFO kablam! | ^^^^^^^^ Oct 16 02:32:54.810 INFO kablam! Oct 16 02:32:54.811 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:54.815 INFO kablam! --> src/service/config.rs:86:39 Oct 16 02:32:54.815 INFO kablam! | Oct 16 02:32:54.815 INFO kablam! 86 | match home_dir() { Oct 16 02:32:54.815 INFO kablam! | ^^^^^^^^ Oct 16 02:32:54.815 INFO kablam! Oct 16 02:32:55.761 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:55.761 INFO kablam! --> src/broker/client/mod.rs:194:39 Oct 16 02:32:55.761 INFO kablam! | Oct 16 02:32:55.761 INFO kablam! 194 | self.http.bind_connection( Oct 16 02:32:55.761 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:32:55.761 INFO kablam! Oct 16 02:32:57.031 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:57.031 INFO kablam! --> src/service/serve.rs:171:39 Oct 16 02:32:57.031 INFO kablam! | Oct 16 02:32:57.031 INFO kablam! 171 | self.http.bind_connection( Oct 16 02:32:57.031 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:32:57.031 INFO kablam! Oct 16 02:33:01.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.87s Oct 16 02:33:01.480 INFO kablam! su: No module specific data is present Oct 16 02:33:03.118 INFO running `"docker" "rm" "-f" "b415b18ebc913fe1fb6fcc64fd1d00d0dc381beeac79e6746ccd7234363047db"` Oct 16 02:33:03.439 INFO blam! b415b18ebc913fe1fb6fcc64fd1d00d0dc381beeac79e6746ccd7234363047db Oct 16 02:33:03.443 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 16 02:33:03.789 INFO blam! dbc27e23f989a377ee4d7bad7fa85e300bcb9d7429437cee5798ae79a4561c57 Oct 16 02:33:03.799 INFO running `"docker" "start" "-a" "dbc27e23f989a377ee4d7bad7fa85e300bcb9d7429437cee5798ae79a4561c57"` Oct 16 02:33:05.070 INFO kablam! usermod: no changes Oct 16 02:33:05.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 16 02:33:05.339 INFO kablam! Running /target/debug/deps/monto-2fd57c604cb0675e Oct 16 02:33:05.343 INFO blam! Oct 16 02:33:05.343 INFO blam! running 2 tests Oct 16 02:33:05.343 INFO blam! test common::products::error_severity_serialize_test ... ok Oct 16 02:33:05.343 INFO blam! test service::config::netconfig ... ok Oct 16 02:33:05.343 INFO blam! Oct 16 02:33:05.343 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:33:05.343 INFO blam! Oct 16 02:33:05.345 INFO kablam! Running /target/debug/deps/monto_broker-2c9db317c5a069fd Oct 16 02:33:05.355 INFO blam! Oct 16 02:33:05.355 INFO blam! running 0 tests Oct 16 02:33:05.355 INFO blam! Oct 16 02:33:05.355 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:33:05.355 INFO blam! Oct 16 02:33:05.356 INFO kablam! Running /target/debug/deps/monto_simple_client-1bc80b6ca4b5a22e Oct 16 02:33:05.363 INFO blam! Oct 16 02:33:05.363 INFO blam! running 0 tests Oct 16 02:33:05.363 INFO blam! Oct 16 02:33:05.363 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:33:05.363 INFO blam! Oct 16 02:33:05.364 INFO kablam! Doc-tests monto Oct 16 02:33:15.779 INFO blam! Oct 16 02:33:15.779 INFO blam! running 1 test Oct 16 02:33:27.735 INFO blam! test src/macros.rs - simple_service_provider (line 3) ... ok Oct 16 02:33:27.736 INFO blam! Oct 16 02:33:27.737 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:33:27.737 INFO blam! Oct 16 02:33:27.762 INFO kablam! su: No module specific data is present Oct 16 02:33:28.405 INFO running `"docker" "rm" "-f" "dbc27e23f989a377ee4d7bad7fa85e300bcb9d7429437cee5798ae79a4561c57"` Oct 16 02:33:28.675 INFO blam! dbc27e23f989a377ee4d7bad7fa85e300bcb9d7429437cee5798ae79a4561c57