From b8fe213e5ac2d6e8d4eb7b68d1f36156d8291dc6 Mon Sep 17 00:00:00 2001 From: poelzi Date: Wed, 20 Mar 2024 21:22:36 +0000 Subject: [PATCH] --- ...posix__95__spawnp_broken_10_on_darwin.mdwn | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/bugs/test__58___posix__95__spawnp_broken_10_on_darwin.mdwn diff --git a/doc/bugs/test__58___posix__95__spawnp_broken_10_on_darwin.mdwn b/doc/bugs/test__58___posix__95__spawnp_broken_10_on_darwin.mdwn new file mode 100644 index 0000000000..81fef53a53 --- /dev/null +++ b/doc/bugs/test__58___posix__95__spawnp_broken_10_on_darwin.mdwn @@ -0,0 +1,25 @@ +### Please describe the problem. + +We observer error in our CI: + +``` + ./Test/Framework.hs:86: + addurl on file:///private/tmp/nix-build-git-annex-10.20231129.drv-0/git-annex-10.20231129-src/.t/25/tmprepo0/myurl failed with unexpected exit code (transcript follows) + addurl file:///private/tmp/nix-build-git-annex-10.20231129.drv-0/git-annex-10.20231129-src/.t/25/tmprepo0/myurl + git-annex: security: createProcess: posix_spawnp: does not exist (No such file or directory) + failed + addurl: 1 failed +``` + +https://github.com/cachix/pre-commit-hooks.nix/actions/runs/8355807260/job/22871621632 + +### What steps will reproduce the problem? + +build git-annex and run tests on darwin + +### What version of git-annex are you using? On what operating system? + +10.20231129 + + +