[INFO] fetching crate nvim-utils 0.1.12...
[INFO] checking nvim-utils-0.1.12 against master#b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd for pr-155499
[INFO] extracting crate nvim-utils 0.1.12 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate nvim-utils 0.1.12
[INFO] finished tweaking crates.io crate nvim-utils 0.1.12
[INFO] tweaked toml for crates.io crate nvim-utils 0.1.12 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nvim-utils 0.1.12 on toolchain b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 51 packages to latest compatible versions
[INFO] [stderr]       Adding luajit-src v210.4.8+resty107baaf (available: v210.7.0+fbb36bb)
[INFO] [stderr]       Adding mlua v0.8.10 (available: v0.11.6)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mlua_derive v0.8.0
[INFO] [stderr]   Downloaded nvim-utils-macros v0.1.1
[INFO] [stderr]   Downloaded mlua v0.8.10
[INFO] [stderr]   Downloaded erased-serde v0.3.31
[INFO] [stderr]   Downloaded bstr v0.2.17
[INFO] [stderr]   Downloaded lua-src v546.0.2
[INFO] [stderr]   Downloaded luajit-src v210.4.8+resty107baaf
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 618ce8c81cbaf971aa05afd493efcb35d64c093c10d7d771a573169e290579f6
[INFO] running `Command { std: "docker" "start" "-a" "618ce8c81cbaf971aa05afd493efcb35d64c093c10d7d771a573169e290579f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "618ce8c81cbaf971aa05afd493efcb35d64c093c10d7d771a573169e290579f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "618ce8c81cbaf971aa05afd493efcb35d64c093c10d7d771a573169e290579f6", kill_on_drop: false }`
[INFO] [stdout] 618ce8c81cbaf971aa05afd493efcb35d64c093c10d7d771a573169e290579f6
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76aff8f835eb51abb45953efac822acb8ca261240ea4999ba1a447ee4c8680d1
[INFO] running `Command { std: "docker" "start" "-a" "76aff8f835eb51abb45953efac822acb8ca261240ea4999ba1a447ee4c8680d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling lua-src v546.0.2
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling luajit-src v210.4.8+resty107baaf
[INFO] [stderr]    Compiling mlua v0.8.10
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling mlua_derive v0.8.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]    Compiling nvim-utils-macros v0.1.1
[INFO] [stderr]     Checking nvim-utils v0.1.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/builder.rs:72:54
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn fields(&'a self) -> impl Iterator<Item = (&String, &LuaValue)> {
[INFO] [stdout]    |                    --                                ^^^^^^^  ^^^^^^^^^
[INFO] [stdout]    |                    |                                 |        ||
[INFO] [stdout]    |                    |                                 |        |the same lifetime is hidden here
[INFO] [stdout]    |                    |                                 |        the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is named here        the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn fields(&'a self) -> impl Iterator<Item = (&'a String, &'a LuaValue<'a>)> {
[INFO] [stdout]    |                                                       ++          ++         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/builder.rs:77:62
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn fields_mut(&'a mut self) -> impl Iterator<Item = (&String, &mut LuaValue)> {
[INFO] [stdout]    |                        --                                    ^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout]    |                        |                                     |        |    |
[INFO] [stdout]    |                        |                                     |        |    the same lifetime is hidden here
[INFO] [stdout]    |                        |                                     |        the same lifetime is elided here
[INFO] [stdout]    |                        the lifetime is named here            the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn fields_mut(&'a mut self) -> impl Iterator<Item = (&'a String, &'a mut LuaValue<'a>)> {
[INFO] [stdout]    |                                                               ++          ++             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vim/mod.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 31 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vim/api/mod.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 13 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vim/api/window.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn nvim_win_get_cursor(lua: &Lua, window: u64) -> LuaResult<LuaTable> {
[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] 3 | pub fn nvim_win_get_cursor(lua: &Lua, window: u64) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vim/func.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 7 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vim/keymap.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 6 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vim/v.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 3 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/builder.rs:72:54
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn fields(&'a self) -> impl Iterator<Item = (&String, &LuaValue)> {
[INFO] [stdout]    |                    --                                ^^^^^^^  ^^^^^^^^^
[INFO] [stdout]    |                    |                                 |        ||
[INFO] [stdout]    |                    |                                 |        |the same lifetime is hidden here
[INFO] [stdout]    |                    |                                 |        the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is named here        the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn fields(&'a self) -> impl Iterator<Item = (&'a String, &'a LuaValue<'a>)> {
[INFO] [stdout]    |                                                       ++          ++         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/builder.rs:77:62
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn fields_mut(&'a mut self) -> impl Iterator<Item = (&String, &mut LuaValue)> {
[INFO] [stdout]    |                        --                                    ^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout]    |                        |                                     |        |    |
[INFO] [stdout]    |                        |                                     |        |    the same lifetime is hidden here
[INFO] [stdout]    |                        |                                     |        the same lifetime is elided here
[INFO] [stdout]    |                        the lifetime is named here            the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn fields_mut(&'a mut self) -> impl Iterator<Item = (&'a String, &'a mut LuaValue<'a>)> {
[INFO] [stdout]    |                                                               ++          ++             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vim/mod.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 31 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vim/api/mod.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 13 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vim/api/window.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn nvim_win_get_cursor(lua: &Lua, window: u64) -> LuaResult<LuaTable> {
[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] 3 | pub fn nvim_win_get_cursor(lua: &Lua, window: u64) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vim/func.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 7 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vim/keymap.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 6 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vim/v.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
[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] 3 | pub fn get(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.47s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.8.10
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "76aff8f835eb51abb45953efac822acb8ca261240ea4999ba1a447ee4c8680d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76aff8f835eb51abb45953efac822acb8ca261240ea4999ba1a447ee4c8680d1", kill_on_drop: false }`
[INFO] [stdout] 76aff8f835eb51abb45953efac822acb8ca261240ea4999ba1a447ee4c8680d1
