Oct 15 22:43:25.944 INFO testing raventhemer-1.4.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 22:43:25.945 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 15 22:43:26.366 INFO blam! d9f40f04a4446b4ffc9d0edc259ec3a1a1fa81b98eeb970ef2ea1f7a5be883d3 Oct 15 22:43:26.368 INFO running `"docker" "start" "-a" "d9f40f04a4446b4ffc9d0edc259ec3a1a1fa81b98eeb970ef2ea1f7a5be883d3"` Oct 15 22:43:28.540 INFO kablam! usermod: no changes Oct 15 22:43:29.099 INFO kablam! Compiling slice-deque v0.1.14 Oct 15 22:43:29.107 INFO kablam! Compiling mustache v0.8.2 Oct 15 22:43:29.115 INFO kablam! Compiling twoway v0.1.8 Oct 15 22:43:29.115 INFO kablam! Compiling tiny_http v0.6.0 Oct 15 22:43:29.115 INFO kablam! Compiling iron v0.6.0 Oct 15 22:43:33.763 INFO kablam! Compiling buf_redux v0.7.1 Oct 15 22:43:36.147 INFO kablam! Compiling nickel v0.10.1 Oct 15 22:43:47.144 INFO kablam! Compiling multipart v0.15.3 Oct 15 22:43:53.443 INFO kablam! Compiling raventhemer v1.4.4 (/source) Oct 15 22:43:54.407 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 15 22:43:54.408 INFO kablam! --> src/bin/ravend.rs:29:25 Oct 15 22:43:54.408 INFO kablam! | Oct 15 22:43:54.409 INFO kablam! 29 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 15 22:43:54.410 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:43:54.410 INFO kablam! | Oct 15 22:43:54.411 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 22:43:54.412 INFO kablam! Oct 15 22:44:03.745 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:44:03.746 INFO kablam! --> src/bin/raven.rs:19:1 Oct 15 22:44:03.746 INFO kablam! | Oct 15 22:44:03.747 INFO kablam! 19 | #[macro_use] Oct 15 22:44:03.748 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:44:03.748 INFO kablam! | Oct 15 22:44:03.749 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:44:03.749 INFO kablam! Oct 15 22:44:03.805 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 15 22:44:03.806 INFO kablam! --> src/bin/ravenserver/mod.rs:13:29 Oct 15 22:44:03.807 INFO kablam! | Oct 15 22:44:03.808 INFO kablam! 13 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 15 22:44:03.808 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:44:03.809 INFO kablam! | Oct 15 22:44:03.810 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 22:44:03.810 INFO kablam! Oct 15 22:44:03.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 15 22:44:03.811 INFO kablam! --> src/bin/ravenlib/mod.rs:14:29 Oct 15 22:44:03.812 INFO kablam! | Oct 15 22:44:03.813 INFO kablam! 14 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 15 22:44:03.813 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:44:03.814 INFO kablam! Oct 15 22:44:03.814 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 15 22:44:03.815 INFO kablam! --> src/bin/raven.rs:175:25 Oct 15 22:44:03.816 INFO kablam! | Oct 15 22:44:03.816 INFO kablam! 175 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 15 22:44:03.816 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:44:03.816 INFO kablam! Oct 15 22:44:04.755 INFO kablam! warning: variable does not need to be mutable Oct 15 22:44:04.755 INFO kablam! --> src/bin/ravenlib/mod.rs:639:13 Oct 15 22:44:04.755 INFO kablam! | Oct 15 22:44:04.755 INFO kablam! 639 | let mut entries = fs::read_dir(get_home() + "/.config/raven/themes") Oct 15 22:44:04.755 INFO kablam! | ----^^^^^^^ Oct 15 22:44:04.755 INFO kablam! | | Oct 15 22:44:04.755 INFO kablam! | help: remove this `mut` Oct 15 22:44:04.755 INFO kablam! | Oct 15 22:44:04.755 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:44:04.755 INFO kablam! Oct 15 22:44:14.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.33s Oct 15 22:44:14.912 INFO kablam! su: No module specific data is present Oct 15 22:44:15.695 INFO running `"docker" "rm" "-f" "d9f40f04a4446b4ffc9d0edc259ec3a1a1fa81b98eeb970ef2ea1f7a5be883d3"` Oct 15 22:44:16.123 INFO blam! d9f40f04a4446b4ffc9d0edc259ec3a1a1fa81b98eeb970ef2ea1f7a5be883d3 Oct 15 22:44:16.131 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 15 22:44:16.584 INFO blam! 690143ceff8e154c78412cbaa63fbdd9e4d31a610283844236f5e610fb94c89e Oct 15 22:44:16.586 INFO running `"docker" "start" "-a" "690143ceff8e154c78412cbaa63fbdd9e4d31a610283844236f5e610fb94c89e"` Oct 15 22:44:17.983 INFO kablam! usermod: no changes Oct 15 22:44:18.387 INFO kablam! Compiling raventhemer v1.4.4 (/source) Oct 15 22:44:19.406 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 15 22:44:19.406 INFO kablam! --> src/bin/ravend.rs:29:25 Oct 15 22:44:19.406 INFO kablam! | Oct 15 22:44:19.407 INFO kablam! 29 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 15 22:44:19.407 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:44:19.407 INFO kablam! | Oct 15 22:44:19.408 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 22:44:19.408 INFO kablam! Oct 15 22:44:26.807 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:44:26.807 INFO kablam! --> src/bin/raven.rs:19:1 Oct 15 22:44:26.807 INFO kablam! | Oct 15 22:44:26.807 INFO kablam! 19 | #[macro_use] Oct 15 22:44:26.807 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:44:26.807 INFO kablam! | Oct 15 22:44:26.807 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:44:26.807 INFO kablam! Oct 15 22:44:26.859 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 15 22:44:26.859 INFO kablam! --> src/bin/ravenserver/mod.rs:13:29 Oct 15 22:44:26.859 INFO kablam! | Oct 15 22:44:26.859 INFO kablam! 13 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 15 22:44:26.859 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:44:26.859 INFO kablam! | Oct 15 22:44:26.859 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 22:44:26.859 INFO kablam! Oct 15 22:44:26.859 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 15 22:44:26.859 INFO kablam! --> src/bin/ravenlib/mod.rs:14:29 Oct 15 22:44:26.859 INFO kablam! | Oct 15 22:44:26.859 INFO kablam! 14 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 15 22:44:26.859 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:44:26.859 INFO kablam! Oct 15 22:44:26.859 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 15 22:44:26.859 INFO kablam! --> src/bin/raven.rs:175:25 Oct 15 22:44:26.859 INFO kablam! | Oct 15 22:44:26.859 INFO kablam! 175 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 15 22:44:26.859 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:44:26.859 INFO kablam! Oct 15 22:44:27.591 INFO kablam! warning: variable does not need to be mutable Oct 15 22:44:27.591 INFO kablam! --> src/bin/ravenlib/mod.rs:639:13 Oct 15 22:44:27.591 INFO kablam! | Oct 15 22:44:27.591 INFO kablam! 639 | let mut entries = fs::read_dir(get_home() + "/.config/raven/themes") Oct 15 22:44:27.591 INFO kablam! | ----^^^^^^^ Oct 15 22:44:27.591 INFO kablam! | | Oct 15 22:44:27.591 INFO kablam! | help: remove this `mut` Oct 15 22:44:27.591 INFO kablam! | Oct 15 22:44:27.591 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:44:27.591 INFO kablam! Oct 15 22:44:28.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.19s Oct 15 22:44:28.264 INFO kablam! su: No module specific data is present Oct 15 22:44:29.086 INFO running `"docker" "rm" "-f" "690143ceff8e154c78412cbaa63fbdd9e4d31a610283844236f5e610fb94c89e"` Oct 15 22:44:29.359 INFO blam! 690143ceff8e154c78412cbaa63fbdd9e4d31a610283844236f5e610fb94c89e Oct 15 22:44:29.361 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 15 22:44:29.721 INFO blam! 755003c1a3a8619e6bf073327ce73438f5640c46b25f3d868575b913ec82d659 Oct 15 22:44:29.725 INFO running `"docker" "start" "-a" "755003c1a3a8619e6bf073327ce73438f5640c46b25f3d868575b913ec82d659"` Oct 15 22:44:31.008 INFO kablam! usermod: no changes Oct 15 22:44:31.325 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Oct 15 22:44:31.343 INFO kablam! Running /target/debug/deps/raven-ed9cf3543b915c45 Oct 15 22:44:31.345 INFO blam! Oct 15 22:44:31.345 INFO blam! running 0 tests Oct 15 22:44:31.351 INFO blam! Oct 15 22:44:31.351 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:44:31.351 INFO blam! Oct 15 22:44:31.351 INFO kablam! Running /target/debug/deps/ravend-640cc7569240be71 Oct 15 22:44:31.354 INFO blam! Oct 15 22:44:31.354 INFO blam! running 0 tests Oct 15 22:44:31.354 INFO blam! Oct 15 22:44:31.354 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:44:31.354 INFO blam! Oct 15 22:44:31.354 INFO kablam! su: No module specific data is present Oct 15 22:44:31.996 INFO running `"docker" "rm" "-f" "755003c1a3a8619e6bf073327ce73438f5640c46b25f3d868575b913ec82d659"` Oct 15 22:44:32.271 INFO blam! 755003c1a3a8619e6bf073327ce73438f5640c46b25f3d868575b913ec82d659