Build failed in Jenkins: SwingLibrary #656

99 views
Skip to first unread message

Robot Framework CI

unread,
Sep 15, 2011, 2:46:04 AM9/15/11
to robotframework...@googlegroups.com
See <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/656/changes>

Changes:

[Janne Härkönen] build_helpers: log start of jar jar process

[Janne Härkönen] buildfile: new task deliver, to create all needed artifacts

[Janne Härkönen] pushButton: do not force parent container to front

------------------------------------------
Started by an SCM change
Started by an SCM change
Checkout:workspace / <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/> - hudson.remoting.LocalChannel@2c4dd413
Using strategy: Default
Last Built Revision: Revision 18b03819394e77ad15d4bb45c1581856c1e000d3 (origin/HEAD, origin/master)
Checkout:workspace / <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/> - hudson.remoting.LocalChannel@2c4dd413
Fetching changes from 1 remote Git repository
Fetching upstream changes from https://github.com/robotframework/SwingLibrary
Seen branch in repository origin/HEAD
Seen branch in repository origin/master
Commencing build of Revision 50bd8c6949e0665871e356a2044c1b17629b175a (origin/HEAD, origin/master)
Checking out Revision 50bd8c6949e0665871e356a2044c1b17629b175a (origin/HEAD, origin/master)
Warning : There are multiple branch changesets here
Deleting old artifacts from #654
[workspace] $ /bin/bash -xe /tmp/hudson3909442457196349473.sh
+ xvfb-run buildr ci_at
Buildr aborted!
Don't know how to build task 'dist'

(See full trace by running task with --trace)
(in <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/,> development)
Archiving artifacts
Robot results publisher started...
-Parsing output xml:
Done!
-Copying log files to build dir:
Done!
-Assigning results to build:
Done!
-Checking thresholds:
Done!
Done publishing Robot results.

Robot Framework CI

unread,
Sep 15, 2011, 2:47:02 AM9/15/11
to robotframework...@googlegroups.com
See <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/657/>

------------------------------------------
Started by an SCM change

Checkout:workspace / <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/> - hudson.remoting.LocalChannel@2c4dd413
Using strategy: Default

Last Built Revision: Revision 50bd8c6949e0665871e356a2044c1b17629b175a (origin/HEAD, origin/master)


Checkout:workspace / <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/> - hudson.remoting.LocalChannel@2c4dd413
Fetching changes from 1 remote Git repository
Fetching upstream changes from https://github.com/robotframework/SwingLibrary
Seen branch in repository origin/HEAD
Seen branch in repository origin/master
Commencing build of Revision 50bd8c6949e0665871e356a2044c1b17629b175a (origin/HEAD, origin/master)
Checking out Revision 50bd8c6949e0665871e356a2044c1b17629b175a (origin/HEAD, origin/master)
Warning : There are multiple branch changesets here

[workspace] $ /bin/bash -xe /tmp/hudson725348218471923037.sh

Robot Framework CI

unread,
Sep 15, 2011, 3:10:03 AM9/15/11
to robotframework...@googlegroups.com
See <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/658/changes>

Changes:

[Janne Härkönen] buildfile: fixed ci_at task dependencies

[Janne Härkönen] buildfile: create docs in `target` as all other artifacts

------------------------------------------
[...truncated 1517 lines...]
------------------------------------------------------------------------------
Find Table Row With Column | PASS |
------------------------------------------------------------------------------
Get Table Row Count By Index | PASS |
------------------------------------------------------------------------------
Select From Table Cell Popup Menu | PASS |
------------------------------------------------------------------------------
Select From Popup On Selected Cells | PASS |
------------------------------------------------------------------------------
Select From Table Cell Popup Menu Accepts Integer Arguments | PASS |
------------------------------------------------------------------------------
Table Cell Popup Menu Should Be Disabled | PASS |
------------------------------------------------------------------------------
Table Cell Popup Menu Should Be Enabled | PASS |
------------------------------------------------------------------------------
Get Table Headers | PASS |
------------------------------------------------------------------------------
Table Keywords Fail If Context Is Not Set | PASS |
------------------------------------------------------------------------------
Get Table Column Values | PASS |
------------------------------------------------------------------------------
Get Table Cell Properties | PASS |
------------------------------------------------------------------------------
Click On Table Header | PASS |
------------------------------------------------------------------------------
Get Value From Check Box | PASS |
------------------------------------------------------------------------------
Robot-tests.Tablekeywords | PASS |
37 critical tests, 37 passed, 0 failed
37 tests total, 37 passed, 0 failed
==============================================================================
Robot-tests.Textcomponentkeywords
==============================================================================
Insert Into Text Field By Name | PASS |
------------------------------------------------------------------------------
Insert Into Uneditable/Disabled Field | PASS |
------------------------------------------------------------------------------
Insert Into Text Field By Index | PASS |
------------------------------------------------------------------------------
Clear Text Field By Index | PASS |
------------------------------------------------------------------------------
Clear Text Field By Name | PASS |
------------------------------------------------------------------------------
Type Into Text Field By Index | PASS |
------------------------------------------------------------------------------
Type Into Text Field By Name | PASS |
------------------------------------------------------------------------------
Get Text Field Value By Name | PASS |
------------------------------------------------------------------------------
Get Text Field Value By Index | PASS |
------------------------------------------------------------------------------
Insert Into Text Field Works With TextAreas | PASS |
------------------------------------------------------------------------------
Clear Text Field Works With TextAreas | PASS |
------------------------------------------------------------------------------
Type Into Text Field Works With TextAreas | PASS |
------------------------------------------------------------------------------
Get Text Field Value Works With TextAreas | PASS |
------------------------------------------------------------------------------
Text Field Should Be Enabled | PASS |
------------------------------------------------------------------------------
Text Field Should Be Disabled | PASS |
------------------------------------------------------------------------------
Textfield Keywords Should Fail Context Is Not Correct | PASS |
------------------------------------------------------------------------------
Robot-tests.Textcomponentkeywords | PASS |
16 critical tests, 16 passed, 0 failed
16 tests total, 16 passed, 0 failed
==============================================================================
Robot-tests.Threadkeywords
==============================================================================
Runs Keyword In Separate Thread | PASS |
------------------------------------------------------------------------------
Runs Keywords From Other Packages | PASS |
------------------------------------------------------------------------------
Checks Arguments If ArgumentNames Are Available | PASS |
------------------------------------------------------------------------------
Doesn't Fail When Argument Names Are Not Available Exception in thread "Thread-84" java.lang.RuntimeException: java.lang.IllegalArgumentException: argument type mismatch
at org.robotframework.javalib.reflection.KeywordInvoker.invoke(KeywordInvoker.java:51)
at org.robotframework.javalib.beans.annotation.AnnotationKeywordExtractor$1.execute(AnnotationKeywordExtractor.java:55)
at org.robotframework.javalib.library.KeywordFactoryBasedLibrary.runKeyword(KeywordFactoryBasedLibrary.java:37)
at org.robotframework.javalib.library.AnnotationLibrary.runKeyword(AnnotationLibrary.java:73)
at org.robotframework.swing.SwingLibrary.runKeyword(SwingLibrary.java:100)
at org.robotframework.swing.keyword.concurrent.ThreadKeywords$1.run(ThreadKeywords.java:49)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.robotframework.javalib.reflection.KeywordInvoker.invoke(KeywordInvoker.java:49)
... 5 more
| PASS |
------------------------------------------------------------------------------
Works With Real Keywords | PASS |
------------------------------------------------------------------------------
Robot-tests.Threadkeywords | PASS |
5 critical tests, 5 passed, 0 failed
5 tests total, 5 passed, 0 failed
==============================================================================
Robot-tests.Timeoutkeywords
==============================================================================
Set Jemmy Timeout | PASS |
------------------------------------------------------------------------------
Robot-tests.Timeoutkeywords | PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================
Robot-tests.Togglebuttonkeywords
==============================================================================
Toggle Button Should Be Selected Passes If Button Is Selected | PASS |
------------------------------------------------------------------------------
Toggle Button Should Not Be Selected Passes If Button Is Not Selected | PASS |
------------------------------------------------------------------------------
Toggle Button Keywords Should Fail If Context Is Not A Window | PASS |
------------------------------------------------------------------------------
Push Toggle Button Toggles Selection State | PASS |
------------------------------------------------------------------------------
Robot-tests.Togglebuttonkeywords | PASS |
4 critical tests, 4 passed, 0 failed
4 tests total, 4 passed, 0 failed
==============================================================================
Robot-tests.Treekeywords
==============================================================================
Expand Node by Index | PASS |
------------------------------------------------------------------------------
Expand Node By Name | PASS |
------------------------------------------------------------------------------
Collapse Node By Index | PASS |
------------------------------------------------------------------------------
Collapse Node By Name | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Collapsed | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Expanded | PASS |
------------------------------------------------------------------------------
Select Tree Node By Index | PASS |
------------------------------------------------------------------------------
Select Tree Node By Name | PASS |
------------------------------------------------------------------------------
...e Node Should Work With Nodes Other Than javax.swing.tree.TreeNode | PASS |
------------------------------------------------------------------------------
Select Tree Node Keyword Selects Multiple Nodes | PASS |
------------------------------------------------------------------------------
Unselect Tree Node By Index | PASS |
------------------------------------------------------------------------------
Unselect Tree Node By name | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Selected AND Tree Node Should Not Be Selected | PASS |
------------------------------------------------------------------------------
Select From Tree Node Popup Menu | PASS |
------------------------------------------------------------------------------
...ree Node Popup Menu Should Accept Only Exact Matches For Menupaths | PASS |
------------------------------------------------------------------------------
Select From Tree Node Popup Menu Fails If Menu Item Is Disabled | PASS |
------------------------------------------------------------------------------
Select From Tree Node Popup Menu In Separate Thread | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Visible | PASS |
------------------------------------------------------------------------------
Tree Node Should Not Be Visible | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Leaf AND Tree Node Should Not Be Leaf | PASS |
------------------------------------------------------------------------------
Tree Node Should Exist By Name | PASS |
------------------------------------------------------------------------------
Tree Node Should Exist By Index | PASS |
------------------------------------------------------------------------------
Tree Node Should Not Exist By Name | PASS |
------------------------------------------------------------------------------
Tree Node Should Not Exist By Index | PASS |
------------------------------------------------------------------------------
Test Selecting Multiple Nodes | PASS |
------------------------------------------------------------------------------
Get Tree Node Count Returns The Count Of All Visible Nodes | PASS |
------------------------------------------------------------------------------
Get Tree Node Child Names | PASS |
------------------------------------------------------------------------------
...Menu On Selected Tree Nodes Keyword Operates On All Selected Nodes | PASS |
------------------------------------------------------------------------------
Get Tree Node Label Keyword Returns The Last Nodes Name | PASS |
------------------------------------------------------------------------------
Get Tree Node Label Keyword Works With Hidden Root | PASS |
------------------------------------------------------------------------------
Get Tree Node Index Keyword Returns The Node Index | PASS |
------------------------------------------------------------------------------
Get Tree Node Index Keyword Works With Hidden Root | PASS |
------------------------------------------------------------------------------
Click On Tree Node | PASS |
------------------------------------------------------------------------------
Expand All Tree Nodes | PASS |
------------------------------------------------------------------------------
Expand All Tree Nodes Should Work With Invisible Root | PASS |
------------------------------------------------------------------------------
Collapse All Tree Nodes | PASS |
------------------------------------------------------------------------------
Keywords Also Work With Unnamed Root | PASS |
------------------------------------------------------------------------------
Keywords Also Work With Invisible Root | PASS |
------------------------------------------------------------------------------
Tree Keywords Fail If Context Is Not Correct | PASS |
------------------------------------------------------------------------------
Robot-tests.Treekeywords | PASS |
39 critical tests, 39 passed, 0 failed
39 tests total, 39 passed, 0 failed
==============================================================================
Robot-tests.Windowkeywords
==============================================================================
Select Main Window | PASS |
------------------------------------------------------------------------------
Select Window By Title | PASS |
------------------------------------------------------------------------------
Select Window By Title RegExp | PASS |
------------------------------------------------------------------------------
Select Window By Title Without RegExp Prefix Should Fail | PASS |
------------------------------------------------------------------------------
Select Window By Index | PASS |
------------------------------------------------------------------------------
Get Selected Window Title | PASS |
------------------------------------------------------------------------------
Close Window | PASS |
------------------------------------------------------------------------------
Close Window With RegExp | PASS |
------------------------------------------------------------------------------
Robot-tests.Windowkeywords | PASS |
8 critical tests, 8 passed, 0 failed
8 tests total, 8 passed, 0 failed
==============================================================================
Robot-tests | PASS |
288 critical tests, 288 passed, 0 failed
288 tests total, 288 passed, 0 failed
==============================================================================
Debug: <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/robot-results/debug.txt>
Output: <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/robot-results/output.xml>
Report: <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/robot-results/report.html>
Log: <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/ws/target/robot-results/log.html>
Completed in 7m1.556s
Archiving artifacts
ERROR: No artifacts found that match the file pattern "target/swinglibrary*dependencies.jar". Configuration error?
ERROR: 'target/swinglibrary*dependencies.jar' doesn't match anything: 'target' exists but not 'target/swinglibrary*dependencies.jar'

Robot Framework CI

unread,
Sep 15, 2011, 3:16:59 AM9/15/11
to robotframework...@googlegroups.com
See <http://robot.radiaatto.ri.fi/hudson/job/SwingLibrary/659/>

------------------------------------------
[...truncated 1515 lines...]

Completed in 6m48.396s

Robot Framework CI

unread,
Sep 15, 2011, 3:33:13 AM9/15/11
to robotframework...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages