Skip to content

Migrate Win32Handler to Java's new Foreign Function & Memory API - #2908

Open
HannesWell wants to merge 1 commit into
eclipse-platform:masterfrom
HannesWell:win32Handler-ffm
Open

Migrate Win32Handler to Java's new Foreign Function & Memory API#2908
HannesWell wants to merge 1 commit into
eclipse-platform:masterfrom
HannesWell:win32Handler-ffm

Migrate Win32Handler to Java's new Foreign Function & Memory API

5a4b7b7
Select commit
Loading
Failed to load commit list.
Jenkins - Eclipse Platform / Code Analysis failed Sep 3, 2026 in 17m 4s

Build: error in 'sh' 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_PR-2908/.m2/repository -Pbree-libs -Papi-check -Pjavadoc -Dmaven.test.failure.ignore=true -Dcompare-version-with-baselines.skip=false -Dmaven.compiler.failOnWarning=false -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS -DtrimStackTrace=false.

script returned exit code 1
Build log
Build log truncated.

23:22:11.083 [INFO] Building [bundle] Tip of the Day UI 0.4.300-SNAPSHOT            [52/124]
23:22:11.083 [INFO]   from ua/org.eclipse.tips.ui/.polyglot.META-INF
23:22:11.083 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:22:11.089 [INFO] 
23:22:11.089 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.tips.ui ---
23:22:11.091 [INFO] 
23:22:11.091 [INFO] --- tycho-packaging:5.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.tips.ui ---
23:22:11.110 [INFO] The project's OSGi version is 0.4.300.v20260831-0701
23:22:11.110 [INFO] 
23:22:11.110 [INFO] --- tycho-packaging:5.0.4:validate-id (default-validate-id) @ org.eclipse.tips.ui ---
23:22:11.111 [INFO] 
23:22:11.111 [INFO] --- tycho-packaging:5.0.4:validate-version (default-validate-version) @ org.eclipse.tips.ui ---
23:22:11.111 [INFO] 
23:22:11.111 [INFO] --- target-platform-configuration:5.0.4:target-platform (default-target-platform) @ org.eclipse.tips.ui ---
23:22:11.117 [INFO] 
23:22:11.117 [INFO] --- tycho-compiler:5.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.tips.ui ---
23:22:11.117 [INFO] Resolving class path of [bundle] Tip of the Day UI
23:22:11.148 [INFO] 
23:22:11.149 [INFO] --- resources:3.5.0:resources (default-resources) @ org.eclipse.tips.ui ---
23:22:11.150 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ui/src/main/resources
23:22:11.150 [INFO] 
23:22:11.150 [INFO] --- tycho-compiler:5.0.4:compile (default-compile) @ org.eclipse.tips.ui ---
23:22:11.184 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ui/target/classes using Eclipse Compiler for Java(TM) 3.46.200.v20260902-0648
23:22:11.380 [WARNING] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ui/src/org/eclipse/tips/ui/internal/TipComposite.java:[397] 
	String url = FileLocator.resolve(new URL(tip.getURL())).toString();
	                                     ^^^
The constructor URL(String) is deprecated since version 20
1 problem (1 warning)
23:22:11.382 [INFO] 
23:22:11.382 [INFO] --- tycho-bnd:5.0.4:process (default-process) @ org.eclipse.tips.ui ---
23:22:11.382 [INFO] 
23:22:11.382 [INFO] --- tycho-ds:5.0.4:declarative-services (default-declarative-services) @ org.eclipse.tips.ui ---
23:22:11.383 [INFO] 
23:22:11.383 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ org.eclipse.tips.ui ---
23:22:11.418 [INFO] 
23:22:11.418 [INFO] --- resources:3.5.0:testResources (default-testResources) @ org.eclipse.tips.ui ---
23:22:11.419 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ui/src/test/resources
23:22:11.419 [INFO] 
23:22:11.419 [INFO] --- tycho-compiler:5.0.4:testCompile (default-testCompile) @ org.eclipse.tips.ui ---
23:22:11.421 [INFO] 
23:22:11.421 [INFO] --- tycho-packaging:5.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.ui ---
23:22:11.422 [INFO] 
23:22:11.422 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ org.eclipse.tips.ui ---
23:22:11.425 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.4.300-SNAPSHOT-sources.jar
23:22:11.429 [INFO] 
23:22:11.429 [INFO] --- tycho-packaging:5.0.4:package-plugin (default-package-plugin) @ org.eclipse.tips.ui ---
23:22:11.434 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.4.300-SNAPSHOT.jar
23:22:11.441 [INFO] 
23:22:11.441 [INFO] --- tycho-p2-plugin:5.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.ui ---
23:22:11.472 [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ui/.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]

23:22:11.473 [INFO] 
23:22:11.473 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.tips.ui ---
23:22:14.504 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.4.300-SNAPSHOT-javadoc.jar
23:22:14.520 [INFO] 
23:22:14.520 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.ui ---
23:22:14.527 [INFO] 
23:22:14.527 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ org.eclipse.tips.ui ---
23:22:14.529 [INFO] Resolve API baseline for eclipse.platform.ua:org.eclipse.tips.ui:eclipse-plugin:0.4.300-SNAPSHOT with linux/gtk/x86_64
23:22:22.103 [INFO] API Analysis finished in 7 s.
23:22:22.105 [INFO] 0 API ERRORS
23:22:22.105 [INFO] 4 API warnings
23:22:22.106 [INFO] 
23:22:22.106 [INFO] -------------< eclipse.platform.ua:org.eclipse.tips.json >--------------
23:22:22.106 [INFO] Building [bundle] Tip of the Day Json Provider 0.3.500-SNAPSHOT [53/124]
23:22:22.106 [INFO]   from ua/org.eclipse.tips.json/.polyglot.META-INF
23:22:22.106 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:22:22.236 [INFO] 
23:22:22.236 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.tips.json ---
23:22:22.238 [INFO] 
23:22:22.238 [INFO] --- tycho-packaging:5.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.tips.json ---
23:22:22.279 [INFO] The project's OSGi version is 0.3.500.v20260608-1108
23:22:22.279 [INFO] 
23:22:22.279 [INFO] --- tycho-packaging:5.0.4:validate-id (default-validate-id) @ org.eclipse.tips.json ---
23:22:22.280 [INFO] 
23:22:22.280 [INFO] --- tycho-packaging:5.0.4:validate-version (default-validate-version) @ org.eclipse.tips.json ---
23:22:22.280 [INFO] 
23:22:22.280 [INFO] --- target-platform-configuration:5.0.4:target-platform (default-target-platform) @ org.eclipse.tips.json ---
23:22:22.284 [INFO] 
23:22:22.284 [INFO] --- tycho-compiler:5.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.tips.json ---
23:22:22.284 [INFO] Resolving class path of [bundle] Tip of the Day Json Provider
23:22:22.302 [INFO] 
23:22:22.302 [INFO] --- resources:3.5.0:resources (default-resources) @ org.eclipse.tips.json ---
23:22:22.303 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.json/src/main/resources
23:22:22.303 [INFO] 
23:22:22.303 [INFO] --- tycho-compiler:5.0.4:compile (default-compile) @ org.eclipse.tips.json ---
23:22:22.324 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.json/target/classes using Eclipse Compiler for Java(TM) 3.46.200.v20260902-0648
23:22:22.535 [INFO] 
23:22:22.535 [INFO] --- tycho-bnd:5.0.4:process (default-process) @ org.eclipse.tips.json ---
23:22:22.535 [INFO] 
23:22:22.535 [INFO] --- tycho-ds:5.0.4:declarative-services (default-declarative-services) @ org.eclipse.tips.json ---
23:22:22.536 [INFO] 
23:22:22.536 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ org.eclipse.tips.json ---
23:22:22.544 [INFO] 
23:22:22.544 [INFO] --- resources:3.5.0:testResources (default-testResources) @ org.eclipse.tips.json ---
23:22:22.545 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.json/src/test/resources
23:22:22.545 [INFO] 
23:22:22.545 [INFO] --- tycho-compiler:5.0.4:testCompile (default-testCompile) @ org.eclipse.tips.json ---
23:22:22.546 [INFO] 
23:22:22.546 [INFO] --- tycho-packaging:5.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.json ---
23:22:22.547 [INFO] 
23:22:22.547 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ org.eclipse.tips.json ---
23:22:22.550 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.500-SNAPSHOT-sources.jar
23:22:22.553 [INFO] 
23:22:22.553 [INFO] --- tycho-packaging:5.0.4:package-plugin (default-package-plugin) @ org.eclipse.tips.json ---
23:22:22.557 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.500-SNAPSHOT.jar
23:22:22.564 [INFO] 
23:22:22.564 [INFO] --- tycho-p2-plugin:5.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.json ---
23:22:22.586 [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.json/.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]

23:22:22.587 [INFO] 
23:22:22.587 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.tips.json ---
23:22:25.199 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.500-SNAPSHOT-javadoc.jar
23:22:25.242 [INFO] 
23:22:25.242 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.json ---
23:22:25.274 [INFO] 
23:22:25.274 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ org.eclipse.tips.json ---
23:22:25.276 [INFO] Resolve API baseline for eclipse.platform.ua:org.eclipse.tips.json:eclipse-plugin:0.3.500-SNAPSHOT with linux/gtk/x86_64
23:22:33.274 [INFO] API Analysis finished in 7 s.
23:22:33.275 [INFO] 0 API ERRORS
23:22:33.275 [INFO] 0 API warnings
23:22:33.276 [INFO] 
23:22:33.276 [INFO] --------------< eclipse.platform.ua:org.eclipse.tips.ide >--------------
23:22:33.276 [INFO] Building [bundle] IDE Enablement for Tip of the Day 0.4.200-SNAPSHOT [54/124]
23:22:33.276 [INFO]   from ua/org.eclipse.tips.ide/.polyglot.META-INF
23:22:33.276 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:22:33.286 [INFO] 
23:22:33.286 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.tips.ide ---
23:22:33.288 [INFO] 
23:22:33.288 [INFO] --- tycho-packaging:5.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.tips.ide ---
23:22:33.309 [INFO] The project's OSGi version is 0.4.200.v20260831-0701
23:22:33.309 [INFO] 
23:22:33.309 [INFO] --- tycho-packaging:5.0.4:validate-id (default-validate-id) @ org.eclipse.tips.ide ---
23:22:33.310 [INFO] 
23:22:33.310 [INFO] --- tycho-packaging:5.0.4:validate-version (default-validate-version) @ org.eclipse.tips.ide ---
23:22:33.310 [INFO] 
23:22:33.310 [INFO] --- target-platform-configuration:5.0.4:target-platform (default-target-platform) @ org.eclipse.tips.ide ---
23:22:33.324 [INFO] 
23:22:33.324 [INFO] --- tycho-compiler:5.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.tips.ide ---
23:22:33.324 [INFO] Resolving class path of [bundle] IDE Enablement for Tip of the Day
23:22:33.383 [INFO] 
23:22:33.383 [INFO] --- resources:3.5.0:resources (default-resources) @ org.eclipse.tips.ide ---
23:22:33.384 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ide/src/main/resources
23:22:33.384 [INFO] 
23:22:33.384 [INFO] --- tycho-compiler:5.0.4:compile (default-compile) @ org.eclipse.tips.ide ---
23:22:33.416 [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ide/target/classes using Eclipse Compiler for Java(TM) 3.46.200.v20260902-0648
23:22:33.784 [INFO] 
23:22:33.784 [INFO] --- tycho-bnd:5.0.4:process (default-process) @ org.eclipse.tips.ide ---
23:22:33.787 [INFO] 
23:22:33.787 [INFO] --- tycho-ds:5.0.4:declarative-services (default-declarative-services) @ org.eclipse.tips.ide ---
23:22:33.788 [INFO] Using Declarative Service specification version 1.4.0 to generate component definitions
23:22:34.228 [INFO] 	org.eclipse.tips.ide.internal.TipsStartupService.xml
23:22:34.228 [INFO] 1 component(s) were generated.
23:22:34.241 [INFO] 
23:22:34.241 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ org.eclipse.tips.ide ---
23:22:34.266 [INFO] 
23:22:34.266 [INFO] --- resources:3.5.0:testResources (default-testResources) @ org.eclipse.tips.ide ---
23:22:34.267 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ide/src/test/resources
23:22:34.267 [INFO] 
23:22:34.267 [INFO] --- tycho-compiler:5.0.4:testCompile (default-testCompile) @ org.eclipse.tips.ide ---
23:22:34.270 [INFO] 
23:22:34.270 [INFO] --- tycho-packaging:5.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.ide ---
23:22:34.271 [INFO] 
23:22:34.271 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ org.eclipse.tips.ide ---
23:22:34.274 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.4.200-SNAPSHOT-sources.jar
23:22:34.278 [INFO] 
23:22:34.278 [INFO] --- tycho-packaging:5.0.4:package-plugin (default-package-plugin) @ org.eclipse.tips.ide ---
23:22:34.284 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.4.200-SNAPSHOT.jar
23:22:34.321 [INFO] 
23:22:34.321 [INFO] --- tycho-p2-plugin:5.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.ide ---
23:22:34.390 [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ide/.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]

23:22:34.391 [INFO] 
23:22:34.391 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.tips.ide ---
23:22:38.337 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.4.200-SNAPSHOT-javadoc.jar
23:22:38.364 [INFO] 
23:22:38.364 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.ide ---
23:22:38.374 [INFO] 
23:22:38.374 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ org.eclipse.tips.ide ---
23:22:38.376 [INFO] Resolve API baseline for eclipse.platform.ua:org.eclipse.tips.ide:eclipse-plugin:0.4.200-SNAPSHOT with linux/gtk/x86_64
23:22:48.373 [INFO] API Analysis finished in 9 s.
23:22:48.375 [INFO] 0 API ERRORS
23:22:48.375 [INFO] 0 API warnings
23:22:48.376 [INFO] 
23:22:48.376 [INFO] ------------< eclipse.platform.ua:org.eclipse.tips.feature >------------
23:22:48.376 [INFO] Building [feature] Tip of the Day UI Feature 0.4.1100-SNAPSHOT  [55/124]
23:22:48.376 [INFO]   from ua/org.eclipse.tips.feature/.polyglot.feature.xml
23:22:48.376 [INFO] --------------------------[ eclipse-feature ]---------------------------
23:22:48.386 [INFO] 
23:22:48.386 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.tips.feature ---
23:22:48.390 [INFO] 
23:22:48.390 [INFO] --- tycho-packaging:5.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tips.feature ---
23:22:48.537 [INFO] The project's OSGi version is 0.4.1100.v20260831-0701
23:22:48.537 [INFO] 
23:22:48.537 [INFO] --- tycho-packaging:5.0.4:validate-id (default-validate-id) @ org.eclipse.tips.feature ---
23:22:48.539 [INFO] 
23:22:48.539 [INFO] --- tycho-packaging:5.0.4:validate-version (default-validate-version) @ org.eclipse.tips.feature ---
23:22:48.540 [INFO] 
23:22:48.540 [INFO] --- target-platform-configuration:5.0.4:target-platform (default-target-platform) @ org.eclipse.tips.feature ---
23:22:48.540 [INFO] 
23:22:48.540 [INFO] --- resources:3.5.0:resources (default-resources) @ org.eclipse.tips.feature ---
23:22:48.541 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.feature/src/main/resources
23:22:48.541 [INFO] 
23:22:48.541 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ org.eclipse.tips.feature ---
23:22:48.543 [INFO] 
23:22:48.543 [INFO] --- tycho-packaging:5.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.feature ---
23:22:48.544 [INFO] 
23:22:48.544 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ org.eclipse.tips.feature ---
23:22:48.546 [INFO] 
23:22:48.546 [INFO] --- tycho-packaging:5.0.4:package-feature (default-package-feature) @ org.eclipse.tips.feature ---
23:22:48.564 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.4.1100-SNAPSHOT.jar
23:22:48.567 [INFO] 
23:22:48.567 [INFO] --- tycho-p2-plugin:5.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.feature ---
23:22:48.576 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.42-I-builds
23:22:49.250 [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.feature:0.4.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/org.eclipse.tips.feature/.polyglot.feature.xml
    The main artifact has been replaced with the baseline version.

23:22:49.251 [INFO] 
23:22:49.251 [INFO] --- tycho-p2-plugin:5.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tips.feature ---
23:22:49.252 [INFO] 
23:22:49.252 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.tips.feature ---
23:22:49.256 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
23:22:49.256 [INFO] 
23:22:49.256 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.feature ---
23:22:49.259 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.41-I-builds/I20260828-1142
23:22:49.460 [INFO] 
23:22:49.460 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ org.eclipse.tips.feature ---
23:22:49.462 [INFO] 
23:22:49.462 [INFO] ------------------------------------------------------------------------
23:22:49.462 [INFO] Skipping [test-bundle] Tip of the Day Tests
23:22:49.462 [INFO] This project has been banned from the build due to previous failures.
23:22:49.462 [INFO] ------------------------------------------------------------------------
23:22:49.462 [INFO] 
23:22:49.462 [INFO] -----------------< org.eclipse.help:infocenter-parent >-----------------
23:22:49.462 [INFO] Building infocenter-parent 4.42.0-SNAPSHOT                      [56/124]
23:22:49.462 [INFO]   from ua/infocenter-web/pom.xml
23:22:49.462 [INFO] --------------------------------[ pom ]---------------------------------
23:22:49.463 [INFO] 
23:22:49.463 [INFO] --- clean:3.5.0:clean (default-clean) @ infocenter-parent ---
23:22:49.464 [INFO] 
23:22:49.464 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ infocenter-parent ---
23:22:49.464 [INFO] 
23:22:49.464 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ infocenter-parent ---
23:22:49.464 [INFO] 
23:22:49.464 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ infocenter-parent ---
23:22:49.468 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
23:22:49.468 [INFO] 
23:22:49.468 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-parent ---
23:22:49.468 [INFO] 
23:22:49.468 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ infocenter-parent ---
23:22:49.469 [INFO] 
23:22:49.469 [INFO] ----------------< org.eclipse.help:infocenter-product >-----------------
23:22:49.469 [INFO] Building infocenter-product 1.0.0-SNAPSHOT                      [57/124]
23:22:49.469 [INFO]   from ua/infocenter-web/infocenter-product/pom.xml
23:22:49.469 [INFO] -------------------------[ eclipse-repository ]-------------------------
23:22:49.477 [INFO] 
23:22:49.477 [INFO] --- clean:3.5.0:clean (default-clean) @ infocenter-product ---
23:22:49.478 [INFO] 
23:22:49.478 [INFO] --- tycho-packaging:5.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ infocenter-product ---
23:22:49.552 [INFO] The project's OSGi version is 1.0.0.v20260903-2307
23:22:49.552 [INFO] 
23:22:49.552 [INFO] --- clean:3.5.0:clean (default-clean-1) @ infocenter-product ---
23:22:49.553 [INFO] 
23:22:49.553 [INFO] --- target-platform-configuration:5.0.4:target-platform (default-target-platform) @ infocenter-product ---
23:22:49.553 [INFO] 
23:22:49.553 [INFO] --- resources:3.5.0:resources (default-resources) @ infocenter-product ---
23:22:49.554 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-product/src/main/resources
23:22:49.554 [INFO] 
23:22:49.554 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ infocenter-product ---
23:22:49.554 [INFO] 
23:22:49.554 [INFO] --- tycho-p2-publisher:5.0.4:publish-osgi-ee (default-publish-osgi-ee) @ infocenter-product ---
23:22:49.578 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
23:22:49.580 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
23:22:49.582 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
23:22:49.585 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
23:22:49.588 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
23:22:49.592 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
23:22:49.597 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
23:22:49.601 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
23:22:49.607 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
23:22:49.613 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
23:22:49.622 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
23:22:49.630 [INFO] Published profile IUs: [a.jre.javase 22.0.0]
23:22:49.638 [INFO] Published profile IUs: [a.jre.javase 23.0.0]
23:22:49.646 [INFO] Published profile IUs: [a.jre.javase 24.0.0]
23:22:49.664 [INFO] Published profile IUs: [a.jre.javase 25.0.0]
23:22:49.674 [INFO] Published profile IUs: [a.jre.javase 26.0.0]
23:22:49.684 [INFO] Published profile IUs: [a.jre.javase 27.0.0]
23:22:49.684 [INFO] 
23:22:49.684 [INFO] --- tycho-p2-publisher:5.0.4:publish-products (default-publish-products) @ infocenter-product ---
23:22:49.764 [INFO] 
23:22:49.764 [INFO] --- tycho-p2-publisher:5.0.4:publish-categories (default-publish-categories) @ infocenter-product ---
23:22:49.766 [INFO] 
23:22:49.766 [INFO] --- tycho-p2-publisher:5.0.4:attach-artifacts (default-attach-artifacts) @ infocenter-product ---
23:22:49.768 [INFO] 
23:22:49.768 [INFO] --- tycho-p2-repository:5.0.4:assemble-repository (default-assemble-repository) @ infocenter-product ---
23:22:49.830 [WARNING] Your build strictly depends on unit org.eclipse.core.resources 3.24.200.v20260901-1604 that is shadowed by a reactor project, this can lead to unexpected build results!
23:22:49.830 [WARNING] Your build strictly depends on unit org.eclipse.core.resources 3.24.200.v20260902-1147 that is shadowed by a reactor project, this can lead to unexpected build results!
23:22:49.830 [WARNING] Your build strictly depends on unit org.eclipse.core.filesystem 1.11.500.v20260721-1509 that is shadowed by a reactor project, this can lead to unexpected build results!
23:22:49.830 [WARNING] Your build strictly depends on unit org.eclipse.core.resources.source 3.24.200.v20260901-1604 that is shadowed by a reactor project, this can lead to unexpected build results!
23:22:49.830 [WARNING] Your build strictly depends on unit org.eclipse.core.resources.source 3.24.200.v20260902-1147 that is shadowed by a reactor project, this can lead to unexpected build results!
23:22:49.830 [WARNING] Your build strictly depends on unit org.eclipse.core.filesystem.source 1.11.500.v20260721-1509 that is shadowed by a reactor project, this can lead to unexpected build results!
23:22:50.293 [WARNING] [3d9862fc-5eab-43db-b5a4-ac9a0c3951eb][extension>org.eclipse.tycho:tycho-maven-plugin:5.0.4] The digest algorithms (sha-1) used to verify osgi.bundle,org.mortbay.jasper.mortbay-apache-jsp,9.0.119 have severely compromised security. Please report this concern to the artifact provider.
23:22:50.918 [WARNING] [3d9862fc-5eab-43db-b5a4-ac9a0c3951eb][extension>org.eclipse.tycho:tycho-maven-plugin:5.0.4] The digest algorithms (sha-1) used to verify osgi.bundle,org.apache.felix.scr,2.2.18 have severely compromised security. Please report this concern to the artifact provider.
23:22:51.661 [INFO] 
23:22:51.661 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ infocenter-product ---
23:22:51.664 [INFO] 
23:22:51.664 [INFO] --- tycho-p2-repository:5.0.4:archive-repository (default-archive-repository) @ infocenter-product ---
23:22:51.682 [INFO] Building zip: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-product/target/infocenter-product-1.0.0-SNAPSHOT.zip
23:22:52.427 [INFO] 
23:22:52.427 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ infocenter-product ---
23:22:52.432 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
23:22:52.432 [INFO] 
23:22:52.432 [INFO] --- tycho-p2-director:5.0.4:materialize-products (create-distributions) @ infocenter-product ---
23:22:52.727 [INFO] Installing product infocenter for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-product/target/products/infocenter/linux/gtk/x86_64/infocenter using {org.eclipse.update.install.features=true}
23:22:53.268 [INFO] [create-distributions - infocenter - linux/gtk/x86_64] Installing infocenter 1.0.0.v20260903-2307.
23:22:54.142 [INFO] [create-distributions - infocenter - linux/gtk/x86_64] Operation completed in 1399 ms.
23:22:54.239 [INFO] 
23:22:54.239 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-product ---
23:22:54.280 [INFO] 
23:22:54.280 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ infocenter-product ---
23:22:54.282 [INFO] 
23:22:54.282 [INFO] ------------------< org.eclipse.help:infocenter-app >-------------------
23:22:54.282 [INFO] Building infocenter-app 4.42.0-SNAPSHOT                         [58/124]
23:22:54.282 [INFO]   from ua/infocenter-web/infocenter-app/pom.xml
23:22:54.282 [INFO] --------------------------------[ war ]---------------------------------
23:22:54.294 [INFO] 
23:22:54.294 [INFO] --- clean:3.5.0:clean (default-clean) @ infocenter-app ---
23:22:54.298 [INFO] Deleting /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF (includes = [configuration/**, lib/**, plugins/**, *.ini], excludes = [])
23:22:54.299 [INFO] 
23:22:54.299 [INFO] --- resources:3.5.0:resources (default-resources) @ infocenter-app ---
23:22:54.300 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/src/main/resources
23:22:54.300 [INFO] 
23:22:54.300 [INFO] --- antrun:3.2.0:run (default) @ infocenter-app ---
23:22:54.472 [INFO] Executing tasks
23:22:54.538 [INFO]      [copy] Copying 209 files to /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF
23:22:54.698 [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF/lib
23:22:54.699 [INFO]      [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF
23:22:54.700 [INFO] Executed tasks
23:22:54.700 [INFO] 
23:22:54.700 [INFO] --- compiler:3.13.0:compile (default-compile) @ infocenter-app ---
23:22:55.183 [INFO] No sources to compile
23:22:55.183 [INFO] 
23:22:55.183 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ infocenter-app ---
23:22:55.184 [INFO] 
23:22:55.184 [INFO] --- resources:3.5.0:testResources (default-testResources) @ infocenter-app ---
23:22:55.184 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/src/test/resources
23:22:55.184 [INFO] 
23:22:55.184 [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ infocenter-app ---
23:22:55.187 [INFO] No sources to compile
23:22:55.187 [INFO] 
23:22:55.187 [INFO] --- surefire:3.5.6:test (default-test) @ infocenter-app ---
23:22:55.304 [INFO] No tests to run.
23:22:55.318 [INFO] 
23:22:55.318 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ infocenter-app ---
23:22:55.320 [INFO] 
23:22:55.320 [INFO] --- war:3.4.0:war (default-war) @ infocenter-app ---
23:22:56.524 [INFO] Packaging webapp
23:22:56.526 [INFO] Assembling webapp [infocenter-app] in [/home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/target/help]
23:22:56.533 [INFO] Processing war project
23:22:56.533 [INFO] Copying webapp resources [/home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/src/main/webapp]
23:22:56.731 [INFO] Building war: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/ua/infocenter-web/infocenter-app/target/help.war
23:22:58.190 [INFO] 
23:22:58.190 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ infocenter-app ---
23:22:58.195 [INFO] No Javadoc in project. Archive not created.
23:22:58.195 [INFO] 
23:22:58.195 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-app ---
23:22:58.196 [INFO] 
23:22:58.196 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ infocenter-app ---
23:22:58.197 [INFO] 
23:22:58.197 [INFO] --------< org.eclipse.platform:org.eclipse.terminal.view.core >---------
23:22:58.197 [INFO] Building [bundle] Terminal View Core 1.0.100-SNAPSHOT           [59/124]
23:22:58.197 [INFO]   from terminal/bundles/org.eclipse.terminal.view.core/.polyglot.META-INF
23:22:58.197 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:22:58.201 [INFO] 
23:22:58.201 [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.terminal.view.core ---
23:22:58.201 [INFO] 
23:22:58.201 [INFO] --- tycho-packaging:5.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.terminal.view.core ---
23:22:58.249 [INFO] The project's OSGi version is 1.0.100.v20251222-1406
23:22:58.249 [INFO] 
23:22:58.249 [INFO] --- tycho-packaging:5.0.4:validate-id (default-validate-id) @ org.eclipse.terminal.view.core ---
23:22:58.250 [INFO] 
23:22:58.250 [INFO] --- tycho-packaging:5.0.4:validate-version (default-validate-version) @ org.eclipse.terminal.view.core ---
23:22:58.250 [INFO] 
23:22:58.250 [INFO] --- target-platform-configuration:5.0.4:target-platform (default-target-platform) @ org.eclipse.terminal.view.core ---
23:22:58.253 [INFO] 
23:22:58.253 [INFO] --- tycho-compiler:5.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.terminal.view.core ---
23:22:58.253 [INFO] Resolving class path of [bundle] Terminal View Core
23:22:58.272 [INFO] 
23:22:58.272 [INFO] --- resources:3.5.0:resources (default-resources) @ org.eclipse.terminal.view.core ---
23:22:58.273 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/terminal/bundles/org.eclipse.terminal.view.core/src/main/resources
23:22:58.273 [INFO] 
23:22:58.273 [INFO] --- tycho-compiler:5.0.4:compile (default-compile) @ org.eclipse.terminal.view.core ---
23:22:58.297 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-2908/terminal/bundles/org.eclipse.terminal.view.core/target/classes using Eclipse Compiler for Java(TM) 3.46.200.v20260902-0648
23:22:58.395 [INFO] 
23:22:58.395 [INFO] --- tycho-bnd:5.0.4:process (default-process) @ org.eclipse.terminal.view.core ---
23:22:58.396 [INFO] 
23:22:58.396 [INFO] --- tycho-ds:5.0.4:declarative-services (default-declarative-services) @ org.eclipse.terminal.view.core ---
23:22:58.396 [INFO] 
23:22:58.396 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ org.eclipse.terminal.view.core ---
23:22:58.418 [INFO] 
23:22:58.418 [INFO] --- resources:3.5.0:testResources (default-testResources) @ org.eclipse.terminal.view.core ---
23:22:58.419 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-2908/terminal/bundles/org.eclipse.terminal.view.core/src/test/resources
23:22:58.419 [INFO] 
23:22:58.419 [INFO] --- tycho-compiler:5.0.4:testCompile (default-testCompile) @ org.eclipse.terminal.view.core ---
23:22:58.421 [INFO] 
23:22:58.421 [INFO] --- tycho-packaging:5.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.terminal.view.core ---
23:22:58.422 [INFO] 
23:22:58.422 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ org.eclipse.terminal.view.core ---
23:22:58.424 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/terminal/bundles/org.eclipse.terminal.view.core/target/org.eclipse.terminal.view.core-1.0.100-SNAPSHOT-sources.jar
23:22:58.428 [INFO] 
23:22:58.428 [INFO] --- tycho-packaging:5.0.4:package-plugin (default-package-plugin) @ org.eclipse.terminal.view.core ---
23:22:58.433 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/terminal/bundles/org.eclipse.terminal.view.core/target/org.eclipse.terminal.view.core-1.0.100-SNAPSHOT.jar
23:22:58.437 [INFO] 
23:22:58.437 [INFO] --- tycho-p2-plugin:5.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.terminal.view.core ---
23:22:58.489 [INFO] MavenProject: org.eclipse.platform:org.eclipse.terminal.view.core:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-2908/terminal/bundles/org.eclipse.terminal.view.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]

23:22:58.491 [INFO] 
23:22:58.491 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.terminal.view.core ---
23:23:01.880 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-2908/terminal/bundles/org.eclipse.terminal.view.core/target/org.eclipse.terminal.view.core-1.0.100-SNAPSHOT-javadoc.jar
23:23:01.905 [INFO] 
23:23:01.905 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.terminal.view.core ---
23:23:02.073 [INFO] 
23:23:02.073 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ org.eclipse.terminal.view.core ---
23:23:02.074 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.terminal.view.core:eclipse-plugin:1.0.100-SNAPSHOT with linux/gtk/x86_64
23:23:09.697 [INFO] API Analysis finished in 7 s.
23:23:09.700 [INFO] 0 API ERRORS
23:23:09.700 [INFO] 0 API warnings
23:23:09.700 [INFO] 
23:23:09.700 [INFO] ------------------------------------------------------------------------
23:23:09.700 [INFO] Skipping [bundle] Terminal View
23:23:09.700 [INFO] This project has been banned from the build due to previous failures.
23:23:09.700 [INFO] ------------------------------------------------------------------------
23:23:09.700 [INFO] 
23:23:09.701 [INFO] ------------------------------------------------------------------------
23:23:09.701 [INFO] Skipping [bundle] Terminal Process Connector
23:23:09.701 [INFO] This project has been banned from the build due to previous failures.
23:23:09.701 [INFO] ------------------------------------------------------------------------
23:23:09.701 [INFO] 
23:23:09.701 [INFO] ------------------------------------------------------------------------
23:23:09.701 [INFO] Skipping [bundle] Terminal Local Connector
23:23:09.701 [INFO] This project has been banned from the build due to previous failures.
23:23:09.701 [INFO] ------------------------------------------------------------------------
23:23:09.701 [INFO] 
23:23:09.701 [INFO] ------------------------------------------------------------------------
23:23:09.701 [INFO] Skipping [bundle] Terminal SSH Connector
23:23:09.701 [INFO] This project has been banned from the build due to previous failures.
23:23:09.701 [INFO] ------------------------------------------------------------------------
23:23:09.701 [INFO] 
23:23:09.701 [INFO] ------------------------------------------------------------------------
23:23:09.701 [INFO] Skipping [bundle] Terminal Telnet Connector
23:23:09.701 [INFO] This project has been banned from the build due to previous failures.
23:23:09.701 [INFO] ------------------------------------------------------------------------
23:23:09.701 [INFO] 
23:23:09.701 [INFO] ---------------< org.eclipse.platform:terminal-features >---------------
23:23:09.701 [INFO] Building [aggregator] features 4.42.0-SNAPSHOT                  [60/124]
23:23:09.701 [INFO]   from terminal/features/.polyglot.pom.tycho
23:23:09.701 [INFO] --------------------------------[ pom ]---------------------------------
23:23:09.704 [INFO] 
23:23:09.704 [INFO] --- clean:3.5.0:clean (default-clean) @ terminal-features ---
23:23:09.708 [INFO] 
23:23:09.708 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ terminal-features ---
23:23:09.709 [INFO] 
23:23:09.709 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ terminal-features ---
23:23:09.710 [INFO] 
23:23:09.710 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ terminal-features ---
23:23:09.715 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
23:23:09.715 [INFO] 
23:23:09.715 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ terminal-features ---
23:23:09.717 [INFO] 
23:23:09.717 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ terminal-features ---
23:23:09.719 [INFO] 
23:23:09.719 [INFO] ------------------------------------------------------------------------
23:23:09.719 [INFO] Skipping [feature] Terminal Feature
23:23:09.719 [INFO] This project has been banned from the build due to previous failures.
23:23:09.719 [INFO] ------------------------------------------------------------------------
23:23:09.719 [INFO] 
23:23:09.719 [INFO] ----------------< org.eclipse.platform:terminal-tests >-----------------
23:23:09.719 [INFO] Building [aggregator] tests 4.42.0-SNAPSHOT                     [61/124]
23:23:09.719 [INFO]   from terminal/tests/.polyglot.pom.tycho
23:23:09.719 [INFO] --------------------------------[ pom ]---------------------------------
23:23:09.721 [INFO] 
23:23:09.721 [INFO] --- clean:3.5.0:clean (default-clean) @ terminal-tests ---
23:23:09.721 [INFO] 
23:23:09.721 [INFO] --- tycho-apitools:5.0.4:generate (generate) @ terminal-tests ---
23:23:09.722 [INFO] 
23:23:09.722 [INFO] --- tycho-source:5.0.4:plugin-source (plugin-source) @ terminal-tests ---
23:23:09.722 [INFO] 
23:23:09.722 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ terminal-tests ---
23:23:09.728 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
23:23:09.728 [INFO] 
23:23:09.728 [INFO] --- tycho-p2-extras:5.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ terminal-tests ---
23:23:09.729 [INFO] 
23:23:09.729 [INFO] --- tycho-apitools:5.0.4:verify (verify) @ terminal-tests ---
23:23:09.730 [INFO] 
23:23:09.731 [INFO] ------------------------------------------------------------------------
23:23:09.731 [INFO] Skipping [test-bundle] Target Management Terminal Tests
23:23:09.731 [INFO] This project has been banned from the build due to previous failures.
23:23:09.731 [INFO] ------------------------------------------------------------------------
23:23:09.731 [INFO] ------------------------------------------------------------------------
23:23:09.731 [INFO] Reactor Summary:
23:23:09.731 [INFO] 
23:23:09.731 [INFO] eclipse.platform 4.42.0-SNAPSHOT ................... SUCCESS [  3.610 s]
23:23:09.731 [INFO] eclipse.platform.runtime 4.42.0-SNAPSHOT ........... SUCCESS [  0.027 s]
23:23:09.731 [INFO] [aggregator] bundles 4.42.0-SNAPSHOT ............... SUCCESS [  0.014 s]
23:23:09.731 [INFO] [bundle] Eclipse Content Mechanism 3.9.1000-SNAPSHOT SUCCESS [ 30.165 s]
23:23:09.731 [INFO] [bundle] Eclipse Jobs Mechanism 3.15.900-SNAPSHOT .. SUCCESS [ 14.089 s]
23:23:09.731 [INFO] [bundle] Core Runtime 3.35.100-SNAPSHOT ............ SUCCESS [ 14.666 s]
23:23:09.731 [INFO] [bundle] Install/Update Configurator 3.5.1200-SNAPSHOT SUCCESS [  6.181 s]
23:23:09.731 [INFO] eclipse.platform.debug 4.42.0-SNAPSHOT ............. SUCCESS [  0.018 s]
23:23:09.731 [INFO] [bundle] Core Variables 3.6.900-SNAPSHOT ........... SUCCESS [ 11.927 s]
23:23:09.731 [INFO] [bundle] Ant Build Tool Core 3.7.1100-SNAPSHOT ..... SUCCESS [ 14.542 s]
23:23:09.731 [INFO] [bundle] Expression Language 3.9.700-SNAPSHOT ...... SUCCESS [ 14.966 s]
23:23:09.731 [INFO] eclipse.platform.resources 4.42.0-SNAPSHOT ......... SUCCESS [  0.034 s]
23:23:09.732 [INFO] [aggregator] bundles 4.42.0-SNAPSHOT ............... SUCCESS [  0.009 s]
23:23:09.732 [INFO] [bundle] Core File Systems 1.12.0-SNAPSHOT ......... FAILURE [  0.686 s]
23:23:09.732 [INFO] [bundle] Core Resource Management 3.24.200-SNAPSHOT  SKIPPED
23:23:09.732 [INFO] eclipse.platform.team 4.42.0-SNAPSHOT .............. SUCCESS [  0.011 s]
23:23:09.732 [INFO] [aggregator] bundles 4.42.0-SNAPSHOT ............... SUCCESS [  0.012 s]
23:23:09.732 [INFO] [bundle] Core Compare Support 3.8.900-SNAPSHOT ..... SUCCESS [ 14.465 s]
23:23:09.732 [INFO] [bundle] Eclipse Dependency Injection Annotations 1.8.500-SNAPSHOT SUCCESS [ 10.879 s]
23:23:09.732 [INFO] [bundle] Eclipse Dependency Injection 1.9.1000-SNAPSHOT SUCCESS [ 11.934 s]
23:23:09.732 [INFO] [bundle] Eclipse Contexts 1.13.300-SNAPSHOT ........ SUCCESS [ 13.750 s]
23:23:09.732 [INFO] [bundle] Eclipse Application Services 2.5.400-SNAPSHOT SUCCESS [ 15.619 s]
23:23:09.732 [INFO] [bundle] Eclipse Dependency Injection Extensions 0.18.300-SNAPSHOT SUCCESS [ 12.841 s]
23:23:09.732 [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.1200-SNAPSHOT SUCCESS [ 11.351 s]
23:23:09.732 [INFO] eclipse.platform.ua 4.42.0-SNAPSHOT ................ SUCCESS [  0.022 s]
23:23:09.732 [INFO] org.eclipse.help 3.11.300-SNAPSHOT ................. SUCCESS [ 16.123 s]
23:23:09.732 [INFO] [bundle] Compare Support 3.12.300-SNAPSHOT ......... SKIPPED
23:23:09.732 [INFO] [bundle] Internet Connection Management 1.5.900-SNAPSHOT SUCCESS [ 14.600 s]
23:23:09.732 [INFO] [bundle] Team Support Core 3.10.1200-SNAPSHOT ...... SKIPPED
23:23:09.732 [INFO] [bundle] Team Support UI 3.12.300-SNAPSHOT ......... SKIPPED
23:23:09.732 [INFO] [test-bundle] Install/Update Configurator Test Plugin 0.2.200-SNAPSHOT SKIPPED
23:23:09.732 [INFO] [bundle] Debug Core 3.24.100-SNAPSHOT .............. SKIPPED
23:23:09.732 [INFO] [bundle] External Tools Headless Support 1.3.600-SNAPSHOT SKIPPED
23:23:09.732 [INFO] [bundle] Ant Launching Support 1.4.1200-SNAPSHOT ... SKIPPED
23:23:09.732 [INFO] [bundle] Console 3.17.100-SNAPSHOT ................. SKIPPED
23:23:09.732 [INFO] [bundle] Debug UI 3.22.100-SNAPSHOT ................ SKIPPED
23:23:09.732 [INFO] [bundle] External Tools 3.7.200-SNAPSHOT ........... SKIPPED
23:23:09.732 [INFO] [bundle] Ant UI 3.10.700-SNAPSHOT .................. SKIPPED
23:23:09.732 [INFO] [test-bundle] Ant Core Test Plugin 3.8.100-SNAPSHOT  SKIPPED
23:23:09.732 [INFO] [test-bundle] Ant UI Test Plugin 3.12.500-SNAPSHOT . SKIPPED
23:23:09.732 [INFO] org.eclipse.help.base 4.6.300-SNAPSHOT ............. SUCCESS [ 20.053 s]
23:23:09.732 [INFO] org.eclipse.ui.intro 3.8.200-SNAPSHOT .............. SUCCESS [ 22.673 s]
23:23:09.732 [INFO] [bundle] Help System UI 4.8.600-SNAPSHOT ........... SUCCESS [ 17.777 s]
23:23:09.732 [INFO] org.eclipse.ui.cheatsheets 3.9.300-SNAPSHOT ........ SUCCESS [ 17.823 s]
23:23:09.732 [INFO] [bundle] Eclipse Platform 4.42.0-SNAPSHOT .......... SUCCESS [  3.630 s]
23:23:09.732 [INFO] [bundle] Eclipse Project SDK 4.42.0-SNAPSHOT ....... SKIPPED
23:23:09.732 [INFO] [bundle] Core Tools 1.10.200-SNAPSHOT .............. SKIPPED
23:23:09.732 [INFO] [aggregator] features 4.42.0-SNAPSHOT .............. SUCCESS [  0.010 s]
23:23:09.732 [INFO] [feature] Eclipse Core Runtime Infrastructure 1.4.1400-SNAPSHOT SUCCESS [  0.376 s]
23:23:09.732 [INFO] [bundle] Core Resource Management Spy Support Fragment 1.6.0-SNAPSHOT SKIPPED
23:23:09.732 [INFO] org.eclipse.core.tools.resources 1.8.300-SNAPSHOT .. SKIPPED
23:23:09.732 [INFO] [feature] Eclipse Core Tools 1.4.600-SNAPSHOT ...... SKIPPED
23:23:09.733 [INFO] [aggregator] tests 4.42.0-SNAPSHOT ................. SUCCESS [  0.011 s]
23:23:09.733 [INFO] [test-bundle] Content-Types Tests 1.4.200-SNAPSHOT . SKIPPED
23:23:09.733 [INFO] [test-bundle] Expression Language Tests 3.7.800-SNAPSHOT SKIPPED
23:23:09.733 [INFO] [bundle] Eclipse Core Tests Harness 3.17.500-SNAPSHOT SUCCESS [  6.114 s]
23:23:09.733 [INFO] [test-bundle] Eclipse Core Tests Runtime 3.21.900-SNAPSHOT SKIPPED
23:23:09.733 [INFO] [test-bundle] E4 Core Tests 1.3.300-SNAPSHOT ....... SKIPPED
23:23:09.733 [INFO] org.eclipse.e4.core.tests 1.3.700-SNAPSHOT ......... SKIPPED
23:23:09.733 [INFO] org.eclipse.compare.win32 1.3.900-SNAPSHOT ......... SKIPPED
23:23:09.733 [INFO] [bundle] JSch Core 1.5.900-SNAPSHOT ................ SUCCESS [ 12.346 s]
23:23:09.733 [INFO] [bundle] JSch UI 1.6.200-SNAPSHOT .................. SUCCESS [ 15.610 s]
23:23:09.733 [INFO] [bundle] Diff Extension for Generic Editor 1.3.100-SNAPSHOT SKIPPED
23:23:09.733 [INFO] [bundle] Internet Connection Management UI 1.6.100-SNAPSHOT SUCCESS [ 12.445 s]
23:23:09.733 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.500-SNAPSHOT SKIPPED
23:23:09.733 [INFO] org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT  SKIPPED
23:23:09.733 [INFO] eclipse.platform.resources.tests 4.42.0-SNAPSHOT ... SUCCESS [  0.013 s]
23:23:09.733 [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SKIPPED
23:23:09.733 [INFO] org.eclipse.core.tests.resources 3.11.1400-SNAPSHOT  SKIPPED
23:23:09.733 [INFO] eclipse.platform.team.tests 4.42.0-SNAPSHOT ........ SUCCESS [  0.007 s]
23:23:09.733 [INFO] [test-bundle] Compare Tests 3.9.100-SNAPSHOT ....... SKIPPED
23:23:09.733 [INFO] org.eclipse.core.tests.net 1.6.500-SNAPSHOT ........ SKIPPED
23:23:09.733 [INFO] [test-bundle] Eclipse Team Core Tests 3.11.100-SNAPSHOT SKIPPED
23:23:09.733 [INFO] org.eclipse.compare.examples 3.5.100-SNAPSHOT ...... SKIPPED
23:23:09.733 [INFO] org.eclipse.compare.examples.xml 3.7.200-SNAPSHOT .. SKIPPED
23:23:09.733 [INFO] org.eclipse.team.examples.filesystem 3.8.100-SNAPSHOT SKIPPED
23:23:09.733 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT SKIPPED
23:23:09.733 [INFO] org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT SKIPPED
23:23:09.733 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT SKIPPED
23:23:09.733 [INFO] eclipse.platform.resources.examples 4.42.0-SNAPSHOT  SUCCESS [  0.007 s]
23:23:09.733 [INFO] [bundle] Efs Examples Plug-in 1.2.100-SNAPSHOT ..... SKIPPED
23:23:09.733 [INFO] [test-bundle] Save Participant 1 3.6.400-SNAPSHOT .. SKIPPED
23:23:09.733 [INFO] [test-bundle] Save Participant 2 3.6.400-SNAPSHOT .. SKIPPED
23:23:09.733 [INFO] [test-bundle] Save Participant 3 3.6.400-SNAPSHOT .. SKIPPED
23:23:09.733 [INFO] [test-bundle] Eclipse Core Tests Save Participant 3.6.300-SNAPSHOT SKIPPED
23:23:09.733 [INFO] [bundle] Example Debug Core Plug-in 1.7.0-SNAPSHOT . SKIPPED
23:23:09.733 [INFO] [bundle] Sample Memory View Plugin 1.105.0-SNAPSHOT  SKIPPED
23:23:09.733 [INFO] [bundle] Mixed-mode Launching Example 1.5.0-SNAPSHOT SKIPPED
23:23:09.733 [INFO] [bundle] Example Debug UI Plug-in 1.9.200-SNAPSHOT . SKIPPED
23:23:09.733 [INFO] [test-bundle] Debug Test Plugin 3.15.400-SNAPSHOT .. SKIPPED
23:23:09.733 [INFO] [bundle] Debug UI Launch Configuration View 1.2.200-SNAPSHOT SKIPPED
23:23:09.733 [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin 1.2.0-SNAPSHOT SKIPPED
23:23:09.733 [INFO] [bundle] Debug Unit Test support 1.2.300-SNAPSHOT .. SKIPPED
23:23:09.733 [INFO] eclipse.platform.terminal 4.42.0-SNAPSHOT .......... SUCCESS [  0.006 s]
23:23:09.733 [INFO] [aggregator] bundles 4.42.0-SNAPSHOT ............... SUCCESS [  0.006 s]
23:23:09.733 [INFO] [bundle] Terminal Control (Embeddable Widget) 1.1.200-SNAPSHOT SUCCESS [ 15.815 s]
23:23:09.733 [INFO] [bundle] Terminal Session Support for Eclipse 1.0.300-SNAPSHOT SKIPPED
23:23:09.733 [INFO] org.eclipse.help.webapp 3.12.700-SNAPSHOT .......... SUCCESS [ 27.068 s]
23:23:09.733 [INFO] [feature] Eclipse Help System 2.3.2800-SNAPSHOT .... SUCCESS [  0.211 s]
23:23:09.733 [INFO] [bundle] Universal Welcome 3.6.200-SNAPSHOT ........ SUCCESS [ 15.357 s]
23:23:09.733 [INFO] org.eclipse.ua.tests 3.7.500-SNAPSHOT .............. SKIPPED
23:23:09.733 [INFO] [bundle] Quicklinks for the Welcome Framework 1.3.100-SNAPSHOT SUCCESS [ 14.259 s]
23:23:09.733 [INFO] org.eclipse.ua.tests.doc 1.3.200-SNAPSHOT .......... SKIPPED
23:23:09.733 [INFO] org.eclipse.ui.intro.quicklinks.examples 1.3.100-SNAPSHOT SUCCESS [  2.087 s]
23:23:09.733 [INFO] org.eclipse.ui.intro.solstice.examples 1.3.100-SNAPSHOT SUCCESS [  0.071 s]
23:23:09.734 [INFO] [bundle] Tip of the Day core plugin 0.3.500-SNAPSHOT SUCCESS [  9.931 s]
23:23:09.734 [INFO] [bundle] Tip of the Day UI 0.4.300-SNAPSHOT ........ SUCCESS [ 11.023 s]
23:23:09.734 [INFO] [bundle] Tip of the Day Json Provider 0.3.500-SNAPSHOT SUCCESS [ 11.170 s]
23:23:09.734 [INFO] [bundle] IDE Enablement for Tip of the Day 0.4.200-SNAPSHOT SUCCESS [ 15.100 s]
23:23:09.734 [INFO] [feature] Tip of the Day UI Feature 0.4.1100-SNAPSHOT SUCCESS [  1.086 s]
23:23:09.734 [INFO] [test-bundle] Tip of the Day Tests 1.3.0-SNAPSHOT .. SKIPPED
23:23:09.734 [INFO] infocenter-parent 4.42.0-SNAPSHOT .................. SUCCESS [  0.007 s]
23:23:09.734 [INFO] infocenter-product 1.0.0-SNAPSHOT .................. SUCCESS [  4.813 s]
23:23:09.734 [INFO] infocenter-app 4.42.0-SNAPSHOT ..................... SUCCESS [  3.915 s]
23:23:09.734 [INFO] [bundle] Terminal View Core 1.0.100-SNAPSHOT ....... SUCCESS [ 11.503 s]
23:23:09.734 [INFO] [bundle] Terminal View 1.1.300-SNAPSHOT ............ SKIPPED
23:23:09.734 [INFO] [bundle] Terminal Process Connector 1.1.100-SNAPSHOT SKIPPED
23:23:09.734 [INFO] [bundle] Terminal Local Connector 1.1.200-SNAPSHOT . SKIPPED
23:23:09.734 [INFO] [bundle] Terminal SSH Connector 1.1.100-SNAPSHOT ... SKIPPED
23:23:09.734 [INFO] [bundle] Terminal Telnet Connector 1.1.100-SNAPSHOT  SKIPPED
23:23:09.734 [INFO] [aggregator] features 4.42.0-SNAPSHOT .............. SUCCESS [  0.018 s]
23:23:09.734 [INFO] [feature] Terminal Feature 1.0.500-SNAPSHOT ........ SKIPPED
23:23:09.734 [INFO] [aggregator] tests 4.42.0-SNAPSHOT ................. SUCCESS [  0.011 s]
23:23:09.734 [INFO] [test-bundle] Target Management Terminal Tests 1.1.100-SNAPSHOT SKIPPED
23:23:09.734 [INFO] ------------------------------------------------------------------------
23:23:09.734 [INFO] BUILD FAILURE
23:23:09.734 [INFO] ------------------------------------------------------------------------
23:23:09.734 [INFO] Total time:  15:13 min
23:23:09.734 [INFO] Finished at: 2026-09-03T23:23:09Z
23:23:09.734 [INFO] ------------------------------------------------------------------------
23:23:09.836 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.4:compile (default-compile) on project org.eclipse.core.filesystem: Compilation failure: Compilation failure: 
23:23:09.836 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[19] 
23:23:09.836 [ERROR] 	import com.microsoft.Windows;
23:23:09.836 [ERROR] 	       ^^^^^^^^^^^^^
23:23:09.836 [ERROR] The import com.microsoft cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[20] 
23:23:09.837 [ERROR] 	import com.microsoft._FILETIME;
23:23:09.837 [ERROR] 	       ^^^^^^^^^^^^^
23:23:09.837 [ERROR] The import com.microsoft cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[21] 
23:23:09.837 [ERROR] 	import com.microsoft._WIN32_FIND_DATAW;
23:23:09.837 [ERROR] 	       ^^^^^^^^^^^^^
23:23:09.837 [ERROR] The import com.microsoft cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[70] 
23:23:09.837 [ERROR] 	MemorySegment lpFindFileData = arena.allocate(_WIN32_FIND_DATAW.layout());
23:23:09.837 [ERROR] 	                                              ^^^^^^^^^^^^^^^^^
23:23:09.837 [ERROR] _WIN32_FIND_DATAW cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[72] 
23:23:09.837 [ERROR] 	MemorySegment handle = Windows.FindFirstFileW(lpFileName, lpFindFileData);
23:23:09.837 [ERROR] 	                       ^^^^^^^
23:23:09.837 [ERROR] Windows cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[73] 
23:23:09.837 [ERROR] 	if (Windows.INVALID_HANDLE_VALUE().equals(handle)) {
23:23:09.837 [ERROR] 	    ^^^^^^^
23:23:09.837 [ERROR] Windows cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[74] 
23:23:09.837 [ERROR] 	int error = Windows.GetLastError();
23:23:09.837 [ERROR] 	            ^^^^^^^
23:23:09.837 [ERROR] Windows cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[76] 
23:23:09.837 [ERROR] 	if (!(error == Windows.ERROR_FILE_NOT_FOUND() // file not found in existing parent directory
23:23:09.837 [ERROR] 	               ^^^^^^^
23:23:09.837 [ERROR] Windows cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[77] 
23:23:09.837 [ERROR] 	|| error == Windows.ERROR_PATH_NOT_FOUND())) { // Not even the parent directory exists
23:23:09.837 [ERROR] 	            ^^^^^^^
23:23:09.837 [ERROR] Windows cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[82] 
23:23:09.837 [ERROR] 	Windows.FindClose(handle);
23:23:09.837 [ERROR] 	^^^^^^^
23:23:09.837 [ERROR] Windows cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[98] 
23:23:09.837 [ERROR] 	dwFileAttributes = Windows.GetFileAttributesW(lpFileName);
23:23:09.837 [ERROR] 	                   ^^^^^^^
23:23:09.837 [ERROR] Windows cannot be resolved
23:23:09.837 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[100] 
23:23:09.837 [ERROR] 	if (dwFileAttributes == Windows.INVALID_FILE_ATTRIBUTES()) {
23:23:09.837 [ERROR] 	                        ^^^^^^^
23:23:09.837 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[103] 
23:23:09.838 [ERROR] 	if (dwFileAttributes == Windows.FILE_ATTRIBUTE_NORMAL()) {
23:23:09.838 [ERROR] 	                        ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[113] 
23:23:09.838 [ERROR] 	fileAttributes = set(fileAttributes, Windows.FILE_ATTRIBUTE_ARCHIVE(), archive);
23:23:09.838 [ERROR] 	                                     ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[114] 
23:23:09.838 [ERROR] 	fileAttributes = set(fileAttributes, Windows.FILE_ATTRIBUTE_READONLY(), readOnly);
23:23:09.838 [ERROR] 	                                     ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[115] 
23:23:09.838 [ERROR] 	fileAttributes = set(fileAttributes, Windows.FILE_ATTRIBUTE_HIDDEN(), hidden);
23:23:09.838 [ERROR] 	                                     ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[124] 
23:23:09.838 [ERROR] 	return Windows.SetFileAttributesW(lpFileName, fileAttributes) != 0;
23:23:09.838 [ERROR] 	       ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[135] 
23:23:09.838 [ERROR] 	int newLength = Windows.GetShortPathNameW(lpszLongPath, lpszShortPath, longPath.length());
23:23:09.838 [ERROR] 	                ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[166] 
23:23:09.838 [ERROR] 	int dwFileAttributes = _WIN32_FIND_DATAW.dwFileAttributes(mem);
23:23:09.838 [ERROR] 	                       ^^^^^^^^^^^^^^^^^
23:23:09.838 [ERROR] _WIN32_FIND_DATAW cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[167] 
23:23:09.838 [ERROR] 	Instant ftLastWriteTime = readFILETIME(_WIN32_FIND_DATAW.ftLastWriteTime(mem));
23:23:09.838 [ERROR] 	                                       ^^^^^^^^^^^^^^^^^
23:23:09.838 [ERROR] _WIN32_FIND_DATAW cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[169] 
23:23:09.838 [ERROR] 	int nFileSizeHigh = _WIN32_FIND_DATAW.nFileSizeHigh(mem);
23:23:09.838 [ERROR] 	                    ^^^^^^^^^^^^^^^^^
23:23:09.838 [ERROR] _WIN32_FIND_DATAW cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[170] 
23:23:09.838 [ERROR] 	int nFileSizeLow = _WIN32_FIND_DATAW.nFileSizeLow(mem);
23:23:09.838 [ERROR] 	                   ^^^^^^^^^^^^^^^^^
23:23:09.838 [ERROR] _WIN32_FIND_DATAW cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[171] 
23:23:09.838 [ERROR] 	int dwReserved0 = _WIN32_FIND_DATAW.dwReserved0(mem);
23:23:09.838 [ERROR] 	                  ^^^^^^^^^^^^^^^^^
23:23:09.838 [ERROR] _WIN32_FIND_DATAW cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[173] 
23:23:09.838 [ERROR] 	String cFileName = _WIN32_FIND_DATAW.cFileName(mem).getString(0, StandardCharsets.UTF_16LE);
23:23:09.838 [ERROR] 	                   ^^^^^^^^^^^^^^^^^
23:23:09.838 [ERROR] _WIN32_FIND_DATAW cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[183] 
23:23:09.838 [ERROR] 	info.setDirectory(isSet(dwFileAttributes, Windows.FILE_ATTRIBUTE_DIRECTORY()));
23:23:09.838 [ERROR] 	                                          ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[184] 
23:23:09.838 [ERROR] 	info.setAttribute(EFS.ATTRIBUTE_ARCHIVE, isSet(dwFileAttributes, Windows.FILE_ATTRIBUTE_ARCHIVE()));
23:23:09.838 [ERROR] 	                                                                 ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.838 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[185] 
23:23:09.838 [ERROR] 	info.setAttribute(EFS.ATTRIBUTE_READ_ONLY, isSet(dwFileAttributes, Windows.FILE_ATTRIBUTE_READONLY()));
23:23:09.838 [ERROR] 	                                                                   ^^^^^^^
23:23:09.838 [ERROR] Windows cannot be resolved
23:23:09.839 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[186] 
23:23:09.839 [ERROR] 	info.setAttribute(EFS.ATTRIBUTE_HIDDEN, isSet(dwFileAttributes, Windows.FILE_ATTRIBUTE_HIDDEN()));
23:23:09.839 [ERROR] 	                                                                ^^^^^^^
23:23:09.839 [ERROR] Windows cannot be resolved
23:23:09.839 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[188] 
23:23:09.839 [ERROR] 	boolean isReparsePoint = isSet(dwFileAttributes, Windows.FILE_ATTRIBUTE_REPARSE_POINT());
23:23:09.839 [ERROR] 	                                                 ^^^^^^^
23:23:09.839 [ERROR] Windows cannot be resolved
23:23:09.839 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[189] 
23:23:09.839 [ERROR] 	if (isReparsePoint && dwReserved0 == Windows.IO_REPARSE_TAG_SYMLINK()) {
23:23:09.839 [ERROR] 	                                     ^^^^^^^
23:23:09.839 [ERROR] Windows cannot be resolved
23:23:09.839 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[199] 
23:23:09.839 [ERROR] 	int low = _FILETIME.dwLowDateTime(struct);
23:23:09.839 [ERROR] 	          ^^^^^^^^^
23:23:09.839 [ERROR] _FILETIME cannot be resolved
23:23:09.839 [ERROR] /home/jenkins/agent/workspace/eclipse.platform_PR-2908/resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/Win32Handler.java:[200] 
23:23:09.839 [ERROR] 	int high = _FILETIME.dwHighDateTime(struct);
23:23:09.839 [ERROR] 	           ^^^^^^^^^
23:23:09.839 [ERROR] _FILETIME cannot be resolved
23:23:09.839 [ERROR] 33 problems (32 errors, 1 warning)
23:23:09.839 [ERROR] -> [Help 1]
23:23:09.839 [ERROR] 
23:23:09.839 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
23:23:09.839 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
23:23:09.839 [ERROR] 
23:23:09.839 [ERROR] For more information about the errors and possible solutions, please read the following articles:
23:23:09.839 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
23:23:09.839 [ERROR] 
23:23:09.839 [ERROR] After correcting the problems, you can resume the build with the command
23:23:09.839 [ERROR]   mvn <args> -rf :org.eclipse.core.filesystem

Details

  • Declarative: Checkout SCM (33 sec)
    • Declarative: Tool Install (2.4 sec)
      • Build (16 min)
        Error: script returned exit code 1 - logs