[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] call-cc.org push slowness
From: |
felix . winkelmann |
Subject: |
[Chicken-hackers] call-cc.org push slowness |
Date: |
Sun, 29 Sep 2019 12:08:06 +0200 |
Hi!
I noticed long pauses when pushing git commits or committing to svn.
A git push gives me:
pushing to ssh://address@hidden/usr/local/repos/chicken-core.git
remote:
remote: Error: (tcp-connect) cannot create socket - Connection timed out
remote:
remote: Call history:
remote:
remote: <eval> [process*] (file-close in-in)
remote: <eval> [process*] (file-close out-out)
remote: <eval> [process*] (file-close err-out)
remote: <eval> [process*] (values (open-input-file* out-in)
(open-output-file* in-out) pid (open-input-file* err-in))
remote: <eval> [process*] (open-input-file* out-in)
remote: <eval> [process*] (open-output-file* in-out)
remote: <eval> [process*] (open-input-file* err-in)
remote: <eval> [git] (proc in)
remote: <eval> [git] (##sys#call-with-values (##core#lambda ()
(process-wait pid)) (##core#lambda (_ ok? status/signal) (...
remote: <eval> [git] (process-wait pid)
remote: <eval> [git] (zero? status/signal)
remote: <eval> [git] (close-input-port err)
remote: <eval> [git] (close-input-port in)
remote: <eval> [git] (close-output-port out)
remote: <eval> [process-ref-change] (##sys#call-with-values
(##core#lambda () (tcp-connect "localhost" 22722)) (##core#lambda (vin121 vo...
remote: <eval> [process-ref-change] (tcp-connect "localhost" 22722)
<--
To ssh://call-cc.org/usr/local/repos/chicken-core.git
d464fe93..f35c578c master -> master
updating local tracking ref 'refs/remotes/origin/master'
felix
- [Chicken-hackers] call-cc.org push slowness,
felix . winkelmann <=