Nov 18 13:24:38.171 INFO testing gerrit-rust-0.1.24 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 13:24:38.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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 18 13:24:38.352 INFO [stdout] 4a81a1e85eaee2863404f5cbefc914ee4e4cad2a3584cfc0cd138bcab584e1f5 Nov 18 13:24:38.355 INFO running `"docker" "start" "-a" "4a81a1e85eaee2863404f5cbefc914ee4e4cad2a3584cfc0cd138bcab584e1f5"` Nov 18 13:24:38.721 INFO [stderr] usermod: no changes Nov 18 13:24:38.744 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 13:24:38.744 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 13:24:38.744 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 13:24:38.744 INFO [stderr] files will be included as a binary target: Nov 18 13:24:38.744 INFO [stderr] Nov 18 13:24:38.744 INFO [stderr] * /source/src/bin/topic.rs Nov 18 13:24:38.744 INFO [stderr] * /source/src/bin/gerritapi.rs Nov 18 13:24:38.744 INFO [stderr] * /source/src/bin/config.rs Nov 18 13:24:38.744 INFO [stderr] * /source/src/bin/changes.rs Nov 18 13:24:38.744 INFO [stderr] Nov 18 13:24:38.744 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 13:24:38.744 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 13:24:38.744 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 13:24:38.744 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 13:24:38.744 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 13:24:38.744 INFO [stderr] Nov 18 13:24:38.744 INFO [stderr] For more information on this warning you can consult Nov 18 13:24:38.744 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 13:24:38.915 INFO [stderr] Compiling gerrit-rust v0.1.24 (/source) Nov 18 13:24:38.916 INFO [stderr] Compiling netrc v0.4.1 Nov 18 13:24:38.920 INFO [stderr] Compiling toml-config v0.4.0 Nov 18 13:24:38.920 INFO [stderr] Compiling gron v0.4.0 Nov 18 13:24:38.920 INFO [stderr] Compiling libgerrit v0.2.8 Nov 18 13:24:52.039 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 18 13:24:52.039 INFO [stderr] --> src/bin/topic.rs:377:26 Nov 18 13:24:52.039 INFO [stderr] | Nov 18 13:24:52.039 INFO [stderr] 377 | let homefolder = env::home_dir().ok_or(git2::Error::from_str("set HOME environment variable for searching of netrc"))?; Nov 18 13:24:52.039 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 13:24:52.039 INFO [stderr] | Nov 18 13:24:52.039 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 13:24:52.039 INFO [stderr] Nov 18 13:24:59.253 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.52s Nov 18 13:24:59.268 INFO [stderr] su: No module specific data is present Nov 18 13:24:59.539 INFO running `"docker" "inspect" "4a81a1e85eaee2863404f5cbefc914ee4e4cad2a3584cfc0cd138bcab584e1f5"` Nov 18 13:24:59.617 INFO running `"docker" "rm" "-f" "4a81a1e85eaee2863404f5cbefc914ee4e4cad2a3584cfc0cd138bcab584e1f5"` Nov 18 13:24:59.712 INFO [stdout] 4a81a1e85eaee2863404f5cbefc914ee4e4cad2a3584cfc0cd138bcab584e1f5 Nov 18 13:24:59.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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 18 13:24:59.918 INFO [stdout] ad8d92d704551ebd9cb63a84ea39c82433582b46adc517b67492c017361b6b4c Nov 18 13:24:59.920 INFO running `"docker" "start" "-a" "ad8d92d704551ebd9cb63a84ea39c82433582b46adc517b67492c017361b6b4c"` Nov 18 13:25:00.335 INFO [stderr] usermod: no changes Nov 18 13:25:00.361 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 13:25:00.361 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 13:25:00.361 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 13:25:00.361 INFO [stderr] files will be included as a binary target: Nov 18 13:25:00.361 INFO [stderr] Nov 18 13:25:00.361 INFO [stderr] * /source/src/bin/topic.rs Nov 18 13:25:00.361 INFO [stderr] * /source/src/bin/gerritapi.rs Nov 18 13:25:00.361 INFO [stderr] * /source/src/bin/config.rs Nov 18 13:25:00.361 INFO [stderr] * /source/src/bin/changes.rs Nov 18 13:25:00.361 INFO [stderr] Nov 18 13:25:00.361 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 13:25:00.361 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 13:25:00.361 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 13:25:00.361 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 13:25:00.361 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 13:25:00.361 INFO [stderr] Nov 18 13:25:00.361 INFO [stderr] For more information on this warning you can consult Nov 18 13:25:00.361 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 13:25:00.480 INFO [stderr] Compiling gerrit-rust v0.1.24 (/source) Nov 18 13:25:03.972 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 18 13:25:03.972 INFO [stderr] --> src/bin/topic.rs:377:26 Nov 18 13:25:03.972 INFO [stderr] | Nov 18 13:25:03.972 INFO [stderr] 377 | let homefolder = env::home_dir().ok_or(git2::Error::from_str("set HOME environment variable for searching of netrc"))?; Nov 18 13:25:03.972 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 13:25:03.972 INFO [stderr] | Nov 18 13:25:03.972 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 13:25:03.972 INFO [stderr] Nov 18 13:25:05.297 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.94s Nov 18 13:25:05.306 INFO [stderr] su: No module specific data is present Nov 18 13:25:05.626 INFO running `"docker" "inspect" "ad8d92d704551ebd9cb63a84ea39c82433582b46adc517b67492c017361b6b4c"` Nov 18 13:25:05.709 INFO running `"docker" "rm" "-f" "ad8d92d704551ebd9cb63a84ea39c82433582b46adc517b67492c017361b6b4c"` Nov 18 13:25:05.859 INFO [stdout] ad8d92d704551ebd9cb63a84ea39c82433582b46adc517b67492c017361b6b4c Nov 18 13:25:05.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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 18 13:25:06.075 INFO [stdout] b9cf1394df0262de32e090969009349f8582f78dc237acfa30918096b72a0340 Nov 18 13:25:06.081 INFO running `"docker" "start" "-a" "b9cf1394df0262de32e090969009349f8582f78dc237acfa30918096b72a0340"` Nov 18 13:25:06.534 INFO [stderr] usermod: no changes Nov 18 13:25:06.571 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 13:25:06.571 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 13:25:06.571 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 13:25:06.571 INFO [stderr] files will be included as a binary target: Nov 18 13:25:06.571 INFO [stderr] Nov 18 13:25:06.571 INFO [stderr] * /source/src/bin/topic.rs Nov 18 13:25:06.571 INFO [stderr] * /source/src/bin/gerritapi.rs Nov 18 13:25:06.571 INFO [stderr] * /source/src/bin/config.rs Nov 18 13:25:06.571 INFO [stderr] * /source/src/bin/changes.rs Nov 18 13:25:06.571 INFO [stderr] Nov 18 13:25:06.571 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 13:25:06.571 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 13:25:06.571 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 13:25:06.571 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 13:25:06.571 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 13:25:06.571 INFO [stderr] Nov 18 13:25:06.571 INFO [stderr] For more information on this warning you can consult Nov 18 13:25:06.571 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 13:25:06.689 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s Nov 18 13:25:06.706 INFO [stderr] Running /target/debug/deps/gerrit_rust-bcb8af2f5d40704c Nov 18 13:25:06.709 INFO [stdout] Nov 18 13:25:06.709 INFO [stdout] running 1 test Nov 18 13:25:06.710 INFO [stdout] test topic::test_url_to_projectname ... ok Nov 18 13:25:06.710 INFO [stdout] Nov 18 13:25:06.710 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 13:25:06.710 INFO [stdout] Nov 18 13:25:06.712 INFO [stderr] su: No module specific data is present Nov 18 13:25:06.999 INFO running `"docker" "inspect" "b9cf1394df0262de32e090969009349f8582f78dc237acfa30918096b72a0340"` Nov 18 13:25:07.113 INFO running `"docker" "rm" "-f" "b9cf1394df0262de32e090969009349f8582f78dc237acfa30918096b72a0340"` Nov 18 13:25:07.235 INFO [stdout] b9cf1394df0262de32e090969009349f8582f78dc237acfa30918096b72a0340