direnv-instant-1.3.0
aarch64-darwin.package-direnv-instant
· build #25
· raw
unpackPhase
1unpacking source archive /nix/store/61f8hqxac6qcwcc0k04nrgc9ddv0dy49-source2source root is source3Executing cargoSetupPostUnpackHook4Finished cargoSetupPostUnpackHookpatchPhase
5Executing cargoSetupPostPatchHook6Validating consistency between /nix/var/nix/builds/nix-79134-3715793915/source/Cargo.lock and /nix/var/nix/builds/nix-79134-3715793915/cargo-vendor-dir/Cargo.lock7Finished cargoSetupPostPatchHookbuildPhase
8Executing cargoBuildHook9cargoBuildHook flags: -j 10 --target aarch64-apple-darwin --offline --profile release10 Compiling autocfg v1.5.011 Compiling libc v0.2.18612 Compiling cfg_aliases v0.2.113 Compiling bitflags v2.9.414 Compiling cfg-if v1.0.315 Compiling tinyjson v2.5.116 Compiling nix v0.31.317 Compiling memoffset v0.9.118 Compiling direnv-instant v1.3.0 (/nix/var/nix/builds/nix-79134-3715793915/source)19 Finished `release` profile [optimized] target(s) in 2.25s20Executing cargoInstallPostBuildHook21Finished cargoInstallPostBuildHook22Finished cargoBuildHookcheckPhase
23Executing cargoCheckHook24cargoCheckHook flags: -j 10 --profile release --target aarch64-apple-darwin --offline --25 Compiling direnv-instant v1.3.0 (/nix/var/nix/builds/nix-79134-3715793915/source)26 Finished `release` profile [optimized] target(s) in 1.31s27 Running unittests src/main.rs (target/aarch64-apple-darwin/release/deps/direnv_instant-0eca4896cd066238)2829running 0 tests3031test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s3233 Running tests/blocking_envrc_calls_tmux.rs (target/aarch64-apple-darwin/release/deps/blocking_envrc_calls_tmux-0f8c77631893488b)3435running 1 test36test blocking_envrc_calls_tmux ... ok3738test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.85s3940 Running tests/broken_pipe_on_start.rs (target/aarch64-apple-darwin/release/deps/broken_pipe_on_start-1e6e611e630c398d)4142running 1 test43test start_does_not_panic_when_stdout_reader_closes_early ... ok4445test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s4647 Running tests/ctrl_c_cancels_in_non_mux_mode.rs (target/aarch64-apple-darwin/release/deps/ctrl_c_cancels_in_non_mux_mode-946088418ed7b049)4849running 1 test50test ctrl_c_cancels_direnv_in_non_mux_mode ... ok5152test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.32s5354 Running tests/empty_export_preserves_cache.rs (target/aarch64-apple-darwin/release/deps/empty_export_preserves_cache-d3c9ebfaff6f51b7)5556running 1 test57test empty_export_preserves_cache ... ok5859test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s6061 Running tests/fish_integration.rs (target/aarch64-apple-darwin/release/deps/fish_integration-7e675735f82027dd)6263running 3 tests64test fish_async_creates_env_file ... ok65test fish_repaints_prompt_after_async_replay ... ok66test fish_runs_direnv_synchronously ... ok6768test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s6970 Running tests/forward_input_in_async_mode.rs (target/aarch64-apple-darwin/release/deps/forward_input_in_async_mode-fecf5b177fbdab23)7172running 1 test73test input_forwarded_to_direnv_in_async_mode ... ok7475test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.36s7677 Running tests/no_temp_leak_when_daemon_running.rs (target/aarch64-apple-darwin/release/deps/no_temp_leak_when_daemon_running-09e0bd25e8178046)7879running 1 test80test no_temp_leak_when_daemon_running ... ok8182test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.25s8384 Running tests/no_tmux_runs_synchronously.rs (target/aarch64-apple-darwin/release/deps/no_tmux_runs_synchronously-64132043bb414e15)8586running 1 test87test no_tmux_runs_direnv_synchronously ... ok8889test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s9091 Running tests/nushell_integration.rs (target/aarch64-apple-darwin/release/deps/nushell_integration-8df61d5b1af63242)9293running 1 test94test nushell_apply_unset_reenter ... ok9596test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s9798 Running tests/slow_direnv_exports_via_tmux.rs (target/aarch64-apple-darwin/release/deps/slow_direnv_exports_via_tmux-6bf94964b7443c8f)99100running 1 test101test slow_direnv_exports_via_tmux ... ok102103test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.54s104105 Running tests/stop_command.rs (target/aarch64-apple-darwin/release/deps/stop_command-32234c5fab63e109)106107running 1 test108test stop_command_stops_daemon ... ok109110test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s111112 Running tests/stop_ignores_unrelated_pid.rs (target/aarch64-apple-darwin/release/deps/stop_ignores_unrelated_pid-c0f16fb9162c97ef)113114running 1 test115test stop_from_unregistered_pid_keeps_daemon_alive ... ok116117test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s118119 Running tests/watch_propagates_terminal_size.rs (target/aarch64-apple-darwin/release/deps/watch_propagates_terminal_size-8a5291ecfae2f2c5)120121running 1 test122test watch_propagates_terminal_size ... ok123124test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.46s125126 Running tests/watch_survives_sigwinch.rs (target/aarch64-apple-darwin/release/deps/watch_survives_sigwinch-e4f0ed781ba75f42)127128running 1 test129test watch_survives_sigwinch ... ok130131test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s132133Finished cargoCheckHookinstallPhase
134Executing cargoInstallHook135Finished cargoInstallHookfixupPhase
136checking for references to /tmp/ in /nix/store/xx9vxxxhw20f4yhl9grms1jpds5mv995-direnv-instant-1.3.0...137/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh: line 39: 80930 Done find "$dir" -type f -not -path '*/.build-id/*' -print0138 80931 Segmentation fault: 11 | while IFS= read -r -d '' file; do139 if isELF "$file"; then140 printf '%s\0' "$file" 1>&3;141 else142 if isScript "$file"; then143 filename=${file##*/}; dir=${file%/*}; if [ -e "$dir/.$filename-wrapped" ]; then144 printf '%s\0' "$file" 1>&4;145 fi;146 fi;147 fi;148done149patching script interpreter paths in /nix/store/xx9vxxxhw20f4yhl9grms1jpds5mv995-direnv-instant-1.3.0150stripping (with command strip and flags -S) in /nix/store/xx9vxxxhw20f4yhl9grms1jpds5mv995-direnv-instant-1.3.0/bin