[INFO] fetching crate expry 0.4.2...
[INFO] testing expry-0.4.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate expry 0.4.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate expry 0.4.2
[INFO] finished tweaking crates.io crate expry 0.4.2
[INFO] tweaked toml for crates.io crate expry 0.4.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate expry 0.4.2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate expry 0.4.2 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30d3ea5d0b5069780a0f06babfce23ded0d0160ca543f641e9d03ae3ad674227
[INFO] running `Command { std: "docker" "start" "-a" "30d3ea5d0b5069780a0f06babfce23ded0d0160ca543f641e9d03ae3ad674227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30d3ea5d0b5069780a0f06babfce23ded0d0160ca543f641e9d03ae3ad674227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30d3ea5d0b5069780a0f06babfce23ded0d0160ca543f641e9d03ae3ad674227", kill_on_drop: false }`
[INFO] [stdout] 30d3ea5d0b5069780a0f06babfce23ded0d0160ca543f641e9d03ae3ad674227
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df874c7b66ca784f154b00164dfaf88ae080ba9911f83ad4c3cf0639f17cb1be
[INFO] running `Command { std: "docker" "start" "-a" "df874c7b66ca784f154b00164dfaf88ae080ba9911f83ad4c3cf0639f17cb1be", kill_on_drop: false }`
[INFO] [stderr]    Compiling expry v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1646:19
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     pub fn to_ref(&self) -> EncodedValueRef {
[INFO] [stdout]      |                   ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     pub fn to_ref(&self) -> EncodedValueRef<'_> {
[INFO] [stdout]      |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1723:19
[INFO] [stdout]      |
[INFO] [stdout] 1723 |     pub fn to_ref(&self) -> BytecodeRef {
[INFO] [stdout]      |                   ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[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] 1723 |     pub fn to_ref(&self) -> BytecodeRef<'_> {
[INFO] [stdout]      |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/memorypool.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn url_escape(input: &str) -> std::borrow::Cow<str> {
[INFO] [stdout]    |                          ^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[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] 65 | pub fn url_escape(input: &str) -> std::borrow::Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/stringparser.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn strparse(reader: &str) -> StringParser {
[INFO] [stdout]    |                         ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[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] 17 | pub fn strparse(reader: &str) -> StringParser<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
[INFO] running `Command { std: "docker" "inspect" "df874c7b66ca784f154b00164dfaf88ae080ba9911f83ad4c3cf0639f17cb1be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df874c7b66ca784f154b00164dfaf88ae080ba9911f83ad4c3cf0639f17cb1be", kill_on_drop: false }`
[INFO] [stdout] df874c7b66ca784f154b00164dfaf88ae080ba9911f83ad4c3cf0639f17cb1be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47e8a7367379a0ccca168239831d552dc9927d6e57d2075e0a68bcd8baa91135
[INFO] running `Command { std: "docker" "start" "-a" "47e8a7367379a0ccca168239831d552dc9927d6e57d2075e0a68bcd8baa91135", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1646:19
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     pub fn to_ref(&self) -> EncodedValueRef {
[INFO] [stdout]      |                   ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     pub fn to_ref(&self) -> EncodedValueRef<'_> {
[INFO] [stdout]      |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1723:19
[INFO] [stdout]      |
[INFO] [stdout] 1723 |     pub fn to_ref(&self) -> BytecodeRef {
[INFO] [stdout]      |                   ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[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] 1723 |     pub fn to_ref(&self) -> BytecodeRef<'_> {
[INFO] [stdout]      |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/memorypool.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn url_escape(input: &str) -> std::borrow::Cow<str> {
[INFO] [stdout]    |                          ^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[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] 65 | pub fn url_escape(input: &str) -> std::borrow::Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/stringparser.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn strparse(reader: &str) -> StringParser {
[INFO] [stdout]    |                         ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[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] 17 | pub fn strparse(reader: &str) -> StringParser<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling serde_derive v1.0.214
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling expry v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1646:19
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     pub fn to_ref(&self) -> EncodedValueRef {
[INFO] [stdout]      |                   ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     pub fn to_ref(&self) -> EncodedValueRef<'_> {
[INFO] [stdout]      |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1723:19
[INFO] [stdout]      |
[INFO] [stdout] 1723 |     pub fn to_ref(&self) -> BytecodeRef {
[INFO] [stdout]      |                   ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[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] 1723 |     pub fn to_ref(&self) -> BytecodeRef<'_> {
[INFO] [stdout]      |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/memorypool.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn url_escape(input: &str) -> std::borrow::Cow<str> {
[INFO] [stdout]    |                          ^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[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] 65 | pub fn url_escape(input: &str) -> std::borrow::Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/stringparser.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn strparse(reader: &str) -> StringParser {
[INFO] [stdout]    |                         ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[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] 17 | pub fn strparse(reader: &str) -> StringParser<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.96s
[INFO] running `Command { std: "docker" "inspect" "47e8a7367379a0ccca168239831d552dc9927d6e57d2075e0a68bcd8baa91135", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47e8a7367379a0ccca168239831d552dc9927d6e57d2075e0a68bcd8baa91135", kill_on_drop: false }`
[INFO] [stdout] 47e8a7367379a0ccca168239831d552dc9927d6e57d2075e0a68bcd8baa91135
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5990a0b85c4a30d703d13956b0977072bdf1c56719d7ac3b048ca434cc20a9a4
[INFO] running `Command { std: "docker" "start" "-a" "5990a0b85c4a30d703d13956b0977072bdf1c56719d7ac3b048ca434cc20a9a4", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]     --> src/lib.rs:1646:19
[INFO] [stdout] running 29 tests
[INFO] [stderr]      |
[INFO] [stdout] test expry::insert_jumps ... ok
[INFO] [stderr] 1646 |     pub fn to_ref(&self) -> EncodedValueRef {
[INFO] [stdout] test expry::merge ... ok
[INFO] [stderr]      |                   ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test expry::twitter_binary_parse_fat ... ignored
[INFO] [stderr]      |                   |
[INFO] [stdout] test expry::twitter_binary_parse_lazy ... ignored
[INFO] [stderr]      |                   the lifetime is elided here
[INFO] [stdout] test expry::twitter_binary_print ... ignored
[INFO] [stderr]      |
[INFO] [stdout] test expry::twitter_json_eval ... ignored
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test expry::twitter_json_parse ... ignored
[INFO] [stderr]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] test expry::twitter_json_print ... ignored
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test expry::parsing_json ... ok
[INFO] [stderr]      |
[INFO] [stdout] test expry::parsing_objects ... ok
[INFO] [stderr] 1646 |     pub fn to_ref(&self) -> EncodedValueRef<'_> {
[INFO] [stdout] test memorypool::tests::ceil_power_of_two ... ok
[INFO] [stderr]      |                                            ++++
[INFO] [stdout] test expry::quickcheck_binary_int ... ok
[INFO] [stderr] 
[INFO] [stdout] test expry::used_as ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test expry::type_check ... ok
[INFO] [stderr]     --> src/lib.rs:1723:19
[INFO] [stdout] test memorypool::tests::scoped_array_builder ... ok
[INFO] [stderr]      |
[INFO] [stdout] test memorypool::tests::scoped_string_builder ... ok
[INFO] [stderr] 1723 |     pub fn to_ref(&self) -> BytecodeRef {
[INFO] [stdout] test parser::tests::number_spanner ... ok
[INFO] [stderr]      |                   ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test memorypool::tests::format ... ok
[INFO] [stderr]      |                   |
[INFO] [stdout] test raw_utils::tests::quickcheck_fixed_signed ... ok
[INFO] [stderr]      |                   the lifetime is elided here
[INFO] [stdout] test memorypool::tests::scoped_allocation ... ok
[INFO] [stderr]      |
[INFO] [stdout] test termcolors::tests::it_works ... ok
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test raw_utils::tests::quickcheck_i64_var ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test memorypool::tests::power_of_two ... ok
[INFO] [stderr]      |
[INFO] [stdout] test raw_utils::tests::quickcheck_u64_var ... ok
[INFO] [stderr] 1723 |     pub fn to_ref(&self) -> BytecodeRef<'_> {
[INFO] [stdout] test expry::basic_expressions ... ok
[INFO] [stderr]      |                                        ++++
[INFO] [stdout] test expry::basic ... ok
[INFO] [stderr] 
[INFO] [stdout] test raw_utils::tests::var_unsigned_int_test ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test raw_utils::tests::fixed_signed_int_test ... ok
[INFO] [stderr]   --> src/memorypool.rs:65:26
[INFO] [stderr]    |
[INFO] [stderr] 65 | pub fn url_escape(input: &str) -> std::borrow::Cow<str> {
[INFO] [stderr]    |                          ^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |
[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] 65 | pub fn url_escape(input: &str) -> std::borrow::Cow<'_, str> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/stringparser.rs:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub fn strparse(reader: &str) -> StringParser {
[INFO] [stderr]    |                         ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                         |
[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] 17 | pub fn strparse(reader: &str) -> StringParser<'_> {
[INFO] [stderr]    |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `expry` (lib) generated 4 warnings (run `cargo fix --lib -p expry` to apply 4 suggestions)
[INFO] [stderr] warning: `expry` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/expry-497872f596fd5cf4)
[INFO] [stdout] test raw_utils::tests::var_signed_int_test ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests expry
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/macros.rs - macros::value (line 25) ... ok
[INFO] [stdout] test src/lib.rs - (line 88) ... ok
[INFO] [stdout] test src/macros.rs - macros::value (line 41) ... ok
[INFO] [stdout] test src/macros.rs - macros::value (line 3) ... ok
[INFO] [stdout] test src/lib.rs - DecodedValue (line 218) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5990a0b85c4a30d703d13956b0977072bdf1c56719d7ac3b048ca434cc20a9a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5990a0b85c4a30d703d13956b0977072bdf1c56719d7ac3b048ca434cc20a9a4", kill_on_drop: false }`
[INFO] [stdout] 5990a0b85c4a30d703d13956b0977072bdf1c56719d7ac3b048ca434cc20a9a4
