Modify ↓
Opened 16 years ago
Closed 15 years ago
#312 closed defect (duplicate)
Build freezes on multiple junit or cobertura tasks in one step
Reported by: | jeeens@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | General | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description (last modified by osimons)
I had one step that created "smoketest" junit & cobertura results and one that created "complet" junit & cobertura results.
I wanted to combine them into one step, but that freezes the build process. Below is the log from the slave and the master.
Slave: [INFO ] [junit] Cobertura: Loaded information on 102 classes. [INFO ] [junit] Cobertura: Saved information on 102 classes. [INFO ] [junit] Running de.schotte.coogee.server.statistics.PeriodDaoTest [INFO ] [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 5,498 sec [INFO ] [junit] Cobertura: Loaded information on 102 classes. [INFO ] [junit] Cobertura: Saved information on 102 classes. [INFO ] [junit] Running de.schotte.coogee.server.test.BaseDBTest [INFO ] [junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0,184 sec [INFO ] [cobertura-report] Cobertura 1.9 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [INFO ] [cobertura-report] Cobertura: Loaded information on 102 classes. [INFO ] [cobertura-report] Report time: 575ms [INFO ] [INFO ] BUILD SUCCESSFUL [INFO ] Total time: 1 minute 19 seconds [INFO ] Build step test completed successfully [WARNING ] Server returned error 500: Internal Server Error [ERROR ] HTTP Error 500: Internal Server Error
Server:
Aug 29 13:15:33 bvschotte Trac[__init__] ERROR: Report already exists Traceback (most recent call last): File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r559-py2.5.egg/bitten/master.py", line 93, in process_request return self._process_build_step(req, config, build) File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r559-py2.5.egg/bitten/master.py", line 266, in _process_build_step report.insert(db=db) File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r559-py2.5.egg/bitten/model.py", line 862, in insert db=db)), 'Report already exists' AssertionError: Report already exists Aug 29 13:17:01 bvschotte /USR/SBIN/CRON[17036]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Aug 29 13:21:30 bvschotte Trac[api] WARNING: HTML preview using <trac.mimeview.silvercity.SilverCityRenderer object at 0xb6f3dc2c> failed (No module named SilverCity) Traceback (most recent call last): File "/var/lib/python-support/python2.5/trac/mimeview/api.py", line 449, in render filename, url) File "/var/lib/python-support/python2.5/trac/mimeview/silvercity.py", line 97, in render import SilverCity ImportError: No module named SilverCity Aug 29 13:27:58 bvschotte Trac[main] WARNING: 403 Forbidden (403 Forbidden (WIKI_VIEW privileges are required to perform this operation)) Aug 29 13:32:56 bvschotte Trac[__init__] ERROR: Report already exists Traceback (most recent call last): File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r559-py2.5.egg/bitten/master.py", line 93, in process_request return self._process_build_step(req, config, build) File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r559-py2.5.egg/bitten/master.py", line 266, in _process_build_step report.insert(db=db) File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r559-py2.5.egg/bitten/model.py", line 862, in insert db=db)), 'Report already exists' AssertionError: Report already exists Aug 29 13:39:01 bvschotte /USR/SBIN/CRON[17965]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0
Trac 0.10.4 Bitten 0.6dev-r559
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by osimons
- Description modified (diff)
comment:2 Changed 15 years ago by osimons
- Milestone 0.6 deleted
- Resolution set to duplicate
- Status changed from new to closed
Same issue as #400. I'm keeping the newer one with more information + based on newer Bitten.
Note: See
TracTickets for help on using
tickets.
(Fix formatting.)