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

Changes:

[Pekka Klärck] 1) Handle linking warnings only based on Message timestampt, 
level, and message. 2) Remove linkable attribute from Message because it isn't 
used anymore.

[Pekka Klärck] smaller sleep interval to reduce test flickering

[Pekka Klärck] Fixed version tests when Python version is in format 2.x and not 
2.x.y

------------------------------------------
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 11 changes to 11 files
(run 'hg update' to get a working copy)
[workspace] $ hg update --clean --rev default
11 files updated, 0 files merged, 0 files removed, 0 files unresolved
[workspace] $ hg log --rev . --template {node}
[workspace] $ /bin/bash -xe /tmp/hudson1412384845737720031.sh
+ python utest/run_utests.py
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 1066 tests in 1.955s

OK
[workspace] $ /bin/bash -xe /tmp/hudson9023977921691026678.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 12.568s

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

Reply via email to