Dec 15 13:44:58.189 INFO testing gerrit-rust-0.1.24 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 15 13:44:58.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 15 13:44:58.411 INFO [stdout] 433c2c299f1bc504aad7352c7dcaeec815da626b11b08ceb2d8a649367e5c3b4 Dec 15 13:44:58.413 INFO running `"docker" "start" "-a" "433c2c299f1bc504aad7352c7dcaeec815da626b11b08ceb2d8a649367e5c3b4"` Dec 15 13:44:58.879 INFO [stderr] usermod: no changes Dec 15 13:44:58.930 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 13:44:58.930 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 13:44:58.930 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 13:44:58.930 INFO [stderr] files will be included as a binary target: Dec 15 13:44:58.930 INFO [stderr] Dec 15 13:44:58.930 INFO [stderr] * /source/src/bin/topic.rs Dec 15 13:44:58.930 INFO [stderr] * /source/src/bin/gerritapi.rs Dec 15 13:44:58.930 INFO [stderr] * /source/src/bin/config.rs Dec 15 13:44:58.930 INFO [stderr] * /source/src/bin/changes.rs Dec 15 13:44:58.930 INFO [stderr] Dec 15 13:44:58.930 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 13:44:58.930 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 13:44:58.930 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 13:44:58.930 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 13:44:58.930 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 13:44:58.930 INFO [stderr] Dec 15 13:44:58.930 INFO [stderr] For more information on this warning you can consult Dec 15 13:44:58.930 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 13:44:59.143 INFO [stderr] Compiling gerrit-rust v0.1.24 (/source) Dec 15 13:44:59.143 INFO [stderr] Compiling netrc v0.4.1 Dec 15 13:44:59.143 INFO [stderr] Compiling toml-config v0.4.0 Dec 15 13:44:59.147 INFO [stderr] Compiling gron v0.4.0 Dec 15 13:44:59.147 INFO [stderr] Compiling curl v0.4.19 Dec 15 13:45:02.284 INFO [stderr] Compiling libgerrit v0.2.8 Dec 15 13:45:16.939 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. Dec 15 13:45:16.939 INFO [stderr] --> src/bin/topic.rs:377:26 Dec 15 13:45:16.939 INFO [stderr] | Dec 15 13:45:16.939 INFO [stderr] 377 | let homefolder = env::home_dir().ok_or(git2::Error::from_str("set HOME environment variable for searching of netrc"))?; Dec 15 13:45:16.939 INFO [stderr] | ^^^^^^^^^^^^^ Dec 15 13:45:16.939 INFO [stderr] | Dec 15 13:45:16.939 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 13:45:16.939 INFO [stderr] Dec 15 13:45:23.868 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.95s Dec 15 13:45:23.880 INFO [stderr] su: No module specific data is present Dec 15 13:45:24.227 INFO running `"docker" "inspect" "433c2c299f1bc504aad7352c7dcaeec815da626b11b08ceb2d8a649367e5c3b4"` Dec 15 13:45:24.311 INFO running `"docker" "rm" "-f" "433c2c299f1bc504aad7352c7dcaeec815da626b11b08ceb2d8a649367e5c3b4"` Dec 15 13:45:24.404 INFO [stdout] 433c2c299f1bc504aad7352c7dcaeec815da626b11b08ceb2d8a649367e5c3b4 Dec 15 13:45:24.406 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 15 13:45:24.595 INFO [stdout] 0da17821b21b71fe64276ca909d63e4054f48ee5973c63f4f57bb9fbe74699a1 Dec 15 13:45:24.597 INFO running `"docker" "start" "-a" "0da17821b21b71fe64276ca909d63e4054f48ee5973c63f4f57bb9fbe74699a1"` Dec 15 13:45:24.974 INFO [stderr] usermod: no changes Dec 15 13:45:24.999 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 13:45:24.999 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 13:45:24.999 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 13:45:24.999 INFO [stderr] files will be included as a binary target: Dec 15 13:45:24.999 INFO [stderr] Dec 15 13:45:24.999 INFO [stderr] * /source/src/bin/topic.rs Dec 15 13:45:24.999 INFO [stderr] * /source/src/bin/gerritapi.rs Dec 15 13:45:24.999 INFO [stderr] * /source/src/bin/config.rs Dec 15 13:45:24.999 INFO [stderr] * /source/src/bin/changes.rs Dec 15 13:45:24.999 INFO [stderr] Dec 15 13:45:24.999 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 13:45:24.999 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 13:45:24.999 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 13:45:24.999 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 13:45:24.999 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 13:45:24.999 INFO [stderr] Dec 15 13:45:24.999 INFO [stderr] For more information on this warning you can consult Dec 15 13:45:24.999 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 13:45:25.110 INFO [stderr] Compiling gerrit-rust v0.1.24 (/source) Dec 15 13:45:29.193 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. Dec 15 13:45:29.193 INFO [stderr] --> src/bin/topic.rs:377:26 Dec 15 13:45:29.193 INFO [stderr] | Dec 15 13:45:29.193 INFO [stderr] 377 | let homefolder = env::home_dir().ok_or(git2::Error::from_str("set HOME environment variable for searching of netrc"))?; Dec 15 13:45:29.193 INFO [stderr] | ^^^^^^^^^^^^^ Dec 15 13:45:29.193 INFO [stderr] | Dec 15 13:45:29.193 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 13:45:29.193 INFO [stderr] Dec 15 13:45:30.987 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.00s Dec 15 13:45:30.998 INFO [stderr] su: No module specific data is present Dec 15 13:45:31.352 INFO running `"docker" "inspect" "0da17821b21b71fe64276ca909d63e4054f48ee5973c63f4f57bb9fbe74699a1"` Dec 15 13:45:31.484 INFO running `"docker" "rm" "-f" "0da17821b21b71fe64276ca909d63e4054f48ee5973c63f4f57bb9fbe74699a1"` Dec 15 13:45:31.639 INFO [stdout] 0da17821b21b71fe64276ca909d63e4054f48ee5973c63f4f57bb9fbe74699a1 Dec 15 13:45:31.645 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 15 13:45:31.879 INFO [stdout] 858816578e96c242157e3846d7808b5235136dc62203feb5af727ee71b03f282 Dec 15 13:45:31.884 INFO running `"docker" "start" "-a" "858816578e96c242157e3846d7808b5235136dc62203feb5af727ee71b03f282"` Dec 15 13:45:32.326 INFO [stderr] usermod: no changes Dec 15 13:45:32.346 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 13:45:32.347 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 13:45:32.347 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 13:45:32.347 INFO [stderr] files will be included as a binary target: Dec 15 13:45:32.347 INFO [stderr] Dec 15 13:45:32.347 INFO [stderr] * /source/src/bin/topic.rs Dec 15 13:45:32.347 INFO [stderr] * /source/src/bin/gerritapi.rs Dec 15 13:45:32.347 INFO [stderr] * /source/src/bin/config.rs Dec 15 13:45:32.347 INFO [stderr] * /source/src/bin/changes.rs Dec 15 13:45:32.347 INFO [stderr] Dec 15 13:45:32.347 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 13:45:32.347 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 13:45:32.347 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 13:45:32.347 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 13:45:32.347 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 13:45:32.347 INFO [stderr] Dec 15 13:45:32.347 INFO [stderr] For more information on this warning you can consult Dec 15 13:45:32.347 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 13:45:32.452 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s Dec 15 13:45:32.470 INFO [stderr] Running /target/debug/deps/gerrit_rust-666dd28b98db6fba Dec 15 13:45:32.474 INFO [stdout] Dec 15 13:45:32.474 INFO [stdout] running 1 test Dec 15 13:45:32.474 INFO [stdout] test topic::test_url_to_projectname ... ok Dec 15 13:45:32.474 INFO [stdout] Dec 15 13:45:32.474 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 13:45:32.474 INFO [stdout] Dec 15 13:45:32.478 INFO [stderr] su: No module specific data is present Dec 15 13:45:32.765 INFO running `"docker" "inspect" "858816578e96c242157e3846d7808b5235136dc62203feb5af727ee71b03f282"` Dec 15 13:45:32.828 INFO running `"docker" "rm" "-f" "858816578e96c242157e3846d7808b5235136dc62203feb5af727ee71b03f282"` Dec 15 13:45:32.918 INFO [stdout] 858816578e96c242157e3846d7808b5235136dc62203feb5af727ee71b03f282