Running phase: unpackPhase unpacking source archive /nix/store/2xy7k1ar2i7c4irdn5d20hfx1r9yshp0-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /nix/var/nix/builds/nix-61020-1967889873/source/Cargo.lock and /nix/var/nix/builds/nix-61020-1967889873/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Executing cargoBuildHook cargoBuildHook flags: -j 10 --target aarch64-apple-darwin --offline --profile release Compiling autocfg v1.5.0 Compiling libc v0.2.186 Compiling cfg_aliases v0.2.1 Compiling cfg-if v1.0.3 Compiling bitflags v2.9.4 Compiling tinyjson v2.5.1 Compiling nix v0.31.3 Compiling memoffset v0.9.1 Compiling direnv-instant v1.3.0 (/nix/var/nix/builds/nix-61020-1967889873/source) Finished `release` profile [optimized] target(s) in 7.91s Executing cargoInstallPostBuildHook Finished cargoInstallPostBuildHook Finished cargoBuildHook Running phase: checkPhase Executing cargoCheckHook cargoCheckHook flags: -j 10 --profile release --target aarch64-apple-darwin --offline -- Compiling direnv-instant v1.3.0 (/nix/var/nix/builds/nix-61020-1967889873/source) Finished `release` profile [optimized] target(s) in 2.47s Running unittests src/main.rs (target/aarch64-apple-darwin/release/deps/direnv_instant-d33cfc82bcb8d1b1) 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-apple-darwin/release/deps/blocking_envrc_calls_tmux-c57fd8589394923e) 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 2.13s Running tests/broken_pipe_on_start.rs (target/aarch64-apple-darwin/release/deps/broken_pipe_on_start-7e1b8adf536fc849) running 1 test test start_does_not_panic_when_stdout_reader_closes_early ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s Running tests/ctrl_c_cancels_in_non_mux_mode.rs (target/aarch64-apple-darwin/release/deps/ctrl_c_cancels_in_non_mux_mode-660175faa723d935) 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.26s Running tests/empty_export_preserves_cache.rs (target/aarch64-apple-darwin/release/deps/empty_export_preserves_cache-6f8093ed6b26a83e) 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.53s Running tests/fish_integration.rs (target/aarch64-apple-darwin/release/deps/fish_integration-e0c4aa64a94da313) running 3 tests test fish_async_creates_env_file ... ok test fish_repaints_prompt_after_async_replay ... ok test fish_runs_direnv_synchronously ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.63s Running tests/forward_input_in_async_mode.rs (target/aarch64-apple-darwin/release/deps/forward_input_in_async_mode-19d9d6a8fb988373) 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.86s Running tests/no_temp_leak_when_daemon_running.rs (target/aarch64-apple-darwin/release/deps/no_temp_leak_when_daemon_running-dcc5416ce0ebc7aa) running 1 test test no_temp_leak_when_daemon_running ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.24s Running tests/no_tmux_runs_synchronously.rs (target/aarch64-apple-darwin/release/deps/no_tmux_runs_synchronously-a70642ce5ae2b5b9) 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.07s Running tests/nushell_integration.rs (target/aarch64-apple-darwin/release/deps/nushell_integration-5c4a5d53662c08d9) running 1 test test nushell_apply_unset_reenter ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s Running tests/slow_direnv_exports_via_tmux.rs (target/aarch64-apple-darwin/release/deps/slow_direnv_exports_via_tmux-37ec2121b1144fe7) running 1 test test slow_direnv_exports_via_tmux ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.44s Running tests/stop_command.rs (target/aarch64-apple-darwin/release/deps/stop_command-d108335c0752e3c3) running 1 test test stop_command_stops_daemon ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s Running tests/stop_ignores_unrelated_pid.rs (target/aarch64-apple-darwin/release/deps/stop_ignores_unrelated_pid-eb982d268df91ccd) running 1 test test stop_from_unregistered_pid_keeps_daemon_alive ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s Running tests/watch_propagates_terminal_size.rs (target/aarch64-apple-darwin/release/deps/watch_propagates_terminal_size-af949be0e4215df1) running 1 test test watch_propagates_terminal_size ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s Running tests/watch_survives_sigwinch.rs (target/aarch64-apple-darwin/release/deps/watch_survives_sigwinch-298547fc2cba26a3) running 1 test test watch_survives_sigwinch ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s Finished cargoCheckHook Running phase: installPhase Executing cargoInstallHook Finished cargoInstallHook Running phase: fixupPhase checking for references to /tmp/ in /nix/store/a34h8rai6j641dsy0zmmxm2l4phzvcjx-direnv-instant-1.3.0... patching script interpreter paths in /nix/store/a34h8rai6j641dsy0zmmxm2l4phzvcjx-direnv-instant-1.3.0 stripping (with command strip and flags -S) in /nix/store/a34h8rai6j641dsy0zmmxm2l4phzvcjx-direnv-instant-1.3.0/bin