[INFO] fetching crate did_common 0.3.0... [INFO] testing did_common-0.3.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate did_common 0.3.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate did_common 0.3.0 [INFO] finished tweaking crates.io crate did_common 0.3.0 [INFO] tweaked toml for crates.io crate did_common 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate did_common 0.3.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding nom v5.1.3 (available: v8.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7085620bed98c3c7dd14bb17edac82ff7171e9ff08fdbcbac704fa9e737695ec [INFO] running `Command { std: "docker" "start" "-a" "7085620bed98c3c7dd14bb17edac82ff7171e9ff08fdbcbac704fa9e737695ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7085620bed98c3c7dd14bb17edac82ff7171e9ff08fdbcbac704fa9e737695ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7085620bed98c3c7dd14bb17edac82ff7171e9ff08fdbcbac704fa9e737695ec", kill_on_drop: false }` [INFO] [stdout] 7085620bed98c3c7dd14bb17edac82ff7171e9ff08fdbcbac704fa9e737695ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] efd8566c636fcf43a262ef06d6dad7b93dc0885e85246b5be5fb94612d5da44a [INFO] running `Command { std: "docker" "start" "-a" "efd8566c636fcf43a262ef06d6dad7b93dc0885e85246b5be5fb94612d5da44a", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling nom v5.1.3 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling did_common v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::*` [INFO] [stdout] --> src/lib.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub use std::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/did_parser.rs:128:10 [INFO] [stdout] | [INFO] [stdout] 128 | input: &'a str, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 129 | ) -> IResult<&'a str, Option>, E> { [INFO] [stdout] | -- ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 129 | ) -> IResult<&'a str, Option>>, E> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/diddoc_parser.rs:107:37 [INFO] [stdout] | [INFO] [stdout] 107 | fn parse_did_pubkey_list<'a>(json: &'a JsonValue) -> Result, &'a str> { [INFO] [stdout] | ^^ --------- -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 107 | fn parse_did_pubkey_list<'a>(json: &'a JsonValue) -> Result>, &'a str> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/diddoc_parser.rs:252:39 [INFO] [stdout] | [INFO] [stdout] 252 | fn parse_did_svc_endpoint_value(json: &JsonValue) -> Result { [INFO] [stdout] | ^^^^^^^^^^ --------------- ---- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 252 | fn parse_did_svc_endpoint_value(json: &JsonValue) -> Result, &str> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/did_doc.rs:104:21 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn encoded_key(&self) -> &PublicKeyEncoded { [INFO] [stdout] | ^^^^^ ----------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn encoded_key(&self) -> &PublicKeyEncoded<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/did_doc.rs:178:18 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn endpoint(&self) -> &ServiceEndpoint { [INFO] [stdout] | ^^^^^ ---------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 178 | pub fn endpoint(&self) -> &ServiceEndpoint<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s [INFO] running `Command { std: "docker" "inspect" "efd8566c636fcf43a262ef06d6dad7b93dc0885e85246b5be5fb94612d5da44a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efd8566c636fcf43a262ef06d6dad7b93dc0885e85246b5be5fb94612d5da44a", kill_on_drop: false }` [INFO] [stdout] efd8566c636fcf43a262ef06d6dad7b93dc0885e85246b5be5fb94612d5da44a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ca106cd5f5521f8069522804f0df9d46256e2dce4a6688623fdf8d632be085c [INFO] running `Command { std: "docker" "start" "-a" "0ca106cd5f5521f8069522804f0df9d46256e2dce4a6688623fdf8d632be085c", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `std::*` [INFO] [stdout] --> src/lib.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub use std::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/did_parser.rs:128:10 [INFO] [stdout] | [INFO] [stdout] 128 | input: &'a str, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 129 | ) -> IResult<&'a str, Option>, E> { [INFO] [stdout] | -- ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 129 | ) -> IResult<&'a str, Option>>, E> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/diddoc_parser.rs:107:37 [INFO] [stdout] | [INFO] [stdout] 107 | fn parse_did_pubkey_list<'a>(json: &'a JsonValue) -> Result, &'a str> { [INFO] [stdout] | ^^ --------- -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 107 | fn parse_did_pubkey_list<'a>(json: &'a JsonValue) -> Result>, &'a str> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/diddoc_parser.rs:252:39 [INFO] [stdout] | [INFO] [stdout] 252 | fn parse_did_svc_endpoint_value(json: &JsonValue) -> Result { [INFO] [stdout] | ^^^^^^^^^^ --------------- ---- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 252 | fn parse_did_svc_endpoint_value(json: &JsonValue) -> Result, &str> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/did_doc.rs:104:21 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn encoded_key(&self) -> &PublicKeyEncoded { [INFO] [stdout] | ^^^^^ ----------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn encoded_key(&self) -> &PublicKeyEncoded<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/did_doc.rs:178:18 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn endpoint(&self) -> &ServiceEndpoint { [INFO] [stdout] | ^^^^^ ---------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 178 | pub fn endpoint(&self) -> &ServiceEndpoint<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling did_common v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::*` [INFO] [stdout] --> src/lib.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub use std::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/did_parser.rs:128:10 [INFO] [stdout] | [INFO] [stdout] 128 | input: &'a str, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 129 | ) -> IResult<&'a str, Option>, E> { [INFO] [stdout] | -- ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 129 | ) -> IResult<&'a str, Option>>, E> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/diddoc_parser.rs:107:37 [INFO] [stdout] | [INFO] [stdout] 107 | fn parse_did_pubkey_list<'a>(json: &'a JsonValue) -> Result, &'a str> { [INFO] [stdout] | ^^ --------- -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 107 | fn parse_did_pubkey_list<'a>(json: &'a JsonValue) -> Result>, &'a str> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/diddoc_parser.rs:252:39 [INFO] [stdout] | [INFO] [stdout] 252 | fn parse_did_svc_endpoint_value(json: &JsonValue) -> Result { [INFO] [stdout] | ^^^^^^^^^^ --------------- ---- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 252 | fn parse_did_svc_endpoint_value(json: &JsonValue) -> Result, &str> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/did_doc.rs:104:21 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn encoded_key(&self) -> &PublicKeyEncoded { [INFO] [stdout] | ^^^^^ ----------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn encoded_key(&self) -> &PublicKeyEncoded<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/did_doc.rs:178:18 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn endpoint(&self) -> &ServiceEndpoint { [INFO] [stdout] | ^^^^^ ---------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 178 | pub fn endpoint(&self) -> &ServiceEndpoint<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `Command { std: "docker" "inspect" "0ca106cd5f5521f8069522804f0df9d46256e2dce4a6688623fdf8d632be085c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ca106cd5f5521f8069522804f0df9d46256e2dce4a6688623fdf8d632be085c", kill_on_drop: false }` [INFO] [stdout] 0ca106cd5f5521f8069522804f0df9d46256e2dce4a6688623fdf8d632be085c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c3f4b2520430f9b4286ed2a662712bd2bc43322c54874898e44a3f4e815ccfac [INFO] running `Command { std: "docker" "start" "-a" "c3f4b2520430f9b4286ed2a662712bd2bc43322c54874898e44a3f4e815ccfac", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::*` [INFO] [stderr] --> src/lib.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | pub use std::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/did_parser.rs:128:10 [INFO] [stderr] | [INFO] [stderr] 128 | input: &'a str, [INFO] [stderr] | ^^ the lifetime is named here [INFO] [stderr] 129 | ) -> IResult<&'a str, Option>, E> { [INFO] [stderr] | -- ---------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 129 | ) -> IResult<&'a str, Option>>, E> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/diddoc_parser.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | fn parse_did_pubkey_list<'a>(json: &'a JsonValue) -> Result, &'a str> { [INFO] [stderr] | ^^ --------- -- the same lifetime is named here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 107 | fn parse_did_pubkey_list<'a>(json: &'a JsonValue) -> Result>, &'a str> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/diddoc_parser.rs:252:39 [INFO] [stderr] | [INFO] [stderr] 252 | fn parse_did_svc_endpoint_value(json: &JsonValue) -> Result { [INFO] [stderr] | ^^^^^^^^^^ --------------- ---- the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 252 | fn parse_did_svc_endpoint_value(json: &JsonValue) -> Result, &str> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/did_doc.rs:104:21 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn encoded_key(&self) -> &PublicKeyEncoded { [INFO] [stderr] | ^^^^^ ----------------- [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 104 | pub fn encoded_key(&self) -> &PublicKeyEncoded<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/did_doc.rs:178:18 [INFO] [stderr] | [INFO] [stderr] 178 | pub fn endpoint(&self) -> &ServiceEndpoint { [INFO] [stderr] | ^^^^^ ---------------- [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 178 | pub fn endpoint(&self) -> &ServiceEndpoint<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `did_common` (lib) generated 6 warnings (run `cargo fix --lib -p did_common` to apply 1 suggestion) [INFO] [stderr] warning: `did_common` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/did_common-858b7542efe92f43) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test did::tests::did_builder_for_did_with_params ... ok [INFO] [stdout] test did::tests::did_display_trait ... ok [INFO] [stdout] test did::tests::did_builder_for_complex_did ... ok [INFO] [stdout] test did::tests::did_builder_for_simple_did ... ok [INFO] [stdout] test did::tests::did_param_ctor_without_value ... ok [INFO] [stdout] test did::tests::did_param_display_trait ... ok [INFO] [stdout] test did::tests::did_param_from_trait_with_mandatory_value ... ok [INFO] [stdout] test did::tests::did_param_from_trait_with_optional_value ... ok [INFO] [stdout] test did::tests::did_param_from_trait_without_value ... ok [INFO] [stdout] test did::tests::did_param_property_accessors ... ok [INFO] [stdout] test did::tests::did_property_accessors ... ok [INFO] [stdout] test did_doc::tests::did_document_builder_with_auth_reference_verif_method ... ok [INFO] [stdout] test did_doc::tests::did_document_builder_with_auth_embedded_verif_method ... ok [INFO] [stdout] test did_doc::tests::did_document_builder_with_created ... ok [INFO] [stdout] test did_doc::tests::did_document_builder_with_pub_keys ... ok [INFO] [stdout] test did_doc::tests::did_document_builder_with_updated ... ok [INFO] [stdout] test did_doc::tests::did_document_builder_with_service_uri_endpoint ... ok [INFO] [stdout] test did_doc::tests::did_document_property_accessors ... ok [INFO] [stdout] test did_doc::tests::public_key_builder_for_edcsasecp256k1_key ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_base64 ... ok [INFO] [stdout] test did_doc::tests::public_key_builder_for_ed25519_key ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_base58 ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_jwk ... ok [INFO] [stdout] test did_doc::tests::public_key_builder_for_rsa_key ... ok [INFO] [stdout] test did_doc::tests::public_key_type_fromstr_trait_for_ecdsasecp256k1 ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_pem ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_unsupported ... ok [INFO] [stdout] test did_doc::tests::public_key_property_accessors ... ok [INFO] [stdout] test did_doc::tests::public_key_type_error_display_trait ... ok [INFO] [stdout] test did_doc::tests::public_key_type_fromstr_trait_for_ed25519 ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_multibase ... ok [INFO] [stdout] test did_doc::tests::public_key_type_fromstr_trait_for_rsa ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_hex ... ok [INFO] [stdout] test did_doc::tests::public_key_type_fromstr_trait_for_invalid_case ... ok [INFO] [stdout] test did_doc::tests::public_key_type_fromstr_trait_for_unsupported ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_ethraddress ... ok [INFO] [stdout] test did_doc::tests::service_property_accessors ... ok [INFO] [stdout] test did::tests::did_param_ctor_with_value ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/did_macro.rs (/opt/rustwide/target/debug/deps/did_macro-fb961e7af95b69db) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test did_macro_btcr_did_with_key ... ok [INFO] [stdout] test did_macro_did_with_multiple_params_and_fragment ... ok [INFO] [stdout] test did_macro_did_with_multiple_params ... ok [INFO] [stdout] test did_macro_did_with_generic_param ... ok [INFO] [stdout] test did_macro_did_with_method_specific_param ... ok [INFO] [stdout] test did_macro_generic_did ... ok [INFO] [stdout] test did_macro_ethr_did ... ok [INFO] [stdout] test did_macro_erc725_did ... ok [INFO] [stdout] test did_macro_generic_did_with_fragment ... ok [INFO] [stdout] test did_macro_sovrin_did ... ok [INFO] [stdout] test did_macro_generic_did_with_empty_method_id ... ok [INFO] [stdout] test did_macro_veres_one_did ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/parse_did.rs (/opt/rustwide/target/debug/deps/parse_did-45f3a7e9922b3899) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test parse_did_with_multiple_params ... ok [INFO] [stdout] test parse_ethr_did ... ok [INFO] [stdout] test parse_generic_did_with_empty_method_id ... ok [INFO] [stdout] test parse_generic_did ... ok [INFO] [stdout] test parse_did_with_multiple_params_and_fragment ... ok [INFO] [stdout] test parse_erc725_did ... ok [INFO] [stdout] test parse_sovrin_did ... ok [INFO] [stdout] test parse_veres_one_did ... ok [INFO] [stdout] test parse_generic_did_with_fragment ... ok [INFO] [stdout] test parse_btcr_did_with_key ... ok [INFO] [stdout] test parse_did_with_generic_param ... ok [INFO] [stdout] test parse_did_with_method_specific_param ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/parse_diddoc.rs (/opt/rustwide/target/debug/deps/parse_diddoc-154967d79ad90d02) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test parse_did_doc_with_invalid_context ... ok [INFO] [stdout] test parse_did_doc_with_duplicate_id_from_auth_embedded ... ok [INFO] [stdout] test parse_did_doc_with_auth_reference_verif_method ... ok [INFO] [stdout] test parse_did_doc_with_invalid_subject ... ok [INFO] [stdout] test parse_did_doc_with_missing_subject ... ok [INFO] [stdout] test parse_did_doc_with_service_uri_endpoints ... ok [INFO] [stdout] test parse_minimal_did_doc ... ok [INFO] [stdout] test parse_did_doc_with_missing_context ... ok [INFO] [stdout] test parse_did_doc_with_pub_keys ... ok [INFO] [stdout] test parse_did_doc_with_auth_embedded_verif_method ... ok [INFO] [stdout] test parse_did_doc_with_invalid_updated ... ok [INFO] [stdout] test parse_did_doc_with_invalid_created ... ok [INFO] [stdout] test parse_did_doc_with_created ... ok [INFO] [stdout] test parse_did_doc_with_service_object_endpoint ... ok [INFO] [stdout] test parse_did_doc_with_unknown_auth_reference ... ok [INFO] [stdout] test parse_did_doc_with_updated ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/validate_did.rs (/opt/rustwide/target/debug/deps/validate_did-8ae56059fcbe41b2) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test validate_did_with_missing_method_name ... ok [INFO] [stdout] test validate_did_with_generic_param ... ok [INFO] [stdout] test validate_did_with_invalid_method_name ... ok [INFO] [stdout] test validate_did_with_multiple_params_and_fragment ... ok [INFO] [stdout] test validate_did_with_multiple_params ... ok [INFO] [stdout] test validate_generic_did ... ok [INFO] [stderr] Doc-tests did_common [INFO] [stdout] test validate_generic_did_with_fragment ... ok [INFO] [stdout] test validate_ethr_did ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c3f4b2520430f9b4286ed2a662712bd2bc43322c54874898e44a3f4e815ccfac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3f4b2520430f9b4286ed2a662712bd2bc43322c54874898e44a3f4e815ccfac", kill_on_drop: false }` [INFO] [stdout] c3f4b2520430f9b4286ed2a662712bd2bc43322c54874898e44a3f4e815ccfac