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
When running a nix build on Darwin right after running the nix-installer, we will sporadically get this error:
error: the user '_nixbld4' in the group 'nixbld' does not exist
This error is not related to Sequoia. The machines we're running this on are using an older version of MacOS and this has been a long standing issue for us.
Nix-installer version: 0.27.0
Nix version (by overriding nix installation url):
$ nix-env --version
nix-env (Nix) 2.18.8
System info:
$ system_profiler SPSoftwareDataType SPHardwareDataType
Software:
System Software Overview:
System Version: macOS 13.3 (22E252)
Kernel Version: Darwin 22.4.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: Anka’s Virtual Machine
User Name: Anka (admin)
Secure Virtual Memory: Enabled
System Integrity Protection: Disabled
Time since boot: 3 minutes, 44 seconds
Hardware:
Hardware Overview:
Model Name: Apple Virtual Machine 1
Model Identifier: VirtualMac2,1
Model Number: VM0001LL/A
Chip: Apple M1 (Virtual)
Total Number of Cores: 4
Memory: 6 GB
System Firmware Version: 8422.100.650
OS Loader Version: 8422.100.650
Serial Number (system): Z5WTDGHGGW
Hardware UUID: 8D1B883B-CFC6-5665-AAC5-413C8866FA06
Provisioning UDID: 0000FE00-531DB21EDCE65966
Activation Lock Status: Disabled
As you can see the user _nixbld4 does actually exist:
When running a
nix build
on Darwin right after running the nix-installer, we will sporadically get this error:This error is not related to Sequoia. The machines we're running this on are using an older version of MacOS and this has been a long standing issue for us.
Nix-installer version:
0.27.0
Nix version (by overriding nix installation url):
System info:
As you can see the user
_nixbld4
does actually exist:And the user
_nixbld4
is part ofnixbld
:Some other observations/thoughts:
nix build
does not solve the issue. The only way to fix it is to tear down the VM and re-install (rebooting not tested because this is CI).The text was updated successfully, but these errors were encountered: