https://bugzilla.wikimedia.org/show_bug.cgi?id=56979

--- Comment #2 from christ...@quelltextlich.at ---
The cron job is running

  python /a/limn-mobile-data/generate.py /a/limn-mobile-data/mobile/ &&
/usr/bin/rsync [...]

. As the first part of the conjunction (prints [1] to stderr and) has exit code
1, rsync is not started.

Looking at the last few commits of /a/limn-mobile-data, it seems other
people are maintaining those scripts.
Do we know with whom to escalate?



[1]
/a/limn-mobile-data/generate.py:81: Warning: Truncated incorrect DOUBLE value:
'stable'
  cursor.execute(sql)
Traceback (most recent call last):
  File "/a/limn-mobile-data/generate.py", line 133, in <module>
    dg.execute()
  File "/a/limn-mobile-data/generate.py", line 108, in execute
    headers, rows = self.execute_sql(file_path, db_name)
  File "/a/limn-mobile-data/generate.py", line 81, in execute_sql
    cursor.execute(sql)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in
execute
    self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in
defaulterrorhandler
    raise errorclass, errorvalue
_mysql_exceptions.OperationalError: (2013, 'Lost connection to MySQL server
during query')

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to