Open laMudri opened 4 years ago
Two at once:
name = 'lorri' operating_system = 'unix:Unknown' crate_version = '1.2.0' explanation = ''' Panic occurred in file 'src/build_loop.rs' at line 184 ''' cause = ''' Unrecoverable error: Io { msg: "Io(Os { code: 17, kind: AlreadyExists, message: \"File exists\" }, \"Failed to symlink /home/james/.cache/lorri/gc_roots/211a5963fcd3393acc0d97cf048a32c8/gc_root/shell_gc_root to /nix/var/nix/gcroots/per-user/james/211a5963fcd3393acc0d97cf048a32c8-shell_gc_root\")", }''' method = 'Panic' backtrace = ''' 0: 0x55ad3a8a408e - std::sys_common::backtrace::__rust_begin_short_backtrace::ha9cd089e26ed2886 1: 0x55ad3a8dd99a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h49565ff33dbf048b 2: 0x55ad3aa9385a - std::sys::unix::thread::Thread::new::thread_start::h99683e6f391794d5 3: 0x7fdc88d02ead - start_thread 4: 0x7fdc88c19d2f - __GI___clone 5: 0x0 - <unknown>'''
and:
name = 'lorri' operating_system = 'unix:Unknown' crate_version = '1.2.0' explanation = ''' Panic occurred in file 'src/ops/watch.rs' at line 58 ''' cause = 'called `Result::unwrap()` on an `Err` value: Any' method = 'Panic' backtrace = ''' 0: 0x55ad3a82ddce - lorri::main::h77c14ef69c681932 1: 0x55ad3a839fd3 - std::rt::lang_start::{{closure}}::ha890e54744876a79 2: 0x55ad3aa90787 - std::rt::lang_start_internal::had8cb6e38bba1df1 3: 0x55ad3a82f2e2 - main 4: 0x7fdc88b45c7d - __libc_start_main 5: 0x55ad3a8261fa - _start 6: 0x0 - <unknown>'''
It seemed to be taking a long time (> 5 mins) to build a few dependencies which should mostly be cached. Restarting lorri seemed to make it work fine.
lorri
Two at once:
and:
It seemed to be taking a long time (> 5 mins) to build a few dependencies which should mostly be cached. Restarting
lorri
seemed to make it work fine.