Oct 16 10:25:40.229 INFO testing gerrit-rust-0.1.24 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 10:25:40.229 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 10:25:40.415 INFO blam! 1ff9beb3fe75cd621af147d1881e1c3e9df2772646371ad26814408a8461fbf4 Oct 16 10:25:40.421 INFO running `"docker" "start" "-a" "1ff9beb3fe75cd621af147d1881e1c3e9df2772646371ad26814408a8461fbf4"` Oct 16 10:25:40.865 INFO kablam! usermod: no changes Oct 16 10:25:40.890 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 10:25:40.891 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 10:25:40.892 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 10:25:40.892 INFO kablam! files will be included as a binary target: Oct 16 10:25:40.892 INFO kablam! Oct 16 10:25:40.893 INFO kablam! * /source/src/bin/topic.rs Oct 16 10:25:40.893 INFO kablam! * /source/src/bin/gerritapi.rs Oct 16 10:25:40.893 INFO kablam! * /source/src/bin/config.rs Oct 16 10:25:40.893 INFO kablam! * /source/src/bin/changes.rs Oct 16 10:25:40.894 INFO kablam! Oct 16 10:25:40.894 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 10:25:40.894 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 10:25:40.894 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 10:25:40.895 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 10:25:40.895 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 10:25:40.895 INFO kablam! Oct 16 10:25:40.895 INFO kablam! For more information on this warning you can consult Oct 16 10:25:40.895 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 10:25:41.036 INFO kablam! Compiling gerrit-rust v0.1.24 (/source) Oct 16 10:25:41.036 INFO kablam! Compiling netrc v0.4.1 Oct 16 10:25:41.039 INFO kablam! Compiling toml v0.1.30 Oct 16 10:25:41.044 INFO kablam! Compiling gron v0.4.0 Oct 16 10:25:41.045 INFO kablam! Compiling libgerrit v0.2.8 Oct 16 10:25:43.731 INFO kablam! Compiling toml-config v0.4.0 Oct 16 10:25:54.786 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 16 10:25:54.786 INFO kablam! --> src/bin/topic.rs:377:26 Oct 16 10:25:54.786 INFO kablam! | Oct 16 10:25:54.786 INFO kablam! 377 | let homefolder = env::home_dir().ok_or(git2::Error::from_str("set HOME environment variable for searching of netrc"))?; Oct 16 10:25:54.786 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 10:25:54.786 INFO kablam! | Oct 16 10:25:54.786 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 10:25:54.786 INFO kablam! Oct 16 10:26:01.688 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.80s Oct 16 10:26:01.698 INFO kablam! su: No module specific data is present Oct 16 10:26:02.100 INFO running `"docker" "rm" "-f" "1ff9beb3fe75cd621af147d1881e1c3e9df2772646371ad26814408a8461fbf4"` Oct 16 10:26:02.202 INFO blam! 1ff9beb3fe75cd621af147d1881e1c3e9df2772646371ad26814408a8461fbf4 Oct 16 10:26:02.205 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 10:26:02.387 INFO blam! 5d09e66f7f3f615135f587f9aad82338464adaa7b75c73e8ddbc2f3f53b199cb Oct 16 10:26:02.389 INFO running `"docker" "start" "-a" "5d09e66f7f3f615135f587f9aad82338464adaa7b75c73e8ddbc2f3f53b199cb"` Oct 16 10:26:02.927 INFO kablam! usermod: no changes Oct 16 10:26:02.957 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 10:26:02.957 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 10:26:02.957 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 10:26:02.957 INFO kablam! files will be included as a binary target: Oct 16 10:26:02.957 INFO kablam! Oct 16 10:26:02.957 INFO kablam! * /source/src/bin/topic.rs Oct 16 10:26:02.957 INFO kablam! * /source/src/bin/gerritapi.rs Oct 16 10:26:02.957 INFO kablam! * /source/src/bin/config.rs Oct 16 10:26:02.957 INFO kablam! * /source/src/bin/changes.rs Oct 16 10:26:02.957 INFO kablam! Oct 16 10:26:02.957 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 10:26:02.957 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 10:26:02.957 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 10:26:02.957 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 10:26:02.957 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 10:26:02.957 INFO kablam! Oct 16 10:26:02.957 INFO kablam! For more information on this warning you can consult Oct 16 10:26:02.957 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 10:26:03.070 INFO kablam! Compiling gerrit-rust v0.1.24 (/source) Oct 16 10:26:06.625 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 16 10:26:06.625 INFO kablam! --> src/bin/topic.rs:377:26 Oct 16 10:26:06.626 INFO kablam! | Oct 16 10:26:06.626 INFO kablam! 377 | let homefolder = env::home_dir().ok_or(git2::Error::from_str("set HOME environment variable for searching of netrc"))?; Oct 16 10:26:06.626 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 10:26:06.626 INFO kablam! | Oct 16 10:26:06.626 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 10:26:06.626 INFO kablam! Oct 16 10:26:08.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.31s Oct 16 10:26:08.267 INFO kablam! su: No module specific data is present Oct 16 10:26:08.653 INFO running `"docker" "rm" "-f" "5d09e66f7f3f615135f587f9aad82338464adaa7b75c73e8ddbc2f3f53b199cb"` Oct 16 10:26:08.809 INFO blam! 5d09e66f7f3f615135f587f9aad82338464adaa7b75c73e8ddbc2f3f53b199cb Oct 16 10:26:08.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 10:26:09.091 INFO blam! fbc20dbe5c32ff66821b8b733f569099141ef49e84cead047ef1a43fff4de69e Oct 16 10:26:09.094 INFO running `"docker" "start" "-a" "fbc20dbe5c32ff66821b8b733f569099141ef49e84cead047ef1a43fff4de69e"` Oct 16 10:26:09.683 INFO kablam! usermod: no changes Oct 16 10:26:09.715 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 10:26:09.715 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 10:26:09.715 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 10:26:09.715 INFO kablam! files will be included as a binary target: Oct 16 10:26:09.715 INFO kablam! Oct 16 10:26:09.715 INFO kablam! * /source/src/bin/topic.rs Oct 16 10:26:09.715 INFO kablam! * /source/src/bin/gerritapi.rs Oct 16 10:26:09.715 INFO kablam! * /source/src/bin/config.rs Oct 16 10:26:09.715 INFO kablam! * /source/src/bin/changes.rs Oct 16 10:26:09.715 INFO kablam! Oct 16 10:26:09.715 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 10:26:09.715 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 10:26:09.715 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 10:26:09.715 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 10:26:09.715 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 10:26:09.715 INFO kablam! Oct 16 10:26:09.715 INFO kablam! For more information on this warning you can consult Oct 16 10:26:09.715 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 10:26:09.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 10:26:09.820 INFO kablam! Running /target/debug/deps/gerrit_rust-750b90a2c1d73068 Oct 16 10:26:09.822 INFO blam! Oct 16 10:26:09.822 INFO blam! running 1 test Oct 16 10:26:09.831 INFO blam! test topic::test_url_to_projectname ... ok Oct 16 10:26:09.831 INFO blam! Oct 16 10:26:09.831 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 10:26:09.831 INFO blam! Oct 16 10:26:09.836 INFO kablam! su: No module specific data is present Oct 16 10:26:10.165 INFO running `"docker" "rm" "-f" "fbc20dbe5c32ff66821b8b733f569099141ef49e84cead047ef1a43fff4de69e"` Oct 16 10:26:10.279 INFO blam! fbc20dbe5c32ff66821b8b733f569099141ef49e84cead047ef1a43fff4de69e