[INFO] updating cached repository https://github.com/hhatto/fpath [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0afab044daae2f1ffc40867c03fe7eb4c513cf83 [INFO] checking hhatto/fpath against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhatto%2Ffpath" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hhatto/fpath 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 git repo https://github.com/hhatto/fpath [INFO] finished tweaking git repo https://github.com/hhatto/fpath [INFO] tweaked toml for git repo https://github.com/hhatto/fpath written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/hhatto/fpath already has a lockfile, it will not be regenerated [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-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/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] b0f19c2c9b16e9f809e4d092207be0e542393c5490ad5723bac0196325ded5f9 [INFO] running `"docker" "start" "-a" "b0f19c2c9b16e9f809e4d092207be0e542393c5490ad5723bac0196325ded5f9"` [INFO] [stderr] Compiling mashup-impl v0.1.9 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Checking users v0.6.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Checking mashup v0.1.9 [INFO] [stderr] Compiling pyo3 v0.5.2 [INFO] [stderr] Compiling pyo3-derive-backend v0.5.2 [INFO] [stderr] Compiling pyo3cls v0.5.2 [INFO] [stderr] Checking fpath v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:138:14 [INFO] [stderr] | [INFO] [stderr] 138 | head.trim_right_matches(MAIN_SEPARATOR) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_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/lib.rs:173:37 [INFO] [stderr] | [INFO] [stderr] 173 | let mut ret_userhome = userhome.trim_right_matches(MAIN_SEPARATOR).to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:308:21 [INFO] [stderr] | [INFO] [stderr] 308 | head = head.trim_right_matches(MAIN_SEPARATOR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:320:21 [INFO] [stderr] | [INFO] [stderr] 320 | head = head.trim_right_matches(MAIN_SEPARATOR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:138:14 [INFO] [stderr] | [INFO] [stderr] 138 | head.trim_right_matches(MAIN_SEPARATOR) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_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/lib.rs:173:37 [INFO] [stderr] | [INFO] [stderr] 173 | let mut ret_userhome = userhome.trim_right_matches(MAIN_SEPARATOR).to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:308:21 [INFO] [stderr] | [INFO] [stderr] 308 | head = head.trim_right_matches(MAIN_SEPARATOR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:320:21 [INFO] [stderr] | [INFO] [stderr] 320 | head = head.trim_right_matches(MAIN_SEPARATOR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.78s [INFO] running `"docker" "inspect" "b0f19c2c9b16e9f809e4d092207be0e542393c5490ad5723bac0196325ded5f9"` [INFO] running `"docker" "rm" "-f" "b0f19c2c9b16e9f809e4d092207be0e542393c5490ad5723bac0196325ded5f9"` [INFO] [stdout] b0f19c2c9b16e9f809e4d092207be0e542393c5490ad5723bac0196325ded5f9