[INFO] crate cargo-thanks 0.1.3 is already in cache [INFO] checking cargo-thanks-0.1.3 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate cargo-thanks 0.1.3 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate cargo-thanks 0.1.3 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-thanks 0.1.3 [INFO] finished tweaking crates.io crate cargo-thanks 0.1.3 [INFO] tweaked toml for crates.io crate cargo-thanks 0.1.3 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b9609b21ab8c32258c752e13ba7a9b9b889c2d4401dab24528e8317ab6aa00fc [INFO] running `"docker" "start" "-a" "b9609b21ab8c32258c752e13ba7a9b9b889c2d4401dab24528e8317ab6aa00fc"` [INFO] [stderr] Checking semver v0.8.0 [INFO] [stderr] Checking url_serde v0.2.0 [INFO] [stderr] Checking hubcaps v0.4.10 [INFO] [stderr] Checking cargo_metadata v0.3.3 [INFO] [stderr] Checking cargo-thanks v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:125:42 [INFO] [stderr] | [INFO] [stderr] 125 | (c.name, repo.path().trim_left_matches("/").to_owned()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 159 | (parts[0].into(), parts[1].trim_right_matches(".git").into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / error_chain! { [INFO] [stderr] 36 | | foreign_links { [INFO] [stderr] 37 | | Codec(SerdeError); [INFO] [stderr] 38 | | Http(HttpError); [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:125:42 [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] 125 | (c.name, repo.path().trim_left_matches("/").to_owned()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 159 | (parts[0].into(), parts[1].trim_right_matches(".git").into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / error_chain! { [INFO] [stderr] 36 | | foreign_links { [INFO] [stderr] 37 | | Codec(SerdeError); [INFO] [stderr] 38 | | Http(HttpError); [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.07s [INFO] running `"docker" "inspect" "b9609b21ab8c32258c752e13ba7a9b9b889c2d4401dab24528e8317ab6aa00fc"` [INFO] running `"docker" "rm" "-f" "b9609b21ab8c32258c752e13ba7a9b9b889c2d4401dab24528e8317ab6aa00fc"` [INFO] [stdout] b9609b21ab8c32258c752e13ba7a9b9b889c2d4401dab24528e8317ab6aa00fc