Build failed in Jenkins: SwingLibrary #686

14 views
Skip to first unread message

Robot Framework CI

unread,
Nov 11, 2011, 3:22:54 PM11/11/11
to robotframework...@googlegroups.com
See <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/changes>

Changes:

[Pekka Klärck] Fixed example (it had unescaped backslash) and made it less confusing (issue #6).

------------------------------------------
[...truncated 785 lines...]
[junit] Testcase: delegatesIsLeaf took 0.001 sec
[junit] Testsuite: org.robotframework.swing.textcomponent.HyperlinkEventFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
[junit]
[junit] Testcase: createsHyperLinkEvent took 0.062 sec
[junit] Testcase: failsWhenLinkNotFound took 0.006 sec
[junit] Testsuite: org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.027 sec
[junit] ------------- Standard Error -----------------
[junit] UIDefaults.getUI() failed: no ComponentUI class for: org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=]
[junit] java.lang.Error
[junit] at javax.swing.UIDefaults.getUIError(UIDefaults.java:712)
[junit] at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:133)
[junit] at javax.swing.UIDefaults.getUI(UIDefaults.java:742)
[junit] at javax.swing.UIManager.getUI(UIManager.java:989)
[junit] at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:332)
[junit] at javax.swing.text.JTextComponent.<init>(JTextComponent.java:306)
[junit] at org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any$1.<init>(TextComponentOperatorFactorySpec.java:19)
[junit] at org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any.createComponent(TextComponentOperatorFactorySpec.java:19)
[junit] at org.robotframework.swing.factory.OperatorFactorySpecification$AnyIdentifierParsingOperatorFactory.create(OperatorFactorySpecification.java:80)
[junit] at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at jdave.DefaultContextObjectFactory.newContextObject(DefaultContextObjectFactory.java:32)
[junit] at jdave.runner.ExecutingBehavior.newContext(ExecutingBehavior.java:136)
[junit] at jdave.runner.ExecutingBehavior.runSpec(ExecutingBehavior.java:88)
[junit] at jdave.runner.ExecutingBehavior.runInCurrentThread(ExecutingBehavior.java:61)
[junit] at jdave.runner.ExecutingBehavior.run(ExecutingBehavior.java:53)
[junit] at jdave.junit4.JDaveCallback.onBehavior(JDaveCallback.java:52)
[junit] at jdave.runner.Context.run(Context.java:48)
[junit] at jdave.runner.SpecRunner.run(SpecRunner.java:54)
[junit] at jdave.runner.SpecRunner.run(SpecRunner.java:47)
[junit] at jdave.junit4.JDaveRunner.run(JDaveRunner.java:56)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:36)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:743)
[junit] UIDefaults.getUI() failed: no ComponentUI class for: org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=]
[junit] java.lang.Error
[junit] at javax.swing.UIDefaults.getUIError(UIDefaults.java:712)
[junit] at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:133)
[junit] at javax.swing.UIDefaults.getUI(UIDefaults.java:742)
[junit] at javax.swing.UIManager.getUI(UIManager.java:989)
[junit] at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:332)
[junit] at javax.swing.text.JTextComponent.<init>(JTextComponent.java:306)
[junit] at org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any$1.<init>(TextComponentOperatorFactorySpec.java:19)
[junit] at org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any.createComponent(TextComponentOperatorFactorySpec.java:19)
[junit] at org.robotframework.swing.factory.OperatorFactorySpecification$AnyIdentifierParsingOperatorFactory.create(OperatorFactorySpecification.java:80)
[junit] at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at jdave.DefaultContextObjectFactory.newContextObject(DefaultContextObjectFactory.java:32)
[junit] at jdave.runner.ExecutingBehavior.newContext(ExecutingBehavior.java:136)
[junit] at jdave.runner.ExecutingBehavior.runSpec(ExecutingBehavior.java:88)
[junit] at jdave.runner.ExecutingBehavior.runInCurrentThread(ExecutingBehavior.java:61)
[junit] at jdave.runner.ExecutingBehavior.run(ExecutingBehavior.java:53)
[junit] at jdave.junit4.JDaveCallback.onBehavior(JDaveCallback.java:52)
[junit] at jdave.runner.Context.run(Context.java:48)
[junit] at jdave.runner.SpecRunner.run(SpecRunner.java:54)
[junit] at jdave.runner.SpecRunner.run(SpecRunner.java:47)
[junit] at jdave.junit4.JDaveRunner.run(JDaveRunner.java:56)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:36)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:743)
[junit] ------------- ---------------- ---------------
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.004 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.003 sec
[junit] Testsuite: org.robotframework.swing.togglebutton.ToggleButtonOperatorFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.004 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.003 sec
[junit] Testsuite: org.robotframework.swing.tree.JTreeLocationFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.013 sec
[junit]
[junit] Testcase: createsJTreeLocationWithRowIndex took 0.008 sec
[junit] Testcase: createsJTreeLocationWithTreePath took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeIteratorSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
[junit]
[junit] Testcase: actsOnAllNodes took 0.007 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeNodeExistenceResolverSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit]
[junit] Testcase: passesWhenTreeNodeExists took 0.004 sec
[junit] Testcase: failsWhenTreeNodeDoesntExist took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeOperatorFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.049 sec
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.043 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.004 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeOperatorSpec
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 0.053 sec
[junit]
[junit] Testcase: hasPopupCaller took 0 sec
[junit] Testcase: clicksOnNode took 0.002 sec
[junit] Testcase: expands took 0.001 sec
[junit] Testcase: collapses took 0.001 sec
[junit] Testcase: addsSelection took 0 sec
[junit] Testcase: removesSelection took 0.001 sec
[junit] Testcase: checksExpanded took 0.001 sec
[junit] Testcase: checksCollapsed took 0.001 sec
[junit] Testcase: getsChildNames took 0.013 sec
[junit] Testcase: checksIsLeaf took 0.001 sec
[junit] Testcase: checksIsSelected took 0.001 sec
[junit] Testcase: checksIsVisible took 0.001 sec
[junit] Testcase: isRootVisible took 0.001 sec
[junit] Testcase: getsModel took 0.003 sec
[junit] Testcase: collapses took 0.001 sec
[junit] Testcase: expands took 0.001 sec
[junit] Testcase: isCollapsed took 0.001 sec
[junit] Testcase: isExpanded took 0 sec
[junit] Testcase: isLeaf took 0 sec
[junit] Testcase: getsTreeNodeLabel took 0.001 sec
[junit] Testcase: getsTreeNodeIndex took 0.001 sec
[junit] Testcase: createsPopupOperator took 0.004 sec
[junit] Testcase: createsPopupOperatorOnSelectedNodes took 0.001 sec
[junit] Testcase: callsPopuOnRow took 0.002 sec
[junit] Testcase: operatesOnAllNodes took 0.004 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePathFactorySpec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit]
[junit] Testcase: createsTreePathWithNodePath took 0.001 sec
[junit] Testcase: createsTreePathWithRowIndex took 0 sec
[junit] Testcase: treePathCreationFailsIfRowIndexCannotBeFound took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePopupMenuItemFinderSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
[junit]
[junit] Testcase: findsPopupMenuItemWithTreeRowIndexAndMenuPath took 0.013 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePopupMenuOperatorFactorySpec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit]
[junit] Testcase: createsOperatorByIndex took 0.001 sec
[junit] Testcase: createsOperatorByNodePath took 0.001 sec
[junit] Testcase: createsOperatorBySelection took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeSupportSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit]
[junit] Testcase: hasOperatorFactory took 0.001 sec
[junit] Testcase: createsTreeOperatorAndVerifiesContext took 0.001 sec
[junit] Testsuite: org.robotframework.swing.util.ComponentExistenceResolverSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit]
[junit] Testcase: satisfiesConditionIfComponentFound took 0 sec
[junit] Testcase: doesNotSatisfyConditionIfComponentIsNotFound took 0.002 sec
[junit] Testsuite: org.robotframework.swing.util.PropertyExtractorSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit]
[junit] Testcase: extractsProperties took 0.002 sec
unzip -qo "/var/lib/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"
(in <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/,> development)
Cleaning swinglibrary
Compiling swinglibrary into <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/classes>
Compiling swinglibrary:test into <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/test/classes>
Running tests in swinglibrary
Packaging swinglibrary-1.2.1-SNAPSHOT.jar
unzipping /var/lib/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
unzip -qo "/var/lib/jenkins/.m2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar"
unzipping /var/lib/jenkins/.m2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar
unzip -qo "/var/lib/jenkins/.m2/repository/org/robotframework/javalib-core/0.9.1/javalib-core-0.9.1.jar"
unzipping /var/lib/jenkins/.m2/repository/org/robotframework/javalib-core/0.9.1/javalib-core-0.9.1.jar
unzip -qo "/var/lib/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar"
unzipping /var/lib/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
unzip -qo "/var/lib/jenkins/.m2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"
unzipping /var/lib/jenkins/.m2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
unzip -qo "/var/lib/jenkins/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar"
unzipping /var/lib/jenkins/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar
unzip -qo "/var/lib/jenkins/.m2/repository/junit/junit/4.5/junit-4.5.jar"
unzipping /var/lib/jenkins/.m2/repository/junit/junit/4.5/junit-4.5.jar
unzip -qo "/var/lib/jenkins/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar"
unzipping /var/lib/jenkins/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
unzip -qo "/var/lib/jenkins/.m2/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar"
unzipping /var/lib/jenkins/.m2/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar
unzip -qo "/var/lib/jenkins/.m2/repository/org/springframework/spring-aop/2.5.4/spring-aop-2.5.4.jar"
unzipping /var/lib/jenkins/.m2/repository/org/springframework/spring-aop/2.5.4/spring-aop-2.5.4.jar
unzip -qo "/var/lib/jenkins/.m2/repository/org/springframework/spring-beans/2.5.4/spring-beans-2.5.4.jar"
unzipping /var/lib/jenkins/.m2/repository/org/springframework/spring-beans/2.5.4/spring-beans-2.5.4.jar
unzip -qo "/var/lib/jenkins/.m2/repository/org/springframework/spring-context/2.5.4/spring-context-2.5.4.jar"
unzipping /var/lib/jenkins/.m2/repository/org/springframework/spring-context/2.5.4/spring-context-2.5.4.jar
unzip -qo "/var/lib/jenkins/.m2/repository/org/springframework/spring-core/2.5.4/spring-core-2.5.4.jar"
unzipping /var/lib/jenkins/.m2/repository/org/springframework/spring-core/2.5.4/spring-core-2.5.4.jar
unzip -qo "/var/lib/jenkins/.m2/repository/abbot/abbot/1.0.2/abbot-1.0.2.jar"
unzipping /var/lib/jenkins/.m2/repository/abbot/abbot/1.0.2/abbot-1.0.2.jar
unzip -qo "/var/lib/jenkins/.m2/repository/abbot/costello/1.0.2/costello-1.0.2.jar"
unzipping /var/lib/jenkins/.m2/repository/abbot/costello/1.0.2/costello-1.0.2.jar
unzip -qo "/var/lib/jenkins/.m2/repository/gnu-regexp/gnu-regexp/1.1.4/gnu-regexp-1.1.4.jar"
unzipping /var/lib/jenkins/.m2/repository/gnu-regexp/gnu-regexp/1.1.4/gnu-regexp-1.1.4.jar
unzip -qo "/var/lib/jenkins/.m2/repository/org/netbeans/jemmy/2.2.7.5/jemmy-2.2.7.5.jar"
unzipping /var/lib/jenkins/.m2/repository/org/netbeans/jemmy/2.2.7.5/jemmy-2.2.7.5.jar
unzip -qo "/var/lib/jenkins/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar"
unzipping /var/lib/jenkins/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar
unzip -qo "/var/lib/jenkins/.m2/repository/com/thoughtworks/paranamer/paranamer/1.1.2/paranamer-1.1.2.jar"
unzipping /var/lib/jenkins/.m2/repository/com/thoughtworks/paranamer/paranamer/1.1.2/paranamer-1.1.2.jar
unzip -qo "/var/lib/jenkins/.m2/repository/jretrofit/jretrofit/1.0/jretrofit-1.0.jar"
unzipping /var/lib/jenkins/.m2/repository/jretrofit/jretrofit/1.0/jretrofit-1.0.jar
unzip -qo "<http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/swinglibrary-1.2.1-SNAPSHOT.jar">
unzipping <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar>
zip -qr "<http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/swinglibrary-1.2.1-SNAPSHOT.jar"> * -x '*.SF'
Verifying classversions from '<http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/swinglibrary-1.2.1-SNAPSHOT.jar'>
java -jar lib/jarjar-1.0.jar process lib/jarjar_rules.txt <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar> <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar>
Running: java -jar lib/jarjar-1.0.jar process lib/jarjar_rules.txt <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar> <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar>
rm -rf target/swinglibrary-demo
Successfully created <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar>
mkdir -p target/swinglibrary-demo/lib
cp <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar> target/swinglibrary-demo/lib/
cp demo/*.* target/swinglibrary-demo
cd target && zip -r swinglibrary-demo-2011-11-11.zip swinglibrary-demo
adding: swinglibrary-demo/ (stored 0%)
adding: swinglibrary-demo/lib/ (stored 0%)
adding: swinglibrary-demo/lib/swinglibrary-1.2.1-SNAPSHOT.jar (deflated 17%)
adding: swinglibrary-demo/run_demo.py (deflated 43%)
adding: swinglibrary-demo/example.txt (deflated 56%)
adding: swinglibrary-demo/README.txt (deflated 41%)
java org.python.util.jython lib/libdoc.py --output <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT-doc.html> SwingLibrary
created swinglibrary-demo-2011-11-11.zip
Creating library documentation
Resolving variable '${LIB.htmldoc}' failed: AttributeError: 'module' object has no attribute 'eq_any'

Try --help for usage information.
Buildr aborted!
No such file or directory - <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/686/artifact/target/swinglibrary-1.2.1-SNAPSHOT-doc.html>
<http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/buildfile>:47
(See full trace by running task with --trace)
Archiving artifacts
Robot results publisher started...
-Parsing output xml:
Failed!
<http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/robot-results> does not exist.
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:474)
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:451)
at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:58)
at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:44)
at hudson.FilePath.act(FilePath.java:756)
at hudson.FilePath.act(FilePath.java:738)
at hudson.plugins.robot.RobotParser.parse(RobotParser.java:39)
at hudson.plugins.robot.RobotPublisher.parse(RobotPublisher.java:235)
at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:258)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:622)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:601)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:579)
at hudson.model.Build$RunnerImpl.post2(Build.java:156)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:548)
at hudson.model.Run.run(Run.java:1386)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)

Robot Framework CI

unread,
Nov 11, 2011, 3:23:42 PM11/11/11
to robotframework...@googlegroups.com
See <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/>

------------------------------------------
[...truncated 783 lines...]


[junit] Testcase: delegatesIsLeaf took 0.001 sec
[junit] Testsuite: org.robotframework.swing.textcomponent.HyperlinkEventFactorySpec

[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.052 sec
[junit]
[junit] Testcase: createsHyperLinkEvent took 0.044 sec


[junit] Testcase: failsWhenLinkNotFound took 0.006 sec
[junit] Testsuite: org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec

[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.004 sec


[junit] Testsuite: org.robotframework.swing.togglebutton.ToggleButtonOperatorFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.004 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.003 sec
[junit] Testsuite: org.robotframework.swing.tree.JTreeLocationFactorySpec

[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
[junit]
[junit] Testcase: createsJTreeLocationWithRowIndex took 0.029 sec


[junit] Testcase: createsJTreeLocationWithTreePath took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeIteratorSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
[junit]

[junit] Testcase: actsOnAllNodes took 0.006 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeNodeExistenceResolverSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
[junit]
[junit] Testcase: passesWhenTreeNodeExists took 0.003 sec


[junit] Testcase: failsWhenTreeNodeDoesntExist took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeOperatorFactorySpec

[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.022 sec


[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.004 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeOperatorSpec
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 0.053 sec
[junit]

[junit] Testcase: hasPopupCaller took 0.001 sec


[junit] Testcase: clicksOnNode took 0.002 sec
[junit] Testcase: expands took 0.001 sec
[junit] Testcase: collapses took 0.001 sec
[junit] Testcase: addsSelection took 0 sec
[junit] Testcase: removesSelection took 0.001 sec
[junit] Testcase: checksExpanded took 0.001 sec
[junit] Testcase: checksCollapsed took 0.001 sec

[junit] Testcase: getsChildNames took 0.014 sec


[junit] Testcase: checksIsLeaf took 0.001 sec
[junit] Testcase: checksIsSelected took 0.001 sec
[junit] Testcase: checksIsVisible took 0.001 sec
[junit] Testcase: isRootVisible took 0.001 sec

[junit] Testcase: getsModel took 0.004 sec


[junit] Testcase: collapses took 0.001 sec
[junit] Testcase: expands took 0.001 sec
[junit] Testcase: isCollapsed took 0.001 sec

[junit] Testcase: isExpanded took 0.001 sec
[junit] Testcase: isLeaf took 0.001 sec


[junit] Testcase: getsTreeNodeLabel took 0.001 sec

[junit] Testcase: getsTreeNodeIndex took 0 sec
[junit] Testcase: createsPopupOperator took 0.003 sec


[junit] Testcase: createsPopupOperatorOnSelectedNodes took 0.001 sec

[junit] Testcase: callsPopuOnRow took 0.001 sec


[junit] Testcase: operatesOnAllNodes took 0.004 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePathFactorySpec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit]
[junit] Testcase: createsTreePathWithNodePath took 0.001 sec

[junit] Testcase: createsTreePathWithRowIndex took 0.001 sec


[junit] Testcase: treePathCreationFailsIfRowIndexCannotBeFound took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePopupMenuItemFinderSpec

[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.015 sec


[junit]
[junit] Testcase: findsPopupMenuItemWithTreeRowIndexAndMenuPath took 0.013 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePopupMenuOperatorFactorySpec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit]
[junit] Testcase: createsOperatorByIndex took 0.001 sec
[junit] Testcase: createsOperatorByNodePath took 0.001 sec
[junit] Testcase: createsOperatorBySelection took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeSupportSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit]

[junit] Testcase: hasOperatorFactory took 0 sec


[junit] Testcase: createsTreeOperatorAndVerifiesContext took 0.001 sec
[junit] Testsuite: org.robotframework.swing.util.ComponentExistenceResolverSpec

[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit]
[junit] Testcase: satisfiesConditionIfComponentFound took 0.001 sec


[junit] Testcase: doesNotSatisfyConditionIfComponentIsNotFound took 0.002 sec
[junit] Testsuite: org.robotframework.swing.util.PropertyExtractorSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit]

[junit] Testcase: extractsProperties took 0.001 sec

unzipping <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar>

java -jar lib/jarjar-1.0.jar process lib/jarjar_rules.txt <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar> <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar>
Running: java -jar lib/jarjar-1.0.jar process lib/jarjar_rules.txt <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar> <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar>
rm -rf target/swinglibrary-demo
Successfully created <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar>
mkdir -p target/swinglibrary-demo/lib
cp <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT.jar> target/swinglibrary-demo/lib/


cp demo/*.* target/swinglibrary-demo
cd target && zip -r swinglibrary-demo-2011-11-11.zip swinglibrary-demo
adding: swinglibrary-demo/ (stored 0%)
adding: swinglibrary-demo/lib/ (stored 0%)
adding: swinglibrary-demo/lib/swinglibrary-1.2.1-SNAPSHOT.jar (deflated 17%)
adding: swinglibrary-demo/run_demo.py (deflated 43%)
adding: swinglibrary-demo/example.txt (deflated 56%)
adding: swinglibrary-demo/README.txt (deflated 41%)

java org.python.util.jython lib/libdoc.py --output <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT-doc.html> SwingLibrary


created swinglibrary-demo-2011-11-11.zip
Creating library documentation
Resolving variable '${LIB.htmldoc}' failed: AttributeError: 'module' object has no attribute 'eq_any'

Try --help for usage information.
Buildr aborted!

No such file or directory - <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/687/artifact/target/swinglibrary-1.2.1-SNAPSHOT-doc.html>

Robot Framework CI

unread,
Nov 14, 2011, 3:12:35 AM11/14/11
to robotframework...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages