Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Build failed in Jenkins: webtools-common_master #340

See <https://ci.eclipse.org/webtools/job/webtools-common_master/340/display/redirect>

------------------------------------------
[...truncated 5.14 MB...]
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[80] 
[ERROR] 	gridData.horizontalAlignment = GridData.CENTER;
[ERROR] 	                               ^^^^^^^^
[ERROR] GridData cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[84] 
[ERROR] 	Composite rightComposite = new Composite(splitView, SWT.NONE);
[ERROR] 	^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[84] 
[ERROR] 	Composite rightComposite = new Composite(splitView, SWT.NONE);
[ERROR] 	                               ^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[84] 
[ERROR] 	Composite rightComposite = new Composite(splitView, SWT.NONE);
[ERROR] 	                                                    ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[85] 
[ERROR] 	GridLayout rightLayout = new GridLayout();
[ERROR] 	^^^^^^^^^^
[ERROR] GridLayout cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[85] 
[ERROR] 	GridLayout rightLayout = new GridLayout();
[ERROR] 	                             ^^^^^^^^^^
[ERROR] GridLayout cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[88] 
[ERROR] 	Label label3 = new Label(rightComposite, SWT.NULL);
[ERROR] 	^^^^^
[ERROR] Label cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[88] 
[ERROR] 	Label label3 = new Label(rightComposite, SWT.NULL);
[ERROR] 	                   ^^^^^
[ERROR] Label cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[88] 
[ERROR] 	Label label3 = new Label(rightComposite, SWT.NULL);
[ERROR] 	                                         ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[89] 
[ERROR] 	gridData = new GridData();
[ERROR] 	               ^^^^^^^^
[ERROR] GridData cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[90] 
[ERROR] 	gridData.horizontalAlignment = GridData.CENTER;
[ERROR] 	                               ^^^^^^^^
[ERROR] GridData cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[94] 
[ERROR] 	testClassTable = new Table(leftComposite, SWT.CHECK);
[ERROR] 	^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[94] 
[ERROR] 	testClassTable = new Table(leftComposite, SWT.CHECK);
[ERROR] 	                     ^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[94] 
[ERROR] 	testClassTable = new Table(leftComposite, SWT.CHECK);
[ERROR] 	                                          ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[95] 
[ERROR] 	testClassTable.setBackground(getBackground());
[ERROR] 	^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[95] 
[ERROR] 	testClassTable.setBackground(getBackground());
[ERROR] 	                             ^^^^^^^^^^^^^
[ERROR] The method getBackground() is undefined for the type TestCollectorInnerPanes
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[96] 
[ERROR] 	gridData = new GridData(GridData.FILL_BOTH);
[ERROR] 	               ^^^^^^^^
[ERROR] GridData cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[96] 
[ERROR] 	gridData = new GridData(GridData.FILL_BOTH);
[ERROR] 	                        ^^^^^^^^
[ERROR] GridData cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[97] 
[ERROR] 	testClassTable.setLayoutData(gridData);
[ERROR] 	^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[100] 
[ERROR] 	TableItem tableItem = new TableItem(testClassTable, SWT.NULL);
[ERROR] 	^^^^^^^^^
[ERROR] TableItem cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[100] 
[ERROR] 	TableItem tableItem = new TableItem(testClassTable, SWT.NULL);
[ERROR] 	                          ^^^^^^^^^
[ERROR] TableItem cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[100] 
[ERROR] 	TableItem tableItem = new TableItem(testClassTable, SWT.NULL);
[ERROR] 	                                    ^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[100] 
[ERROR] 	TableItem tableItem = new TableItem(testClassTable, SWT.NULL);
[ERROR] 	                                                    ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[103] 
[ERROR] 	testClassTable.addSelectionListener(new SelectionListener() {
[ERROR] 	^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[103] 
[ERROR] 	testClassTable.addSelectionListener(new SelectionListener() {
[ERROR] 	                                        ^^^^^^^^^^^^^^^^^
[ERROR] SelectionListener cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[104] 
[ERROR] 	public void widgetSelected(SelectionEvent e) {
[ERROR] 	                           ^^^^^^^^^^^^^^
[ERROR] SelectionEvent cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[105] 
[ERROR] 	TableItem item = (TableItem) e.item;
[ERROR] 	^^^^^^^^^
[ERROR] TableItem cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[105] 
[ERROR] 	TableItem item = (TableItem) e.item;
[ERROR] 	                  ^^^^^^^^^
[ERROR] TableItem cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[108] 
[ERROR] 	testClassTable.setSelection(new TableItem[] { item });
[ERROR] 	^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[108] 
[ERROR] 	testClassTable.setSelection(new TableItem[] { item });
[ERROR] 	                                ^^^^^^^^^
[ERROR] TableItem cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[110] 
[ERROR] 	public void widgetDefaultSelected(SelectionEvent e) {
[ERROR] 	                                  ^^^^^^^^^^^^^^
[ERROR] SelectionEvent cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[115] 
[ERROR] 	Label label = new Label(leftComposite, SWT.SEPARATOR | SWT.HORIZONTAL);
[ERROR] 	^^^^^
[ERROR] Label cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[115] 
[ERROR] 	Label label = new Label(leftComposite, SWT.SEPARATOR | SWT.HORIZONTAL);
[ERROR] 	                  ^^^^^
[ERROR] Label cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[115] 
[ERROR] 	Label label = new Label(leftComposite, SWT.SEPARATOR | SWT.HORIZONTAL);
[ERROR] 	                                       ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[115] 
[ERROR] 	Label label = new Label(leftComposite, SWT.SEPARATOR | SWT.HORIZONTAL);
[ERROR] 	                                                       ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[116] 
[ERROR] 	label.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
[ERROR] 	                        ^^^^^^^^
[ERROR] GridData cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[116] 
[ERROR] 	label.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
[ERROR] 	                                 ^^^^^^^^
[ERROR] GridData cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[118] 
[ERROR] 	final Button selectAllCheckbox = new Button(leftComposite, SWT.CHECK);
[ERROR] 	      ^^^^^^
[ERROR] Button cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[118] 
[ERROR] 	final Button selectAllCheckbox = new Button(leftComposite, SWT.CHECK);
[ERROR] 	                                     ^^^^^^
[ERROR] Button cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[118] 
[ERROR] 	final Button selectAllCheckbox = new Button(leftComposite, SWT.CHECK);
[ERROR] 	                                                           ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[119] 
[ERROR] 	selectAllCheckbox.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
[ERROR] 	                                    ^^^^^^^^
[ERROR] GridData cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[119] 
[ERROR] 	selectAllCheckbox.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
[ERROR] 	                                             ^^^^^^^^
[ERROR] GridData cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[121] 
[ERROR] 	selectAllCheckbox.addSelectionListener(new SelectionAdapter(){
[ERROR] 	                                           ^^^^^^^^^^^^^^^^
[ERROR] SelectionAdapter cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[122] 
[ERROR] 	public void widgetSelected(SelectionEvent e) {
[ERROR] 	                           ^^^^^^^^^^^^^^
[ERROR] SelectionEvent cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[124] 
[ERROR] 	TableItem [] items = testClassTable.getItems();
[ERROR] 	^^^^^^^^^
[ERROR] TableItem cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[124] 
[ERROR] 	TableItem [] items = testClassTable.getItems();
[ERROR] 	                     ^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[131] 
[ERROR] 	testMethodTable = new Table(rightComposite, SWT.CHECK);
[ERROR] 	^^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[131] 
[ERROR] 	testMethodTable = new Table(rightComposite, SWT.CHECK);
[ERROR] 	                      ^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[131] 
[ERROR] 	testMethodTable = new Table(rightComposite, SWT.CHECK);
[ERROR] 	                                            ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[132] 
[ERROR] 	testMethodTable.setBackground(getBackground());
[ERROR] 	^^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[132] 
[ERROR] 	testMethodTable.setBackground(getBackground());
[ERROR] 	                              ^^^^^^^^^^^^^
[ERROR] The method getBackground() is undefined for the type TestCollectorInnerPanes
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[143] 
[ERROR] 	public void widgetSelected(SelectionEvent e) {
[ERROR] 	                           ^^^^^^^^^^^^^^
[ERROR] SelectionEvent cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[147] 
[ERROR] 	public void widgetDefaultSelected(SelectionEvent e) {
[ERROR] 	                                  ^^^^^^^^^^^^^^
[ERROR] SelectionEvent cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[153] 
[ERROR] 	TableItem[] items = testMethodTable.getItems();
[ERROR] 	^^^^^^^^^
[ERROR] TableItem cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[166] 
[ERROR] 	testMethodTable.removeAll();
[ERROR] 	^^^^^^^^^^^^^^^
[ERROR] Table cannot be resolved to a type
[ERROR] /jobs/genie.webtools/webtools-common_master/workspace/tests/org.eclipse.wst.common.tests.collector/collector/org/eclipse/wst/common/tests/collector/TestCollectorInnerPanes.java:[185] 
[ERROR] 	TableItem[] items = testClassTable.getItems();
[ERROR] 	^^^^^^^^^
[ERROR] TableItem cannot be resolved to a type
[ERROR] 166 problems (166 errors)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.wst.common.project.facet.ui
Build step 'Invoke top-level Maven targets' marked build as failure
Taking screenshot.
[workspace] $ echo $XAUTHORITY
<https://ci.eclipse.org/webtools/job/webtools-common_master/ws/.Xauthority-5957925275619639957>
[workspace] $ ls -l $XAUTHORITY
-rw-rw-r-- 1 genie.webtools webtools 0 Sep 24 11:03 <https://ci.eclipse.org/webtools/job/webtools-common_master/ws/.Xauthority-5957925275619639957>
[workspace] $ import -window root -display :453 screenshot.jpg
Terminating xvnc.
[WARNINGS] Skipping publisher since build result is FAILURE
append disk usage
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds


Back to the top