Maybe it was caused by some temporary slowness of trac ?

Anyway, I have created #16872 to upgrade the patchbot to the latest 
version. http://trac.sagemath.org/ticket/16872

Le vendredi 22 août 2014 12:17:21 UTC+2, Jeroen Demeyer a écrit :
>
> Hello, 
>
> Given the message asking for patchbot volunteers, I'm trying to run a 
> patchbot but it's not going as well as it should be. For one, the 
> version installed by "sage -i patchbot" is not the most recent one, one 
> has to do "sage -i 
> http://sage.math.washington.edu/home/robertwb/patches/patchbot-2.2.spkg";. 
> I 
> first installed the old patchbot, which completely messed up my Sage 
> install (by installing packages in /tmp) so badly that only "make 
> distclean" could save me. 
>
> Now I do have patchbot-2.2 running but after less than a day it got 
> already stuck at 
>
> ============================== 13679 ============================== 
> Build sphinx docs for a single file 
> score ((100,), 1011, -13679) 
>
>
>
> REPORT 
> {'base': '6.3', 
>   'deps': [], 
>   'git_base': '00199fb220aa173d8585b9e90654dafd3247d82d', 
>   'git_base_human': '6.3', 
>   'git_branch': u'u/jhpalmieri/sphinx-single-file', 
>   'git_commit': '515e343290448d2bbe5e75f88accea814be9215f', 
>   'git_commit_human': '6.3.beta6-6-g515e343', 
>   'git_log': ['515e343 12455: add small index to documentation head', 
>               'f91a3c2 12455: hold_derivate only implemented in wrapper 
> functions', 
>               'a88d035 12455: fix indirect and plot doctests', 
>               "22731c9 12455: implement algorithm='scipy'", 
>               'aeb0800 12455: remove algorithm=maxima', 
>               '3a40bc3 12455: symbolic Airy functions'], 
>   'git_merge': '11b79f03056d016c496811a09131ccd08dce4f4f', 
>   'git_merge_human': '6.3-7-g11b79f0', 
>   'machine': ['Gentoo Base System', 
>               '2.0.3', 
>               'x86_64', 
>               '3.2.1-gentoo-r2', 
>               'sage4'], 
>   'patchbot_version': '2.2', 
>   'patches': [], 
>   'plugins': (), 
>   'spkgs': [], 
>   'status': 'Pending', 
>   'time': '2014-08-22 07:29:41 +0200', 
>   'user': 'worker'} 
> 13679 Pending 
> error 
> 2014-08-22 07:29:50 +0200 
> Sage Patchbot 2.2 
> http://trac.sagemath.org/sage_trac/ticket/13679?format=rss 
> Traceback (most recent call last): 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 451, in test_a_ticket 
>      pull_from_trac(self.sage_root, ticket['id'], force=True, 
> use_ccache=self.config['use_ccache'], safe_only=self.options.safe_only) 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/trac.py", line 
> 337, in pull_from_trac 
>      raise ConfigException, exn.message 
> ConfigException: timed out 
> 2014-08-22 07:30:45 +0200 
> 55 seconds 
>
> Traceback (most recent call last): 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 451, in test_a_ticket 
>      pull_from_trac(self.sage_root, ticket['id'], force=True, 
> use_ccache=self.config['use_ccache'], safe_only=self.options.safe_only) 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/trac.py", line 
> 337, in pull_from_trac 
>      raise ConfigException, exn.message 
> ConfigException: timed out 
> Reporting 13679 Pending 
> REPORT 
> {'base': '6.3', 
>   'deps': [], 
>   'git_base': '00199fb220aa173d8585b9e90654dafd3247d82d', 
>   'git_base_human': '6.3', 
>   'git_branch': u'u/jhpalmieri/sphinx-single-file', 
>   'git_commit': '515e343290448d2bbe5e75f88accea814be9215f', 
>   'git_commit_human': '6.3.beta6-6-g515e343', 
>   'git_log': ['515e343 12455: add small index to documentation head', 
>               'f91a3c2 12455: hold_derivate only implemented in wrapper 
> functions', 
>               'a88d035 12455: fix indirect and plot doctests', 
>               "22731c9 12455: implement algorithm='scipy'", 
>               'aeb0800 12455: remove algorithm=maxima', 
>               '3a40bc3 12455: symbolic Airy functions'], 
>   'git_merge': '11b79f03056d016c496811a09131ccd08dce4f4f', 
>   'git_merge_human': '6.3-7-g11b79f0', 
>   'machine': ['Gentoo Base System', 
>               '2.0.3', 
>               'x86_64', 
>               '3.2.1-gentoo-r2', 
>               'sage4'], 
>   'patchbot_version': '2.2', 
>   'patches': [], 
>   'plugins': [], 
>   'spkgs': [], 
>   'status': 'Pending', 
>   'time': '2014-08-22 07:30:47 +0200', 
>   'user': 'worker'} 
> 13679 Pending 
> ok 
> Done reporting 13679 
> git checkout patchbot/base 
> Already on 'patchbot/base' 
> git fetch git://github.com/sagemath/sage.git 
> +master:patchbot/base_upstream 
> {13679: 1408689047.798222} 
> Getting ticket list... 
> Traceback (most recent call last): 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 811, in main 
>      patchbot.test_a_ticket(ticket) 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 401, in test_a_ticket 
>      ticket = self.get_ticket() 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 333, in get_ticket 
>      all = self.load_json_from_server("ticket/?" + query) 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 216, in load_json_from_server 
>      return json.load(handle) 
>    File "/usr/lib64/python2.7/json/__init__.py", line 290, in load 
>      **kw) 
>    File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads 
>      return _default_decoder.decode(s) 
>    File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode 
>      obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 
>    File "/usr/lib64/python2.7/json/decoder.py", line 382, in raw_decode 
>      obj, end = self.scan_once(s, idx) 
> ValueError: Unterminated string starting at: line 1 column 4128700 (char 
> 4128699) 
> git checkout patchbot/base 
> Already on 'patchbot/base' 
> git fetch git://github.com/sagemath/sage.git 
> +master:patchbot/base_upstream 
> {13679: 1408689047.798222} 
> Getting ticket list... 
>
>
> and nothing is happening. I interrupted this and got the following 
>
>
> Traceback (most recent call last): 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 825, in <module> 
>      main(args) 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 811, in main 
>      patchbot.test_a_ticket(ticket) 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 401, in test_a_ticket 
>      ticket = self.get_ticket() 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 333, in get_ticket 
>      all = self.load_json_from_server("ticket/?" + query) 
>    File "/home/worker/sage-patchbot/local/bin/patchbot/patchbot.py", 
> line 216, in load_json_from_server 
>      return json.load(handle) 
>    File "/usr/lib64/python2.7/json/__init__.py", line 286, in load 
>      return loads(fp.read(), 
>    File "/usr/lib64/python2.7/socket.py", line 351, in read 
>      data = self._sock.recv(rbufsize) 
>    File "/usr/lib64/python2.7/httplib.py", line 567, in read 
>      s = self.fp.read(amt) 
>    File "/usr/lib64/python2.7/socket.py", line 380, in read 
>      data = self._sock.recv(left) 
> KeyboardInterrupt 
>
>
> I'm restarting my patchbot now... 
>
> Jeroen. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to