You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when I try to run the test in this repo, I get the following:
bohendo@darwin:~/d/github/nix-remote-builder/test
$ bash test.sh
this derivation will be built:
/nix/store/srcabd4d9aa063pwlyziw007bby3mppr-build-test.drv
this path will be fetched (0.69 MiB download, 0.69 MiB unpacked):
/nix/store/3x7dwzq014bblazs7kq20p9hyzz0qh8g-hello-2.10.tar.gz
copying path '/nix/store/3x7dwzq014bblazs7kq20p9hyzz0qh8g-hello-2.10.tar.gz' from 'https://cache.nixos.org'...
building '/nix/store/srcabd4d9aa063pwlyziw007bby3mppr-build-test.drv' on 'ssh://root@local-linux'...
copying 1 paths...
copying path '/nix/store/3x7dwzq014bblazs7kq20p9hyzz0qh8g-hello-2.10.tar.gz' to 'ssh://root@local-linux'...
error: build of '/nix/store/srcabd4d9aa063pwlyziw007bby3mppr-build-test.drv' on 'ssh://root@local-linux' failed: while setting up the build environment: unable to load seccomp BPF program: Invalid argument
error: builder for '/nix/store/srcabd4d9aa063pwlyziw007bby3mppr-build-test.drv' failed with exit code 1
I found a related issue that suggested setting filter-syscalls = false but this option doesn't appear to exist anymore. Even if it did, I'd rather provide a valid argument than disable important safety features. One comment suggested it might be bug in docker so maybe it's something that this repo's docker container could fix? I'm not really sure how to proceed.
Progress:
ssh local-linux
orsudo ssh local-linux
And when I try to run the test in this repo, I get the following:
I found a related issue that suggested setting
filter-syscalls = false
but this option doesn't appear to exist anymore. Even if it did, I'd rather provide a valid argument than disable important safety features. One comment suggested it might be bug in docker so maybe it's something that this repo's docker container could fix? I'm not really sure how to proceed."aarch64-darwin"
Darwin 22.1.0, macOS 13.0.1
yes
no
nix-env (Nix) 2.10.3
"darwin, nixpkgs"
"nixpkgs"
/Users/bohendo/.nix-defexpr/channels/nixpkgs
The text was updated successfully, but these errors were encountered: