[INFO] crate crev-lib 0.9.0 is already in cache [INFO] checking crev-lib-0.9.0 against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] extracting crate crev-lib 0.9.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate crev-lib 0.9.0 on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate crev-lib 0.9.0 [INFO] finished tweaking crates.io crate crev-lib 0.9.0 [INFO] tweaked toml for crates.io crate crev-lib 0.9.0 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3e1b5e83a187e68e07c6e14ee1cab872079eb0b7f17a59d43f83975011968e84 [INFO] running `"docker" "start" "-a" "3e1b5e83a187e68e07c6e14ee1cab872079eb0b7f17a59d43f83975011968e84"` [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking zeroize v0.5.2 [INFO] [stderr] Checking resiter v0.3.0 [INFO] [stderr] Checking insideout v0.2.0 [INFO] [stderr] Checking default v0.1.2 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking rpassword v4.0.1 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking dbl v0.2.1 [INFO] [stderr] Checking stream-cipher v0.3.2 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling typed-builder v0.3.0 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking cmac v0.2.0 [INFO] [stderr] Checking pmac v0.2.0 [INFO] [stderr] Compiling ifmt-impl v0.2.0 [INFO] [stderr] Checking ctr v0.3.2 [INFO] [stderr] Checking git2 v0.9.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking serde_cbor v0.10.2 [INFO] [stderr] Checking rust-argon2 v0.5.1 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking common_failures v0.1.1 [INFO] [stderr] Checking crev-recursive-digest v0.2.1 [INFO] [stderr] Checking miscreant v0.4.2 [INFO] [stderr] Checking crev-common v0.9.0 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.2 [INFO] [stderr] Checking ifmt v0.2.0 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Checking crev-data v0.9.0 [INFO] [stderr] Checking crev-lib v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/repo/mod.rs:172:80 [INFO] [stderr] | [INFO] [stderr] 172 | let trust_set = if let Some(id) = local.get_for_id_from_str_opt(for_id.as_deref())? { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `crev_common::convert::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(inner_deref)]` to the crate attributes to enable `std::option::Option::::as_deref` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/repo/mod.rs:172:80 [INFO] [stderr] | [INFO] [stderr] 172 | let trust_set = if let Some(id) = local.get_for_id_from_str_opt(for_id.as_deref())? { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `crev_common::convert::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(inner_deref)]` to the crate attributes to enable `std::option::Option::::as_deref` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.14s [INFO] running `"docker" "inspect" "3e1b5e83a187e68e07c6e14ee1cab872079eb0b7f17a59d43f83975011968e84"` [INFO] running `"docker" "rm" "-f" "3e1b5e83a187e68e07c6e14ee1cab872079eb0b7f17a59d43f83975011968e84"` [INFO] [stdout] 3e1b5e83a187e68e07c6e14ee1cab872079eb0b7f17a59d43f83975011968e84