Oct 11 16:37:53.544 INFO testing monto-0.1.12 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:37:53.544 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:37:53.545 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:37:53.798 INFO blam! 491855e375a552095dbf43c8bf31c86beb9f197168e6f0473639fd78df32a2fc Oct 11 16:37:53.802 INFO running `"docker" "start" "-a" "491855e375a552095dbf43c8bf31c86beb9f197168e6f0473639fd78df32a2fc"` Oct 11 16:37:54.475 INFO kablam! usermod: no changes Oct 11 16:37:54.806 INFO kablam! Compiling semver v0.7.0 Oct 11 16:37:54.811 INFO kablam! Compiling shell32-sys v0.1.2 Oct 11 16:37:54.812 INFO kablam! Compiling inotify v0.6.1 Oct 11 16:37:54.812 INFO kablam! Compiling tokio-core v0.1.17 Oct 11 16:37:58.526 INFO kablam! Compiling dirs v0.3.1 Oct 11 16:38:01.157 INFO kablam! Compiling notify v4.0.6 Oct 11 16:38:04.424 INFO kablam! Compiling tokio-proto v0.1.1 Oct 11 16:38:12.866 INFO kablam! Compiling hyper v0.11.27 Oct 11 16:38:24.782 INFO kablam! Compiling monto v0.1.12 (/source) Oct 11 16:38:34.765 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 11 16:38:34.766 INFO kablam! --> src/broker/config.rs:65:13 Oct 11 16:38:34.766 INFO kablam! | Oct 11 16:38:34.766 INFO kablam! 65 | use std::env::home_dir; Oct 11 16:38:34.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:38:34.767 INFO kablam! | Oct 11 16:38:34.767 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:38:34.768 INFO kablam! Oct 11 16:38:34.768 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 11 16:38:34.768 INFO kablam! --> src/service/config.rs:74:13 Oct 11 16:38:34.769 INFO kablam! | Oct 11 16:38:34.769 INFO kablam! 74 | use std::env::home_dir; Oct 11 16:38:34.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:38:34.769 INFO kablam! Oct 11 16:38:34.770 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 11 16:38:34.770 INFO kablam! --> src/broker/config.rs:74:25 Oct 11 16:38:34.770 INFO kablam! | Oct 11 16:38:34.770 INFO kablam! 74 | .or_else(|| home_dir().and_then(Config::load_one)) Oct 11 16:38:34.771 INFO kablam! | ^^^^^^^^ Oct 11 16:38:34.771 INFO kablam! Oct 11 16:38:34.777 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 11 16:38:34.777 INFO kablam! --> src/service/config.rs:86:39 Oct 11 16:38:34.777 INFO kablam! | Oct 11 16:38:34.778 INFO kablam! 86 | match home_dir() { Oct 11 16:38:34.778 INFO kablam! | ^^^^^^^^ Oct 11 16:38:34.778 INFO kablam! Oct 11 16:38:35.434 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 11 16:38:35.434 INFO kablam! --> src/broker/client/mod.rs:194:39 Oct 11 16:38:35.434 INFO kablam! | Oct 11 16:38:35.434 INFO kablam! 194 | self.http.bind_connection( Oct 11 16:38:35.434 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:38:35.434 INFO kablam! Oct 11 16:38:36.612 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 11 16:38:36.613 INFO kablam! --> src/service/serve.rs:171:39 Oct 11 16:38:36.613 INFO kablam! | Oct 11 16:38:36.613 INFO kablam! 171 | self.http.bind_connection( Oct 11 16:38:36.613 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:38:36.613 INFO kablam! Oct 11 16:39:10.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 11 16:39:10.428 INFO kablam! su: No module specific data is present Oct 11 16:39:11.000 INFO running `"docker" "rm" "-f" "491855e375a552095dbf43c8bf31c86beb9f197168e6f0473639fd78df32a2fc"` Oct 11 16:39:11.240 INFO blam! 491855e375a552095dbf43c8bf31c86beb9f197168e6f0473639fd78df32a2fc Oct 11 16:39:11.249 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:39:11.250 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:39:11.574 INFO blam! 60afc3e098d564920ca77dbdc2901c36bc1324e385aecc4595f4fd2036e18c5e Oct 11 16:39:11.574 INFO running `"docker" "start" "-a" "60afc3e098d564920ca77dbdc2901c36bc1324e385aecc4595f4fd2036e18c5e"` Oct 11 16:39:12.265 INFO kablam! usermod: no changes Oct 11 16:39:12.476 INFO kablam! Compiling monto v0.1.12 (/source) Oct 11 16:39:25.636 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 11 16:39:25.637 INFO kablam! --> src/broker/config.rs:65:13 Oct 11 16:39:25.637 INFO kablam! | Oct 11 16:39:25.637 INFO kablam! 65 | use std::env::home_dir; Oct 11 16:39:25.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:39:25.638 INFO kablam! | Oct 11 16:39:25.638 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:39:25.638 INFO kablam! Oct 11 16:39:25.639 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 11 16:39:25.639 INFO kablam! --> src/service/config.rs:74:13 Oct 11 16:39:25.639 INFO kablam! | Oct 11 16:39:25.640 INFO kablam! 74 | use std::env::home_dir; Oct 11 16:39:25.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:39:25.640 INFO kablam! Oct 11 16:39:25.641 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 11 16:39:25.641 INFO kablam! --> src/broker/config.rs:74:25 Oct 11 16:39:25.641 INFO kablam! | Oct 11 16:39:25.642 INFO kablam! 74 | .or_else(|| home_dir().and_then(Config::load_one)) Oct 11 16:39:25.642 INFO kablam! | ^^^^^^^^ Oct 11 16:39:25.653 INFO kablam! Oct 11 16:39:25.653 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 11 16:39:25.653 INFO kablam! --> src/service/config.rs:86:39 Oct 11 16:39:25.654 INFO kablam! | Oct 11 16:39:25.654 INFO kablam! 86 | match home_dir() { Oct 11 16:39:25.654 INFO kablam! | ^^^^^^^^ Oct 11 16:39:25.654 INFO kablam! Oct 11 16:39:26.912 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 11 16:39:26.912 INFO kablam! --> src/broker/client/mod.rs:194:39 Oct 11 16:39:26.912 INFO kablam! | Oct 11 16:39:26.912 INFO kablam! 194 | self.http.bind_connection( Oct 11 16:39:26.912 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:39:26.912 INFO kablam! Oct 11 16:39:28.928 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 11 16:39:28.928 INFO kablam! --> src/service/serve.rs:171:39 Oct 11 16:39:28.928 INFO kablam! | Oct 11 16:39:28.928 INFO kablam! 171 | self.http.bind_connection( Oct 11 16:39:28.928 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:39:28.928 INFO kablam! Oct 11 16:39:33.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.47s Oct 11 16:39:33.768 INFO kablam! su: No module specific data is present Oct 11 16:39:34.551 INFO running `"docker" "rm" "-f" "60afc3e098d564920ca77dbdc2901c36bc1324e385aecc4595f4fd2036e18c5e"` Oct 11 16:39:34.836 INFO blam! 60afc3e098d564920ca77dbdc2901c36bc1324e385aecc4595f4fd2036e18c5e Oct 11 16:39:34.845 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:39:34.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:39:35.463 INFO blam! 9013a64d90c05bd9b95c95020d9caf91002e72adcb5c9b8b052e3327b9372f57 Oct 11 16:39:35.466 INFO running `"docker" "start" "-a" "9013a64d90c05bd9b95c95020d9caf91002e72adcb5c9b8b052e3327b9372f57"` Oct 11 16:39:36.621 INFO kablam! usermod: no changes Oct 11 16:39:36.878 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 11 16:39:36.888 INFO kablam! Running /target/debug/deps/monto-83e0d1915b11c0a4 Oct 11 16:39:36.892 INFO blam! Oct 11 16:39:36.892 INFO blam! running 2 tests Oct 11 16:39:36.896 INFO blam! test common::products::error_severity_serialize_test ... ok Oct 11 16:39:36.896 INFO blam! test service::config::netconfig ... ok Oct 11 16:39:36.896 INFO blam! Oct 11 16:39:36.896 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:39:36.896 INFO blam! Oct 11 16:39:36.896 INFO kablam! Running /target/debug/deps/monto_broker-f79e374446f6e52d Oct 11 16:39:36.900 INFO blam! Oct 11 16:39:36.900 INFO blam! running 0 tests Oct 11 16:39:36.900 INFO blam! Oct 11 16:39:36.900 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:39:36.900 INFO blam! Oct 11 16:39:36.900 INFO blam! Oct 11 16:39:36.900 INFO blam! running 0 tests Oct 11 16:39:36.900 INFO blam! Oct 11 16:39:36.901 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:39:36.901 INFO blam! Oct 11 16:39:36.901 INFO kablam! Running /target/debug/deps/monto_simple_client-f8804b0835447c39 Oct 11 16:39:36.901 INFO kablam! Doc-tests monto Oct 11 16:39:52.088 INFO blam! Oct 11 16:39:52.088 INFO blam! running 1 test Oct 11 16:40:10.921 INFO blam! test src/macros.rs - simple_service_provider (line 3) ... ok Oct 11 16:40:10.921 INFO blam! Oct 11 16:40:10.921 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:40:10.921 INFO blam! Oct 11 16:40:10.939 INFO kablam! su: No module specific data is present Oct 11 16:40:11.219 INFO running `"docker" "rm" "-f" "9013a64d90c05bd9b95c95020d9caf91002e72adcb5c9b8b052e3327b9372f57"` Oct 11 16:40:11.421 INFO blam! 9013a64d90c05bd9b95c95020d9caf91002e72adcb5c9b8b052e3327b9372f57