[INFO] fetching crate distant-lua 0.15.1...
[INFO] testing distant-lua-0.15.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate distant-lua 0.15.1 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate distant-lua 0.15.1
[INFO] finished tweaking crates.io crate distant-lua 0.15.1
[INFO] tweaked toml for crates.io crate distant-lua 0.15.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate distant-lua 0.15.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 234 packages to latest compatible versions
[INFO] [stderr]       Adding distant-core v0.15.1 (available: v0.20.0)
[INFO] [stderr]       Adding distant-ssh2 v0.15.1 (available: v0.20.0)
[INFO] [stderr]       Adding mlua v0.6.6 (available: v0.11.4)
[INFO] [stderr]       Adding rstest v0.11.0 (available: v0.26.1)
[INFO] [stderr]       Adding simplelog v0.10.2 (available: v0.12.2)
[INFO] [stderr]       Adding subtle v2.4.1 (available: v2.6.1)
[INFO] [stderr]       Adding termcolor v1.1.3 (available: v1.4.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e1b164ac0a49c7257bdd67bc68ac2d2edb7452e49e66d4ec89f7ae4569a3ee1
[INFO] running `Command { std: "docker" "start" "-a" "0e1b164ac0a49c7257bdd67bc68ac2d2edb7452e49e66d4ec89f7ae4569a3ee1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e1b164ac0a49c7257bdd67bc68ac2d2edb7452e49e66d4ec89f7ae4569a3ee1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e1b164ac0a49c7257bdd67bc68ac2d2edb7452e49e66d4ec89f7ae4569a3ee1", kill_on_drop: false }`
[INFO] [stdout] 0e1b164ac0a49c7257bdd67bc68ac2d2edb7452e49e66d4ec89f7ae4569a3ee1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21bce61f2858e0348ffa74372b81b4a7cf758076c1379a524e57a49414ba06fc
[INFO] running `Command { std: "docker" "start" "-a" "21bce61f2858e0348ffa74372b81b4a7cf758076c1379a524e57a49414ba06fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling openssl-src v300.5.3+3.5.4
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling universal-hash v0.4.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling event-listener v3.1.0
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling poly1305 v0.7.2
[INFO] [stderr]    Compiling chacha20 v0.8.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling aead v0.4.3
[INFO] [stderr]    Compiling lua-src v548.1.2
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling chacha20poly1305 v0.9.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling serial-core v0.4.0
[INFO] [stderr]    Compiling ioctl-rs v0.1.6
[INFO] [stderr]    Compiling termios v0.2.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling serial-unix v0.4.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rpassword v5.0.1
[INFO] [stderr]    Compiling serial v0.4.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling simplelog v0.10.2
[INFO] [stderr]    Compiling filenamegen v0.2.7
[INFO] [stderr]    Compiling async-net v1.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling luajit-src v210.6.1+f9140a6
[INFO] [stderr]    Compiling portable-pty v0.5.0
[INFO] [stderr]    Compiling async-signal v0.2.13
[INFO] [stderr]    Compiling async-process v1.8.1
[INFO] [stderr]    Compiling smol v1.3.0
[INFO] [stderr]    Compiling strum_macros v0.21.1
[INFO] [stderr]    Compiling mlua_derive v0.6.0
[INFO] [stderr]    Compiling mlua v0.6.6
[INFO] [stderr]    Compiling strum v0.21.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling erased-serde v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling async-compat v0.2.5
[INFO] [stderr]    Compiling distant-core v0.15.1
[INFO] [stderr]    Compiling ssh2 v0.9.5
[INFO] [stderr]    Compiling wezterm-ssh v0.2.0
[INFO] [stderr]    Compiling distant-ssh2 v0.15.1
[INFO] [stderr]    Compiling distant-lua v0.15.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `whoami::hostname`: use `fallible::hostname()` instead
[INFO] [stdout]   --> src/session/api.rs:15:49
[INFO] [stdout]    |
[INFO] [stdout] 15 | static TENANT: Lazy<String> = Lazy::new(whoami::hostname);
[INFO] [stdout]    |                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn distant_lua(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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn distant_lua(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/lib.rs:48:26
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn make_version_tbl(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] 48 | fn make_version_tbl(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/log.rs:99:26
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub fn make_log_tbl(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] 99 | pub fn make_log_tbl(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/session.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn make_session_tbl(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 make_session_tbl(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/utils.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn make_utils_tbl(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] 11 | pub fn make_utils_tbl(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/utils.rs:97:28
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub(super) fn pending(lua: &Lua) -> LuaResult<LuaValue> {
[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] 97 | pub(super) fn pending(lua: &Lua) -> LuaResult<LuaValue<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 58s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.6.6
[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" "21bce61f2858e0348ffa74372b81b4a7cf758076c1379a524e57a49414ba06fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21bce61f2858e0348ffa74372b81b4a7cf758076c1379a524e57a49414ba06fc", kill_on_drop: false }`
[INFO] [stdout] 21bce61f2858e0348ffa74372b81b4a7cf758076c1379a524e57a49414ba06fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d8ddc67f244c108e2c895f2b6c3b5104f43ea6e58c638bc6e7015dd8b567b09
[INFO] running `Command { std: "docker" "start" "-a" "8d8ddc67f244c108e2c895f2b6c3b5104f43ea6e58c638bc6e7015dd8b567b09", kill_on_drop: false }`
[INFO] [stderr]    Compiling rstest v0.11.0
[INFO] [stderr]    Compiling distant-lua v0.15.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `whoami::hostname`: use `fallible::hostname()` instead
[INFO] [stdout]   --> src/session/api.rs:15:49
[INFO] [stdout]    |
[INFO] [stdout] 15 | static TENANT: Lazy<String> = Lazy::new(whoami::hostname);
[INFO] [stdout]    |                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn distant_lua(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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn distant_lua(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/lib.rs:48:26
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn make_version_tbl(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] 48 | fn make_version_tbl(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/log.rs:99:26
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub fn make_log_tbl(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] 99 | pub fn make_log_tbl(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/session.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn make_session_tbl(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 make_session_tbl(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/utils.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn make_utils_tbl(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] 11 | pub fn make_utils_tbl(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/utils.rs:97:28
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub(super) fn pending(lua: &Lua) -> LuaResult<LuaValue> {
[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] 97 | pub(super) fn pending(lua: &Lua) -> LuaResult<LuaValue<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.6.6, rstest v0.11.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "8d8ddc67f244c108e2c895f2b6c3b5104f43ea6e58c638bc6e7015dd8b567b09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d8ddc67f244c108e2c895f2b6c3b5104f43ea6e58c638bc6e7015dd8b567b09", kill_on_drop: false }`
[INFO] [stdout] 8d8ddc67f244c108e2c895f2b6c3b5104f43ea6e58c638bc6e7015dd8b567b09
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7b9b6844d12c9dcce88643e7e6b5df4cbde511c9968c6ac7b4015baf93a6443a
[INFO] running `Command { std: "docker" "start" "-a" "7b9b6844d12c9dcce88643e7e6b5df4cbde511c9968c6ac7b4015baf93a6443a", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated function `whoami::hostname`: use `fallible::hostname()` instead
[INFO] [stderr]   --> src/session/api.rs:15:49
[INFO] [stderr]    |
[INFO] [stderr] 15 | static TENANT: Lazy<String> = Lazy::new(whoami::hostname);
[INFO] [stderr]    |                                                 ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:23:21
[INFO] [stderr]    |
[INFO] [stderr] 23 | fn distant_lua(lua: &Lua) -> LuaResult<LuaTable> {
[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] 23 | fn distant_lua(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stderr]    |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:48:26
[INFO] [stderr]    |
[INFO] [stderr] 48 | fn make_version_tbl(lua: &Lua) -> LuaResult<LuaTable> {
[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] 48 | fn make_version_tbl(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/log.rs:99:26
[INFO] [stderr]    |
[INFO] [stderr] 99 | pub fn make_log_tbl(lua: &Lua) -> LuaResult<LuaTable> {
[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] 99 | pub fn make_log_tbl(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/session.rs:13:30
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub fn make_session_tbl(lua: &Lua) -> LuaResult<LuaTable> {
[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] 13 | pub fn make_session_tbl(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils.rs:11:28
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn make_utils_tbl(lua: &Lua) -> LuaResult<LuaTable> {
[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] 11 | pub fn make_utils_tbl(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils.rs:97:28
[INFO] [stderr]    |
[INFO] [stderr] 97 | pub(super) fn pending(lua: &Lua) -> LuaResult<LuaValue> {
[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] 97 | pub(super) fn pending(lua: &Lua) -> LuaResult<LuaValue<'_>> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `distant-lua` (lib test) generated 7 warnings (run `cargo fix --lib -p distant-lua --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.6.6, rstest v0.11.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/distant_lua-6191ed5c4a5108b9)
[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] running `Command { std: "docker" "inspect" "7b9b6844d12c9dcce88643e7e6b5df4cbde511c9968c6ac7b4015baf93a6443a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b9b6844d12c9dcce88643e7e6b5df4cbde511c9968c6ac7b4015baf93a6443a", kill_on_drop: false }`
[INFO] [stdout] 7b9b6844d12c9dcce88643e7e6b5df4cbde511c9968c6ac7b4015baf93a6443a
