[INFO] fetching crate serde_norway 0.9.42...
[INFO] testing serde_norway-0.9.42 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate serde_norway 0.9.42 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate serde_norway 0.9.42
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate serde_norway 0.9.42
[INFO] tweaked toml for crates.io crate serde_norway 0.9.42 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate serde_norway 0.9.42 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5e240a8cda2bd8233c56c7bed04a9447b407cab662445c10af6c3e55be83bc06
[INFO] running `Command { std: "docker" "start" "-a" "5e240a8cda2bd8233c56c7bed04a9447b407cab662445c10af6c3e55be83bc06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e240a8cda2bd8233c56c7bed04a9447b407cab662445c10af6c3e55be83bc06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e240a8cda2bd8233c56c7bed04a9447b407cab662445c10af6c3e55be83bc06", kill_on_drop: false }`
[INFO] [stdout] 5e240a8cda2bd8233c56c7bed04a9447b407cab662445c10af6c3e55be83bc06
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b82d01f217436613c82ea65bc33b490ff8a05822d28dc4ca569e6853ed05d72
[INFO] running `Command { std: "docker" "start" "-a" "2b82d01f217436613c82ea65bc33b490ff8a05822d28dc4ca569e6853ed05d72", kill_on_drop: false }`
[INFO] [stderr]    Compiling unsafe-libyaml-norway v0.2.15
[INFO] [stderr]    Compiling serde_norway v0.9.42 (/opt/rustwide/workdir)
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |             kind: unsafe { (*parser).error },
[INFO] [stdout]    |                            ^^------^^^^^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]    = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 21 |             kind: unsafe { (&(*parser)).error },
[INFO] [stdout]    |                            ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:22:50
[INFO] [stdout]    |
[INFO] [stdout] 22 |             problem: match NonNull::new(unsafe { (*parser).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 22 |             problem: match NonNull::new(unsafe { (&(*parser)).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:26:38
[INFO] [stdout]    |
[INFO] [stdout] 26 |             problem_offset: unsafe { (*parser).problem_offset },
[INFO] [stdout]    |                                      ^^------^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 26 |             problem_offset: unsafe { (&(*parser)).problem_offset },
[INFO] [stdout]    |                                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:28:31
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 sys: unsafe { (*parser).problem_mark },
[INFO] [stdout]    |                               ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 sys: unsafe { (&(*parser)).problem_mark },
[INFO] [stdout]    |                               ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:30:50
[INFO] [stdout]    |
[INFO] [stdout] 30 |             context: match NonNull::new(unsafe { (*parser).context.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 30 |             context: match NonNull::new(unsafe { (&(*parser)).context.cast_mut() }) {
[INFO] [stdout]    |                                                  ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:35:31
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 sys: unsafe { (*parser).context_mark },
[INFO] [stdout]    |                               ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 sys: unsafe { (&(*parser)).context_mark },
[INFO] [stdout]    |                               ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             kind: unsafe { (*emitter).error },
[INFO] [stdout]    |                            ^^-------^^^^^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this raw pointer has type `*const yaml_emitter_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 42 |             kind: unsafe { (&(*emitter)).error },
[INFO] [stdout]    |                            ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:43:50
[INFO] [stdout]    |
[INFO] [stdout] 43 |             problem: match NonNull::new(unsafe { (*emitter).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^-------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_emitter_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 43 |             problem: match NonNull::new(unsafe { (&(*emitter)).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/parser.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 |             if (*parser).error != sys::YAML_NO_ERROR {
[INFO] [stdout]    |                ^^------^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 87 |             if (&(*parser)).error != sys::YAML_NO_ERROR {
[INFO] [stdout]    |                ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mapping.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entry(&mut self, k: Value) -> Entry {
[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] 81 |     pub fn entry(&mut self, k: Value) -> Entry<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:188:17
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn iter(&self) -> Iter {
[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] 188 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_mut(&mut self) -> IterMut {
[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] 197 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:204:17
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn keys(&self) -> Keys {
[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] 204 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:218:19
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn values(&self) -> Values {
[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] 218 |     pub fn values(&self) -> Values<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:225:23
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub fn values_mut(&mut self) -> ValuesMut {
[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] 225 |     pub fn values_mut(&mut self) -> ValuesMut<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/number.rs:555:34
[INFO] [stdout]     |
[INFO] [stdout] 555 | pub(crate) fn unexpected(number: &Number) -> Unexpected {
[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] 555 | pub(crate) fn unexpected(number: &Number) -> Unexpected<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/value/de.rs:1231:30
[INFO] [stdout]      |
[INFO] [stdout] 1231 |     pub(crate) fn unexpected(&self) -> Unexpected {
[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] 1231 |     pub(crate) fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
[INFO] running `Command { std: "docker" "inspect" "2b82d01f217436613c82ea65bc33b490ff8a05822d28dc4ca569e6853ed05d72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b82d01f217436613c82ea65bc33b490ff8a05822d28dc4ca569e6853ed05d72", kill_on_drop: false }`
[INFO] [stdout] 2b82d01f217436613c82ea65bc33b490ff8a05822d28dc4ca569e6853ed05d72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad3e945fff06d5e944a4008c497a25e3ddc49aee619e8ff6a12b77a8da3e343a
[INFO] running `Command { std: "docker" "start" "-a" "ad3e945fff06d5e944a4008c497a25e3ddc49aee619e8ff6a12b77a8da3e343a", kill_on_drop: false }`
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |             kind: unsafe { (*parser).error },
[INFO] [stdout]    |                            ^^------^^^^^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]    = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 21 |             kind: unsafe { (&(*parser)).error },
[INFO] [stdout]    |                            ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:22:50
[INFO] [stdout]    |
[INFO] [stdout] 22 |             problem: match NonNull::new(unsafe { (*parser).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 22 |             problem: match NonNull::new(unsafe { (&(*parser)).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:26:38
[INFO] [stdout]    |
[INFO] [stdout] 26 |             problem_offset: unsafe { (*parser).problem_offset },
[INFO] [stdout]    |                                      ^^------^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 26 |             problem_offset: unsafe { (&(*parser)).problem_offset },
[INFO] [stdout]    |                                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:28:31
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 sys: unsafe { (*parser).problem_mark },
[INFO] [stdout]    |                               ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 sys: unsafe { (&(*parser)).problem_mark },
[INFO] [stdout]    |                               ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:30:50
[INFO] [stdout]    |
[INFO] [stdout] 30 |             context: match NonNull::new(unsafe { (*parser).context.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 30 |             context: match NonNull::new(unsafe { (&(*parser)).context.cast_mut() }) {
[INFO] [stdout]    |                                                  ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:35:31
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 sys: unsafe { (*parser).context_mark },
[INFO] [stdout]    |                               ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 sys: unsafe { (&(*parser)).context_mark },
[INFO] [stdout]    |                               ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             kind: unsafe { (*emitter).error },
[INFO] [stdout]    |                            ^^-------^^^^^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this raw pointer has type `*const yaml_emitter_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 42 |             kind: unsafe { (&(*emitter)).error },
[INFO] [stdout]    |                            ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:43:50
[INFO] [stdout]    |
[INFO] [stdout] 43 |             problem: match NonNull::new(unsafe { (*emitter).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^-------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_emitter_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 43 |             problem: match NonNull::new(unsafe { (&(*emitter)).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/parser.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 |             if (*parser).error != sys::YAML_NO_ERROR {
[INFO] [stdout]    |                ^^------^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 87 |             if (&(*parser)).error != sys::YAML_NO_ERROR {
[INFO] [stdout]    |                ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mapping.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entry(&mut self, k: Value) -> Entry {
[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] 81 |     pub fn entry(&mut self, k: Value) -> Entry<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:188:17
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn iter(&self) -> Iter {
[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] 188 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_mut(&mut self) -> IterMut {
[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] 197 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:204:17
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn keys(&self) -> Keys {
[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] 204 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:218:19
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn values(&self) -> Values {
[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] 218 |     pub fn values(&self) -> Values<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:225:23
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub fn values_mut(&mut self) -> ValuesMut {
[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] 225 |     pub fn values_mut(&mut self) -> ValuesMut<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/number.rs:555:34
[INFO] [stdout]     |
[INFO] [stdout] 555 | pub(crate) fn unexpected(number: &Number) -> Unexpected {
[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] 555 | pub(crate) fn unexpected(number: &Number) -> Unexpected<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/value/de.rs:1231:30
[INFO] [stdout]      |
[INFO] [stdout] 1231 |     pub(crate) fn unexpected(&self) -> Unexpected {
[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] 1231 |     pub(crate) fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_norway v0.9.42 (/opt/rustwide/workdir)
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |             kind: unsafe { (*parser).error },
[INFO] [stdout]    |                            ^^------^^^^^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]    = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 21 |             kind: unsafe { (&(*parser)).error },
[INFO] [stdout]    |                            ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:22:50
[INFO] [stdout]    |
[INFO] [stdout] 22 |             problem: match NonNull::new(unsafe { (*parser).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 22 |             problem: match NonNull::new(unsafe { (&(*parser)).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:26:38
[INFO] [stdout]    |
[INFO] [stdout] 26 |             problem_offset: unsafe { (*parser).problem_offset },
[INFO] [stdout]    |                                      ^^------^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 26 |             problem_offset: unsafe { (&(*parser)).problem_offset },
[INFO] [stdout]    |                                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:28:31
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 sys: unsafe { (*parser).problem_mark },
[INFO] [stdout]    |                               ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 sys: unsafe { (&(*parser)).problem_mark },
[INFO] [stdout]    |                               ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:30:50
[INFO] [stdout]    |
[INFO] [stdout] 30 |             context: match NonNull::new(unsafe { (*parser).context.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 30 |             context: match NonNull::new(unsafe { (&(*parser)).context.cast_mut() }) {
[INFO] [stdout]    |                                                  ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:35:31
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 sys: unsafe { (*parser).context_mark },
[INFO] [stdout]    |                               ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 this raw pointer has type `*const yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 sys: unsafe { (&(*parser)).context_mark },
[INFO] [stdout]    |                               ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             kind: unsafe { (*emitter).error },
[INFO] [stdout]    |                            ^^-------^^^^^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this raw pointer has type `*const yaml_emitter_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 42 |             kind: unsafe { (&(*emitter)).error },
[INFO] [stdout]    |                            ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/error.rs:43:50
[INFO] [stdout]    |
[INFO] [stdout] 43 |             problem: match NonNull::new(unsafe { (*emitter).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ^^-------^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this raw pointer has type `*const yaml_emitter_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 43 |             problem: match NonNull::new(unsafe { (&(*emitter)).problem.cast_mut() }) {
[INFO] [stdout]    |                                                  ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/libyaml/parser.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 |             if (*parser).error != sys::YAML_NO_ERROR {
[INFO] [stdout]    |                ^^------^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 87 |             if (&(*parser)).error != sys::YAML_NO_ERROR {
[INFO] [stdout]    |                ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mapping.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entry(&mut self, k: Value) -> Entry {
[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] 81 |     pub fn entry(&mut self, k: Value) -> Entry<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:188:17
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn iter(&self) -> Iter {
[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] 188 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_mut(&mut self) -> IterMut {
[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] 197 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:204:17
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn keys(&self) -> Keys {
[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] 204 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:218:19
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn values(&self) -> Values {
[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] 218 |     pub fn values(&self) -> Values<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mapping.rs:225:23
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub fn values_mut(&mut self) -> ValuesMut {
[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] 225 |     pub fn values_mut(&mut self) -> ValuesMut<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/number.rs:555:34
[INFO] [stdout]     |
[INFO] [stdout] 555 | pub(crate) fn unexpected(number: &Number) -> Unexpected {
[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] 555 | pub(crate) fn unexpected(number: &Number) -> Unexpected<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/value/de.rs:1231:30
[INFO] [stdout]      |
[INFO] [stdout] 1231 |     pub(crate) fn unexpected(&self) -> Unexpected {
[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] 1231 |     pub(crate) fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.99s
[INFO] running `Command { std: "docker" "inspect" "ad3e945fff06d5e944a4008c497a25e3ddc49aee619e8ff6a12b77a8da3e343a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad3e945fff06d5e944a4008c497a25e3ddc49aee619e8ff6a12b77a8da3e343a", kill_on_drop: false }`
[INFO] [stdout] ad3e945fff06d5e944a4008c497a25e3ddc49aee619e8ff6a12b77a8da3e343a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 006ce074a926451606e4dd244bb5da6abe61acf72c0e0e289e2ee31e9639d7eb
[INFO] running `Command { std: "docker" "start" "-a" "006ce074a926451606e4dd244bb5da6abe61acf72c0e0e289e2ee31e9639d7eb", kill_on_drop: false }`
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/error.rs:21:28
[INFO] [stderr]    |
[INFO] [stderr] 21 |             kind: unsafe { (*parser).error },
[INFO] [stderr]    |                            ^^------^^^^^^^
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              this raw pointer has type `*const yaml_parser_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr]    = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 21 |             kind: unsafe { (&(*parser)).error },
[INFO] [stderr]    |                            ++         +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/error.rs:22:50
[INFO] [stderr]    |
[INFO] [stderr] 22 |             problem: match NonNull::new(unsafe { (*parser).problem.cast_mut() }) {
[INFO] [stderr]    |                                                  ^^------^^^^^^^^^
[INFO] [stderr]    |                                                    |
[INFO] [stderr]    |                                                    this raw pointer has type `*const yaml_parser_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 22 |             problem: match NonNull::new(unsafe { (&(*parser)).problem.cast_mut() }) {
[INFO] [stderr]    |                                                  ++         +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/error.rs:26:38
[INFO] [stderr]    |
[INFO] [stderr] 26 |             problem_offset: unsafe { (*parser).problem_offset },
[INFO] [stderr]    |                                      ^^------^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                        |
[INFO] [stderr]    |                                        this raw pointer has type `*const yaml_parser_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 26 |             problem_offset: unsafe { (&(*parser)).problem_offset },
[INFO] [stderr]    |                                      ++         +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/error.rs:28:31
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 sys: unsafe { (*parser).problem_mark },
[INFO] [stderr]    |                               ^^------^^^^^^^^^^^^^^
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 this raw pointer has type `*const yaml_parser_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 sys: unsafe { (&(*parser)).problem_mark },
[INFO] [stderr]    |                               ++         +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/error.rs:30:50
[INFO] [stderr]    |
[INFO] [stderr] 30 |             context: match NonNull::new(unsafe { (*parser).context.cast_mut() }) {
[INFO] [stderr]    |                                                  ^^------^^^^^^^^^
[INFO] [stderr]    |                                                    |
[INFO] [stderr]    |                                                    this raw pointer has type `*const yaml_parser_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 30 |             context: match NonNull::new(unsafe { (&(*parser)).context.cast_mut() }) {
[INFO] [stderr]    |                                                  ++         +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/error.rs:35:31
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 sys: unsafe { (*parser).context_mark },
[INFO] [stderr]    |                               ^^------^^^^^^^^^^^^^^
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 this raw pointer has type `*const yaml_parser_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 sys: unsafe { (&(*parser)).context_mark },
[INFO] [stderr]    |                               ++         +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/error.rs:42:28
[INFO] [stderr]    |
[INFO] [stderr] 42 |             kind: unsafe { (*emitter).error },
[INFO] [stderr]    |                            ^^-------^^^^^^^
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              this raw pointer has type `*const yaml_emitter_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 42 |             kind: unsafe { (&(*emitter)).error },
[INFO] [stderr]    |                            ++          +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/error.rs:43:50
[INFO] [stderr]    |
[INFO] [stderr] 43 |             problem: match NonNull::new(unsafe { (*emitter).problem.cast_mut() }) {
[INFO] [stderr]    |                                                  ^^-------^^^^^^^^^
[INFO] [stderr]    |                                                    |
[INFO] [stderr]    |                                                    this raw pointer has type `*const yaml_emitter_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 43 |             problem: match NonNull::new(unsafe { (&(*emitter)).problem.cast_mut() }) {
[INFO] [stderr]    |                                                  ++          +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]   --> src/libyaml/parser.rs:87:16
[INFO] [stderr]    |
[INFO] [stderr] 87 |             if (*parser).error != sys::YAML_NO_ERROR {
[INFO] [stderr]    |                ^^------^^^^^^^
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  this raw pointer has type `*mut yaml_parser_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]    |
[INFO] [stderr] 87 |             if (&(*parser)).error != sys::YAML_NO_ERROR {
[INFO] [stderr]    |                ++         +
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/mapping.rs:81:18
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub fn entry(&mut self, k: Value) -> Entry {
[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] 81 |     pub fn entry(&mut self, k: Value) -> Entry<'_> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mapping.rs:188:17
[INFO] [stderr]     |
[INFO] [stderr] 188 |     pub fn iter(&self) -> Iter {
[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] 188 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mapping.rs:197:21
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn iter_mut(&mut self) -> IterMut {
[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] 197 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mapping.rs:204:17
[INFO] [stderr]     |
[INFO] [stderr] 204 |     pub fn keys(&self) -> Keys {
[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] 204 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mapping.rs:218:19
[INFO] [stderr]     |
[INFO] [stderr] 218 |     pub fn values(&self) -> Values {
[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] 218 |     pub fn values(&self) -> Values<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mapping.rs:225:23
[INFO] [stderr]     |
[INFO] [stderr] 225 |     pub fn values_mut(&mut self) -> ValuesMut {
[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] 225 |     pub fn values_mut(&mut self) -> ValuesMut<'_> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/number.rs:555:34
[INFO] [stderr]     |
[INFO] [stderr] 555 | pub(crate) fn unexpected(number: &Number) -> Unexpected {
[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] 555 | pub(crate) fn unexpected(number: &Number) -> Unexpected<'_> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/value/de.rs:1231:30
[INFO] [stderr]      |
[INFO] [stderr] 1231 |     pub(crate) fn unexpected(&self) -> Unexpected {
[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] 1231 |     pub(crate) fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stderr]      |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `serde_norway` (lib) generated 17 warnings (run `cargo fix --lib -p serde_norway` to apply 8 suggestions)
[INFO] [stderr] warning: `serde_norway` (lib test) generated 17 warnings (17 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/serde_norway-d53059ccdb78c559)
[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] [stderr]      Running tests/test_de.rs (/opt/rustwide/target/debug/deps/test_de-37fdb39661bb6ae4)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test test_byte_order_mark ... ok
[INFO] [stdout] test test_alias ... ok
[INFO] [stdout] test test_enum_alias ... ok
[INFO] [stdout] test test_empty_scalar ... ok
[INFO] [stdout] test test_empty_string ... ok
[INFO] [stdout] test test_de_mapping ... ok
[INFO] [stdout] test test_i128_big ... ok
[INFO] [stdout] test test_nan ... ok
[INFO] [stdout] test test_no_required_fields ... ok
[INFO] [stdout] test test_number_alias_as_string ... ok
[INFO] [stdout] test test_number_as_string ... ok
[INFO] [stdout] test test_enum_representations ... ok
[INFO] [stdout] test test_python_safe_dump ... ok
[INFO] [stdout] test test_bomb ... ok
[INFO] [stdout] test test_borrowed ... ok
[INFO] [stdout] test test_option ... ok
[INFO] [stdout] test test_option_alias ... ok
[INFO] [stdout] test test_parse_number ... ok
[INFO] [stdout] test test_u128_big ... ok
[INFO] [stdout] test test_stateful ... ok
[INFO] [stdout] test test_ignore_tag ... ok
[INFO] [stdout] test test_tag_resolution ... ok
[INFO] [stdout] test test_numbers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_error.rs (/opt/rustwide/target/debug/deps/test_error-f50cf3c84e340717)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test test_bad_int ... ok
[INFO] [stdout] test test_bad_float ... ok
[INFO] [stdout] test test_bad_null ... ok
[INFO] [stdout] test test_bad_bool ... ok
[INFO] [stdout] test test_bytes ... ok
[INFO] [stdout] test test_deserialize_nested_enum ... ok
[INFO] [stdout] test test_empty ... ok
[INFO] [stdout] test test_duplicate_keys ... ok
[INFO] [stdout] test test_ignored_unknown_anchor ... ok
[INFO] [stdout] test test_incorrect_nested_type ... ok
[INFO] [stdout] test test_incorrect_type ... ok
[INFO] [stdout] test test_infinite_recursion_arrays ... ok
[INFO] [stdout] test test_long_tuple ... ok
[INFO] [stdout] test test_infinite_recursion_newtype ... ok
[INFO] [stdout] test test_infinite_recursion_objects ... ok
[INFO] [stdout] test test_missing_enum_tag ... ok
[INFO] [stdout] test test_scan_error ... ok
[INFO] [stdout] test test_missing_field ... ok
[INFO] [stdout] test test_second_document_syntax_error ... ok
[INFO] [stdout] test test_struct_from_sequence ... ok
[INFO] [stdout] test test_two_documents ... ok
[INFO] [stdout] test test_unknown_anchor ... ok
[INFO] [stdout] test test_serialize_nested_enum ... ok
[INFO] [stdout] test test_short_tuple ... ok
[INFO] [stdout] test test_variant_not_a_seq ... ok
[INFO] [stdout] test test_invalid_scalar_type ... ok
[INFO] [stdout] test test_billion_laughs ... ok
[INFO] [stdout] test test_finite_recursion_objects ... ok
[INFO] [stdout] test test_finite_recursion_arrays ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_serde.rs (/opt/rustwide/target/debug/deps/test_serde-ed6eb1217fc30937)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test test_int_max_i64 ... ok
[INFO] [stdout] test test_char ... ok
[INFO] [stdout] test test_int_min_i64 ... ok
[INFO] [stdout] test test_default ... ok
[INFO] [stdout] test test_int_max_u64 ... ok
[INFO] [stdout] test test_long_string ... ok
[INFO] [stdout] test test_float32 ... ok
[INFO] [stdout] test test_basic_struct ... ok
[INFO] [stdout] test test_float ... ok
[INFO] [stdout] test test_i128_small ... ok
[INFO] [stdout] test test_int ... ok
[INFO] [stdout] test test_multiline_string ... ok
[INFO] [stdout] test test_newtype_struct ... ok
[INFO] [stdout] test test_newtype_variant ... ok
[INFO] [stdout] test test_nested_enum ... ok
[INFO] [stdout] test test_nested_struct ... ok
[INFO] [stdout] test test_nested_vec ... ok
[INFO] [stdout] test test_struct_variant ... ok
[INFO] [stdout] test test_strings_needing_quote ... ok
[INFO] [stdout] test test_option ... ok
[INFO] [stdout] test test_tuple_variant ... ok
[INFO] [stdout] test test_string_escapes ... ok
[INFO] [stdout] test test_tagged_map_value ... ok
[INFO] [stdout] test test_u128_small ... ok
[INFO] [stdout] test test_unit ... ok
[INFO] [stdout] test test_unit_struct ... ok
[INFO] [stdout] test test_unit_variant ... ok
[INFO] [stdout] test test_value ... ok
[INFO] [stdout] test test_vec ... ok
[INFO] [stdout] test test_map_key_value ... ok
[INFO] [stdout] test test_mapping ... ok
[INFO] [stderr]      Running tests/test_value.rs (/opt/rustwide/target/debug/deps/test_value-241f25d9d3c6e308)
[INFO] [stdout] test test_map ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_tagged ... ok
[INFO] [stdout] test test_merge ... ok
[INFO] [stdout] test test_into_deserializer ... ok
[INFO] [stdout] test test_digits ... ok
[INFO] [stdout] test test_debug ... ok
[INFO] [stdout] test test_nan ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests serde_norway
[INFO] [stdout] 
[INFO] [stdout] running 84 tests
[INFO] [stdout] test src/lib.rs - (line 12) ... ok
[INFO] [stdout] test src/number.rs - number::Number::as_f64 (line 187) ... ok
[INFO] [stdout] test src/number.rs - number::Number::as_f64 (line 202) ... ok
[INFO] [stdout] test src/de.rs - de::Deserializer (line 26) ... ok
[INFO] [stdout] test src/error.rs - error::Error::location (line 91) ... ok
[INFO] [stdout] test src/number.rs - number::Number::is_f64 (line 103) ... ok
[INFO] [stdout] test src/de.rs - de::Deserializer (line 42) ... ok
[INFO] [stdout] test src/lib.rs - (line 39) ... ok
[INFO] [stdout] test src/number.rs - number::Number::is_finite (line 273) ... ok
[INFO] [stdout] test src/number.rs - number::Number::as_i64 (line 130) ... ok
[INFO] [stdout] test src/number.rs - number::Number::is_u64 (line 69) ... ok
[INFO] [stdout] test src/number.rs - number::Number::is_infinite (line 250) ... ok
[INFO] [stdout] test src/lib.rs - (line 63) ... ok
[INFO] [stdout] test src/number.rs - number::Number::is_nan (line 226) ... ok
[INFO] [stdout] test src/number.rs - number::Number::as_u64 (line 163) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 121) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 61) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 45) ... ok
[INFO] [stdout] test src/number.rs - number::Number::is_i64 (line 35) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 29) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 104) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 137) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 79) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 87) ... ok
[INFO] [stdout] test src/ser.rs - ser::Serializer (line 24) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from_iter (line 153) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from_iter (line 160) ... ok
[INFO] [stdout] test src/value/index.rs - value::index::Value::index_mut (line 256) ... ok
[INFO] [stdout] test src/value/from.rs - value::from::Value::from_iter (line 167) ... ok
[INFO] [stdout] test src/value/index.rs - value::index::Value::index (line 218) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_bool (line 259) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_f64 (line 410) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::apply_merge (line 605) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_f64 (line 416) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value (line 51) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_i64 (line 327) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_bool (line 265) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_mapping_mut (line 588) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_mapping (line 560) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_i64 (line 321) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_mapping (line 550) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_null (line 218) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_null (line 224) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_sequence (line 489) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_sequence (line 495) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_str (line 457) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_mapping_mut (line 575) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_str (line 451) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::get (line 135) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_sequence_mut (line 510) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_sequence_mut (line 518) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::get (line 156) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_u64 (line 369) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_f64 (line 389) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_bool (line 241) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::as_u64 (line 363) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_bool (line 247) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_f64 (line 395) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_i64 (line 303) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_i64 (line 309) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_mapping (line 538) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_null (line 197) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_null (line 203) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_mapping (line 532) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_number (line 285) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_number (line 279) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_sequence (line 471) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_u64 (line 345) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_string (line 439) ... ok
[INFO] [stdout] test src/value/partial_eq.rs - value::partial_eq::Value::eq (line 22) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_sequence (line 477) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_string (line 433) ... ok
[INFO] [stdout] test src/value/mod.rs - value::from_value (line 112) ... ok
[INFO] [stdout] test src/value/mod.rs - value::to_value (line 90) ... ok
[INFO] [stdout] test src/value/mod.rs - value::Value::is_u64 (line 351) ... ok
[INFO] [stdout] test src/value/partial_eq.rs - value::partial_eq::Value::eq (line 8) ... ok
[INFO] [stdout] test src/value/partial_eq.rs - value::partial_eq::Value::eq (line 36) ... ok
[INFO] [stdout] test src/value/ser.rs - value::ser::Serializer (line 43) ... ok
[INFO] [stdout] test src/value/partial_eq.rs - value::partial_eq::Value::eq (line 50) ... ok
[INFO] [stdout] test src/value/tagged.rs - value::tagged::Tag::new (line 64) ... ok
[INFO] [stdout] test src/with.rs - with::singleton_map (line 8) ... ok
[INFO] [stdout] test src/value/tagged.rs - value::tagged::TaggedValue (line 26) ... ok
[INFO] [stdout] test src/with.rs - with::singleton_map_recursive (line 902) ... ok
[INFO] [stdout] test src/with.rs - with::singleton_map_recursive (line 842) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.63s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "006ce074a926451606e4dd244bb5da6abe61acf72c0e0e289e2ee31e9639d7eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "006ce074a926451606e4dd244bb5da6abe61acf72c0e0e289e2ee31e9639d7eb", kill_on_drop: false }`
[INFO] [stdout] 006ce074a926451606e4dd244bb5da6abe61acf72c0e0e289e2ee31e9639d7eb
