tribuchet: building on eliza Running phase: unpackPhase unpacking source archive /nix/store/2bh2isz13p1lfjfsncy4m7d6f0h3y9kk-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Executing cargoBuildHook cargoBuildHook flags: -j 24 --target aarch64-unknown-linux-gnu --offline --profile release Compiling autocfg v1.5.0 Compiling cfg_aliases v0.2.1 Compiling libc v0.2.186 Compiling bitflags v2.9.4 Compiling cfg-if v1.0.3 Compiling nix v0.31.3 Compiling memoffset v0.9.1 Compiling direnv-instant v1.2.0 (/build/source) Finished `release` profile [optimized] target(s) in 6.34s Executing cargoInstallPostBuildHook Finished cargoInstallPostBuildHook Finished cargoBuildHook Running phase: checkPhase Executing cargoCheckHook cargoCheckHook flags: -j 24 --profile release --target aarch64-unknown-linux-gnu --offline -- Compiling direnv-instant v1.2.0 (/build/source) Finished `release` profile [optimized] target(s) in 1.03s Running unittests src/main.rs (target/aarch64-unknown-linux-gnu/release/deps/direnv_instant-558a3db577b22c63) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/blocking_envrc_calls_tmux.rs (target/aarch64-unknown-linux-gnu/release/deps/blocking_envrc_calls_tmux-adf74a5626fe84b7) running 1 test test blocking_envrc_calls_tmux ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s Running tests/ctrl_c_cancels_in_non_mux_mode.rs (target/aarch64-unknown-linux-gnu/release/deps/ctrl_c_cancels_in_non_mux_mode-fccec4e4f29f1b48) running 1 test test ctrl_c_cancels_direnv_in_non_mux_mode ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.06s Running tests/empty_export_preserves_cache.rs (target/aarch64-unknown-linux-gnu/release/deps/empty_export_preserves_cache-0e35f58895ac64dd) running 1 test test empty_export_preserves_cache ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s Running tests/fish_integration.rs (target/aarch64-unknown-linux-gnu/release/deps/fish_integration-d39b3446385c8257) running 2 tests test fish_async_creates_env_file ... ok test fish_runs_direnv_synchronously ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.08s Running tests/forward_input_in_async_mode.rs (target/aarch64-unknown-linux-gnu/release/deps/forward_input_in_async_mode-8693f1eac307a055) running 1 test test input_forwarded_to_direnv_in_async_mode ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.69s Running tests/no_tmux_runs_synchronously.rs (target/aarch64-unknown-linux-gnu/release/deps/no_tmux_runs_synchronously-3c23546eb4cd7099) running 1 test test no_tmux_runs_direnv_synchronously ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s Running tests/nushell_integration.rs (target/aarch64-unknown-linux-gnu/release/deps/nushell_integration-314b2cb8ba65236e) running 1 test test nushell_apply_unset_reenter ... FAILED failures: ---- nushell_apply_unset_reenter stdout ---- thread 'nushell_apply_unset_reenter' (2027) panicked at tests/nushell_integration.rs:64:5: nu failed --stdout-- enter=hello_from_direnv --stderr-- Error: nu::shell::cant_convert x Can't convert to oneof>. ,-[/tmp/direnv-instant-test-2026-0/work/nushell.nu:22:58] 21 | ) 22 | let to_unset = ($data | items {|k v| if $v == null { $k } } | compact) : ^| : `-- can't convert string to oneof> 23 | for k in $to_unset { hide-env --ignore-errors $k } `---- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: nushell_apply_unset_reenter test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s error: test failed, to rerun pass `--test nushell_integration`