See 
<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/14/changes>

Changes:

[Mikko Korpela <[email protected]>] remove timeoutjava for now.

[Mikko Korpela <[email protected]>] Automated merge with 
https://code.google.com/p/robotframework/

[Mikko Korpela <[email protected]>] package for java based timeout

------------------------------------------
Started by an SCM change
[workspace] $ hg incoming --quiet --bundle hg.bundle --template "<changeset 
node='{node}' author='{author|xmlescape}' rev='{rev}' 
date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n"
 --rev default
[workspace] $ hg unbundle hg.bundle
adding changesets
adding manifests
adding file changes
added 3 changesets with 3 changes to 2 files
(run 'hg update' to get a working copy)
[workspace] $ hg update --clean --rev default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
[workspace] $ hg log --rev . --template {node}
[workspace] $ /bin/bash -xe /tmp/hudson5120192493910149397.sh
+ python utest/run_utests.py
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 1066 tests in 1.762s

OK
[workspace] $ /bin/bash -xe /tmp/hudson5707448741882553139.sh
+ jython utest/run_utests.py
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_linking (test_jsmodelbuilders.TestBuildErrors)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/reporting/test_jsmodelbuilders.py";,>
 line 352, in test_linking
    model = ErrorsBuilder(context).build(self.errors)
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/reporting/jsmodelbuilders.py";,>
 line 169, in build
    return tuple(self._build_message(msg) for msg in errors)
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/reporting/jsmodelbuilders.py";,>
 line 169, in <genexpr>
    return tuple(self._build_message(msg) for msg in errors)
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/reporting/jsmodelbuilders.py";,>
 line 177, in build
    return model if not link else model + (link,)
RuntimeError: maximum recursion depth exceeded

----------------------------------------------------------------------
Ran 1125 tests in 11.468s

FAILED (errors=1)
Build step 'Execute shell' marked build as failure

Reply via email to