[INFO] cloning repository https://github.com/julianollivieira/containers.nvim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/julianollivieira/containers.nvim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulianollivieira%2Fcontainers.nvim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulianollivieira%2Fcontainers.nvim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cd5898d59cf8dfc88594dac5d103c629c466178d
[INFO] testing julianollivieira/containers.nvim against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulianollivieira%2Fcontainers.nvim" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/julianollivieira/containers.nvim
[INFO] finished tweaking git repo https://github.com/julianollivieira/containers.nvim
[INFO] tweaked toml for git repo https://github.com/julianollivieira/containers.nvim written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/julianollivieira/containers.nvim on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/julianollivieira/containers.nvim 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 03107d5c6b22960d19a54848a738f9cc7aad8dbb8c4b48c3f19d53f53b2c1435
[INFO] running `Command { std: "docker" "start" "-a" "03107d5c6b22960d19a54848a738f9cc7aad8dbb8c4b48c3f19d53f53b2c1435", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "03107d5c6b22960d19a54848a738f9cc7aad8dbb8c4b48c3f19d53f53b2c1435", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03107d5c6b22960d19a54848a738f9cc7aad8dbb8c4b48c3f19d53f53b2c1435", kill_on_drop: false }`
[INFO] [stdout] 03107d5c6b22960d19a54848a738f9cc7aad8dbb8c4b48c3f19d53f53b2c1435
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d697cd9df2cab94183f4d23f2ec7786de340a287eebffeeed7566c62ec71a43
[INFO] running `Command { std: "docker" "start" "-a" "4d697cd9df2cab94183f4d23f2ec7786de340a287eebffeeed7566c62ec71a43", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling nvim-oxi v0.5.1
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling jiff v0.1.29
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling nvim-oxi-macros v0.5.1
[INFO] [stderr]    Compiling jiffy v0.1.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling nvim-oxi-luajit v0.5.1
[INFO] [stderr]    Compiling nvim-oxi-types v0.5.1
[INFO] [stderr]    Compiling nvim-oxi-api v0.5.1
[INFO] [stderr]    Compiling containers v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to unsafe function `nvim_oxi::lua::Poppable::pop` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/config.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let obj = Object::pop(lstate)?;
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/config.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     unsafe fn pop(lstate: *mut lua::ffi::lua_State) -> Result<Self, lua::Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.32s
[INFO] running `Command { std: "docker" "inspect" "4d697cd9df2cab94183f4d23f2ec7786de340a287eebffeeed7566c62ec71a43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d697cd9df2cab94183f4d23f2ec7786de340a287eebffeeed7566c62ec71a43", kill_on_drop: false }`
[INFO] [stdout] 4d697cd9df2cab94183f4d23f2ec7786de340a287eebffeeed7566c62ec71a43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca30cf8bc017c1916b67194a3d28d13dc1cf84eaadd261e79fbd2ad8020d81f0
[INFO] running `Command { std: "docker" "start" "-a" "ca30cf8bc017c1916b67194a3d28d13dc1cf84eaadd261e79fbd2ad8020d81f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling containers v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to unsafe function `nvim_oxi::lua::Poppable::pop` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/config.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let obj = Object::pop(lstate)?;
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/config.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     unsafe fn pop(lstate: *mut lua::ffi::lua_State) -> Result<Self, lua::Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.11s
[INFO] running `Command { std: "docker" "inspect" "ca30cf8bc017c1916b67194a3d28d13dc1cf84eaadd261e79fbd2ad8020d81f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca30cf8bc017c1916b67194a3d28d13dc1cf84eaadd261e79fbd2ad8020d81f0", kill_on_drop: false }`
[INFO] [stdout] ca30cf8bc017c1916b67194a3d28d13dc1cf84eaadd261e79fbd2ad8020d81f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 725b0a3e82d671f6d4117eb4afb97e15774e9660307e7c5265d9be20380f328d
[INFO] running `Command { std: "docker" "start" "-a" "725b0a3e82d671f6d4117eb4afb97e15774e9660307e7c5265d9be20380f328d", kill_on_drop: false }`
[INFO] [stderr] warning[E0133]: call to unsafe function `nvim_oxi::lua::Poppable::pop` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/config.rs:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 |         let obj = Object::pop(lstate)?;
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]    |
[INFO] [stderr]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]   --> src/config.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 |     unsafe fn pop(lstate: *mut lua::ffi::lua_State) -> Result<Self, lua::Error> {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0133`.
[INFO] [stderr] warning: `containers` (lib test) generated 1 warning (run `cargo fix --lib -p containers --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/containers-5220647b0688e7e8)
[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" "725b0a3e82d671f6d4117eb4afb97e15774e9660307e7c5265d9be20380f328d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "725b0a3e82d671f6d4117eb4afb97e15774e9660307e7c5265d9be20380f328d", kill_on_drop: false }`
[INFO] [stdout] 725b0a3e82d671f6d4117eb4afb97e15774e9660307e7c5265d9be20380f328d
