direnv-instant-1.2.0
aarch64-darwin.home-manager-common
· build #229
· raw
unpackPhase
1unpacking source archive /nix/store/2bh2isz13p1lfjfsncy4m7d6f0h3y9kk-source2source root is source3Executing cargoSetupPostUnpackHook4Finished cargoSetupPostUnpackHookpatchPhase
5Executing cargoSetupPostPatchHook6Validating consistency between /nix/var/nix/builds/nix-39947-2471302091/source/Cargo.lock and /nix/var/nix/builds/nix-39947-2471302091/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 nix v0.31.316 Compiling memoffset v0.9.117 Compiling direnv-instant v1.2.0 (/nix/var/nix/builds/nix-39947-2471302091/source)18 Finished `release` profile [optimized] target(s) in 4.99s19Executing cargoInstallPostBuildHook20Finished cargoInstallPostBuildHook21Finished cargoBuildHookcheckPhase
22Executing cargoCheckHook23cargoCheckHook flags: -j 10 --profile release --target aarch64-apple-darwin --offline --24 Compiling direnv-instant v1.2.0 (/nix/var/nix/builds/nix-39947-2471302091/source)25 Finished `release` profile [optimized] target(s) in 1.79s26 Running unittests src/main.rs (target/aarch64-apple-darwin/release/deps/direnv_instant-012b11d7780e9ce8)2728running 0 tests2930test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s3132 Running tests/blocking_envrc_calls_tmux.rs (target/aarch64-apple-darwin/release/deps/blocking_envrc_calls_tmux-f18a5ea4d0f16bc4)3334running 1 test35test blocking_envrc_calls_tmux ... ok3637test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.98s3839 Running tests/ctrl_c_cancels_in_non_mux_mode.rs (target/aarch64-apple-darwin/release/deps/ctrl_c_cancels_in_non_mux_mode-3e9fae16fe97a06b)4041running 1 test42test ctrl_c_cancels_direnv_in_non_mux_mode ... ok4344test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.50s4546 Running tests/empty_export_preserves_cache.rs (target/aarch64-apple-darwin/release/deps/empty_export_preserves_cache-4f6d51f80669ac1f)4748running 1 test49test empty_export_preserves_cache ... ok5051test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s5253 Running tests/fish_integration.rs (target/aarch64-apple-darwin/release/deps/fish_integration-82a5fdf5ba01f922)5455running 2 tests56test fish_async_creates_env_file ... ok57test fish_runs_direnv_synchronously ... ok5859test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s6061 Running tests/forward_input_in_async_mode.rs (target/aarch64-apple-darwin/release/deps/forward_input_in_async_mode-9709fdefd3417543)6263running 1 test64test input_forwarded_to_direnv_in_async_mode ... ok6566test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.88s6768 Running tests/no_tmux_runs_synchronously.rs (target/aarch64-apple-darwin/release/deps/no_tmux_runs_synchronously-b9b0a9d7f2f688c5)6970running 1 test71test no_tmux_runs_direnv_synchronously ... ok7273test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s7475 Running tests/nushell_integration.rs (target/aarch64-apple-darwin/release/deps/nushell_integration-5541d7d1e523f880)7677running 1 test78test nushell_apply_unset_reenter ... FAILED7980failures:8182---- nushell_apply_unset_reenter stdout ----8384thread 'nushell_apply_unset_reenter' (51387760) panicked at tests/nushell_integration.rs:64:5:85nu failed86--stdout--87enter=hello_from_direnv8889--stderr--90Error: nu::shell::cant_convert9192 x Can't convert to oneof<record, list<any>>.93 ,-[/tmp/direnv-instant-test-41040-0/work/nushell.nu:22:58]94 21 | )95 22 | let to_unset = ($data | items {|k v| if $v == null { $k } } | compact)96 : ^|97 : `-- can't convert string to oneof<record, list<any>>98 23 | for k in $to_unset { hide-env --ignore-errors $k }99 `----100101102note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace103104105failures:106 nushell_apply_unset_reenter107108test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s109110error: test failed, to rerun pass `--test nushell_integration`