[INFO] crate yubikey-piv 0.0.3 is already in cache
[INFO] checking yubikey-piv-0.0.3 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate yubikey-piv 0.0.3 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate yubikey-piv 0.0.3 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate yubikey-piv 0.0.3
[INFO] finished tweaking crates.io crate yubikey-piv 0.0.3
[INFO] tweaked toml for crates.io crate yubikey-piv 0.0.3 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 673fe47f9b6ae36133aca1b639ce0936e6f1c90767e45717402566b187d3cef9
[INFO] running `"docker" "start" "-a" "673fe47f9b6ae36133aca1b639ce0936e6f1c90767e45717402566b187d3cef9"`
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling num-bigint-dig v0.5.0
[INFO] [stderr]    Compiling pcsc-sys v1.2.0
[INFO] [stderr]     Checking secrecy v0.5.2
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]     Checking signature v1.0.0-pre.5
[INFO] [stderr]     Checking des v0.3.0
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking pbkdf2 v0.3.0
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking nom v5.1.1
[INFO] [stderr]    Compiling zeroize_derive v0.10.0
[INFO] [stderr]     Checking ecdsa v0.1.0
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking pcsc v2.3.1
[INFO] [stderr] error[E0049]: method `from_bytes` has 1 type parameter but its trait declaration has 0 type parameters
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecdsa-0.1.0/src/asn1_signature.rs:49:26
[INFO] [stderr]    |
[INFO] [stderr] 49 |     fn from_bytes(bytes: impl AsRef<[u8]>) -> Result<Self, Error> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          found 1 type parameter, expected 0
[INFO] [stderr]    |                          `impl Trait` introduces an implicit type parameter
[INFO] [stderr] 
[INFO] [stderr] error[E0049]: method `from_bytes` has 1 type parameter but its trait declaration has 0 type parameters
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecdsa-0.1.0/src/fixed_signature.rs:31:26
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn from_bytes(bytes: impl AsRef<[u8]>) -> Result<Self, Error> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          found 1 type parameter, expected 0
[INFO] [stderr]    |                          `impl Trait` introduces an implicit type parameter
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&'a asn1_signature::Asn1Signature<C>` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecdsa-0.1.0/src/convert.rs:62:35
[INFO] [stderr]    |
[INFO] [stderr] 62 |         let mut bytes = signature.as_slice();
[INFO] [stderr]    |                                   ^^^^^^^^ method not found in `&'a asn1_signature::Asn1Signature<C>`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following trait defines an item `as_slice`, perhaps you need to implement it:
[INFO] [stderr]            candidate #1: `core::array::FixedSizeArray`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0049, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0049`.
[INFO] [stderr] error: could not compile `ecdsa`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "673fe47f9b6ae36133aca1b639ce0936e6f1c90767e45717402566b187d3cef9"`
[INFO] running `"docker" "rm" "-f" "673fe47f9b6ae36133aca1b639ce0936e6f1c90767e45717402566b187d3cef9"`
[INFO] [stdout] 673fe47f9b6ae36133aca1b639ce0936e6f1c90767e45717402566b187d3cef9
