25 Jun 2025 |
dramforever | * what does cat /proc/cpuinfo say | 02:28:37 |
dramforever | it should be basically identical for the rest | 02:28:47 |
craigbro | processor : 0
hart : 0
model name : Ky(R) X1
isa : rv64imafdcv_zicbom_zicboz_zicntr_zicond_zicsr_zifencei_zihintpause_zihpm_zfh_zfhmin_zca_zcd_zba_zbb_zbc_zbs_zkt_zve32f_zve32x_zve64d_zve64f_zve64x_zv
fh_zvfhmin_zvkt_sscofpmf_sstc_svinval_svnapot_svpbmt
mmu : sv39
uarch : ky,x60
mvendorid : 0x710
marchid : 0x8000000058000001
mimpid : 0x1000000049772200
| 02:28:59 |
dramforever | hmm, not the pcre bug i was thinking then | 02:29:21 |
craigbro | yah, it's not running it, but patching it during the build, or so my reading of the logs implies.. | 02:30:19 |
dramforever | can you post the the full log somewhere? | 02:30:27 |
craigbro | yup, regenerating it now | 02:30:35 |
dramforever | nix log /nix/store/the-failed-thing.drv | 02:31:33 |
craigbro | https://dontpad.com/rdqp19w8blii1jrkwjq8hk9wcla2jpkd | 02:36:37 |
dramforever | that looks a bit corrupt, can you try something like nix log the-thing | curl -F "c=@-" "https://fars.ee/" | 02:40:43 |
craigbro | it's compiling sops now (as part of my devshell for my flake world, got the cpu at 92c | 02:41:17 |
craigbro | heatsink ordered... | 02:41:31 |
craigbro | ah, yah, I corrected it | 02:42:44 |
craigbro | in the gist/dontpad note | 02:42:48 |
dramforever | yeah this is better but i would still prefer the unmangled text | 02:43:25 |
dramforever | that still looks like it's copied out from a terminal | 02:43:32 |
craigbro | | curl -F "c=@-" "https://fars.ee/" | 02:45:41 |
craigbro | * https://fars.ee/ZL1X | 02:46:04 |
craigbro | there ya go | 02:46:09 |
dramforever | good! | 02:46:30 |
craigbro | nice, it built my dev shell, which includes home-manager, sops, vim, and age | 02:47:19 |
craigbro | I am honestly stoked it is working this well thanks to the binary caches. getting a bootstrap build working is a big bonus | 02:52:28 |
dramforever | just in case it possibly make sense, check coredumpctl ? | 03:01:28 |
dramforever | there might be one entry listed for your poor crashing process | 03:01:45 |
craigbro | not found, this is ubuntu base OS | 03:02:00 |
dramforever | and coredumpctl info {the pid} | 03:02:00 |
dramforever | sysctl kernel.core_pattern ? | 03:02:30 |
dramforever | * how about sysctl kernel.core_pattern ? | 03:02:34 |
craigbro | I can get you a coredump tho, if I can repro | 03:02:36 |
dramforever | and ulimit -c | 03:02:49 |