jakesylvestre / cing

Automatically exported from code.google.com/p/cing
0 stars 0 forks source link

Unit Tests on one slave fail but are marked as successful. #330

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Look at the end of the console output at:
http://nmr.cmbi.ru.nl/jenkins/job/CING/45/Slaves=ododo/console

What is the expected output? What do you see instead?

Full regular cing test that needs to be successful (single core)

This test -does- need to succeed for the make to be successful.
It will only use one core so the output is easier to read and the Jenkins 
scheduler doesn't overload a slave.
# That's why there is no minus character at the beginning of this command.
python -u python/cing/main.py --testQ -c 1
================================================================================
======================
| CING: Common Interface for NMR structure Generation version 0.95 (r1153)      
AW,JFD,GWV 2004-2011 |
================================================================================
======================
User: jd         on: Hugo.local (darwin/64bit/1cores/2.6.7)     at: (56902) Tue 
Mar 27 14:26:36 2012

Starting quiet test in /var/folders/hp/6mx_hnd16ds88z4pc21j_0g00000gn/T/cing 
logged to cingTest.log

Finished CING test

ERROR: Found 8 errors, please check the errors below and full log 
/var/folders/hp/6mx_hnd16ds88z4pc21j_0g00000gn/T/cing/cingTest.log
ERROR: Errors:
testConvert2Web (cing.Libs.test.test_Imagery.AllChecks) ... GPL Ghostscript 
9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1
GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1
GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1
GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1
GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1
GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1
GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1
GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1
Ran 41 test files
Ran 144 tests ok

ERROR: Overall failure of testQuiet.
CING started at : Tue Mar 27 14:26:34 2012
CING stopped at : Tue Mar 27 14:29:59 2012
CING took       : 205.174 s

make: *** [test] Error 1

ERROR overall test status from 'make test' failed.
Done
[TASKS] Scanning folder 
'/Users/jd/workspace/jenkins/workspace/CING/Slaves/ododo' for files matching 
the pattern '**/*.py,**/*.java' - excludes: 
[TASKS] Found 497 files to scan for tasks
[TASKS] Found 215 open tasks.
Publishing Cobertura coverage report...
Publishing Cobertura coverage results...
Recording test results
Finished: SUCCESS

Original issue reported on code.google.com by jurge...@gmail.com on 28 Mar 2012 at 1:03

GoogleCodeExporter commented 8 years ago
Shot myself in the foot by fixing the underlying bug.
Will reopen on next error.

Original comment by jurge...@gmail.com on 28 Mar 2012 at 3:40