[INFO] crate cargo-contribute 0.2.2 is already in cache [INFO] extracting crate cargo-contribute 0.2.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/cargo-contribute/0.2.2 [INFO] extracting crate cargo-contribute 0.2.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cargo-contribute/0.2.2 [INFO] validating manifest of cargo-contribute-0.2.2 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cargo-contribute-0.2.2 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cargo-contribute-0.2.2 [INFO] finished frobbing cargo-contribute-0.2.2 [INFO] frobbed toml for cargo-contribute-0.2.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/cargo-contribute/0.2.2/Cargo.toml [INFO] started frobbing cargo-contribute-0.2.2 [INFO] finished frobbing cargo-contribute-0.2.2 [INFO] frobbed toml for cargo-contribute-0.2.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cargo-contribute/0.2.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cargo-contribute-0.2.2 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/cargo-contribute/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] fcf2fa355a1345c091f77523cd1ebeaf87251d26554d18b78445f704b33a3182 [INFO] running `"docker" "start" "-a" "fcf2fa355a1345c091f77523cd1ebeaf87251d26554d18b78445f704b33a3182"` [INFO] [stderr] Compiling slog v1.7.1 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling case v0.1.0 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling exitcode v1.1.2 [INFO] [stderr] Compiling macro-attr v0.2.0 [INFO] [stderr] Compiling strfmt v0.1.6 [INFO] [stderr] Compiling enum_derive v0.1.7 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling derive-error v0.0.3 [INFO] [stderr] Compiling slog-extra v0.1.2 [INFO] [stderr] Compiling slog-stream v1.2.1 [INFO] [stderr] Compiling slog-term v1.5.0 [INFO] [stderr] Compiling slog-stdlog v1.1.0 [INFO] [stderr] Compiling slog-envlogger v0.5.0 [INFO] [stderr] Compiling cargo-contribute v0.2.2 (/opt/crater/workdir) [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. [INFO] [stderr] --> src/issues/producer.rs:145:60 [INFO] [stderr] | [INFO] [stderr] 145 | static ref CARGO_REGISTRY_CACHE_DIR: Option = env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:111:19 [INFO] [stderr] | [INFO] [stderr] 111 | e.cause().map(|c| format!("{}", c)).unwrap_or_else(|| "".into())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/model/github.rs:37:36 [INFO] [stderr] | [INFO] [stderr] 37 | let name = segs[1].trim_right_matches(".git"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/issues/crates_io.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn new(handle: &Handle) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new_tls` [INFO] [stderr] --> src/issues/crates_io.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn new_tls(handle: &Handle) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.62s [INFO] running `"docker" "inspect" "fcf2fa355a1345c091f77523cd1ebeaf87251d26554d18b78445f704b33a3182"` [INFO] running `"docker" "rm" "-f" "fcf2fa355a1345c091f77523cd1ebeaf87251d26554d18b78445f704b33a3182"` [INFO] [stdout] fcf2fa355a1345c091f77523cd1ebeaf87251d26554d18b78445f704b33a3182 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/cargo-contribute/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 7bfaf38e36d30a652f3d2d0d3b9292566e800b216c74f99ae1fbfc86c27d481c [INFO] running `"docker" "start" "-a" "7bfaf38e36d30a652f3d2d0d3b9292566e800b216c74f99ae1fbfc86c27d481c"` [INFO] [stderr] Compiling cargo-contribute v0.2.2 (/opt/crater/workdir) [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. [INFO] [stderr] --> src/issues/producer.rs:145:60 [INFO] [stderr] | [INFO] [stderr] 145 | static ref CARGO_REGISTRY_CACHE_DIR: Option = env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:111:19 [INFO] [stderr] | [INFO] [stderr] 111 | e.cause().map(|c| format!("{}", c)).unwrap_or_else(|| "".into())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/model/github.rs:37:36 [INFO] [stderr] | [INFO] [stderr] 37 | let name = segs[1].trim_right_matches(".git"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new_tls` [INFO] [stderr] --> src/issues/crates_io.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn new_tls(handle: &Handle) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.68s [INFO] running `"docker" "inspect" "7bfaf38e36d30a652f3d2d0d3b9292566e800b216c74f99ae1fbfc86c27d481c"` [INFO] running `"docker" "rm" "-f" "7bfaf38e36d30a652f3d2d0d3b9292566e800b216c74f99ae1fbfc86c27d481c"` [INFO] [stdout] 7bfaf38e36d30a652f3d2d0d3b9292566e800b216c74f99ae1fbfc86c27d481c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/cargo-contribute/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] f5019d91d2c336214f2564f467a6e27947651678571fe4a6bd81fa8b7a2140d9 [INFO] running `"docker" "start" "-a" "f5019d91d2c336214f2564f467a6e27947651678571fe4a6bd81fa8b7a2140d9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_contribute-c082b6c49886f41a [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test issues::producer::tests::issue_labels_are_canonical ... ok [INFO] [stdout] test logging::tests::verbosity_levels ... ok [INFO] [stdout] test logging::tests::default_level ... ok [INFO] [stdout] test model::github::tests::repository_from_project_url ... ok [INFO] [stdout] test model::github::tests::repository_from_git_url ... ok [INFO] [stdout] test issues::producer::tests::repo_for_github_https_git_dependency ... ok [INFO] [stdout] test issues::producer::tests::repo_for_github_ssh_git_dependency ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f5019d91d2c336214f2564f467a6e27947651678571fe4a6bd81fa8b7a2140d9"` [INFO] running `"docker" "rm" "-f" "f5019d91d2c336214f2564f467a6e27947651678571fe4a6bd81fa8b7a2140d9"` [INFO] [stdout] f5019d91d2c336214f2564f467a6e27947651678571fe4a6bd81fa8b7a2140d9