[INFO] updating cached repository https://github.com/oxy-secure/oxy [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] 891cedf8fd9945fbccd9e67f6644a80bc4963d81 [INFO] checking oxy-secure/oxy against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxy-secure%2Foxy" "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/oxy-secure/oxy on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/oxy-secure/oxy [INFO] finished tweaking git repo https://github.com/oxy-secure/oxy [INFO] tweaked toml for git repo https://github.com/oxy-secure/oxy written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/oxy-secure/oxy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e4292acddefb4977bc3f616562de0860d16cbb86f266aad272d9b4dc4279fd11 [INFO] running `"docker" "start" "-a" "e4292acddefb4977bc3f616562de0860d16cbb86f266aad272d9b4dc4279fd11"` [INFO] [stderr] Compiling subtle v0.6.3 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking dirs v1.0.3 [INFO] [stderr] Checking smallstr v0.1.0 [INFO] [stderr] Compiling snow v0.2.1 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking serde_cbor v0.8.2 [INFO] [stderr] Checking toml v0.4.6 [INFO] [stderr] Checking transportation v3.0.0-dev (https://github.com/oxy-secure/transportation.git?branch=dev#ff9c7cf2) [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking nix v0.7.0 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking phf v0.7.23 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling curve25519-dalek v0.18.0 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Compiling terminfo v0.6.0 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Checking x25519-dalek v0.2.1 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking mortal v0.1.4 [INFO] [stderr] Checking linefeed v0.5.1 [INFO] [stderr] Checking oxy v3.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/copy.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | let path = path.trim_right_matches('/').to_string(); [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/copy.rs:165:67 [INFO] [stderr] | [INFO] [stderr] 165 | ... let tail = tail.to_str().unwrap().trim_right_matches('/').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/copy.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | let path = path.trim_right_matches('/').to_string(); [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/copy.rs:165:67 [INFO] [stderr] | [INFO] [stderr] 165 | ... let tail = tail.to_str().unwrap().trim_right_matches('/').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "e4292acddefb4977bc3f616562de0860d16cbb86f266aad272d9b4dc4279fd11"` [INFO] running `"docker" "rm" "-f" "e4292acddefb4977bc3f616562de0860d16cbb86f266aad272d9b4dc4279fd11"` [INFO] [stdout] e4292acddefb4977bc3f616562de0860d16cbb86f266aad272d9b4dc4279fd11