[Qa-jenkins-scm] Build failed in Jenkins: reproducible_scheduler #3751
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Mar 9 22:46:45 UTC 2015
See <https://jenkins.debian.net/job/reproducible_scheduler/3751/>
------------------------------------------
Started by user Holger Levsen
Building in workspace <https://jenkins.debian.net/job/reproducible_scheduler/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson3184524393725269329.sh
+ /srv/jenkins/bin/reproducible_scheduler.py
INFO: finding out which usertagged bugs have been closed or at least have patches
INFO: Building the scheduled global index page...
CRITICAL: Error execting this query:
CRITICAL: SELECT (select count(*) from schedule as sch_b where sch.id >= sch_b.id), s.suite, s.architecture, s.name FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id WHERE sch.date_build_started = ORDER BY sch.date_scheduled
CRITICAL: A query failed: SELECT (select count(*) from schedule as sch_b where sch.id >= sch_b.id), s.suite, s.architecture, s.name FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id WHERE sch.date_build_started = ORDER BY sch.date_scheduled
Traceback (most recent call last):
File "/srv/jenkins/bin/reproducible_scheduler.py", line 295, in <module>
build_page('scheduled') # from reproducible_html_indexes
File "/srv/jenkins/bin/reproducible_html_indexes.py", line 345, in build_page
html += build_page_section(page, section, lsuite, larch)[0]
File "/srv/jenkins/bin/reproducible_html_indexes.py", line 297, in build_page_section
rows = query_db(queries[section['query']].format(suite=suite, arch=arch))
File "/srv/jenkins/bin/reproducible_common.py", line 243, in query_db
cursor.execute(query)
sqlite3.OperationalError: near "ORDER": syntax error
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list