[INFO] updating cached repository https://github.com/hhatto/fpath [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhatto%2Ffpath" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hhatto/fpath on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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 /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/hhatto/fpath already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3d6425dd325a94ce81a37bb78c41f783773ac3fdf301820d95e95fb75a2a2c31 [INFO] running `"docker" "start" "-a" "3d6425dd325a94ce81a37bb78c41f783773ac3fdf301820d95e95fb75a2a2c31"` [INFO] [stderr] Compiling memchr v2.1.1 [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 aho-corasick v0.6.9 [INFO] [stderr] Checking mashup v0.1.9 [INFO] [stderr] Compiling regex v1.1.0 [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 52.88s [INFO] running `"docker" "inspect" "3d6425dd325a94ce81a37bb78c41f783773ac3fdf301820d95e95fb75a2a2c31"` [INFO] running `"docker" "rm" "-f" "3d6425dd325a94ce81a37bb78c41f783773ac3fdf301820d95e95fb75a2a2c31"` [INFO] [stdout] 3d6425dd325a94ce81a37bb78c41f783773ac3fdf301820d95e95fb75a2a2c31