[INFO] fetching crate mk_ext_serde_yaml 0.10.0... [INFO] testing mk_ext_serde_yaml-0.10.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate mk_ext_serde_yaml 0.10.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate mk_ext_serde_yaml 0.10.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mk_ext_serde_yaml 0.10.0 [INFO] tweaked toml for crates.io crate mk_ext_serde_yaml 0.10.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mk_ext_serde_yaml 0.10.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mk_ext_serde_yaml 0.10.0 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3e50cd9bdbb5bbf32b68900d02ee7326f3544e3a2d4c284c6ab35be06403c0c [INFO] running `Command { std: "docker" "start" "-a" "f3e50cd9bdbb5bbf32b68900d02ee7326f3544e3a2d4c284c6ab35be06403c0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3e50cd9bdbb5bbf32b68900d02ee7326f3544e3a2d4c284c6ab35be06403c0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3e50cd9bdbb5bbf32b68900d02ee7326f3544e3a2d4c284c6ab35be06403c0c", kill_on_drop: false }` [INFO] [stdout] f3e50cd9bdbb5bbf32b68900d02ee7326f3544e3a2d4c284c6ab35be06403c0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34fc4675cc4d996f87dfb0a834a180bf8fd863b1b9fb4387d01aef852761de59 [INFO] running `Command { std: "docker" "start" "-a" "34fc4675cc4d996f87dfb0a834a180bf8fd863b1b9fb4387d01aef852761de59", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling mk_ext_serde_yaml v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/libyaml/error.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | 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] 25 | 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:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | problem: match NonNull::new(unsafe { (*parser).problem as *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] 26 | problem: match NonNull::new(unsafe { (&(*parser)).problem as *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:30:32 [INFO] [stdout] | [INFO] [stdout] 30 | 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] 30 | 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:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | 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] 32 | 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:34:44 [INFO] [stdout] | [INFO] [stdout] 34 | context: match NonNull::new(unsafe { (*parser).context as *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] 34 | context: match NonNull::new(unsafe { (&(*parser)).context as *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:39:23 [INFO] [stdout] | [INFO] [stdout] 39 | 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] 39 | 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:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | 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] 46 | 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:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | problem: match NonNull::new(unsafe { (*emitter).problem as *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] 47 | problem: match NonNull::new(unsafe { (&(*emitter)).problem as *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:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | 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] 100 | 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:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | 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] 94 | 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:201:15 [INFO] [stdout] | [INFO] [stdout] 201 | 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] 201 | 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:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | 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] 210 | 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:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | 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] 217 | 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:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | 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] 231 | 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:238:21 [INFO] [stdout] | [INFO] [stdout] 238 | 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] 238 | 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:574:34 [INFO] [stdout] | [INFO] [stdout] 574 | 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] 574 | 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:1215:28 [INFO] [stdout] | [INFO] [stdout] 1215 | 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] 1215 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s [INFO] running `Command { std: "docker" "inspect" "34fc4675cc4d996f87dfb0a834a180bf8fd863b1b9fb4387d01aef852761de59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34fc4675cc4d996f87dfb0a834a180bf8fd863b1b9fb4387d01aef852761de59", kill_on_drop: false }` [INFO] [stdout] 34fc4675cc4d996f87dfb0a834a180bf8fd863b1b9fb4387d01aef852761de59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49fdccab0b8e3e877b10f09e17e452b1108547f626aa4c1eb2f513473a233ee5 [INFO] running `Command { std: "docker" "start" "-a" "49fdccab0b8e3e877b10f09e17e452b1108547f626aa4c1eb2f513473a233ee5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/libyaml/error.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | 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] 25 | 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:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | problem: match NonNull::new(unsafe { (*parser).problem as *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] 26 | problem: match NonNull::new(unsafe { (&(*parser)).problem as *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:30:32 [INFO] [stdout] | [INFO] [stdout] 30 | 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] 30 | 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:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | 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] 32 | 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:34:44 [INFO] [stdout] | [INFO] [stdout] 34 | context: match NonNull::new(unsafe { (*parser).context as *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] 34 | context: match NonNull::new(unsafe { (&(*parser)).context as *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:39:23 [INFO] [stdout] | [INFO] [stdout] 39 | 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] 39 | 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:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | 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] 46 | 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:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | problem: match NonNull::new(unsafe { (*emitter).problem as *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] 47 | problem: match NonNull::new(unsafe { (&(*emitter)).problem as *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:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | 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] 100 | 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:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | 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] 94 | 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:201:15 [INFO] [stdout] | [INFO] [stdout] 201 | 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] 201 | 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:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | 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] 210 | 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:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | 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] 217 | 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:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | 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] 231 | 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:238:21 [INFO] [stdout] | [INFO] [stdout] 238 | 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] 238 | 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:574:34 [INFO] [stdout] | [INFO] [stdout] 574 | 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] 574 | 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:1215:28 [INFO] [stdout] | [INFO] [stdout] 1215 | 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] 1215 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.91 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling mk_ext_serde_yaml v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/libyaml/error.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | 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] 25 | 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:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | problem: match NonNull::new(unsafe { (*parser).problem as *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] 26 | problem: match NonNull::new(unsafe { (&(*parser)).problem as *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:30:32 [INFO] [stdout] | [INFO] [stdout] 30 | 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] 30 | 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:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | 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] 32 | 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:34:44 [INFO] [stdout] | [INFO] [stdout] 34 | context: match NonNull::new(unsafe { (*parser).context as *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] 34 | context: match NonNull::new(unsafe { (&(*parser)).context as *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:39:23 [INFO] [stdout] | [INFO] [stdout] 39 | 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] 39 | 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:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | 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] 46 | 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:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | problem: match NonNull::new(unsafe { (*emitter).problem as *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] 47 | problem: match NonNull::new(unsafe { (&(*emitter)).problem as *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:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | 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] 100 | 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:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | 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] 94 | 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:201:15 [INFO] [stdout] | [INFO] [stdout] 201 | 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] 201 | 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:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | 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] 210 | 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:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | 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] 217 | 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:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | 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] 231 | 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:238:21 [INFO] [stdout] | [INFO] [stdout] 238 | 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] 238 | 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:574:34 [INFO] [stdout] | [INFO] [stdout] 574 | 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] 574 | 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:1215:28 [INFO] [stdout] | [INFO] [stdout] 1215 | 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] 1215 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.18s [INFO] running `Command { std: "docker" "inspect" "49fdccab0b8e3e877b10f09e17e452b1108547f626aa4c1eb2f513473a233ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49fdccab0b8e3e877b10f09e17e452b1108547f626aa4c1eb2f513473a233ee5", kill_on_drop: false }` [INFO] [stdout] 49fdccab0b8e3e877b10f09e17e452b1108547f626aa4c1eb2f513473a233ee5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3fe6f88e90351b8908ec4567c11acc52930cbb679e4e71da1030b7e707dadf03 [INFO] running `Command { std: "docker" "start" "-a" "3fe6f88e90351b8908ec4567c11acc52930cbb679e4e71da1030b7e707dadf03", 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:25:22 [INFO] [stderr] | [INFO] [stderr] 25 | 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] 25 | 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:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | problem: match NonNull::new(unsafe { (*parser).problem as *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] 26 | problem: match NonNull::new(unsafe { (&(*parser)).problem as *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:30:32 [INFO] [stderr] | [INFO] [stderr] 30 | 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] 30 | 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:32:23 [INFO] [stderr] | [INFO] [stderr] 32 | 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] 32 | 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:34:44 [INFO] [stderr] | [INFO] [stderr] 34 | context: match NonNull::new(unsafe { (*parser).context as *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] 34 | context: match NonNull::new(unsafe { (&(*parser)).context as *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:39:23 [INFO] [stderr] | [INFO] [stderr] 39 | 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] 39 | 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:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | 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] 46 | 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:47:44 [INFO] [stderr] | [INFO] [stderr] 47 | problem: match NonNull::new(unsafe { (*emitter).problem as *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] 47 | problem: match NonNull::new(unsafe { (&(*emitter)).problem as *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:100:10 [INFO] [stderr] | [INFO] [stderr] 100 | 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] 100 | 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:94:16 [INFO] [stderr] | [INFO] [stderr] 94 | 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] 94 | 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:201:15 [INFO] [stderr] | [INFO] [stderr] 201 | 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] 201 | 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:210:19 [INFO] [stderr] | [INFO] [stderr] 210 | 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] 210 | 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:217:15 [INFO] [stderr] | [INFO] [stderr] 217 | 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] 217 | 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:231:17 [INFO] [stderr] | [INFO] [stderr] 231 | 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] 231 | 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:238:21 [INFO] [stderr] | [INFO] [stderr] 238 | 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] 238 | 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:574:34 [INFO] [stderr] | [INFO] [stderr] 574 | 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] 574 | 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:1215:28 [INFO] [stderr] | [INFO] [stderr] 1215 | 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] 1215 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `mk_ext_serde_yaml` (lib) generated 17 warnings [INFO] [stderr] warning: `mk_ext_serde_yaml` (lib test) generated 17 warnings (17 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/serde_yaml-8fc6d9c9a4b143f0) [INFO] [stderr] Running tests/test_de.rs (/opt/rustwide/target/debug/deps/test_de-e53c06e09994d463) [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] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test test_empty_scalar ... ok [INFO] [stdout] test test_enum_alias ... ok [INFO] [stdout] test test_bomb ... ok [INFO] [stdout] test test_de_mapping ... ok [INFO] [stdout] test test_empty_string ... ok [INFO] [stdout] test test_ignore_tag ... ok [INFO] [stdout] test test_enum_representations ... ok [INFO] [stdout] test test_byte_order_mark ... ok [INFO] [stdout] test test_i128_big ... ok [INFO] [stdout] test test_borrowed ... ok [INFO] [stdout] test test_option ... ok [INFO] [stdout] test test_nan ... ok [INFO] [stdout] test test_numbers ... ok [INFO] [stdout] test test_u128_big ... ok [INFO] [stdout] test test_parse_number ... ok [INFO] [stdout] test test_option_alias ... ok [INFO] [stdout] test test_number_alias_as_string ... ok [INFO] [stdout] test test_no_required_fields ... ok [INFO] [stdout] test test_stateful ... ok [INFO] [stdout] test test_tag_resolution ... ok [INFO] [stdout] test test_python_safe_dump ... ok [INFO] [stdout] test test_number_as_string ... ok [INFO] [stdout] test test_alias ... ok [INFO] [stderr] Running tests/test_error.rs (/opt/rustwide/target/debug/deps/test_error-edc13cda8ba79b6b) [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test test_bad_bool ... ok [INFO] [stdout] test test_bad_float ... ok [INFO] [stdout] test test_bad_null ... ok [INFO] [stdout] test test_bad_int ... ok [INFO] [stdout] test test_empty ... ok [INFO] [stdout] test test_duplicate_keys ... ok [INFO] [stdout] test test_bytes ... ok [INFO] [stdout] test test_deserialize_nested_enum ... ok [INFO] [stdout] test test_incorrect_type ... ok [INFO] [stdout] test test_invalid_scalar_type ... ok [INFO] [stdout] test test_long_tuple ... ok [INFO] [stdout] test test_scan_error ... ok [INFO] [stdout] test test_infinite_recursion_newtype ... ok [INFO] [stdout] test test_missing_enum_tag ... ok [INFO] [stdout] test test_second_document_syntax_error ... ok [INFO] [stdout] test test_two_documents ... ok [INFO] [stdout] test test_serialize_nested_enum ... ok [INFO] [stdout] test test_unknown_anchor ... ok [INFO] [stdout] test test_missing_field ... ok [INFO] [stdout] test test_struct_from_sequence ... ok [INFO] [stdout] test test_ignored_unknown_anchor ... ok [INFO] [stdout] test test_incorrect_nested_type ... ok [INFO] [stdout] test test_variant_not_a_seq ... ok [INFO] [stdout] test test_billion_laughs ... ok [INFO] [stdout] test test_infinite_recursion_arrays ... ok [INFO] [stdout] test test_infinite_recursion_objects ... ok [INFO] [stdout] test test_short_tuple ... 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-f6c6cd08cccfe88f) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test test_basic_struct ... ok [INFO] [stdout] test test_default ... ok [INFO] [stdout] test test_char ... ok [INFO] [stdout] test test_float ... ok [INFO] [stdout] test test_int ... ok [INFO] [stdout] test test_int_min_i64 ... ok [INFO] [stdout] test test_float32 ... ok [INFO] [stdout] test test_map ... ok [INFO] [stdout] test test_int_max_u64 ... ok [INFO] [stdout] test test_int_max_i64 ... ok [INFO] [stdout] test test_i128_small ... ok [INFO] [stdout] test test_map_key_value ... ok [INFO] [stdout] test test_long_string ... ok [INFO] [stdout] test test_newtype_variant ... ok [INFO] [stdout] test test_multiline_string ... ok [INFO] [stdout] test test_option ... ok [INFO] [stdout] test test_mapping ... ok [INFO] [stdout] test test_unit ... ok [INFO] [stdout] test test_vec ... ok [INFO] [stdout] test test_strings_needing_quote ... ok [INFO] [stdout] test test_nested_struct ... ok [INFO] [stdout] test test_nested_vec ... ok [INFO] [stdout] test test_newtype_struct ... ok [INFO] [stdout] test test_value ... ok [INFO] [stdout] test test_unit_struct ... ok [INFO] [stdout] test test_unit_variant ... ok [INFO] [stdout] test test_tagged_map_value ... ok [INFO] [stdout] test test_struct_variant ... ok [INFO] [stdout] test test_u128_small ... ok [INFO] [stdout] test test_tuple_variant ... ok [INFO] [stdout] test test_nested_enum ... ok [INFO] [stdout] test test_string_escapes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test_value.rs (/opt/rustwide/target/debug/deps/test_value-df5d7bc4b829f8fa) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_tagged ... ok [INFO] [stdout] test test_into_deserializer ... ok [INFO] [stdout] test test_nan ... ok [INFO] [stdout] test test_debug ... ok [INFO] [stdout] test test_digits ... ok [INFO] [stdout] test test_merge ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests serde_yaml [INFO] [stdout] [INFO] [stdout] running 84 tests [INFO] [stdout] test src/number.rs - number::Number::is_finite (line 292) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_infinite (line 269) ... ok [INFO] [stdout] test src/number.rs - number::Number::as_f64 (line 221) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_f64 (line 122) ... ok [INFO] [stdout] test src/de.rs - de::Deserializer (line 63) ... ok [INFO] [stdout] test src/number.rs - number::Number::as_u64 (line 182) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_nan (line 245) ... ok [INFO] [stdout] test src/error.rs - error::Error::location (line 103) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 107) ... ok [INFO] [stdout] test src/de.rs - de::Deserializer (line 47) ... ok [INFO] [stdout] test src/number.rs - number::Number::as_i64 (line 149) ... ok [INFO] [stdout] test src/lib.rs - (line 44) ... ok [INFO] [stdout] test src/lib.rs - (line 68) ... ok [INFO] [stdout] test src/lib.rs - (line 17) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 48) ... ok [INFO] [stdout] test src/number.rs - number::Number::as_f64 (line 206) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_u64 (line 88) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 90) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 140) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 82) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 124) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 64) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_i64 (line 54) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from (line 32) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from_iter (line 156) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from_iter (line 163) ... ok [INFO] [stdout] test src/ser.rs - ser::Serializer (line 46) ... ok [INFO] [stdout] test src/value/from.rs - value::from::Value::from_iter (line 170) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_bool (line 273) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_i64 (line 335) ... ok [INFO] [stdout] test src/value/index.rs - value::index::Value::index (line 223) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_bool (line 279) ... ok [INFO] [stdout] test src/value/index.rs - value::index::Value::index_mut (line 261) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_i64 (line 341) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_mapping_mut (line 589) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_mapping (line 564) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_mapping (line 574) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_null (line 232) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_null (line 238) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_f64 (line 430) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_str (line 465) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::apply_merge (line 619) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_sequence_mut (line 524) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_sequence (line 503) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_sequence (line 509) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_f64 (line 424) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_sequence_mut (line 532) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_mapping_mut (line 602) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value (line 65) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_str (line 471) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::get (line 149) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_u64 (line 383) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::as_u64 (line 377) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::get (line 170) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_bool (line 255) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_i64 (line 323) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_bool (line 261) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_mapping (line 552) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_f64 (line 403) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_sequence (line 491) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_number (line 293) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_mapping (line 546) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_f64 (line 409) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_number (line 299) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_null (line 211) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_null (line 217) ... 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_string (line 453) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_i64 (line 317) ... ok [INFO] [stdout] test src/value/mod.rs - value::from_value (line 126) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_sequence (line 485) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_u64 (line 359) ... ok [INFO] [stdout] test src/value/partial_eq.rs - value::partial_eq::Value::eq (line 50) ... ok [INFO] [stdout] test src/value/partial_eq.rs - value::partial_eq::Value::eq (line 36) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_string (line 447) ... ok [INFO] [stdout] test src/value/partial_eq.rs - value::partial_eq::Value::eq (line 8) ... ok [INFO] [stdout] test src/value/mod.rs - value::to_value (line 104) ... ok [INFO] [stdout] test src/value/tagged.rs - value::tagged::Tag::new (line 89) ... ok [INFO] [stdout] test src/value/mod.rs - value::Value::is_u64 (line 365) ... ok [INFO] [stdout] test src/value/ser.rs - value::ser::Serializer (line 61) ... ok [INFO] [stdout] test src/value/tagged.rs - value::tagged::TaggedValue (line 51) ... ok [INFO] [stdout] test src/with.rs - with::singleton_map_recursive (line 898) ... ok [INFO] [stdout] test src/with.rs - with::singleton_map (line 8) ... ok [INFO] [stdout] test src/with.rs - with::singleton_map_recursive (line 838) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.57s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3fe6f88e90351b8908ec4567c11acc52930cbb679e4e71da1030b7e707dadf03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fe6f88e90351b8908ec4567c11acc52930cbb679e4e71da1030b7e707dadf03", kill_on_drop: false }` [INFO] [stdout] 3fe6f88e90351b8908ec4567c11acc52930cbb679e4e71da1030b7e707dadf03