When trying to build artiq-zynq the build hangs and I can't figure out why. I'm building using the commands from the docs. I've cloned artiq and artiq-zynq, checked out the release-8 branch on both and modified their flakes to point to my vivado install.
nix build --print-build-logs --impure --expr 'let fl = builtins.getFlake "path:/home/lab/Downloads/artiq-zynq"; in (fl.makeArtiqZynqPackage {target="kasli_soc"; variant="standalone"; json=/home/lab/Documents/brian/auckland.json;}).kasli_soc-standalone-sd'
The build gets up to here and then hangs:
...
python3.12-artiq> test_integer_default (artiq.test.test_arguments.NumberValueCase.test_integer_default) ... ok
python3.12-artiq> test_invalid_default (artiq.test.test_arguments.NumberValueCase.test_invalid_default) ... ok
python3.12-artiq> test_invalid_unit (artiq.test.test_arguments.NumberValueCase.test_invalid_unit) ... ok
python3.12-artiq> test_no_default (artiq.test.test_arguments.NumberValueCase.test_no_default) ... ok
I'm not too sure how to debug a nix build to find out whats happening. It hangs at the same place when trying to run nix develop
. I can't post the full log as it's too long.
Any help or suggestions would be appriciated.
Thanks