[INFO] fetching crate webauthn-rp-proxy 0.5.0...
[INFO] checking webauthn-rp-proxy-0.5.0 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] extracting crate webauthn-rp-proxy 0.5.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate webauthn-rp-proxy 0.5.0
[INFO] finished tweaking crates.io crate webauthn-rp-proxy 0.5.0
[INFO] tweaked toml for crates.io crate webauthn-rp-proxy 0.5.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate webauthn-rp-proxy 0.5.0 on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate webauthn-rp-proxy 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 45ddafb2543a919fa7337edabc79e0184040cd87b05d3ed672b08bdf05479ec4
[INFO] running `Command { std: "docker" "start" "-a" "45ddafb2543a919fa7337edabc79e0184040cd87b05d3ed672b08bdf05479ec4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45ddafb2543a919fa7337edabc79e0184040cd87b05d3ed672b08bdf05479ec4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45ddafb2543a919fa7337edabc79e0184040cd87b05d3ed672b08bdf05479ec4", kill_on_drop: false }`
[INFO] [stdout] 45ddafb2543a919fa7337edabc79e0184040cd87b05d3ed672b08bdf05479ec4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1aa837415d00db2bf5248391e7d7306cde249b422111ebea754ec96d4a60ce1
[INFO] running `Command { std: "docker" "start" "-a" "e1aa837415d00db2bf5248391e7d7306cde249b422111ebea754ec96d4a60ce1", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling oid-registry v0.4.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling asn1-rs-derive v0.1.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]     Checking asn1-rs v0.3.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking der-parser v7.0.0
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking x509-parser v0.13.2
[INFO] [stderr]     Checking serde v1.0.198
[INFO] [stderr]    Compiling webauthn-attestation-ca v0.5.0
[INFO] [stderr]    Compiling webauthn-rs-core v0.5.0
[INFO] [stderr]     Checking serde_json v1.0.116
[INFO] [stderr]     Checking base64urlsafedata v0.5.0
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking serde_cbor_2 v0.12.0-dev
[INFO] [stderr]     Checking base64urlsafedata v0.1.3
[INFO] [stderr]     Checking webauthn-rs-proto v0.5.0
[INFO] [stderr]     Checking compact_jwt v0.2.10
[INFO] [stderr]     Checking webauthn-rs v0.5.0
[INFO] [stderr]     Checking webauthn-rp-proxy v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.81s
[INFO] running `Command { std: "docker" "inspect" "e1aa837415d00db2bf5248391e7d7306cde249b422111ebea754ec96d4a60ce1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1aa837415d00db2bf5248391e7d7306cde249b422111ebea754ec96d4a60ce1", kill_on_drop: false }`
[INFO] [stdout] e1aa837415d00db2bf5248391e7d7306cde249b422111ebea754ec96d4a60ce1
