[Qa-jenkins-scm] Build failed in Jenkins: reproducible_maintenance_amd64_jenkins #4312
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sat Aug 20 01:19:33 UTC 2016
See <https://jenkins.debian.net/job/reproducible_maintenance_amd64_jenkins/4312/>
------------------------------------------
[...truncated 8058 lines...]
44564
44566
47974
47979
Sat Aug 20 01:12:43 UTC 2016 - schroot session cleanup loop 18
5461
5462
27943
27950
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:12:58 UTC 2016 - schroot session cleanup loop 19
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:13:13 UTC 2016 - schroot session cleanup loop 20
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:13:28 UTC 2016 - schroot session cleanup loop 21
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:13:43 UTC 2016 - schroot session cleanup loop 22
5461
5462
32673
32674
36038
36039
36236
36321
36439
44564
44566
47974
47979
Sat Aug 20 01:13:58 UTC 2016 - schroot session cleanup loop 23
5461
5462
32673
32674
37860
44564
44566
47974
47979
Sat Aug 20 01:14:13 UTC 2016 - schroot session cleanup loop 24
5461
5462
32673
32674
38391
38392
44564
44566
47974
47979
Sat Aug 20 01:14:29 UTC 2016 - schroot session cleanup loop 25
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:14:44 UTC 2016 - schroot session cleanup loop 26
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:14:59 UTC 2016 - schroot session cleanup loop 27
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:15:14 UTC 2016 - schroot session cleanup loop 28
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:15:29 UTC 2016 - schroot session cleanup loop 29
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:15:44 UTC 2016 - schroot session cleanup loop 30
5461
5462
32673
32674
44564
44566
47974
47979
50121
50122
Sat Aug 20 01:15:59 UTC 2016 - schroot session cleanup loop 31
5461
5462
32673
32674
44564
44566
47974
47979
Sat Aug 20 01:16:14 UTC 2016 - schroot session cleanup loop 32
5461
5462
32673
32674
44564
44566
53324
53328
54919
54921
Sat Aug 20 01:16:29 UTC 2016 - schroot session cleanup loop 33
5461
5462
32673
32674
44564
44566
Sat Aug 20 01:16:44 UTC 2016 - schroot session cleanup loop 34
32673
32674
44564
44566
57973
58153
58205
Sat Aug 20 01:17:00 UTC 2016 - schroot session cleanup loop 35
32673
32674
44564
44566
Sat Aug 20 01:17:15 UTC 2016 - schroot session cleanup loop 36
32673
32674
44564
44566
Sat Aug 20 01:17:30 UTC 2016 - schroot session cleanup loop 37
32673
32674
44564
44566
Sat Aug 20 01:17:45 UTC 2016 - schroot session cleanup loop 38
32673
32674
44564
44566
Sat Aug 20 01:18:00 UTC 2016 - schroot session cleanup loop 39
32673
32674
44564
44566
Sat Aug 20 01:18:15 UTC 2016 - schroot session cleanup loop 40
Sat Aug 20 01:18:30 UTC 2016 - Removing schroots older than 3 days.
schroots older than 3 days found in /schroots, which will be deleted:
drwxr-xr-x 5 root root 4096 Aug 17 00:53 /schroots/reproducible-testing-diffoscope-28665
drwxr-xr-x 9 root root 4096 Aug 17 01:11 /schroots/reproducible-unstable-diffoscope-8830
Sat Aug 20 01:18:31 UTC 2016 - Rescheduling failed builds due to network issues.
Sat Aug 20 01:18:44 UTC 2016 - Rescheduling failed builds due to diffoscope schroot issues.
Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled now:
/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/amd64/asterisk-prompt-fr-proformatique_20070706-1.4-2.rbuild.log
/var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/i386/lnav_0.8.0-1.rbuild.log
Rescheduling packages:
INFO: Starting at 2016-08-20 01:18:58.221429
INFO: finding out which usertagged bugs have been closed or at least have patches
INFO: finding out which usertagged bugs have been closed or at least have patches
WARNING: [93m[4mThe package lnav is already building, not scheduling it.[0m
/usr/lib/python3/dist-packages/sqlalchemy/sql/default_comparator.py:35: SAWarning: The IN-predicate on "schedule.package_id" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate. Consider alternative strategies for improved performance.
return o[0](self, self.expr, op, *(other + o[1:]), **kwargs)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 951, in _execute_context
context)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 436, in do_execute
cursor.execute(statement, parameters)
sqlite3.IntegrityError: NOT NULL constraint failed: manual_scheduler.package_id
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/srv/jenkins/bin/reproducible_remote_scheduler.py", line 288, in <module>
conn_db.execute(insert_manual_query, save_schedule)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 729, in execute
return meth(self, multiparams, params)
File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 322, in _execute_on_connection
return connection._execute_clauseelement(self, multiparams, params)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 826, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 958, in _execute_context
context)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1159, in _handle_dbapi_exception
exc_info
File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 188, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb, cause=exc_value)
File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 181, in reraise
raise value.with_traceback(tb)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 951, in _execute_context
context)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 436, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.IntegrityError: (IntegrityError) NOT NULL constraint failed: manual_scheduler.package_id 'INSERT INTO manual_scheduler DEFAULT VALUES' ()
INFO: Finished at 2016-08-20 01:19:33.231509, took: 0:00:35.010094
Sat 20 Aug 01:19:33 UTC 2016 - /srv/jenkins/bin/reproducible_maintenance.sh stopped running as /tmp/jenkins-script-5JtWXMSE, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list