[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 try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxy-secure%2Foxy" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/oxy-secure/oxy 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/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-6/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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/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] 140c5c5653f4526d6c73a29e9ae14a0dc2300c3705cc72a4ab2c5befbf1e247a [INFO] running `"docker" "start" "-a" "140c5c5653f4526d6c73a29e9ae14a0dc2300c3705cc72a4ab2c5befbf1e247a"` [INFO] [stderr] Compiling proc-macro2 v0.4.18 [INFO] [stderr] Compiling serde v1.0.77 [INFO] [stderr] Checking static_slice v0.0.3 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking termion v1.5.1 [INFO] [stderr] Checking chacha20-poly1305-aead v0.1.2 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Checking smallstr v0.1.0 [INFO] [stderr] Compiling snow v0.2.1 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking digest v0.7.5 [INFO] [stderr] Checking nix v0.7.0 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling terminfo v0.6.0 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking transportation v3.0.0-dev (https://github.com/oxy-secure/transportation.git?branch=dev#ff9c7cf2) [INFO] [stderr] Compiling curve25519-dalek v0.18.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.1 [INFO] [stderr] Checking x25519-dalek v0.2.1 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.77 [INFO] [stderr] Checking toml v0.4.6 [INFO] [stderr] Checking serde_cbor v0.8.2 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking mortal v0.1.4 [INFO] [stderr] Checking failure v0.1.2 [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 17s [INFO] running `"docker" "inspect" "140c5c5653f4526d6c73a29e9ae14a0dc2300c3705cc72a4ab2c5befbf1e247a"` [INFO] running `"docker" "rm" "-f" "140c5c5653f4526d6c73a29e9ae14a0dc2300c3705cc72a4ab2c5befbf1e247a"` [INFO] [stdout] 140c5c5653f4526d6c73a29e9ae14a0dc2300c3705cc72a4ab2c5befbf1e247a