Oct 10 20:00:16.275 INFO testing kogai/sync-memo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:00:16.276 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:00:16.276 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 10 20:00:16.504 INFO blam! 5e8e45bfce1775bf8e8a861d160e6dfbca59bb32f8c7657394fe2419661af452 Oct 10 20:00:16.513 INFO running `"docker" "start" "-a" "5e8e45bfce1775bf8e8a861d160e6dfbca59bb32f8c7657394fe2419661af452"` Oct 10 20:00:17.057 INFO kablam! usermod: no changes Oct 10 20:00:17.452 INFO kablam! Compiling miniz-sys v0.1.9 Oct 10 20:00:17.460 INFO kablam! Compiling filetime v0.1.10 Oct 10 20:00:17.464 INFO kablam! Compiling term_size v0.2.3 Oct 10 20:00:17.464 INFO kablam! Compiling inotify v0.3.0 Oct 10 20:00:17.464 INFO kablam! Compiling daemonize v0.2.3 Oct 10 20:00:17.484 INFO kablam! Compiling net2 v0.2.27 Oct 10 20:00:17.484 INFO kablam! Compiling nix v0.5.1 Oct 10 20:00:17.492 INFO kablam! Compiling ordered-float v0.4.0 Oct 10 20:00:19.784 INFO kablam! Compiling serde_yaml v0.7.0 Oct 10 20:00:20.773 INFO kablam! Compiling serde_derive_internals v0.15.0 Oct 10 20:00:20.773 INFO kablam! Compiling derive-error-chain v0.10.0 Oct 10 20:00:20.782 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 10 20:00:20.782 INFO kablam! Compiling serde-value v0.5.0 Oct 10 20:00:20.782 INFO kablam! Compiling clap v2.22.2 Oct 10 20:00:21.489 INFO kablam! Compiling miow v0.1.5 Oct 10 20:00:27.381 INFO kablam! Compiling fs2 v0.2.5 Oct 10 20:00:27.406 INFO kablam! Compiling serde_urlencoded v0.4.2 Oct 10 20:00:27.427 INFO kablam! Compiling serde_derive v0.9.15 Oct 10 20:00:27.432 INFO kablam! Compiling mio v0.5.1 Oct 10 20:00:27.504 INFO kablam! Compiling serde_derive v1.0.2 Oct 10 20:00:28.181 INFO kablam! Compiling flate2 v0.2.19 Oct 10 20:00:28.560 INFO kablam! Compiling config_file_handler v0.6.0 Oct 10 20:00:31.044 INFO kablam! Compiling reqwest v0.5.1 Oct 10 20:00:31.051 INFO kablam! Compiling notify v4.0.1 Oct 10 20:00:33.629 INFO kablam! Compiling dotenv v0.10.0 Oct 10 20:00:41.478 INFO kablam! Compiling log4rs v0.7.0 Oct 10 20:00:48.352 INFO kablam! Compiling sync-memo v0.1.0 (/source) Oct 10 20:00:55.388 INFO kablam! warning: unused import: `super::*` Oct 10 20:00:55.389 INFO kablam! --> src/client.rs:85:9 Oct 10 20:00:55.389 INFO kablam! | Oct 10 20:00:55.389 INFO kablam! 85 | use super::*; Oct 10 20:00:55.390 INFO kablam! | ^^^^^^^^ Oct 10 20:00:55.390 INFO kablam! | Oct 10 20:00:55.390 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:00:55.390 INFO kablam! Oct 10 20:00:55.391 INFO kablam! warning: unused import: `std::thread` Oct 10 20:00:55.391 INFO kablam! --> src/client.rs:86:9 Oct 10 20:00:55.391 INFO kablam! | Oct 10 20:00:55.391 INFO kablam! 86 | use std::thread; Oct 10 20:00:55.392 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:00:55.392 INFO kablam! Oct 10 20:00:55.420 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 10 20:00:55.421 INFO kablam! --> src/github.rs:13:23 Oct 10 20:00:55.421 INFO kablam! | Oct 10 20:00:55.421 INFO kablam! 13 | let path_to_env = env::home_dir().and_then(|a| Some(a.join("sync-memo").join(".env"))); Oct 10 20:00:55.421 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:00:55.422 INFO kablam! | Oct 10 20:00:55.422 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:00:55.422 INFO kablam! Oct 10 20:00:55.423 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 10 20:00:55.423 INFO kablam! --> src/main.rs:29:27 Oct 10 20:00:55.423 INFO kablam! | Oct 10 20:00:55.423 INFO kablam! 29 | let log_config_path = env::home_dir() Oct 10 20:00:55.424 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:00:55.424 INFO kablam! Oct 10 20:00:55.424 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 10 20:00:55.424 INFO kablam! --> src/main.rs:35:16 Oct 10 20:00:55.425 INFO kablam! | Oct 10 20:00:55.425 INFO kablam! 35 | let path = env::home_dir() Oct 10 20:00:55.425 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:00:55.425 INFO kablam! Oct 10 20:01:05.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.20s Oct 10 20:01:05.305 INFO kablam! su: No module specific data is present Oct 10 20:01:05.957 INFO running `"docker" "rm" "-f" "5e8e45bfce1775bf8e8a861d160e6dfbca59bb32f8c7657394fe2419661af452"` Oct 10 20:01:06.232 INFO blam! 5e8e45bfce1775bf8e8a861d160e6dfbca59bb32f8c7657394fe2419661af452 Oct 10 20:01:06.234 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:01:06.234 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 10 20:01:06.692 INFO blam! a8e66eeb779e1b8746158173ef685ed51dfbe4e935fc31bee4770a78782ad25d Oct 10 20:01:06.700 INFO running `"docker" "start" "-a" "a8e66eeb779e1b8746158173ef685ed51dfbe4e935fc31bee4770a78782ad25d"` Oct 10 20:01:08.519 INFO kablam! usermod: no changes Oct 10 20:01:08.946 INFO kablam! Compiling sync-memo v0.1.0 (/source) Oct 10 20:01:15.248 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 10 20:01:15.248 INFO kablam! --> src/github.rs:13:23 Oct 10 20:01:15.248 INFO kablam! | Oct 10 20:01:15.248 INFO kablam! 13 | let path_to_env = env::home_dir().and_then(|a| Some(a.join("sync-memo").join(".env"))); Oct 10 20:01:15.248 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:15.248 INFO kablam! | Oct 10 20:01:15.248 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:01:15.248 INFO kablam! Oct 10 20:01:15.248 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 10 20:01:15.248 INFO kablam! --> src/main.rs:29:27 Oct 10 20:01:15.248 INFO kablam! | Oct 10 20:01:15.248 INFO kablam! 29 | let log_config_path = env::home_dir() Oct 10 20:01:15.248 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:15.248 INFO kablam! Oct 10 20:01:15.248 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 10 20:01:15.248 INFO kablam! --> src/main.rs:35:16 Oct 10 20:01:15.248 INFO kablam! | Oct 10 20:01:15.248 INFO kablam! 35 | let path = env::home_dir() Oct 10 20:01:15.248 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:15.248 INFO kablam! Oct 10 20:01:18.413 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.85s Oct 10 20:01:18.424 INFO kablam! su: No module specific data is present Oct 10 20:01:19.587 INFO running `"docker" "rm" "-f" "a8e66eeb779e1b8746158173ef685ed51dfbe4e935fc31bee4770a78782ad25d"` Oct 10 20:01:19.883 INFO blam! a8e66eeb779e1b8746158173ef685ed51dfbe4e935fc31bee4770a78782ad25d Oct 10 20:01:19.892 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:01:19.892 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 10 20:01:20.383 INFO blam! f4dbc1092a6281ea4eda031e14027a981ea57d27a771b1a95beac8ce17e5233c Oct 10 20:01:20.384 INFO running `"docker" "start" "-a" "f4dbc1092a6281ea4eda031e14027a981ea57d27a771b1a95beac8ce17e5233c"` Oct 10 20:01:21.413 INFO kablam! usermod: no changes Oct 10 20:01:21.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 10 20:01:21.706 INFO kablam! Running /target/debug/deps/sync_memo-ff9f98110175ca87 Oct 10 20:01:21.723 INFO blam! Oct 10 20:01:21.723 INFO blam! running 2 tests Oct 10 20:01:21.725 INFO blam! test github::it_should_convert_path_to_file_name ... ok Oct 10 20:01:21.725 INFO blam! test client::tests::it_should_send_request_through_socket ... ok Oct 10 20:01:21.726 INFO blam! Oct 10 20:01:21.726 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:01:21.726 INFO blam! Oct 10 20:01:21.730 INFO kablam! su: No module specific data is present Oct 10 20:01:22.389 INFO running `"docker" "rm" "-f" "f4dbc1092a6281ea4eda031e14027a981ea57d27a771b1a95beac8ce17e5233c"` Oct 10 20:01:22.564 INFO blam! f4dbc1092a6281ea4eda031e14027a981ea57d27a771b1a95beac8ce17e5233c