See <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/304/changes>
Changes: [Pekka Klärck] CommandLineMonitor: separated writing to CommandLineWriter and some other cleanup ------------------------------------------ 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 1 changesets with 1 changes to 1 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/hudson4717043932218565498.sh + python utest/run_utests.py ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E................................................................................................................................................................................................................................................... ====================================================================== ERROR: test_registering_console_logger_disables_automatic_console_logger (test_logger.TestLogger) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/output/test_logger.py",> line 172, in test_registering_console_logger_disables_automatic_console_logger assert_equals(logger._loggers.all_loggers()[0].start_suite.im_self._width, 42) AttributeError: 'CommandLineMonitor' object has no attribute '_width' ---------------------------------------------------------------------- Ran 1175 tests in 3.124s FAILED (errors=1) Build step 'Execute shell' marked build as failure