[INFO] fetching crate yaml-spanned 0.0.2... [INFO] testing yaml-spanned-0.0.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate yaml-spanned 0.0.2 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate yaml-spanned 0.0.2 [INFO] finished tweaking crates.io crate yaml-spanned 0.0.2 [INFO] tweaked toml for crates.io crate yaml-spanned 0.0.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate yaml-spanned 0.0.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate yaml-spanned 0.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f36f4777d7be69ee9b0c99153f045cb8af6e532ba74c2d87f2f338a3caec02a0 [INFO] running `Command { std: "docker" "start" "-a" "f36f4777d7be69ee9b0c99153f045cb8af6e532ba74c2d87f2f338a3caec02a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f36f4777d7be69ee9b0c99153f045cb8af6e532ba74c2d87f2f338a3caec02a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f36f4777d7be69ee9b0c99153f045cb8af6e532ba74c2d87f2f338a3caec02a0", kill_on_drop: false }` [INFO] [stdout] f36f4777d7be69ee9b0c99153f045cb8af6e532ba74c2d87f2f338a3caec02a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] feffd2693bcaba00aeed20986755db56c0ddffd2d30126defeb7099d8de994a2 [INFO] running `Command { std: "docker" "start" "-a" "feffd2693bcaba00aeed20986755db56c0ddffd2d30126defeb7099d8de994a2", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling codespan-reporting v0.12.0 [INFO] [stderr] Compiling libyaml-safer v0.1.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling yaml-spanned v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/de.rs:1263:30 [INFO] [stdout] | [INFO] [stdout] 1263 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1263 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mapping.rs:134:18 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn entry(&mut self, k: Spanned) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 134 | pub fn entry(&mut self, k: Spanned) -> Entry<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mapping.rs:251:17 [INFO] [stdout] | [INFO] [stdout] 251 | 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] 251 | 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:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | 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] 260 | 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:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | 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] 268 | 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:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | 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] 284 | 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:291:23 [INFO] [stdout] | [INFO] [stdout] 291 | 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] 291 | 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:683:38 [INFO] [stdout] | [INFO] [stdout] 683 | pub(crate) fn unexpected(number: &Number) -> serde::de::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] 683 | pub(crate) fn unexpected(number: &Number) -> serde::de::Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.32s [INFO] running `Command { std: "docker" "inspect" "feffd2693bcaba00aeed20986755db56c0ddffd2d30126defeb7099d8de994a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "feffd2693bcaba00aeed20986755db56c0ddffd2d30126defeb7099d8de994a2", kill_on_drop: false }` [INFO] [stdout] feffd2693bcaba00aeed20986755db56c0ddffd2d30126defeb7099d8de994a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 692ec83bf28b5e929cdef4e97c0f0415f743ff02a003eb43d9081f8aca2ebac0 [INFO] running `Command { std: "docker" "start" "-a" "692ec83bf28b5e929cdef4e97c0f0415f743ff02a003eb43d9081f8aca2ebac0", kill_on_drop: false }` [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/de.rs:1263:30 [INFO] [stdout] | [INFO] [stdout] 1263 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1263 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mapping.rs:134:18 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn entry(&mut self, k: Spanned) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 134 | pub fn entry(&mut self, k: Spanned) -> Entry<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mapping.rs:251:17 [INFO] [stdout] | [INFO] [stdout] 251 | 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] 251 | 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:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | 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] 260 | 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:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | 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] 268 | 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:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | 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] 284 | 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:291:23 [INFO] [stdout] | [INFO] [stdout] 291 | 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] 291 | 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:683:38 [INFO] [stdout] | [INFO] [stdout] 683 | pub(crate) fn unexpected(number: &Number) -> serde::de::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] 683 | pub(crate) fn unexpected(number: &Number) -> serde::de::Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling similar-asserts v1.7.0 [INFO] [stderr] Compiling yaml-spanned v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/de.rs:1263:30 [INFO] [stdout] | [INFO] [stdout] 1263 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1263 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mapping.rs:134:18 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn entry(&mut self, k: Spanned) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 134 | pub fn entry(&mut self, k: Spanned) -> Entry<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mapping.rs:251:17 [INFO] [stdout] | [INFO] [stdout] 251 | 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] 251 | 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:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | 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] 260 | 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:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | 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] 268 | 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:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | 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] 284 | 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:291:23 [INFO] [stdout] | [INFO] [stdout] 291 | 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] 291 | 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:683:38 [INFO] [stdout] | [INFO] [stdout] 683 | pub(crate) fn unexpected(number: &Number) -> serde::de::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] 683 | pub(crate) fn unexpected(number: &Number) -> serde::de::Unexpected<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.53s [INFO] running `Command { std: "docker" "inspect" "692ec83bf28b5e929cdef4e97c0f0415f743ff02a003eb43d9081f8aca2ebac0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "692ec83bf28b5e929cdef4e97c0f0415f743ff02a003eb43d9081f8aca2ebac0", kill_on_drop: false }` [INFO] [stdout] 692ec83bf28b5e929cdef4e97c0f0415f743ff02a003eb43d9081f8aca2ebac0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0f5e2f0566bdb5df96e237310d73e4e8b628b2708fce471af9c137cfc29c3a87 [INFO] running `Command { std: "docker" "start" "-a" "0f5e2f0566bdb5df96e237310d73e4e8b628b2708fce471af9c137cfc29c3a87", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/de.rs:1263:30 [INFO] [stderr] | [INFO] [stderr] 1263 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1263 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/mapping.rs:134:18 [INFO] [stderr] | [INFO] [stderr] 134 | pub fn entry(&mut self, k: Spanned) -> 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 134 | pub fn entry(&mut self, k: Spanned) -> Entry<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/mapping.rs:251:17 [INFO] [stderr] | [INFO] [stderr] 251 | 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] 251 | 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:260:21 [INFO] [stderr] | [INFO] [stderr] 260 | 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] 260 | 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:268:17 [INFO] [stderr] | [INFO] [stderr] 268 | 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] 268 | 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:284:19 [INFO] [stderr] | [INFO] [stderr] 284 | 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] 284 | 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:291:23 [INFO] [stderr] | [INFO] [stderr] 291 | 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] 291 | 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:683:38 [INFO] [stderr] | [INFO] [stderr] 683 | pub(crate) fn unexpected(number: &Number) -> serde::de::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] 683 | pub(crate) fn unexpected(number: &Number) -> serde::de::Unexpected<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `yaml-spanned` (lib) generated 8 warnings (run `cargo fix --lib -p yaml-spanned` to apply 8 suggestions) [INFO] [stderr] warning: `yaml-spanned` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yaml_spanned-2c2524a1ac9e3a4e) [INFO] [stdout] [INFO] [stdout] running 89 tests [INFO] [stdout] test de::tests::test_bomb ... ignored, we need to prevent these ddos attacks [INFO] [stdout] test de::tests::test_byte_order_mark ... ok [INFO] [stdout] test de::tests::test_empty_scalar ... ok [INFO] [stdout] test de::tests::test_nan ... ok [INFO] [stdout] test de::tests::test_ignore_tag ... ok [INFO] [stdout] test de::tests::test_stateful ... ignored, stateful deserialization not supported, as it requires deserializtion directly from YAML [INFO] [stdout] test de::tests::test_python_safe_dump ... ok [INFO] [stdout] test de::tests::test_literal_quoted_number ... ok [INFO] [stdout] test error::tests::test_bad_bool ... ok [INFO] [stdout] test de::tests::test_no_required_fields ... ok [INFO] [stdout] test error::tests::test_bad_float ... ok [INFO] [stdout] test error::tests::test_bytes ... ok [INFO] [stdout] test error::tests::test_empty ... ignored, empty files (EOF) are parsed as NULL [INFO] [stdout] test de::tests::test_tag_resolution ... ok [INFO] [stdout] test error::tests::test_deserialize_nested_enum ... ok [INFO] [stdout] test error::tests::test_ignored_unknown_anchor ... ok [INFO] [stdout] test error::tests::test_incorrect_nested_type ... ok [INFO] [stdout] test error::tests::test_duplicate_keys ... ok [INFO] [stdout] test error::tests::test_infinite_recursion_arrays ... ok [INFO] [stdout] test error::tests::test_infinite_recursion_objects ... ok [INFO] [stdout] test error::tests::test_invalid_scalar_type ... ok [INFO] [stdout] test error::tests::test_bad_null ... ok [INFO] [stdout] test error::tests::test_long_tuple ... ok [INFO] [stdout] test error::tests::test_missing_enum_tag ... ok [INFO] [stdout] test error::tests::test_missing_field ... ok [INFO] [stdout] test error::tests::test_second_document_syntax_error ... ok [INFO] [stdout] test error::tests::test_short_tuple ... ok [INFO] [stdout] test error::tests::test_struct_from_sequence ... ok [INFO] [stdout] test error::tests::test_infinite_recursion_newtype ... ok [INFO] [stdout] test error::tests::test_unknown_anchor ... ok [INFO] [stdout] test error::tests::test_variant_not_a_seq ... ok [INFO] [stdout] test mapping::tests::test_mapping ... ok [INFO] [stdout] test number::tests::test_i128_big ... ignored, cannot deserialize i128 from value [INFO] [stdout] test number::tests::test_digits ... ok [INFO] [stdout] test error::tests::test_bad_int ... ok [INFO] [stdout] test error::tests::test_billion_laughs ... ok [INFO] [stdout] test number::tests::test_nan ... ok [INFO] [stdout] test number::tests::test_parse_number ... ok [INFO] [stdout] test number::tests::test_u128_big ... ignored, cannot deserialize u128 from value [INFO] [stdout] test number::tests::test_is_i64 ... ok [INFO] [stdout] test number::tests::test_number_alias_as_string ... ok [INFO] [stdout] test ser::tests::test_default ... ok [INFO] [stdout] test number::tests::test_number_as_string ... ok [INFO] [stdout] test ser::tests::test_basic_struct ... ok [INFO] [stdout] test ser::tests::test_i128_small ... ignored, cannot represent i128 yet [INFO] [stdout] test ser::tests::test_float ... ok [INFO] [stdout] test ser::tests::test_float32 ... ok [INFO] [stdout] test ser::tests::test_int_max_u64 ... ok [INFO] [stdout] test ser::tests::test_int_min_i64 ... ok [INFO] [stdout] test ser::tests::test_long_string ... ok [INFO] [stdout] test ser::tests::test_map ... ok [INFO] [stdout] test ser::tests::test_mapping ... ok [INFO] [stdout] test ser::tests::test_multiline_string ... ok [INFO] [stdout] test ser::tests::test_nested_enum ... ok [INFO] [stdout] test ser::tests::test_nested_struct ... ok [INFO] [stdout] test ser::tests::test_nested_vec ... ok [INFO] [stdout] test ser::tests::test_newtype_struct ... ok [INFO] [stdout] test ser::tests::test_newtype_variant ... ok [INFO] [stdout] test ser::tests::test_option ... ok [INFO] [stdout] test ser::tests::test_string_escapes ... ok [INFO] [stdout] test ser::tests::test_strings_needing_quote ... ok [INFO] [stdout] test ser::tests::test_struct_variant ... ok [INFO] [stdout] test ser::tests::test_int ... ok [INFO] [stdout] test ser::tests::test_int_max_i64 ... ok [INFO] [stdout] test ser::tests::test_tagged_map_value ... ok [INFO] [stdout] test ser::tests::test_tuple_variant ... ok [INFO] [stdout] test ser::tests::test_u128_small ... ignored, cannot represent u128 yet [INFO] [stdout] test ser::tests::test_unit ... ok [INFO] [stdout] test ser::tests::test_unit_variant ... ok [INFO] [stdout] test ser::tests::test_vec ... ok [INFO] [stdout] test value::tests::test_alias ... ok [INFO] [stdout] test value::tests::test_borrowed ... ok [INFO] [stdout] test value::tests::test_debug ... ok [INFO] [stdout] test value::tests::test_display ... ok [INFO] [stdout] test value::tests::test_empty_string ... ok [INFO] [stdout] test value::tests::test_enum_alias ... ok [INFO] [stdout] test value::tests::test_enum_representations ... ok [INFO] [stdout] test ser::tests::test_unit_struct ... ok [INFO] [stdout] test value::tests::test_into_deserializer ... ok [INFO] [stdout] test ser::tests::test_value ... ok [INFO] [stdout] test value::tests::test_merge ... ok [INFO] [stdout] test value::tests::test_tagged ... ignored, serialization of struct to value not supported [INFO] [stdout] test value::tests::test_two_documents ... ok [INFO] [stdout] test value::tests::test_option ... ok [INFO] [stdout] test value::tests::test_option_alias ... ok [INFO] [stdout] test number::tests::test_numbers ... ok [INFO] [stdout] test error::tests::test_incorrect_type ... ok [INFO] [stdout] test error::tests::test_finite_recursion_objects ... ok [INFO] [stdout] test error::tests::test_finite_recursion_arrays ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 81 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stderr] Doc-tests yaml_spanned [INFO] [stdout] [INFO] [stdout] running 42 tests [INFO] [stdout] test src/from.rs - from::Value::from (line 108) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 183) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 206) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 145) ... ok [INFO] [stdout] test src/from.rs - from::Value::from_iter (line 250) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 64) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 228) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 116) ... ok [INFO] [stdout] test src/from.rs - from::Value::from_iter (line 257) ... ok [INFO] [stdout] test src/index.rs - index::Value::index (line 339) ... ok [INFO] [stdout] test src/index.rs - index::Value::index_mut (line 376) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 161) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 42) ... ok [INFO] [stdout] test src/index.rs - index::Spanned::index (line 238) ... ok [INFO] [stdout] test src/from.rs - from::Value::from_iter (line 264) ... ok [INFO] [stdout] test src/index.rs - index::Spanned::index_mut (line 276) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_f64 (line 111) ... ok [INFO] [stdout] test src/from.rs - from::Value::from (line 86) ... ok [INFO] [stdout] test src/lib.rs - from_value (line 133) ... ok [INFO] [stdout] test src/number.rs - number::Number::as_i64 (line 138) ... ok [INFO] [stdout] test src/number.rs - number::Number::as_f64 (line 211) ... ok [INFO] [stdout] test src/lib.rs - to_value (line 153) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_nan (line 258) ... ok [INFO] [stdout] test src/number.rs - number::Number::as_f64 (line 226) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_i64 (line 43) ... ok [INFO] [stdout] test src/number.rs - number::Number::as_u64 (line 179) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_finite (line 305) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_infinite (line 282) ... ok [INFO] [stdout] test src/partial_eq.rs - partial_eq::Spanned::eq (line 22) ... ok [INFO] [stdout] test src/partial_eq.rs - partial_eq::Spanned::eq (line 92) ... ok [INFO] [stdout] test src/ser.rs - ser::value::Serializer (line 81) ... ok [INFO] [stdout] test src/partial_eq.rs - partial_eq::Value::eq (line 8) ... ok [INFO] [stdout] test src/tag.rs - tag::TaggedValue (line 28) ... ok [INFO] [stdout] test src/partial_eq.rs - partial_eq::Spanned::eq (line 64) ... ok [INFO] [stdout] test src/value.rs - value::Value (line 73) ... ok [INFO] [stdout] test src/number.rs - number::Number::is_u64 (line 77) ... ok [INFO] [stdout] test src/partial_eq.rs - partial_eq::Spanned::eq (line 36) ... ok [INFO] [stdout] test src/tag.rs - tag::Tag::new (line 80) ... ok [INFO] [stdout] test src/partial_eq.rs - partial_eq::Value::eq (line 50) ... ok [INFO] [stdout] test src/partial_eq.rs - partial_eq::Value::eq (line 106) ... ok [INFO] [stdout] test src/partial_eq.rs - partial_eq::Value::eq (line 78) ... ok [INFO] [stdout] test src/value.rs - value::Value::apply_merge (line 373) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0f5e2f0566bdb5df96e237310d73e4e8b628b2708fce471af9c137cfc29c3a87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f5e2f0566bdb5df96e237310d73e4e8b628b2708fce471af9c137cfc29c3a87", kill_on_drop: false }` [INFO] [stdout] 0f5e2f0566bdb5df96e237310d73e4e8b628b2708fce471af9c137cfc29c3a87