See <http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/700/changes>
Changes: [Pekka Klärck] Automated merge with https://code.google.com/p/robotframework/ [Pekka Klärck] run/rebot: validate that given arguments exist to provide better error message in common usage errors Update issue 1184 Status: Review Owner: pekka.klarck Cc: mikko.korpela Error reporting with Robot and Rebot was enhanced by verifying that given arguments exist and giving warning like this about all failed arguments: [ WARN ] Arguments 'foo', '--log', 'loki.html', '--report' and 'raportti.html' did not exist and were ignored. Validate the used command line syntax. This new argument validation is done only when one or more argument is given on purpose or by accident. Thus the behavior has not changed if you mess up your only argument somehow. Mikko, do you think this new system is good enough? [Pekka Klärck] small atest fix and cleanup [Mikko Korpela <[email protected]>] proto/parallel: partial fix ------------------------------------------ Started by an SCM change Started by an SCM change Building on master in workspace <http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/> [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 8 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev . --template {rev} [workspace] $ hg log --rev ebafe2dbd1da11302fe1513911e7682ba2714729 [workspace] $ hg log --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:0 --follow --prune ebafe2dbd1da11302fe1513911e7682ba2714729 [workspace] $ /bin/bash -xe /tmp/hudson4183844305333520902.sh + TZ=GMT15 + python utest/run_utests.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ ---------------------------------------------------------------------- Ran 1280 tests in 3.848s OK [workspace] $ /bin/bash -xe /tmp/hudson367425961005658053.sh + TZ=GMT2 + jython utest/run_utests.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 1348 tests in 22.615s OK Looks like the node went offline during the build. Check the slave log for the details.FATAL: /var/lib/jenkins/slave-null.log (No such file or directory) java.io.FileNotFoundException: /var/lib/jenkins/slave-null.log (No such file or directory) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233) at org.kohsuke.stapler.framework.io.LargeText$FileSession.<init>(LargeText.java:351) at org.kohsuke.stapler.framework.io.LargeText$1.open(LargeText.java:75) at org.kohsuke.stapler.framework.io.LargeText.writeLogTo(LargeText.java:164) at hudson.console.AnnotatedLargeText.writeHtmlTo(AnnotatedLargeText.java:158) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:512) at hudson.model.Run.execute(Run.java:1502) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236)
