[INFO] fetching crate jsonic 0.2.14...
[INFO] testing jsonic-0.2.14 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate jsonic 0.2.14 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate jsonic 0.2.14
[INFO] finished tweaking crates.io crate jsonic 0.2.14
[INFO] tweaked toml for crates.io crate jsonic 0.2.14 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jsonic 0.2.14 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate jsonic 0.2.14 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 472144c28712682a2bd7e0fd89b7e5823fe38f2f5553943c931b8ad45c528a77
[INFO] running `Command { std: "docker" "start" "-a" "472144c28712682a2bd7e0fd89b7e5823fe38f2f5553943c931b8ad45c528a77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "472144c28712682a2bd7e0fd89b7e5823fe38f2f5553943c931b8ad45c528a77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "472144c28712682a2bd7e0fd89b7e5823fe38f2f5553943c931b8ad45c528a77", kill_on_drop: false }`
[INFO] [stdout] 472144c28712682a2bd7e0fd89b7e5823fe38f2f5553943c931b8ad45c528a77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a630ecfa323840505e497113d6f07ac731c4fb2bb38dcb0ced40edac3e9b3893
[INFO] running `Command { std: "docker" "start" "-a" "a630ecfa323840505e497113d6f07ac731c4fb2bb38dcb0ced40edac3e9b3893", kill_on_drop: false }`
[INFO] [stderr]    Compiling jsonic v0.2.14 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json_item.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn elements(&self) -> Option<ArrayIterator<JsonItem>> {
[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] 110 |     pub fn elements(&self) -> Option<ArrayIterator<'_, JsonItem>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json_item.rs:125:20
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn entries(&self) -> Option<MapIterator<Key, JsonItem>> {
[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] 125 |     pub fn entries(&self) -> Option<MapIterator<'_, Key, JsonItem>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "a630ecfa323840505e497113d6f07ac731c4fb2bb38dcb0ced40edac3e9b3893", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a630ecfa323840505e497113d6f07ac731c4fb2bb38dcb0ced40edac3e9b3893", kill_on_drop: false }`
[INFO] [stdout] a630ecfa323840505e497113d6f07ac731c4fb2bb38dcb0ced40edac3e9b3893
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6464e60e832531e60dfb54e411343471047c5348f7592904232b5ec6d3e32d70
[INFO] running `Command { std: "docker" "start" "-a" "6464e60e832531e60dfb54e411343471047c5348f7592904232b5ec6d3e32d70", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling ref-cast v1.0.22
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling simdutf8 v0.1.4
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling sonic-number v0.1.0
[INFO] [stderr]    Compiling sonic-simd v0.1.0
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling regex-lite v0.1.5
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json_item.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn elements(&self) -> Option<ArrayIterator<JsonItem>> {
[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] 110 |     pub fn elements(&self) -> Option<ArrayIterator<'_, JsonItem>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json_item.rs:125:20
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn entries(&self) -> Option<MapIterator<Key, JsonItem>> {
[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] 125 |     pub fn entries(&self) -> Option<MapIterator<'_, Key, JsonItem>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling clap v4.5.2
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling ref-cast-impl v1.0.22
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling divan-macros v0.1.17
[INFO] [stderr]    Compiling divan v0.1.17
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling halfbrown v0.3.0
[INFO] [stderr]    Compiling faststr v0.2.18
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling sonic-rs v0.4.0
[INFO] [stderr]    Compiling value-trait v0.11.0
[INFO] [stderr]    Compiling simd-json v0.15.0
[INFO] [stderr]    Compiling jsonic v0.2.14 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json_item.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn elements(&self) -> Option<ArrayIterator<JsonItem>> {
[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] 110 |     pub fn elements(&self) -> Option<ArrayIterator<'_, JsonItem>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json_item.rs:125:20
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn entries(&self) -> Option<MapIterator<Key, JsonItem>> {
[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] 125 |     pub fn entries(&self) -> Option<MapIterator<'_, Key, JsonItem>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.91s
[INFO] running `Command { std: "docker" "inspect" "6464e60e832531e60dfb54e411343471047c5348f7592904232b5ec6d3e32d70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6464e60e832531e60dfb54e411343471047c5348f7592904232b5ec6d3e32d70", kill_on_drop: false }`
[INFO] [stdout] 6464e60e832531e60dfb54e411343471047c5348f7592904232b5ec6d3e32d70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f15dafef3311c4d5a2759ccd6a8b0368f67c91708953cfa058237701e51e1f31
[INFO] running `Command { std: "docker" "start" "-a" "f15dafef3311c4d5a2759ccd6a8b0368f67c91708953cfa058237701e51e1f31", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/json_item.rs:110:21
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn elements(&self) -> Option<ArrayIterator<JsonItem>> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn elements(&self) -> Option<ArrayIterator<'_, JsonItem>> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/json_item.rs:125:20
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub fn entries(&self) -> Option<MapIterator<Key, JsonItem>> {
[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] 125 |     pub fn entries(&self) -> Option<MapIterator<'_, Key, JsonItem>> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `jsonic` (lib) generated 2 warnings (run `cargo fix --lib -p jsonic` to apply 2 suggestions)
[INFO] [stderr] warning: `jsonic` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsonic-2df0c8293784dc5a)
[INFO] [stderr]    Doc-tests jsonic
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test tests::empty_map_iterator ... ok
[INFO] [stdout] test tests::empty_array_iterator ... ok
[INFO] [stdout] test tests::missing_key ... ok
[INFO] [stdout] test tests::missing_key_get_value ... ok
[INFO] [stdout] test tests::parse_array_depth ... ok
[INFO] [stdout] test tests::parse_bool ... ok
[INFO] [stdout] test tests::parse_exp_3_digits ... ok
[INFO] [stdout] test tests::parse_float ... ok
[INFO] [stdout] test tests::parse_incorrect ... ok
[INFO] [stdout] test tests::parse_int ... ok
[INFO] [stdout] test tests::parse_object ... ok
[INFO] [stdout] test tests::parse_string ... ok
[INFO] [stdout] test tests::parse_correct ... ok
[INFO] [stdout] test tests::parse_array ... ok
[INFO] [stdout] test tests::parse_object_depth ... ok
[INFO] [stdout] test tests::traverse_array ... ok
[INFO] [stdout] test tests::traverse_object ... ok
[INFO] [stdout] test tests::parse_exp ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - parse (line 215) ... ok
[INFO] [stdout] test src/json_type.rs - json_type::JsonType (line 10) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f15dafef3311c4d5a2759ccd6a8b0368f67c91708953cfa058237701e51e1f31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f15dafef3311c4d5a2759ccd6a8b0368f67c91708953cfa058237701e51e1f31", kill_on_drop: false }`
[INFO] [stdout] f15dafef3311c4d5a2759ccd6a8b0368f67c91708953cfa058237701e51e1f31
