Skip to content

Welcome Page does not handle Editors Area correctly

9e1a882
Select commit
Loading
Failed to load commit list.
Open

Welcome Page does not handle Editors Area correctly #3740

Welcome Page does not handle Editors Area correctly
9e1a882
Select commit
Loading
Failed to load commit list.
Jenkins - Eclipse Platform / Code Analysis failed Mar 4, 2026 in 1h 21m 49s

Build: error in 'recordIssues' step

Build / Shell Script

Error in sh step, with arguments mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/.m2/repository -Pbree-libs -Papi-check -Pjavadoc -Dmaven.test.failure.ignore=true -Dcompare-version-with-baselines.skip=false -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS -DtrimStackTrace=false.

Timeout has been exceeded
Build log
Build log truncated.

	TemplatePersistenceData[] templates= (TemplatePersistenceData[])clipboard.getContents(TemplatesTransfer.getInstance());
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[967] 
	TemplatePersistenceData[] templates= (TemplatePersistenceData[])clipboard.getContents(TemplatesTransfer.getInstance());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1127] 
	TemplatePersistenceData[] selectedTemplates = getSelectedTemplates();
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1129] 
	insertTemplate(selectedTemplates[0].getTemplate());
	                                    ^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1238] 
	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1241] 
	updatePatternViewer(selectedTemplates[0].getTemplate());
	                                         ^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1258] 
	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1272] 
	TemplatePersistenceData[] data= new TemplatePersistenceData[selection.size()];
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1272] 
	TemplatePersistenceData[] data= new TemplatePersistenceData[selection.size()];
	                                    ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1276] 
	if (o instanceof TemplatePersistenceData) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1277] 
	data[i++]= (TemplatePersistenceData) o;
	            ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1279] 
	fSelectedTemplates= new TemplatePersistenceData[0];
	                        ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1293] 
	public TemplatePersistenceData[] getSelectedTemplates() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1320] 
	return getContextTypeRegistry().contextTypes().next().getId();
	                                ^^^^^^^^^^^^
The method contextTypes() from the type ContextTypeRegistry is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1325] 
	if (item instanceof TemplatePersistenceData) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1326] 
	return ((TemplatePersistenceData) item).getTemplate().getContextTypeId();
	         ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1326] 
	return ((TemplatePersistenceData) item).getTemplate().getContextTypeId();
	                                        ^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1337] 
	return getContextTypeRegistry().contextTypes().next()
	                                ^^^^^^^^^^^^
The method contextTypes() from the type ContextTypeRegistry is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1352] 
	if (item instanceof TemplatePersistenceData) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1353] 
	contextId= ((TemplatePersistenceData) item).getTemplate().getContextTypeId();
	             ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1353] 
	contextId= ((TemplatePersistenceData) item).getTemplate().getContextTypeId();
	                                            ^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1369] 
	TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true);
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.515 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1369] 
	TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1369] 
	TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplatePersistenceData(Template, boolean) is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1395] 
	TemplatePersistenceData selectedTemplate= getSelectedTemplates()[0];
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1396] 
	Template oldTemplate= selectedTemplate.getTemplate();
	                                       ^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1403] 
	TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate,
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1403] 
	TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate,
	                                          ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1403] 
	TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate,
	                                          ^^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplatePersistenceData(Template, boolean) is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1409] 
	selectedTemplate.setTemplate(newTemplate);
	                 ^^^^^^^^^^^
The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1422] 
	private void moveTemplates(TemplatePersistenceData[] templates, String contextId) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1423] 
	for (TemplatePersistenceData template : templates) {
	     ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1424] 
	Template t = template.getTemplate();
	                      ^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1425] 
	template.setTemplate(new Template(t.getName(), t.getDescription(), contextId, t
	         ^^^^^^^^^^^
The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1438] 
	private void copyTemplates(TemplatePersistenceData[] templates, String contextId) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1439] 
	TemplatePersistenceData[] newTemplates= new TemplatePersistenceData[templates.length];
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1439] 
	TemplatePersistenceData[] newTemplates= new TemplatePersistenceData[templates.length];
	                                            ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1441] 
	Template t= templates[i].getTemplate();
	                         ^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1442] 
	newTemplates[i]= new TemplatePersistenceData(new Template(t.getName(), t
	                     ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1442] 
	newTemplates[i]= new TemplatePersistenceData(new Template(t.getName(), t
	                     ^^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplatePersistenceData(Template, boolean) is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1456] 
	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1472] 
	for (TemplatePersistenceData selectedTemplate : selectedTemplates) {
	     ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1556] 
	contextId= ((TemplatePersistenceData) object).getTemplate().getContextTypeId();
	             ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1556] 
	contextId= ((TemplatePersistenceData) object).getTemplate().getContextTypeId();
	                                              ^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1567] 
	final TemplatePersistenceData[] templates= (TemplatePersistenceData[]) event.data;
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1567] 
	final TemplatePersistenceData[] templates= (TemplatePersistenceData[]) event.data;
	                                            ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPageExtension.java:[46] 
	TemplatePersistenceData[] getSelectedTemplates();
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[177] 
	private ContextTypeRegistry fContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[193] 
	public EditTemplateDialog(Shell parent, Template template, boolean edit, boolean isNameModifiable, ContextTypeRegistry registry) {
	                                                                                                   ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[205] 
	for (Iterator<TemplateContextType> it= registry.contextTypes(); it.hasNext();) {
	                                                ^^^^^^^^^^^^
The method contextTypes() from the type ContextTypeRegistry is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[222] 
	TemplateContextType type= fContextTypeRegistry.getContextType(template.getContextTypeId());
	                                               ^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[357] 
	fTemplateProcessor.setContextType(fContextTypeRegistry.getContextType(contextId));
	                                                       ^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[379] 
	TemplateContextType contextType= fContextTypeRegistry.getContextType(getContextId());
	                                                      ^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
10:25:28.516 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[710] 
	TemplateContextType type= fContextTypeRegistry.getContextType(template.getContextTypeId());
	                                               ^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
10:25:28.517 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[748] 
	private ContextTypeRegistry fContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
10:25:28.517 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[777] 
	public ContextTypeRegistry getContextTypeRegistry() {
	       ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
10:25:28.517 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[795] 
	public void setContextTypeRegistry(ContextTypeRegistry registry) {
	                                   ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
10:25:28.517 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[1023] 
	Iterator<TemplateContextType> iter= getContextTypeRegistry().contextTypes();
	                                                             ^^^^^^^^^^^^
The method contextTypes() from the type ContextTypeRegistry is deprecated
10:25:28.517 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[1211] 
	Iterator<TemplateContextType> it= fContextTypeRegistry.contextTypes();
	                                                       ^^^^^^^^^^^^
The method contextTypes() from the type ContextTypeRegistry is deprecated
10:25:28.517 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java:[204] 
	public TemplatePersistenceData[] getSelectedTemplates() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
108 problems (108 warnings)
10:25:28.525 [INFO] 
10:25:28.525 [INFO] --- tycho-bnd:5.0.2:process (default-process) @ org.eclipse.ui.workbench.texteditor ---
10:25:28.528 [INFO] 
10:25:28.528 [INFO] --- tycho-ds:5.0.2:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench.texteditor ---
10:25:28.530 [INFO] 
10:25:28.530 [INFO] --- tycho-apitools:5.0.2:generate (generate) @ org.eclipse.ui.workbench.texteditor ---
10:25:29.757 [INFO] 
10:25:29.757 [INFO] --- resources:3.4.0:testResources (default-testResources) @ org.eclipse.ui.workbench.texteditor ---
10:25:29.758 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/src/test/resources
10:25:29.759 [INFO] 
10:25:29.759 [INFO] --- tycho-compiler:5.0.2:testCompile (default-testCompile) @ org.eclipse.ui.workbench.texteditor ---
10:25:29.762 [INFO] 
10:25:29.762 [INFO] --- tycho-packaging:5.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench.texteditor ---
10:25:29.764 [INFO] 
10:25:29.764 [INFO] --- tycho-source:5.0.2:plugin-source (plugin-source) @ org.eclipse.ui.workbench.texteditor ---
10:25:29.786 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.20.0-SNAPSHOT-sources.jar
10:25:29.870 [INFO] 
10:25:29.870 [INFO] --- tycho-packaging:5.0.2:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench.texteditor ---
10:25:29.880 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.20.0-SNAPSHOT.jar
10:25:30.052 [INFO] 
10:25:30.052 [INFO] --- tycho-p2-plugin:5.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench.texteditor ---
10:25:30.253 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.39-I-builds
10:25:31.927 [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

10:25:31.930 [INFO] 
10:25:31.930 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.ui.workbench.texteditor ---
10:26:27.967 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.20.0-SNAPSHOT-javadoc.jar
10:26:28.149 [INFO] 
10:26:28.149 [INFO] --- tycho-p2-extras:5.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench.texteditor ---
10:26:28.155 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.38/R-4.38-202512010920
10:26:28.412 [INFO] 
10:26:28.412 [INFO] --- tycho-apitools:5.0.2:verify (verify) @ org.eclipse.ui.workbench.texteditor ---
10:26:28.415 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.ui.workbench.texteditor:eclipse-plugin:3.20.0-SNAPSHOT with linux/gtk/x86_64
10:26:41.267 [INFO] API Analysis finished in 12 s.
10:26:41.269 [INFO] 0 API ERRORS
10:26:41.269 [INFO] 0 API warnings
10:26:41.269 [INFO] 
10:26:41.269 [INFO] ------------< org.eclipse.platform:org.eclipse.ui.editors >-------------
10:26:41.269 [INFO] Building [bundle] Default Text Editor 3.21.0-SNAPSHOT           [46/116]
10:26:41.269 [INFO]   from bundles/org.eclipse.ui.editors/.polyglot.META-INF
10:26:41.270 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:26:41.364 [INFO] 
10:26:41.364 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.ui.editors ---
10:26:41.366 [INFO] 
10:26:41.366 [INFO] --- tycho-packaging:5.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.ui.editors ---
10:26:41.430 [INFO] The project's OSGi version is 3.21.0.v20260218-1452
10:26:41.430 [INFO] 
10:26:41.430 [INFO] --- tycho-packaging:5.0.2:validate-id (default-validate-id) @ org.eclipse.ui.editors ---
10:26:41.447 [INFO] 
10:26:41.447 [INFO] --- tycho-packaging:5.0.2:validate-version (default-validate-version) @ org.eclipse.ui.editors ---
10:26:41.448 [INFO] 
10:26:41.448 [INFO] --- resources:3.4.0:copy-resources (saveproperties) @ org.eclipse.ui.editors ---
10:26:41.449 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/saveproperties
10:26:41.449 [INFO] 
10:26:41.449 [INFO] --- target-platform-configuration:5.0.2:target-platform (default-target-platform) @ org.eclipse.ui.editors ---
10:26:41.470 [INFO] 
10:26:41.470 [INFO] --- tycho-compiler:5.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.ui.editors ---
10:26:41.470 [INFO] Resolving class path of [bundle] Default Text Editor
10:26:41.775 [INFO] 
10:26:41.775 [INFO] --- resources:3.4.0:resources (default-resources) @ org.eclipse.ui.editors ---
10:26:41.776 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/main/resources
10:26:41.776 [INFO] 
10:26:41.776 [INFO] --- resources:3.4.0:resources (filter-resources) @ org.eclipse.ui.editors ---
10:26:41.777 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/main/resources
10:26:41.777 [INFO] 
10:26:41.777 [INFO] --- tycho-compiler:5.0.2:compile (default-compile) @ org.eclipse.ui.editors ---
10:26:41.857 [INFO] Compiling 136 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/target/classes using Eclipse Compiler for Java(TM) 3.45.100.v20260302-1152
10:26:45.183 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[44] 
	public class ContributionContextTypeRegistry extends ContextTypeRegistry {
	                                                     ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
10:26:45.183 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[124] 
	if (getContextType(id) != null) {
	    ^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
10:26:45.183 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[130] 
	addContextType(type);
	^^^^^^^^^^^^^^
The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated
10:26:45.183 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[99] 
	public ContributionTemplateStore(ContextTypeRegistry registry, IPreferenceStore store, String key) {
	                                 ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
10:26:45.183 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[181] 
	getRegistry().getContextType(contextTypeId).validate(template.getPattern());
	              ^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
10:26:45.183 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[200] 
	return contextTypeId != null && (getRegistry() == null || getRegistry().getContextType(contextTypeId) != null);
	                                                                        ^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
10:26:45.183 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/URLHyperlink.java:[59] 
	browser.openURL(new URL(getURLString()));
	                    ^^^
The constructor URL(String) is deprecated since version 20
7 problems (7 warnings)
10:26:45.188 [INFO] 
10:26:45.188 [INFO] --- tycho-bnd:5.0.2:process (default-process) @ org.eclipse.ui.editors ---
10:26:45.191 [INFO] 
10:26:45.191 [INFO] --- tycho-ds:5.0.2:declarative-services (default-declarative-services) @ org.eclipse.ui.editors ---
10:26:45.191 [INFO] 
10:26:45.191 [INFO] --- tycho-apitools:5.0.2:generate (generate) @ org.eclipse.ui.editors ---
10:26:45.492 [INFO] 
10:26:45.492 [INFO] --- resources:3.4.0:testResources (default-testResources) @ org.eclipse.ui.editors ---
10:26:45.493 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/src/test/resources
10:26:45.493 [INFO] 
10:26:45.493 [INFO] --- tycho-compiler:5.0.2:testCompile (default-testCompile) @ org.eclipse.ui.editors ---
10:26:45.497 [INFO] 
10:26:45.497 [INFO] --- tycho-packaging:5.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.editors ---
10:26:45.498 [INFO] 
10:26:45.498 [INFO] --- tycho-source:5.0.2:plugin-source (plugin-source) @ org.eclipse.ui.editors ---
10:26:45.516 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.21.0-SNAPSHOT-sources.jar
10:26:45.554 [INFO] 
10:26:45.554 [INFO] --- tycho-packaging:5.0.2:package-plugin (default-package-plugin) @ org.eclipse.ui.editors ---
10:26:45.561 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.21.0-SNAPSHOT.jar
10:26:45.649 [INFO] 
10:26:45.649 [INFO] --- tycho-p2-plugin:5.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.editors ---
10:26:45.895 [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors:3.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/.polyglot.META-INF
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

10:26:45.896 [INFO] 
10:26:45.897 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.ui.editors ---
10:27:28.666 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.21.0-SNAPSHOT-javadoc.jar
10:27:28.769 [INFO] 
10:27:28.769 [INFO] --- tycho-p2-extras:5.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.editors ---
10:27:28.780 [INFO] 
10:27:28.780 [INFO] --- tycho-apitools:5.0.2:verify (verify) @ org.eclipse.ui.editors ---
10:27:28.782 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.ui.editors:eclipse-plugin:3.21.0-SNAPSHOT with linux/gtk/x86_64
10:27:48.217 [INFO] API Analysis finished in 19 s.
10:27:48.219 [INFO] 0 API ERRORS
10:27:48.219 [INFO] 3 API warnings
10:27:48.219 [INFO] 
10:27:48.219 [INFO] --------< org.eclipse.platform:org.eclipse.ltk.ui.refactoring >---------
10:27:48.219 [INFO] Building [bundle] Refactoring UI 3.14.0-SNAPSHOT                [47/116]
10:27:48.219 [INFO]   from bundles/org.eclipse.ltk.ui.refactoring/.polyglot.META-INF
10:27:48.219 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:27:48.251 [INFO] 
10:27:48.251 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.255 [INFO] 
10:27:48.255 [INFO] --- tycho-packaging:5.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.282 [INFO] The project's OSGi version is 3.14.0.v20251216-1634
10:27:48.282 [INFO] 
10:27:48.282 [INFO] --- tycho-packaging:5.0.2:validate-id (default-validate-id) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.283 [INFO] 
10:27:48.283 [INFO] --- tycho-packaging:5.0.2:validate-version (default-validate-version) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.284 [INFO] 
10:27:48.284 [INFO] --- resources:3.4.0:copy-resources (saveproperties) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.285 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/saveproperties
10:27:48.286 [INFO] 
10:27:48.286 [INFO] --- target-platform-configuration:5.0.2:target-platform (default-target-platform) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.347 [INFO] 
10:27:48.347 [INFO] --- tycho-compiler:5.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.347 [INFO] Resolving class path of [bundle] Refactoring UI
10:27:48.676 [INFO] 
10:27:48.677 [INFO] --- resources:3.4.0:resources (default-resources) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.679 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/src/main/resources
10:27:48.679 [INFO] 
10:27:48.679 [INFO] --- resources:3.4.0:resources (filter-resources) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.680 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/src/main/resources
10:27:48.680 [INFO] 
10:27:48.680 [INFO] --- tycho-compiler:5.0.2:compile (default-compile) @ org.eclipse.ltk.ui.refactoring ---
10:27:48.717 [INFO] Compiling 127 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/target/classes using Eclipse Compiler for Java(TM) 3.45.100.v20260302-1152
10:27:51.333 [INFO] 
10:27:51.333 [INFO] --- tycho-bnd:5.0.2:process (default-process) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.334 [INFO] 
10:27:51.334 [INFO] --- tycho-ds:5.0.2:declarative-services (default-declarative-services) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.335 [INFO] 
10:27:51.335 [INFO] --- tycho-apitools:5.0.2:generate (generate) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.466 [INFO] 
10:27:51.466 [INFO] --- resources:3.4.0:testResources (default-testResources) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.467 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/src/test/resources
10:27:51.467 [INFO] 
10:27:51.467 [INFO] --- tycho-compiler:5.0.2:testCompile (default-testCompile) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.469 [INFO] 
10:27:51.469 [INFO] --- tycho-packaging:5.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.471 [INFO] 
10:27:51.471 [INFO] --- tycho-source:5.0.2:plugin-source (plugin-source) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.479 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.14.0-SNAPSHOT-sources.jar
10:27:51.494 [INFO] 
10:27:51.494 [INFO] --- tycho-packaging:5.0.2:package-plugin (default-package-plugin) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.515 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.14.0-SNAPSHOT.jar
10:27:51.572 [INFO] 
10:27:51.572 [INFO] --- tycho-p2-plugin:5.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.ui.refactoring ---
10:27:51.611 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.39-I-builds
10:27:52.718 [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.ui.refactoring:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/.polyglot.META-INF
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

10:27:52.719 [INFO] 
10:27:52.719 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.ltk.ui.refactoring ---
10:28:54.551 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.14.0-SNAPSHOT-javadoc.jar
10:28:54.618 [INFO] 
10:28:54.618 [INFO] --- tycho-p2-extras:5.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.ui.refactoring ---
10:28:54.621 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.38/R-4.38-202512010920
10:28:54.882 [INFO] 
10:28:54.882 [INFO] --- tycho-apitools:5.0.2:verify (verify) @ org.eclipse.ltk.ui.refactoring ---
10:28:54.885 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.ltk.ui.refactoring:eclipse-plugin:3.14.0-SNAPSHOT with linux/gtk/x86_64
10:28:56.110 [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.700.v20251103-0737 failed:
10:28:56.111 [WARNING]    An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.700.v20251103-0737 from repository https://download.eclipse.org/eclipse/updates/4.38/R-4.38-202512010920:
10:28:56.111 [WARNING]       Retry another mirror:
10:28:56.111 [WARNING]          download from https://mirrors.jevincanders.net/eclipse/eclipse/updates/4.38/R-4.38-202512010920/plugins/org.eclipse.ltk.ui.refactoring_3.13.700.v20251103-0737.jar failed
10:29:10.736 [INFO] API Analysis finished in 15 s.
10:29:10.737 [INFO] 0 API ERRORS
10:29:10.737 [INFO] 0 API warnings
10:29:10.737 [INFO] 
10:29:10.737 [INFO] ------------< org.eclipse.platform:org.eclipse.search.core >------------
10:29:10.737 [INFO] Building [bundle] Search Support Core 3.16.600-SNAPSHOT         [48/116]
10:29:10.737 [INFO]   from bundles/org.eclipse.search.core/.polyglot.META-INF
10:29:10.737 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:29:10.748 [INFO] 
10:29:10.748 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.search.core ---
10:29:10.750 [INFO] 
10:29:10.750 [INFO] --- tycho-packaging:5.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.search.core ---
10:29:10.783 [INFO] The project's OSGi version is 3.16.600.v20250920-0652
10:29:10.783 [INFO] 
10:29:10.783 [INFO] --- tycho-packaging:5.0.2:validate-id (default-validate-id) @ org.eclipse.search.core ---
10:29:10.784 [INFO] 
10:29:10.784 [INFO] --- tycho-packaging:5.0.2:validate-version (default-validate-version) @ org.eclipse.search.core ---
10:29:10.784 [INFO] 
10:29:10.784 [INFO] --- resources:3.4.0:copy-resources (saveproperties) @ org.eclipse.search.core ---
10:29:10.785 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/saveproperties
10:29:10.785 [INFO] 
10:29:10.785 [INFO] --- target-platform-configuration:5.0.2:target-platform (default-target-platform) @ org.eclipse.search.core ---
10:29:10.788 [INFO] 
10:29:10.788 [INFO] --- tycho-compiler:5.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.search.core ---
10:29:10.788 [INFO] Resolving class path of [bundle] Search Support Core
10:29:10.829 [INFO] 
10:29:10.829 [INFO] --- resources:3.4.0:resources (default-resources) @ org.eclipse.search.core ---
10:29:10.830 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/src/main/resources
10:29:10.830 [INFO] 
10:29:10.830 [INFO] --- resources:3.4.0:resources (filter-resources) @ org.eclipse.search.core ---
10:29:10.831 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/src/main/resources
10:29:10.831 [INFO] 
10:29:10.831 [INFO] --- tycho-compiler:5.0.2:compile (default-compile) @ org.eclipse.search.core ---
10:29:10.858 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/target/classes using Eclipse Compiler for Java(TM) 3.45.100.v20260302-1152
10:29:13.279 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/search/org/eclipse/search/internal/core/text/FileCharSequenceProvider.java:[278] 
	InputStream contents= fFile.getContents();
	            ^^^^^^^^
Resource 'contents' should be managed by try-with-resource
1 problem (1 warning)
10:29:13.280 [INFO] 
10:29:13.280 [INFO] --- tycho-bnd:5.0.2:process (default-process) @ org.eclipse.search.core ---
10:29:13.281 [INFO] 
10:29:13.281 [INFO] --- tycho-ds:5.0.2:declarative-services (default-declarative-services) @ org.eclipse.search.core ---
10:29:13.282 [INFO] 
10:29:13.282 [INFO] --- tycho-apitools:5.0.2:generate (generate) @ org.eclipse.search.core ---
10:29:13.360 [INFO] 
10:29:13.360 [INFO] --- resources:3.4.0:testResources (default-testResources) @ org.eclipse.search.core ---
10:29:13.363 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/src/test/resources
10:29:13.363 [INFO] 
10:29:13.363 [INFO] --- tycho-compiler:5.0.2:testCompile (default-testCompile) @ org.eclipse.search.core ---
10:29:13.366 [INFO] 
10:29:13.366 [INFO] --- tycho-packaging:5.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search.core ---
10:29:13.367 [INFO] 
10:29:13.367 [INFO] --- tycho-source:5.0.2:plugin-source (plugin-source) @ org.eclipse.search.core ---
10:29:13.371 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.600-SNAPSHOT-sources.jar
10:29:13.375 [INFO] 
10:29:13.375 [INFO] --- tycho-packaging:5.0.2:package-plugin (default-package-plugin) @ org.eclipse.search.core ---
10:29:13.381 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.600-SNAPSHOT.jar
10:29:13.414 [INFO] 
10:29:13.414 [INFO] --- tycho-p2-plugin:5.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search.core ---
10:29:13.477 [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.core:3.16.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/.polyglot.META-INF
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

10:29:13.479 [INFO] 
10:29:13.479 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.search.core ---
10:30:02.732 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.600-SNAPSHOT-javadoc.jar
10:30:02.752 [INFO] 
10:30:02.752 [INFO] --- tycho-p2-extras:5.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search.core ---
10:30:02.896 [INFO] 
10:30:02.896 [INFO] --- tycho-apitools:5.0.2:verify (verify) @ org.eclipse.search.core ---
10:30:02.898 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.search.core:eclipse-plugin:3.16.600-SNAPSHOT with linux/gtk/x86_64
10:30:12.554 [INFO] API Analysis finished in 9 s.
10:30:12.556 [INFO] 0 API ERRORS
10:30:12.556 [INFO] 0 API warnings
10:30:12.556 [INFO] 
10:30:12.556 [INFO] --------------< org.eclipse.platform:org.eclipse.search >---------------
10:30:12.556 [INFO] Building [bundle] Search Support 3.18.0-SNAPSHOT                [49/116]
10:30:12.556 [INFO]   from bundles/org.eclipse.search/.polyglot.META-INF
10:30:12.556 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:30:12.583 [INFO] 
10:30:12.583 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.search ---
10:30:12.585 [INFO] 
10:30:12.585 [INFO] --- tycho-packaging:5.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.search ---
10:30:12.619 [INFO] The project's OSGi version is 3.18.0.v20260103-1533
10:30:12.619 [INFO] 
10:30:12.619 [INFO] --- tycho-packaging:5.0.2:validate-id (default-validate-id) @ org.eclipse.search ---
10:30:12.620 [INFO] 
10:30:12.620 [INFO] --- tycho-packaging:5.0.2:validate-version (default-validate-version) @ org.eclipse.search ---
10:30:12.620 [INFO] 
10:30:12.620 [INFO] --- resources:3.4.0:copy-resources (saveproperties) @ org.eclipse.search ---
10:30:12.621 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/saveproperties
10:30:12.621 [INFO] 
10:30:12.621 [INFO] --- target-platform-configuration:5.0.2:target-platform (default-target-platform) @ org.eclipse.search ---
10:30:12.633 [INFO] 
10:30:12.633 [INFO] --- tycho-compiler:5.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.search ---
10:30:12.633 [INFO] Resolving class path of [bundle] Search Support
10:30:12.918 [INFO] 
10:30:12.918 [INFO] --- build-helper:3.6.1:add-source (eclipse-classpath-add-source-2) @ org.eclipse.search ---
10:30:12.921 [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/newsearch added.
10:30:12.921 [INFO] 
10:30:12.921 [INFO] --- resources:3.4.0:resources (default-resources) @ org.eclipse.search ---
10:30:12.922 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/src/main/resources
10:30:12.922 [INFO] 
10:30:12.922 [INFO] --- resources:3.4.0:resources (filter-resources) @ org.eclipse.search ---
10:30:12.923 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/src/main/resources
10:30:12.923 [INFO] 
10:30:12.923 [INFO] --- tycho-compiler:5.0.2:compile (default-compile) @ org.eclipse.search ---
10:30:12.975 [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/target/classes using Eclipse Compiler for Java(TM) 3.45.100.v20260302-1152
10:30:15.712 [INFO] 
10:30:15.712 [INFO] --- tycho-bnd:5.0.2:process (default-process) @ org.eclipse.search ---
10:30:15.714 [INFO] 
10:30:15.714 [INFO] --- tycho-ds:5.0.2:declarative-services (default-declarative-services) @ org.eclipse.search ---
10:30:15.715 [INFO] Using Declarative Service specification version 1.4.0 to generate component definitions
10:30:16.362 [INFO] 	org.eclipse.search.internal.ui.text.DirtyFileSearchParticipant.xml
10:30:16.362 [INFO] 1 component(s) were generated.
10:30:16.376 [INFO] 
10:30:16.376 [INFO] --- tycho-apitools:5.0.2:generate (generate) @ org.eclipse.search ---
10:30:16.496 [INFO] 
10:30:16.496 [INFO] --- resources:3.4.0:testResources (default-testResources) @ org.eclipse.search ---
10:30:16.511 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/src/test/resources
10:30:16.511 [INFO] 
10:30:16.511 [INFO] --- tycho-compiler:5.0.2:testCompile (default-testCompile) @ org.eclipse.search ---
10:30:16.515 [INFO] 
10:30:16.515 [INFO] --- tycho-packaging:5.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search ---
10:30:16.516 [INFO] 
10:30:16.516 [INFO] --- tycho-source:5.0.2:plugin-source (plugin-source) @ org.eclipse.search ---
10:30:16.521 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/target/org.eclipse.search-3.18.0-SNAPSHOT-sources.jar
10:30:16.547 [INFO] 
10:30:16.547 [INFO] --- tycho-packaging:5.0.2:package-plugin (default-package-plugin) @ org.eclipse.search ---
10:30:16.553 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/target/org.eclipse.search-3.18.0-SNAPSHOT.jar
10:30:16.610 [INFO] 
10:30:16.610 [INFO] --- tycho-p2-plugin:5.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search ---
10:30:16.751 [INFO] MavenProject: org.eclipse.platform:org.eclipse.search:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/.polyglot.META-INF
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

10:30:16.752 [INFO] 
10:30:16.752 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.search ---
10:31:30.298 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.search/target/org.eclipse.search-3.18.0-SNAPSHOT-javadoc.jar
10:31:30.373 [INFO] 
10:31:30.373 [INFO] --- tycho-p2-extras:5.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search ---
10:31:30.383 [INFO] 
10:31:30.383 [INFO] --- tycho-apitools:5.0.2:verify (verify) @ org.eclipse.search ---
10:31:30.412 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.search:eclipse-plugin:3.18.0-SNAPSHOT with linux/gtk/x86_64
10:31:42.849 [INFO] API Analysis finished in 12 s.
10:31:42.851 [INFO] 0 API ERRORS
10:31:42.851 [INFO] 0 API warnings
10:31:42.851 [INFO] 
10:31:42.851 [INFO] ---------< org.eclipse.platform:org.eclipse.text.quicksearch >----------
10:31:42.851 [INFO] Building [bundle] Quick Search 1.3.400-SNAPSHOT                 [50/116]
10:31:42.851 [INFO]   from bundles/org.eclipse.text.quicksearch/.polyglot.META-INF
10:31:42.851 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:31:42.954 [INFO] 
10:31:42.954 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.text.quicksearch ---
10:31:42.956 [INFO] 
10:31:42.956 [INFO] --- tycho-packaging:5.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.text.quicksearch ---
10:31:43.138 [INFO] The project's OSGi version is 1.3.400.v20260117-1027
10:31:43.139 [INFO] 
10:31:43.139 [INFO] --- tycho-packaging:5.0.2:validate-id (default-validate-id) @ org.eclipse.text.quicksearch ---
10:31:43.139 [INFO] 
10:31:43.139 [INFO] --- tycho-packaging:5.0.2:validate-version (default-validate-version) @ org.eclipse.text.quicksearch ---
10:31:43.140 [INFO] 
10:31:43.140 [INFO] --- resources:3.4.0:copy-resources (saveproperties) @ org.eclipse.text.quicksearch ---
10:31:43.140 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/saveproperties
10:31:43.141 [INFO] 
10:31:43.141 [INFO] --- target-platform-configuration:5.0.2:target-platform (default-target-platform) @ org.eclipse.text.quicksearch ---
10:31:43.185 [INFO] 
10:31:43.185 [INFO] --- tycho-compiler:5.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.text.quicksearch ---
10:31:43.186 [INFO] Resolving class path of [bundle] Quick Search
10:31:43.629 [INFO] 
10:31:43.629 [INFO] --- resources:3.4.0:resources (default-resources) @ org.eclipse.text.quicksearch ---
10:31:43.630 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/src/main/resources
10:31:43.630 [INFO] 
10:31:43.630 [INFO] --- resources:3.4.0:resources (filter-resources) @ org.eclipse.text.quicksearch ---
10:31:43.631 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/src/main/resources
10:31:43.631 [INFO] 
10:31:43.631 [INFO] --- tycho-compiler:5.0.2:compile (default-compile) @ org.eclipse.text.quicksearch ---
10:31:43.682 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/target/classes using Eclipse Compiler for Java(TM) 3.45.100.v20260302-1152
10:31:45.417 [INFO] 
10:31:45.417 [INFO] --- tycho-bnd:5.0.2:process (default-process) @ org.eclipse.text.quicksearch ---
10:31:45.419 [INFO] 
10:31:45.419 [INFO] --- tycho-ds:5.0.2:declarative-services (default-declarative-services) @ org.eclipse.text.quicksearch ---
10:31:45.419 [INFO] 
10:31:45.419 [INFO] --- tycho-apitools:5.0.2:generate (generate) @ org.eclipse.text.quicksearch ---
10:31:45.424 [INFO] 
10:31:45.424 [INFO] --- resources:3.4.0:testResources (default-testResources) @ org.eclipse.text.quicksearch ---
10:31:45.424 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/src/test/resources
10:31:45.424 [INFO] 
10:31:45.424 [INFO] --- tycho-compiler:5.0.2:testCompile (default-testCompile) @ org.eclipse.text.quicksearch ---
10:31:45.427 [INFO] 
10:31:45.427 [INFO] --- tycho-packaging:5.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text.quicksearch ---
10:31:45.428 [INFO] 
10:31:45.428 [INFO] --- tycho-source:5.0.2:plugin-source (plugin-source) @ org.eclipse.text.quicksearch ---
10:31:45.431 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/target/org.eclipse.text.quicksearch-1.3.400-SNAPSHOT-sources.jar
10:31:45.437 [INFO] 
10:31:45.437 [INFO] --- tycho-packaging:5.0.2:package-plugin (default-package-plugin) @ org.eclipse.text.quicksearch ---
10:31:45.447 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/target/org.eclipse.text.quicksearch-1.3.400-SNAPSHOT.jar
10:31:45.456 [INFO] 
10:31:45.456 [INFO] --- tycho-p2-plugin:5.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.quicksearch ---
10:31:45.527 [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/.polyglot.META-INF
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

10:31:45.529 [INFO] 
10:31:45.529 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.text.quicksearch ---
10:32:53.295 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.text.quicksearch/target/org.eclipse.text.quicksearch-1.3.400-SNAPSHOT-javadoc.jar
10:32:53.319 [INFO] 
10:32:53.319 [INFO] --- tycho-p2-extras:5.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.quicksearch ---
10:32:53.327 [INFO] 
10:32:53.327 [INFO] --- tycho-apitools:5.0.2:verify (verify) @ org.eclipse.text.quicksearch ---
10:32:53.329 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.text.quicksearch:eclipse-plugin:1.3.400-SNAPSHOT with linux/gtk/x86_64
10:33:09.579 [INFO] API Analysis finished in 16 s.
10:33:09.582 [INFO] 0 API ERRORS
10:33:09.582 [INFO] 0 API warnings
10:33:09.583 [INFO] 
10:33:09.583 [INFO] ------------< org.eclipse.platform:org.eclipse.ui.browser >-------------
10:33:09.583 [INFO] Building [bundle] Browser Support 3.9.0-SNAPSHOT                [51/116]
10:33:09.583 [INFO]   from bundles/org.eclipse.ui.browser/.polyglot.META-INF
10:33:09.583 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:33:09.613 [INFO] 
10:33:09.613 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.ui.browser ---
10:33:09.616 [INFO] 
10:33:09.616 [INFO] --- tycho-packaging:5.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.ui.browser ---
10:33:09.655 [INFO] The project's OSGi version is 3.9.0.v20251217-1052
10:33:09.655 [INFO] 
10:33:09.655 [INFO] --- tycho-packaging:5.0.2:validate-id (default-validate-id) @ org.eclipse.ui.browser ---
10:33:09.656 [INFO] 
10:33:09.656 [INFO] --- tycho-packaging:5.0.2:validate-version (default-validate-version) @ org.eclipse.ui.browser ---
10:33:09.656 [INFO] 
10:33:09.656 [INFO] --- resources:3.4.0:copy-resources (saveproperties) @ org.eclipse.ui.browser ---
10:33:09.658 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/saveproperties
10:33:09.658 [INFO] 
10:33:09.658 [INFO] --- target-platform-configuration:5.0.2:target-platform (default-target-platform) @ org.eclipse.ui.browser ---
10:33:09.685 [INFO] 
10:33:09.685 [INFO] --- tycho-compiler:5.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.ui.browser ---
10:33:09.686 [INFO] Resolving class path of [bundle] Browser Support
10:33:09.783 [INFO] 
10:33:09.783 [INFO] --- resources:3.4.0:resources (default-resources) @ org.eclipse.ui.browser ---
10:33:09.784 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/src/main/resources
10:33:09.784 [INFO] 
10:33:09.784 [INFO] --- resources:3.4.0:resources (filter-resources) @ org.eclipse.ui.browser ---
10:33:09.785 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/src/main/resources
10:33:09.785 [INFO] 
10:33:09.785 [INFO] --- tycho-compiler:5.0.2:compile (default-compile) @ org.eclipse.ui.browser ---
10:33:09.816 [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/target/classes using Eclipse Compiler for Java(TM) 3.45.100.v20260302-1152
10:33:13.494 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/OpenBrowserHandler.java:[48] 
	url = new URL(urlText);
	          ^^^
The constructor URL(String) is deprecated since version 20
10:33:13.495 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserEditor.java:[341] 
	URL theURL = new URL(webBrowser.getURL());
	                 ^^^
The constructor URL(String) is deprecated since version 20
10:33:13.495 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserEditorInput.java:[169] 
	url = new URL(str);
	          ^^^
The constructor URL(String) is deprecated since version 20
10:33:13.495 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserView.java:[96] 
	URL theURL = new URL(url);
	                 ^^^
The constructor URL(String) is deprecated since version 20
4 problems (4 warnings)
10:33:13.496 [INFO] 
10:33:13.496 [INFO] --- tycho-bnd:5.0.2:process (default-process) @ org.eclipse.ui.browser ---
10:33:13.498 [INFO] 
10:33:13.498 [INFO] --- tycho-ds:5.0.2:declarative-services (default-declarative-services) @ org.eclipse.ui.browser ---
10:33:13.499 [INFO] 
10:33:13.499 [INFO] --- tycho-apitools:5.0.2:generate (generate) @ org.eclipse.ui.browser ---
10:33:13.518 [INFO] 
10:33:13.518 [INFO] --- resources:3.4.0:testResources (default-testResources) @ org.eclipse.ui.browser ---
10:33:13.519 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/src/test/resources
10:33:13.519 [INFO] 
10:33:13.519 [INFO] --- tycho-compiler:5.0.2:testCompile (default-testCompile) @ org.eclipse.ui.browser ---
10:33:13.522 [INFO] 
10:33:13.522 [INFO] --- tycho-packaging:5.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.browser ---
10:33:13.523 [INFO] 
10:33:13.523 [INFO] --- tycho-source:5.0.2:plugin-source (plugin-source) @ org.eclipse.ui.browser ---
10:33:13.528 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/target/org.eclipse.ui.browser-3.9.0-SNAPSHOT-sources.jar
10:33:13.548 [INFO] 
10:33:13.548 [INFO] --- tycho-packaging:5.0.2:package-plugin (default-package-plugin) @ org.eclipse.ui.browser ---
10:33:13.554 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/target/org.eclipse.ui.browser-3.9.0-SNAPSHOT.jar
10:33:13.572 [INFO] 
10:33:13.572 [INFO] --- tycho-p2-plugin:5.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.browser ---
10:33:13.588 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.39-I-builds
10:33:15.315 [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.browser:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/.polyglot.META-INF
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

10:33:15.317 [INFO] 
10:33:15.317 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.ui.browser ---
Sending interrupt signal to process
10:35:24.929 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3740/bundles/org.eclipse.ui.browser/target/org.eclipse.ui.browser-3.9.0-SNAPSHOT-javadoc.jar
10:35:24.960 [INFO] 
10:35:24.960 [INFO] --- tycho-p2-extras:5.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.browser ---
10:35:24.963 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.38/R-4.38-202512010920
10:35:25.194 [INFO] 
10:35:25.194 [INFO] --- tycho-apitools:5.0.2:verify (verify) @ org.eclipse.ui.browser ---
10:35:25.196 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.ui.browser:eclipse-plugin:3.9.0-SNAPSHOT with linux/gtk/x86_64
10:35:28.251 [WARNING] Some attempts to read artifact osgi.bundle,org.apache.felix.scr.source,2.2.14 failed:
10:35:28.251 [WARNING]    An error occurred while transferring artifact canonical: osgi.bundle,org.apache.felix.scr.source,2.2.14 from repository https://download.eclipse.org/eclipse/updates/4.38/R-4.38-202512010920:
10:35:28.251 [WARNING]       Retry another mirror:
10:35:28.251 [WARNING]          download from https://mirrors.jevincanders.net/eclipse/eclipse/updates/4.38/R-4.38-202512010920/plugins/org.apache.felix.scr.source_2.2.14.jar failed
script returned exit code 143

Build / Record compiler warnings and static analysis results

Output truncated.

Details

  • Declarative: Checkout SCM (45 sec)
    • Declarative: Tool Install (2.6 sec)
      • Build (1 hr 20 min)
        Error: Timeout has been exceeded - logs
        Error: Timeout has been exceeded - logs