[INFO] fetching crate siwe-recap 0.2.0...
[INFO] building siwe-recap-0.2.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate siwe-recap 0.2.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate siwe-recap 0.2.0
[INFO] finished tweaking crates.io crate siwe-recap 0.2.0
[INFO] tweaked toml for crates.io crate siwe-recap 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate siwe-recap 0.2.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 131 packages to latest compatible versions
[INFO] [stderr]       Adding base64 v0.12.3 (available: v0.22.1)
[INFO] [stderr]       Adding cid v0.10.1 (available: v0.11.1)
[INFO] [stderr]       Adding iri-string v0.6.0 (available: v0.7.8)
[INFO] [stderr]       Adding proc-macro-crate v1.1.3 (available: v1.3.1)
[INFO] [stderr]       Adding serde_with v2.3.3 (available: v3.14.1)
[INFO] [stderr]       Adding siwe v0.5.2 (available: v0.6.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ac805727fc243b5ab5a03a1e766c0abcfccb454f5d3f250c8288f7f24dcd106d
[INFO] running `Command { std: "docker" "start" "-a" "ac805727fc243b5ab5a03a1e766c0abcfccb454f5d3f250c8288f7f24dcd106d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ac805727fc243b5ab5a03a1e766c0abcfccb454f5d3f250c8288f7f24dcd106d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac805727fc243b5ab5a03a1e766c0abcfccb454f5d3f250c8288f7f24dcd106d", kill_on_drop: false }`
[INFO] [stdout] ac805727fc243b5ab5a03a1e766c0abcfccb454f5d3f250c8288f7f24dcd106d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c8f438f660c3c566df5f831aff7ee0627e879f3f0b90ba6be656c70caaeffed
[INFO] running `Command { std: "docker" "start" "-a" "2c8f438f660c3c566df5f831aff7ee0627e879f3f0b90ba6be656c70caaeffed", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling const-str v0.4.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling blake2s_simd v1.0.3
[INFO] [stderr]    Compiling blake2b_simd v1.0.3
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling unsigned-varint v0.7.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling base-x v0.2.11
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ryu-js v0.2.2
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling k256 v0.11.6
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling match-lookup v0.1.1
[INFO] [stderr]    Compiling nutype_macros v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.16
[INFO] [stderr]    Compiling base256emoji v1.0.2
[INFO] [stderr]    Compiling data-encoding-macro v0.1.18
[INFO] [stderr]    Compiling multibase v0.9.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling multihash-derive v0.8.1
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]    Compiling nutype v0.2.0
[INFO] [stderr]    Compiling iri-string v0.6.0
[INFO] [stderr]    Compiling serde_jcs v0.1.0
[INFO] [stderr]    Compiling multihash v0.18.1
[INFO] [stderr]    Compiling cid v0.10.1
[INFO] [stderr]    Compiling serde_with v2.3.3
[INFO] [stderr]    Compiling siwe v0.5.2
[INFO] [stderr]    Compiling ucan-capabilities-object v0.1.0
[INFO] [stderr]    Compiling siwe-recap v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/capability.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 174 |     ) -> impl Iterator<Item = (&UriString, AbilityNamespaceRef, Vec<AbilityNameRef>)> {
[INFO] [stdout]     |                                ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |           |
[INFO] [stdout]     |                                |           the same lifetime is hidden here
[INFO] [stdout]     |                                the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 174 |     ) -> impl Iterator<Item = (&UriString, AbilityNamespaceRef<'_>, Vec<AbilityNameRef<'_>>)> {
[INFO] [stdout]     |                                                               ++++                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.29s
[INFO] running `Command { std: "docker" "inspect" "2c8f438f660c3c566df5f831aff7ee0627e879f3f0b90ba6be656c70caaeffed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c8f438f660c3c566df5f831aff7ee0627e879f3f0b90ba6be656c70caaeffed", kill_on_drop: false }`
[INFO] [stdout] 2c8f438f660c3c566df5f831aff7ee0627e879f3f0b90ba6be656c70caaeffed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1aa20959d5da625a9c7380d6ebe0a1e39cca0bc46971b33c4b07d89e6574d15b
[INFO] running `Command { std: "docker" "start" "-a" "1aa20959d5da625a9c7380d6ebe0a1e39cca0bc46971b33c4b07d89e6574d15b", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/capability.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 174 |     ) -> impl Iterator<Item = (&UriString, AbilityNamespaceRef, Vec<AbilityNameRef>)> {
[INFO] [stdout]     |                                ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |           |
[INFO] [stdout]     |                                |           the same lifetime is hidden here
[INFO] [stdout]     |                                the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 174 |     ) -> impl Iterator<Item = (&UriString, AbilityNamespaceRef<'_>, Vec<AbilityNameRef<'_>>)> {
[INFO] [stdout]     |                                                               ++++                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling siwe-recap v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/capability.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 174 |     ) -> impl Iterator<Item = (&UriString, AbilityNamespaceRef, Vec<AbilityNameRef>)> {
[INFO] [stdout]     |                                ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |           |
[INFO] [stdout]     |                                |           the same lifetime is hidden here
[INFO] [stdout]     |                                the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 174 |     ) -> impl Iterator<Item = (&UriString, AbilityNamespaceRef<'_>, Vec<AbilityNameRef<'_>>)> {
[INFO] [stdout]     |                                                               ++++                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.68s
[INFO] running `Command { std: "docker" "inspect" "1aa20959d5da625a9c7380d6ebe0a1e39cca0bc46971b33c4b07d89e6574d15b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1aa20959d5da625a9c7380d6ebe0a1e39cca0bc46971b33c4b07d89e6574d15b", kill_on_drop: false }`
[INFO] [stdout] 1aa20959d5da625a9c7380d6ebe0a1e39cca0bc46971b33c4b07d89e6574d15b
