|
From: <fac...@gm...> - 2021-04-30 21:45:53
|
Fatal error on macmini.local
Process:
T{ process
{ command
{
"git"
"pull"
"git://github.com/factor/factor.git"
"master"
}
}
{ environment H{ } }
{ environment-mode +append-environment+ }
{ stdin +closed+ }
{ stdout T{ fd { disposed t } { fd 19 } } }
{ stderr +stdout+ }
{ group +new-group+ }
{ timeout T{ duration { minute 30 } } }
{ status 1 }
{ pipe
T{ pipe
{ in T{ fd { disposed t } { fd 18 } } }
{ out T{ fd { disposed t } { fd 19 } } }
}
}
}
Output:
fatal: unable to connect to github.com:
github.com[0: 140.82.114.3]: errno=Operation timed out
(U) Quotation: [ set-namestack init-catchstack self quot>> call => stop ]
(O) Word: build-loop
(O) Word: update-sources
(O) Word: git-clone-or-pull
(O) Word: try-output-process
(O) Word: output-process-error
(O) Method: M\ object throw
(U) Quotation: [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
|