[INFO] fetching crate did_common 0.3.0... [INFO] testing did_common-0.3.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate did_common 0.3.0 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate did_common 0.3.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97147e8775ca8451216a7c8a283aaa855564bf18a12557efae2986f60aacc4f8 [INFO] running `Command { std: "docker" "start" "-a" "97147e8775ca8451216a7c8a283aaa855564bf18a12557efae2986f60aacc4f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97147e8775ca8451216a7c8a283aaa855564bf18a12557efae2986f60aacc4f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97147e8775ca8451216a7c8a283aaa855564bf18a12557efae2986f60aacc4f8", kill_on_drop: false }` [INFO] [stdout] 97147e8775ca8451216a7c8a283aaa855564bf18a12557efae2986f60aacc4f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8525d32e34312dc5bd82977faf233f1f08db96d330537c7a855071d522f39acc [INFO] running `Command { std: "docker" "start" "-a" "8525d32e34312dc5bd82977faf233f1f08db96d330537c7a855071d522f39acc", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling nom v5.1.3 [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 5.63s [INFO] running `Command { std: "docker" "inspect" "8525d32e34312dc5bd82977faf233f1f08db96d330537c7a855071d522f39acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8525d32e34312dc5bd82977faf233f1f08db96d330537c7a855071d522f39acc", kill_on_drop: false }` [INFO] [stdout] 8525d32e34312dc5bd82977faf233f1f08db96d330537c7a855071d522f39acc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccdb48157d8fd8f596cf8f073acd4eef46c49e2abf31539eca4c31a09b91178d [INFO] running `Command { std: "docker" "start" "-a" "ccdb48157d8fd8f596cf8f073acd4eef46c49e2abf31539eca4c31a09b91178d", 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] [stderr] Compiling did_common v0.3.0 (/opt/rustwide/workdir) [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] [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 0.87s [INFO] running `Command { std: "docker" "inspect" "ccdb48157d8fd8f596cf8f073acd4eef46c49e2abf31539eca4c31a09b91178d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccdb48157d8fd8f596cf8f073acd4eef46c49e2abf31539eca4c31a09b91178d", kill_on_drop: false }` [INFO] [stdout] ccdb48157d8fd8f596cf8f073acd4eef46c49e2abf31539eca4c31a09b91178d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5f3ba35bbd40488b41bd602ba1b965c66a22d509ebb2740af0bda33fd2cd2a65 [INFO] running `Command { std: "docker" "start" "-a" "5f3ba35bbd40488b41bd602ba1b965c66a22d509ebb2740af0bda33fd2cd2a65", 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 6 suggestions) [INFO] [stderr] warning: `did_common` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/did_common-af40d4f2fc00bc0b) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test did::tests::did_builder_for_complex_did ... ok [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_simple_did ... ok [INFO] [stdout] test did::tests::did_param_ctor_with_value ... 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_property_accessors ... ok [INFO] [stdout] test did::tests::did_param_property_accessors ... 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_auth_reference_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_service_uri_endpoint ... ok [INFO] [stdout] test did_doc::tests::did_document_property_accessors ... ok [INFO] [stdout] test did_doc::tests::did_document_builder_with_updated ... ok [INFO] [stdout] test did_doc::tests::public_key_builder_for_ed25519_key ... ok [INFO] [stdout] test did_doc::tests::public_key_builder_for_edcsasecp256k1_key ... ok [INFO] [stdout] test did_doc::tests::public_key_builder_for_rsa_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_base64 ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_hex ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_ethraddress ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_multibase ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_jwk ... ok [INFO] [stdout] test did_doc::tests::public_key_property_accessors ... 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_rsa ... ok [INFO] [stdout] test did_doc::tests::public_key_type_fromstr_trait_for_unsupported ... ok [INFO] [stdout] test did_doc::tests::service_property_accessors ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_unsupported ... ok [INFO] [stdout] test did_doc::tests::public_key_type_fromstr_trait_for_ed25519 ... 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_ecdsasecp256k1 ... ok [INFO] [stdout] test did_doc::tests::public_key_encoded_from_trait_for_pem ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/did_macro.rs (/opt/rustwide/target/debug/deps/did_macro-1a2a175200efd7f6) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test did_macro_btcr_did_with_key ... 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_did_with_multiple_params ... ok [INFO] [stdout] test did_macro_did_with_multiple_params_and_fragment ... ok [INFO] [stdout] test did_macro_erc725_did ... ok [INFO] [stdout] test did_macro_ethr_did ... ok [INFO] [stdout] test did_macro_generic_did_with_empty_method_id ... ok [INFO] [stdout] test did_macro_generic_did_with_fragment ... ok [INFO] [stdout] test did_macro_generic_did ... ok [INFO] [stdout] test did_macro_sovrin_did ... 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-e8ad73df29b94304) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test parse_did_with_generic_param ... ok [INFO] [stdout] test parse_did_with_method_specific_param ... ok [INFO] [stdout] test parse_btcr_did_with_key ... ok [INFO] [stdout] test parse_did_with_multiple_params ... ok [INFO] [stdout] test parse_did_with_multiple_params_and_fragment ... ok [INFO] [stdout] test parse_erc725_did ... ok [INFO] [stdout] test parse_ethr_did ... ok [INFO] [stdout] test parse_generic_did ... ok [INFO] [stdout] test parse_generic_did_with_empty_method_id ... ok [INFO] [stdout] test parse_generic_did_with_fragment ... ok [INFO] [stdout] test parse_sovrin_did ... ok [INFO] [stdout] test parse_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_diddoc.rs (/opt/rustwide/target/debug/deps/parse_diddoc-10a4b5d1583e6fcd) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test parse_did_doc_with_auth_reference_verif_method ... ok [INFO] [stdout] test parse_did_doc_with_auth_embedded_verif_method ... ok [INFO] [stdout] test parse_did_doc_with_duplicate_id_from_auth_embedded ... ok [INFO] [stdout] test parse_did_doc_with_invalid_context ... ok [INFO] [stdout] test parse_did_doc_with_invalid_subject ... ok [INFO] [stdout] test parse_did_doc_with_missing_context ... ok [INFO] [stdout] test parse_did_doc_with_missing_subject ... ok [INFO] [stdout] test parse_did_doc_with_pub_keys ... 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_service_uri_endpoints ... ok [INFO] [stdout] test parse_minimal_did_doc ... ok [INFO] [stdout] test parse_did_doc_with_invalid_created ... ok [INFO] [stdout] test parse_did_doc_with_invalid_updated ... ok [INFO] [stdout] test parse_did_doc_with_updated ... ok [INFO] [stdout] test parse_did_doc_with_created ... 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-26b2b93a15676b07) [INFO] [stdout] [INFO] [stdout] running 8 tests [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 ... ok [INFO] [stdout] test validate_did_with_missing_method_name ... ok [INFO] [stdout] test validate_did_with_multiple_params_and_fragment ... ok [INFO] [stdout] test validate_ethr_did ... ok [INFO] [stdout] test validate_generic_did ... ok [INFO] [stdout] test validate_generic_did_with_fragment ... 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] [stderr] Doc-tests did_common [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" "5f3ba35bbd40488b41bd602ba1b965c66a22d509ebb2740af0bda33fd2cd2a65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f3ba35bbd40488b41bd602ba1b965c66a22d509ebb2740af0bda33fd2cd2a65", kill_on_drop: false }` [INFO] [stdout] 5f3ba35bbd40488b41bd602ba1b965c66a22d509ebb2740af0bda33fd2cd2a65