Nov 16 07:19:59.317 INFO testing yufengwng/wallsplash against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 07:19:59.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 07:19:59.731 INFO [stdout] 730357fdf449b7120cbb05f5308e160d195e0c684c3d173759a79cf0c24f915c Nov 16 07:19:59.734 INFO running `"docker" "start" "-a" "730357fdf449b7120cbb05f5308e160d195e0c684c3d173759a79cf0c24f915c"` Nov 16 07:20:00.982 INFO [stderr] usermod: no changes Nov 16 07:20:01.188 INFO [stderr] Compiling semver v0.1.20 Nov 16 07:20:01.198 INFO [stderr] Compiling pkg-config v0.3.9 Nov 16 07:20:01.198 INFO [stderr] Compiling matches v0.1.4 Nov 16 07:20:01.198 INFO [stderr] Compiling libc v0.2.23 Nov 16 07:20:01.219 INFO [stderr] Compiling openssl v0.9.12 Nov 16 07:20:01.219 INFO [stderr] Compiling unicode-normalization v0.1.4 Nov 16 07:20:01.220 INFO [stderr] Compiling foreign-types v0.2.0 Nov 16 07:20:01.220 INFO [stderr] Compiling httparse v1.2.2 Nov 16 07:20:02.151 INFO [stderr] Compiling traitobject v0.1.0 Nov 16 07:20:02.151 INFO [stderr] Compiling typeable v0.1.2 Nov 16 07:20:02.823 INFO [stderr] Compiling serde v1.0.7 Nov 16 07:20:02.823 INFO [stderr] Compiling dtoa v0.4.1 Nov 16 07:20:02.927 INFO [stderr] Compiling itoa v0.3.1 Nov 16 07:20:05.897 INFO [stderr] Compiling unicode-segmentation v1.2.0 Nov 16 07:20:05.897 INFO [stderr] Compiling base64 v0.5.2 Nov 16 07:20:05.898 INFO [stderr] Compiling libflate v0.1.6 Nov 16 07:20:05.903 INFO [stderr] Compiling mime v0.2.4 Nov 16 07:20:05.922 INFO [stderr] Compiling unicode-bidi v0.2.6 Nov 16 07:20:06.135 INFO [stderr] Compiling memchr v1.0.1 Nov 16 07:20:07.501 INFO [stderr] Compiling num_cpus v1.4.0 Nov 16 07:20:07.579 INFO [stderr] Compiling time v0.1.37 Nov 16 07:20:11.956 INFO [stderr] Compiling term_size v0.3.0 Nov 16 07:20:11.963 INFO [stderr] Compiling atty v0.2.2 Nov 16 07:20:12.087 INFO [stderr] Compiling openssl-sys v0.9.12 Nov 16 07:20:12.227 INFO [stderr] Compiling rustc_version v0.1.7 Nov 16 07:20:12.271 INFO [stderr] Compiling aho-corasick v0.6.3 Nov 16 07:20:14.427 INFO [stderr] Compiling idna v0.1.1 Nov 16 07:20:17.312 INFO [stderr] Compiling serde_derive_internals v0.15.0 Nov 16 07:20:17.619 INFO [stderr] Compiling textwrap v0.7.0 Nov 16 07:20:17.619 INFO [stderr] Compiling unicase v1.4.0 Nov 16 07:20:17.631 INFO [stderr] Compiling hyper v0.10.10 Nov 16 07:20:17.715 INFO [stderr] Compiling regex v0.2.2 Nov 16 07:20:21.603 INFO [stderr] Compiling clap v2.26.0 Nov 16 07:20:27.159 INFO [stderr] Compiling serde_derive v1.0.7 Nov 16 07:20:27.671 INFO [stderr] Compiling url v1.4.0 Nov 16 07:20:49.547 INFO [stderr] Compiling serde_urlencoded v0.5.1 Nov 16 07:20:49.718 INFO [stderr] Compiling serde_json v1.0.2 Nov 16 07:20:50.255 INFO [stderr] Compiling toml v0.4.6 Nov 16 07:20:52.623 INFO [stderr] Compiling env_logger v0.4.3 Nov 16 07:20:54.359 INFO [stderr] Compiling native-tls v0.1.2 Nov 16 07:21:21.145 INFO [stderr] Compiling hyper-native-tls v0.2.2 Nov 16 07:21:23.277 INFO [stderr] Compiling reqwest v0.6.2 Nov 16 07:21:29.967 INFO [stderr] Compiling wallsplash v0.1.0 (/source) Nov 16 07:21:30.255 INFO [stderr] 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. Nov 16 07:21:30.255 INFO [stderr] --> src/fetchers.rs:103:25 Nov 16 07:21:30.255 INFO [stderr] | Nov 16 07:21:30.255 INFO [stderr] 103 | let mut cache = env::home_dir().unwrap(); Nov 16 07:21:30.255 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 07:21:30.255 INFO [stderr] | Nov 16 07:21:30.255 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 07:21:30.255 INFO [stderr] Nov 16 07:21:32.811 INFO [stderr] 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. Nov 16 07:21:32.812 INFO [stderr] --> src/main.rs:191:21 Nov 16 07:21:32.813 INFO [stderr] | Nov 16 07:21:32.813 INFO [stderr] 191 | let mut p = env::home_dir().unwrap(); Nov 16 07:21:32.814 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 07:21:32.814 INFO [stderr] | Nov 16 07:21:32.814 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 07:21:32.814 INFO [stderr] Nov 16 07:21:37.449 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 36s Nov 16 07:21:37.471 INFO [stderr] su: No module specific data is present Nov 16 07:21:39.533 INFO running `"docker" "inspect" "730357fdf449b7120cbb05f5308e160d195e0c684c3d173759a79cf0c24f915c"` Nov 16 07:21:39.923 INFO running `"docker" "rm" "-f" "730357fdf449b7120cbb05f5308e160d195e0c684c3d173759a79cf0c24f915c"` Nov 16 07:21:40.311 INFO [stdout] 730357fdf449b7120cbb05f5308e160d195e0c684c3d173759a79cf0c24f915c Nov 16 07:21:40.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 07:21:40.769 INFO [stdout] 129b26d800cfab0cf4faeed9349a09125b8bbaacbd699bba7edf71c3f7c3df58 Nov 16 07:21:40.772 INFO running `"docker" "start" "-a" "129b26d800cfab0cf4faeed9349a09125b8bbaacbd699bba7edf71c3f7c3df58"` Nov 16 07:21:42.895 INFO [stderr] usermod: no changes Nov 16 07:21:43.139 INFO [stderr] Compiling wallsplash v0.1.0 (/source) Nov 16 07:21:43.668 INFO [stderr] 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. Nov 16 07:21:43.668 INFO [stderr] --> src/main.rs:191:21 Nov 16 07:21:43.668 INFO [stderr] | Nov 16 07:21:43.668 INFO [stderr] 191 | let mut p = env::home_dir().unwrap(); Nov 16 07:21:43.668 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 07:21:43.668 INFO [stderr] | Nov 16 07:21:43.670 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 07:21:43.670 INFO [stderr] Nov 16 07:21:43.689 INFO [stderr] 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. Nov 16 07:21:43.689 INFO [stderr] --> src/fetchers.rs:103:25 Nov 16 07:21:43.689 INFO [stderr] | Nov 16 07:21:43.689 INFO [stderr] 103 | let mut cache = env::home_dir().unwrap(); Nov 16 07:21:43.689 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 07:21:43.689 INFO [stderr] | Nov 16 07:21:43.689 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 07:21:43.689 INFO [stderr] Nov 16 07:21:45.107 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.17s Nov 16 07:21:45.127 INFO [stderr] su: No module specific data is present Nov 16 07:21:46.231 INFO running `"docker" "inspect" "129b26d800cfab0cf4faeed9349a09125b8bbaacbd699bba7edf71c3f7c3df58"` Nov 16 07:21:46.563 INFO running `"docker" "rm" "-f" "129b26d800cfab0cf4faeed9349a09125b8bbaacbd699bba7edf71c3f7c3df58"` Nov 16 07:21:46.927 INFO [stdout] 129b26d800cfab0cf4faeed9349a09125b8bbaacbd699bba7edf71c3f7c3df58 Nov 16 07:21:46.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 07:21:47.466 INFO [stdout] 8143106d9a1769f2810a2a69fdf2312752428dd67ac975b364b2987245846561 Nov 16 07:21:47.468 INFO running `"docker" "start" "-a" "8143106d9a1769f2810a2a69fdf2312752428dd67ac975b364b2987245846561"` Nov 16 07:21:49.707 INFO [stderr] usermod: no changes Nov 16 07:21:49.951 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Nov 16 07:21:49.963 INFO [stderr] Running /target/debug/deps/wallsplash-53adb128492062a0 Nov 16 07:21:49.963 INFO [stdout] Nov 16 07:21:49.963 INFO [stdout] running 0 tests Nov 16 07:21:49.963 INFO [stdout] Nov 16 07:21:49.963 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:21:49.963 INFO [stdout] Nov 16 07:21:49.975 INFO [stderr] Running /target/debug/deps/wallsplash-9f89a0fe4eafd788 Nov 16 07:21:49.993 INFO [stdout] Nov 16 07:21:49.993 INFO [stdout] running 0 tests Nov 16 07:21:49.993 INFO [stdout] Nov 16 07:21:49.993 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:21:49.993 INFO [stdout] Nov 16 07:21:49.993 INFO [stderr] Doc-tests wallsplash Nov 16 07:21:50.327 INFO [stdout] Nov 16 07:21:50.327 INFO [stdout] running 0 tests Nov 16 07:21:50.327 INFO [stdout] Nov 16 07:21:50.327 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:21:50.327 INFO [stdout] Nov 16 07:21:50.336 INFO [stderr] su: No module specific data is present Nov 16 07:21:51.347 INFO running `"docker" "inspect" "8143106d9a1769f2810a2a69fdf2312752428dd67ac975b364b2987245846561"` Nov 16 07:21:51.613 INFO running `"docker" "rm" "-f" "8143106d9a1769f2810a2a69fdf2312752428dd67ac975b364b2987245846561"` Nov 16 07:21:51.967 INFO [stdout] 8143106d9a1769f2810a2a69fdf2312752428dd67ac975b364b2987245846561