freecad-daily stuck on 0.19?

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: freecad-daily stuck on 0.19?

Post by ragohix769 »

kkremitzki wrote: Thu Sep 30, 2021 12:37 am The build is set to run daily if the repo it's pointing at changes, but it looks like the automatic imports were suspended after failing several times in a row due to taking too long. This has happened before and usually indicates some issue with Launchpad itself, unfortunately.

https://code.launchpad.net/~freecad-mai ... it/freecad
Thanks a lot for the update.

So, just for now, the unique method for us *Nix users that update via Repos, it's to donwnload and use an Appimage compiled?

(of course I can too compile all by myself everyday, but this is not viable, for me at least; the repos on Launchpad was very very pratique and useful, having everyday Freecad updated to the last version, automatically)

EDIT: I was invastigating on the last log

Code: Select all

2021-09-17 12:33:03 INFO    Starting job.
2021-09-17 12:33:03 INFO    Getting existing repository from hosting service.
Traceback (most recent call last):
  File "/srv/lp-codeimport/payloads/0f80d22c76a72f9e9eb763eb46f19ce67bb48415/scripts/code-import-worker.py", line 112, in <module>
    sys.exit(script.main())
  File "/srv/lp-codeimport/payloads/0f80d22c76a72f9e9eb763eb46f19ce67bb48415/scripts/code-import-worker.py", line 107, in main
    return import_worker.run()
  File "/srv/lp-codeimport/payloads/0f80d22c76a72f9e9eb763eb46f19ce67bb48415/lib/lp/codehosting/codeimport/worker.py", line 576, in run
    return self._doImport()
  File "/srv/lp-codeimport/payloads/0f80d22c76a72f9e9eb763eb46f19ce67bb48415/lib/lp/codehosting/codeimport/worker.py", line 1172, in _doImport
    "clone", "--progress", "--mirror", target_url, "repository")
  File "/srv/lp-codeimport/payloads/0f80d22c76a72f9e9eb763eb46f19ce67bb48415/lib/lp/codehosting/codeimport/worker.py", line 1070, in _runGit
    for line in self._throttleProgress(git_process.stdout):
  File "/srv/lp-codeimport/payloads/0f80d22c76a72f9e9eb763eb46f19ce67bb48415/lib/lp/codehosting/codeimport/worker.py", line 1027, in _throttleProgress
    buffered, timeout=timeout):
  File "/srv/lp-codeimport/payloads/0f80d22c76a72f9e9eb763eb46f19ce67bb48415/lib/lp/codehosting/codeimport/worker.py", line 1046, in _throttleProgress
    line = next(wrapped_file)
KeyboardInterrupt
Import failed:
Traceback (most recent call last):
Failure: twisted.internet.error.TimeoutError: User timeout caused connection failure.
Why it says "KeyboardInterrupt" ?

It's a timeout called by the script, but maybe there is some specific cause for taking so long time, in the past I see sync was quickly.
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: freecad-daily stuck on 0.19?

Post by ragohix769 »

I've seen that today the repos was updated! :-) :-) :-)

Thank you!
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
Post Reply