Skip to content

[tycho-4.0.x] Update latest release to 2024-03 #6765

[tycho-4.0.x] Update latest release to 2024-03

[tycho-4.0.x] Update latest release to 2024-03 #6765

GitHub Actions / Test Results failed Mar 20, 2024 in 0s

1 errors, 1 fail, 6 skipped, 390 pass in 3h 52m 45s

  591 files  ±0    591 suites  ±0   3h 52m 45s ⏱️ + 12m 0s
  398 tests ±0    390 ✅ ±0   6 💤 ±0  1 ❌ ±0  1 🔥 ±0 
1 194 runs  ±0  1 171 ✅ ±0  19 💤 ±0  1 ❌ ±0  3 🔥 ±0 

Results for commit dc8771a. ± Comparison against earlier commit abe7fad.

Annotations

Check warning on line 0 in org.eclipse.tycho.test.pgp.TestPGPSigning

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 3 runs failed: testSigningBinaries (org.eclipse.tycho.test.pgp.TestPGPSigning)

artifacts/test-results-ubuntu-latest/TEST-org.eclipse.tycho.test.pgp.TestPGPSigning.xml [took 11s]
Raw output
Unexpected unsigned IUs. ==> expected: <[org.eclipse.equinox.common, org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source]> but was: <[org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source]>
org.opentest4j.AssertionFailedError: Unexpected unsigned IUs. ==> expected: <[org.eclipse.equinox.common, org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source]> but was: <[org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source]>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1156)
	at org.eclipse.tycho.test.pgp.TestPGPSigning.testSigningBinaries(TestPGPSigning.java:251)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: test (org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest)

artifacts/test-results-macos-latest/TEST-org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest.xml [took 16s]
artifacts/test-results-ubuntu-latest/TEST-org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest.xml [took 11s]
artifacts/test-results-windows-latest/TEST-org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest.xml [took 14s]
Raw output
Exit code was non-zero: 1; command line and log = 
D:\a\tycho\tycho\tycho-its\target\apache-maven-3.9.6\bin\mvn -Dmaven.home=D:\a\tycho\tycho\tycho-its\target/apache-maven-3.9.6 -Dtycho-version=4.0.7-SNAPSHOT -Djava.io.tmpdir=D:\a\tycho\tycho\tycho-its\target\tmp -Dtycho.localArtifacts=ignore -X -s D:\a\tycho\tycho\tycho-its\settings.xml -Dp2.repo=https://download.eclipse.org/releases/2022-12/ -e --batch-mode -Dmaven.repo.local=C:\Users\runneradmin\.m2\repository org.apache.maven.plugins:maven-clean-plugin:clean install
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: D:\a\tycho\tycho\tycho-its\target/apache-maven-3.9.6
Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\17.0.10-7\x64
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2022", version: "10.0", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < plexus.core
[DEBUG]   Imported: javax.annotation.security.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.graph < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.util < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.event.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: plain
[DEBUG] Reading global settings from D:\a\tycho\tycho\tycho-its\target\apache-maven-3.9.6\conf\settings.xml
[DEBUG] Reading user settings from D:\a\tycho\tycho\tycho-its\settings.xml
[DEBUG] Reading global toolchains from D:\a\tycho\tycho\tycho-its\target\apache-maven-3.9.6\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\runneradmin\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\runneradmin\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\runneradmin\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local'
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.org (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus-snapshots (http://nexus.codehaus.org/snapshots/).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1742900, ConflictMarker.markTime=656200, ConflictMarker.nodeCount=316, ConflictIdSorter.graphTime=1206800, ConflictIdSorter.topsortTime=426600, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=12960100, ConflictResolver.conflictItemCount=316, DfDependencyCollector.collectTime=385220500, DfDependencyCollector.transformTime=19130000}
[DEBUG] org.eclipse.tycho:tycho-maven-plugin:jar:4.0.7-SNAPSHOT
[DEBUG]    org.eclipse.tycho:tycho-core:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default)
[DEBUG]          javax.inject:javax.inject:jar:1:compile
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.4.2:compile
[DEBUG]          org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default)
[DEBUG]             org.apache.commons:commons-lang3:jar:3.14.0:compile
[DEBUG]          org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]          org.tukaani:xz:jar:1.9:compile
[DEBUG]          com.github.luben:zstd-jni:jar:1.5.5-11:runtime
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.27:compile
[DEBUG]       org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          org.eclipse.tycho:tycho-api:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default)
[DEBUG]          org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:sisu-osgi-api:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile
[DEBUG]          org.osgi:org.osgi.resource:jar:1.0.1:compile
[DEBUG]       org.eclipse.tycho:tycho-spi:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.eclipse.tycho:p2-maven-plugin:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile
[DEBUG]             org.bouncycastle:bcpg-jdk18on:jar:1.77:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile
[DEBUG]             org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile
[DEBUG]             org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile
[DEBUG]             org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile
[DEBUG]             org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default)
[DEBUG]             org.bouncycastle:bcprov-jdk18on:jar:1.77:compile
[DEBUG]             org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default)
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile
[DEBUG]          org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default)
[DEBUG]          org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile
[DEBUG]          org.osgi:org.osgi.service.component:jar:1.5.1:compile
[DEBUG]             org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile
[DEBUG]          org.bouncycastle:bcpg-jdk15on:jar:1.70:compile
[DEBUG]          org.bouncycastle:bcprov-jdk15on:jar:1.70:compile
[DEBUG]          commons-net:commons-net:jar:3.10.0:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-targetplatform:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.eclipse.tycho:tycho-p2:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default)
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile
[DEBUG]       biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default)
[DEBUG]          biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile
[DEBUG]       org.osgi:org.osgi.service.repository:jar:1.1.0:compile
[DEBUG]       org.osgi:org.osgi.util.function:jar:1.2.0:compile
[DEBUG]          org.osgi:osgi.annotation:jar:8.0.1:compile
[DEBUG]       org.osgi:org.osgi.util.promise:jar:1.3.0:compile
[DEBUG]       org.slf4j:slf4j-api:jar:2.0.12:compile
[DEBUG]       commons-io:commons-io:jar:2.15.1:compile (version managed from default)
[DEBUG]       commons-codec:commons-codec:jar:1.16.1:compile
[DEBUG]       org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile
[DEBUG]             org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile
[DEBUG]             org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile
[DEBUG]          org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default)
[DEBUG] Created new class realm extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT
[DEBUG] Importing foreign packages into class realm extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.tycho:tycho-maven-plugin:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.tycho:tycho-core:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.5.1
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.4.2
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.26.1
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.14.0
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.9
[DEBUG]   Included: com.github.luben:zstd-jni:jar:1.5.5-11
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.27
[DEBUG]   Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.tycho:tycho-api:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0
[DEBUG]   Included: org.apache.commons:commons-exec:jar:1.4.0
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0
[DEBUG]   Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.tycho:tycho-metadata-model:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: de.pdark:decentxml:jar:1.4
[DEBUG]   Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0
[DEBUG]   Included: org.osgi:org.osgi.resource:jar:1.0.1
[DEBUG]   Included: org.eclipse.tycho:tycho-spi:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0
[DEBUG]   Included: org.bouncycastle:bcpg-jdk18on:jar:1.77
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300
[DEBUG]   Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6
[DEBUG]   Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0
[DEBUG]   Included: org.osgi:org.osgi.service.prefs:jar:1.1.2
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100
[DEBUG]   Included: org.bouncycastle:bcprov-jdk18on:jar:1.77
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300
[DEBUG]   Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100
[DEBUG]   Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9
[DEBUG]   Included: org.osgi:org.osgi.service.component:jar:1.5.1
[DEBUG]   Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1
[DEBUG]   Included: org.bouncycastle:bcpg-jdk15on:jar:1.70
[DEBUG]   Included: org.bouncycastle:bcprov-jdk15on:jar:1.70
[DEBUG]   Included: commons-net:commons-net:jar:3.10.0
[DEBUG]   Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.tycho:tycho-p2:jar:4.0.7-SNAPSHOT
[DEBUG]   Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200
[DEBUG]   Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300
[DEBUG]   Included: biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0
[DEBUG]   Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0
[DEBUG]   Included: org.osgi:org.osgi.service.repository:jar:1.1.0
[DEBUG]   Included: org.osgi:org.osgi.util.function:jar:1.2.0
[DEBUG]   Included: org.osgi:osgi.annotation:jar:8.0.1
[DEBUG]   Included: org.osgi:org.osgi.util.promise:jar:1.3.0
[DEBUG]   Included: commons-io:commons-io:jar:2.15.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.16.1
[DEBUG]   Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100
[DEBUG]   Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300
[DEBUG]   Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300
[DEBUG]   Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0
[DEBUG]   Included: org.eclipse.jdt:ecj:jar:3.37.0
[DEBUG] Extension realms for project TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:eclipse-test-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]]
[DEBUG] Created new class realm project>TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT
[DEBUG] Populating class realm project>TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT
[DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Init instance extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]]
[INFO] Tycho Version:  4.0.7-SNAPSHOT (df8b3c69e1c5cd7ad4a2b4c6a1598e554b0967ba)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] Build Threads:  1
[DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT configured in MavenProject: TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT @ D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\pom.xml
[DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7-SNAPSHOT configured in MavenProject: TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT @ D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7-SNAPSHOT configured in MavenProject: TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT @ D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\pom.xml
[DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7-SNAPSHOT configured in MavenProject: TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT @ D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\pom.xml
[DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7-SNAPSHOT configured in MavenProject: TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT @ D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\pom.xml
[DEBUG] target-platform-configuration for MavenProject: TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT @ D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <resolver>p2</resolver>
</configuration>
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=617200, ConflictMarker.markTime=340000, ConflictMarker.nodeCount=317, ConflictIdSorter.graphTime=325000, ConflictIdSorter.topsortTime=113800, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5495800, ConflictResolver.conflictItemCount=317, DfDependencyCollector.collectTime=16262500, DfDependencyCollector.transformTime=6939000}
[DEBUG] org.eclipse.tycho:target-platform-configuration:jar:4.0.7-SNAPSHOT
[DEBUG]    org.eclipse.tycho:sisu-osgi-api:jar:4.0.7-SNAPSHOT:compile
[DEBUG]    org.eclipse.tycho:tycho-core:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default)
[DEBUG]          javax.inject:javax.inject:jar:1:compile
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.4.2:compile
[DEBUG]          org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default)
[DEBUG]             org.apache.commons:commons-lang3:jar:3.14.0:compile
[DEBUG]          org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]          org.tukaani:xz:jar:1.9:compile
[DEBUG]          com.github.luben:zstd-jni:jar:1.5.5-11:runtime
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.27:compile
[DEBUG]       org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          org.eclipse.tycho:tycho-api:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default)
[DEBUG]          org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile
[DEBUG]          org.osgi:org.osgi.resource:jar:1.0.1:compile
[DEBUG]       org.eclipse.tycho:tycho-spi:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.eclipse.tycho:p2-maven-plugin:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile
[DEBUG]             org.bouncycastle:bcpg-jdk18on:jar:1.77:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile
[DEBUG]             org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile
[DEBUG]             org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile
[DEBUG]             org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile
[DEBUG]             org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default)
[DEBUG]             org.bouncycastle:bcprov-jdk18on:jar:1.77:compile
[DEBUG]             org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default)
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile
[DEBUG]          org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7-SNAPSHOT:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default)
[DEBUG]          org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile
[DEBUG]          org.osgi:org.osgi.service.component:jar:1.5.1:compile
[DEBUG]             org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile
[DEBUG]          org.bouncycastle:bcpg-jdk15on:jar:1.70:compile
[DEBUG]          org.bouncycastle:bcprov-jdk15on:jar:1.70:compile
[DEBUG]          commons-net:commons-net:jar:3.10.0:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-targetplatform:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.eclipse.tycho:tycho-p2:jar:4.0.7-SNAPSHOT:compile
[DEBUG]       org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default)
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile
[DEBUG]          org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile
[DEBUG]       biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default)
[DEBUG]          biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile
[DEBUG]       org.osgi:org.osgi.service.repository:jar:1.1.0:compile
[DEBUG]       org.osgi:org.osgi.util.function:jar:1.2.0:compile
[DEBUG]          org.osgi:osgi.annotation:jar:8.0.1:compile
[DEBUG]       org.osgi:org.osgi.util.promise:jar:1.3.0:compile
[DEBUG]       org.slf4j:slf4j-api:jar:2.0.12:compile
[DEBUG]       commons-io:commons-io:jar:2.15.1:compile (version managed from default)
[DEBUG]       commons-codec:commons-codec:jar:1.16.1:compile
[DEBUG]       org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile
[DEBUG]             org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile
[DEBUG]          org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile
[DEBUG]             org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile
[DEBUG]          org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default)
[DEBUG] Created new class realm plugin>org.eclipse.tycho:target-platform-configuration:4.0.7-SNAPSHOT
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:target-platform-configuration:4.0.7-SNAPSHOT
[DEBUG]   Imported:  < project>TYCHO0367localRepositoryCrosstalk:TYCHO0367localRepositoryCrosstalk.bundle02:1.0.0-SNAPSHOT
[DEBUG] Populatin…/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.9.600.v20220902-2219/org.eclipse.team.core-3.9.600.v20220902-2219.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.10.300.v20221024-2137/org.eclipse.core.commands-3.10.300.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.11.200.v20221024-2137/org.eclipse.core.databinding-1.11.200.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.122.0.v20221123-2302/org.eclipse.swt.win32.win32.x86_64-3.122.0.v20221123-2302.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.201.200.v20221024-2137/org.eclipse.ui-3.201.200.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.13.400.v20221024-2137/org.eclipse.e4.ui.css.core-0.13.400.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.26.100.v20221021-0005/org.eclipse.core.runtime-3.26.100.v20221021-0005.jar@4:start
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.7.100.v20220812-1406/org.eclipse.compare.core-3.7.100.v20220812-1406.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.16.200.v20221024-2137/org.eclipse.e4.ui.ide-3.16.200.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20211018-1956/org.junit-4.13.2.v20211018-1956.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.9.200.v20220817-1208/org.eclipse.equinox.p2.core-2.9.200.v20220817-1208.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.9.500.v20220920-2213/org.eclipse.team.ui-3.9.500.v20220920-2213.jar
[DEBUG] 	reference:file:D:/a/tycho/tycho/tycho-its/target/projects/LocalRepositoryCrosstalkTest/test/TYCHO0367localRepositoryCrosstalk/bundle02
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.16.400.v20220613-1047/org.eclipse.e4.core.di.extensions.supplier-0.16.400.v20220613-1047.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.11.200.v20220817-1601/org.eclipse.equinox.registry-3.11.200.v20220817-1601.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.22.0.v20221119-1047/org.eclipse.jface.text-3.22.0.v20221119-1047.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.14.700.v20221102-0748/org.eclipse.e4.ui.css.swt-0.14.700.v20221102-0748.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.13.200.v20221102-1024/org.eclipse.core.jobs-3.13.200.v20221102-1024.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.13.200.v20221024-2137/org.eclipse.e4.ui.css.swt.theme-0.13.200.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/javax.annotation/1.3.5.v20221112-0806/javax.annotation-1.3.5.v20221112-0806.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/com.sun.jna/5.12.1/com.sun.jna-5.12.1.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.4.0.v20220813-1037/org.eclipse.core.net-1.4.0.v20220813-1037.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.3.400.v20221024-2137/org.eclipse.e4.ui.dialogs-1.3.400.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.17.200.v20220613-1008/org.eclipse.e4.core.di.extensions-0.17.200.v20220613-1008.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.w3c.dom.smil/1.0.1.v200903091627/org.w3c.dom.smil-1.0.1.v200903091627.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.400.v20220730-1844/org.eclipse.ui.editors-3.14.400.v20220730-1844.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.3.100.v20221024-2137/org.eclipse.e4.emf.xpath-0.3.100.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.20.0.v20221027-2208/org.eclipse.ui.ide-3.20.0.v20221027-2208.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide.application/1.4.600.v20221024-2137/org.eclipse.ui.ide.application-1.4.600.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.4.100.v20220329-1456/org.eclipse.equinox.p2.metadata.repository-1.4.100.v20220329-1456.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.16.700.v20221024-2137/org.eclipse.e4.ui.workbench.swt-0.16.700.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.12.100.v20221024-2137/org.eclipse.core.databinding.observable-1.12.100.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n/1.16.0.v20221027-0840/org.apache.batik.i18n-1.16.0.v20221027-0840.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.apache.batik.constants/1.16.0.v20221027-0840/org.apache.batik.constants-1.16.0.v20221027-0840.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.2.300.v20220420-1427/org.eclipse.equinox.p2.jarprocessor-1.2.300.v20220420-1427.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.12.1/com.sun.jna.platform-5.12.1.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.11.500.v20221024-2137/org.eclipse.ui.forms-3.11.500.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20220405-0441/javax.inject-1.0.0.v20220405-0441.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.13.0.v20220822-0502/org.eclipse.ltk.core.refactoring-3.13.0.v20220822-0502.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.7.500.v20220817-1208/org.eclipse.equinox.p2.engine-2.7.500.v20220817-1208.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/bcprov/1.72.0/bcprov-1.72.0.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.9.100.v20221024-2137/org.eclipse.core.databinding.property-1.9.100.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.14.0.v20221024-2137/org.eclipse.e4.ui.workbench-1.14.0.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.3.1000.v20220801-1135/org.eclipse.equinox.security-1.3.1000.v20220801-1135.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.17.0.v20220817-1334/org.eclipse.emf.ecore.xmi-2.17.0.v20220817-1334.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.10.100.v20220710-1223/org.eclipse.equinox.preferences-3.10.100.v20220710-1223.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.w3c.dom.svg/1.1.0.v201011041433/org.w3c.dom.svg-1.1.0.v201011041433.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.16.0.v20221027-0840/org.apache.batik.util-1.16.0.v20221027-0840.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository/1.4.600.v20221106-1146/org.eclipse.equinox.p2.artifact.repository-1.4.600.v20221106-1146.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics/2.7.0.v20221018-0736/org.apache.xmlgraphics-2.7.0.v20221018-0736.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/bcpg/1.72.0/bcpg-1.72.0.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7-SNAPSHOT/org.eclipse.tycho.surefire.junit4-4.0.7-SNAPSHOT.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.17.0.v20221108-1156/org.eclipse.equinox.common-3.17.0.v20221108-1156.jar@2:start
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.4.500.v20221028-0801/org.eclipse.e4.ui.workbench.addons.swt-1.4.500.v20221028-0801.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.8.300.v20220817-1539/org.eclipse.e4.core.di-1.8.300.v20220817-1539.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.5.100.v20221024-2137/org.eclipse.e4.ui.services-1.5.100.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.400.v20221024-2137/org.eclipse.ui.navigator-3.10.400.v20221024-2137.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.hamcrest.core/1.3.0.v20180420-1519/org.hamcrest.core-1.3.0.v20180420-1519.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.8.200.v20220817-1539/org.eclipse.core.contenttype-3.8.200.v20220817-1539.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.28.0.v20221024-1426/org.eclipse.jface-3.28.0.v20221024-1426.jar
[DEBUG] 	reference:file:C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.300.v20221024-2137/org.eclipse.ui.views.properties.tabbed-3.9.300.v20221024-2137.jar
[DEBUG] Searching profile JavaSE-17 in ToolchainManager
[DEBUG] Toolchain JDK[C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\19.0.2-7\x64] doesn't match required property: id
[DEBUG] Toolchain JDK[C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.22-7\x64] doesn't match required property: id
[DEBUG] Toolchain JDK[C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\8.0.402-6\x64] doesn't match required property: id
[DEBUG] Toolchain in tycho-surefire-plugin: JDK[C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\17.0.10-7\x64]
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\target\work\data\.metadata\.log
[INFO] Command line:
	[C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\17.0.10-7\x64\bin\java.exe, -Dosgi.noShutdown=false, -Dosgi.os=win32, -Dosgi.ws=win32, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, C:\Users\runneradmin\.m2\repository\p2\osgi\bundle\org.eclipse.equinox.launcher\1.6.400.v20210924-0641\org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -debug, -consolelog, -data, D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\target\work\data, -install, D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\target\work, -configuration, D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\target\work\configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\target\surefire.properties]
Configuration location:
    file:/D:/a/tycho/tycho/tycho-its/target/projects/LocalRepositoryCrosstalkTest/test/TYCHO0367localRepositoryCrosstalk/bundle02/target/work/configuration/
Configuration file:
    file:/D:/a/tycho/tycho/tycho-its/target/projects/LocalRepositoryCrosstalkTest/test/TYCHO0367localRepositoryCrosstalk/bundle02/target/work/configuration/config.ini loaded
Install location:
    file:/D:/a/tycho/tycho/tycho-its/target/projects/LocalRepositoryCrosstalkTest/test/TYCHO0367localRepositoryCrosstalk/bundle02/target/work/
Framework located:
    file:/C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.18.200.v20221116-1324/org.eclipse.osgi-3.18.200.v20221116-1324.jar
Framework classpath:
    file:/C:/Users/runneradmin/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.18.200.v20221116-1324/org.eclipse.osgi-3.18.200.v20221116-1324.jar
Debug options:
    file:/D:/a/tycho/tycho/tycho-its/target/projects/LocalRepositoryCrosstalkTest/test/TYCHO0367localRepositoryCrosstalk/bundle02/.options not found
Time to load bundles: 396
Starting application: 1317
Running TYCHO0367localRepositoryCrosstalk.bundle02.Eclipse35Test
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.016 s <<< FAILURE! -- in TYCHO0367localRepositoryCrosstalk.bundle02.Eclipse35Test
TYCHO0367localRepositoryCrosstalk.bundle02.Eclipse35Test.test -- Time elapsed: 0 s <<< FAILURE!
junit.framework.AssertionFailedError: expected:<19> but was:<18>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:234)
	at junit.framework.Assert.assertEquals(Assert.java:241)
	at junit.framework.TestCase.assertEquals(TestCase.java:384)
	at TYCHO0367localRepositoryCrosstalk.bundle02.Eclipse35Test.test(Eclipse35Test.java:28)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)


Results:

Failures: 
  Eclipse35Test.test:28 expected:<19> but was:<18>

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.344 s
[INFO] Finished at: 2024-03-20T10:17:33Z
[INFO] ------------------------------------------------------------------------
[DEBUG] [fa12298f-1c53-446c-917b-358f004ca0d2][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT] Searching bundle for class class org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry and location file:/C:/Users/runneradmin/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar
[DEBUG] [fa12298f-1c53-446c-917b-358f004ca0d2][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT] Return bundle org.eclipse.equinox.p2.engine for location file:/C:/Users/runneradmin/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar
[DEBUG] [fa12298f-1c53-446c-917b-358f004ca0d2][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT] Searching bundle for class class org.eclipse.equinox.internal.p2.engine.ProfileRegistryComponent and location file:/C:/Users/runneradmin/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar
[DEBUG] [fa12298f-1c53-446c-917b-358f004ca0d2][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT] Return bundle org.eclipse.equinox.p2.engine for location file:/C:/Users/runneradmin/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar
[DEBUG] [fa12298f-1c53-446c-917b-358f004ca0d2][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT] Searching bundle for class interface org.eclipse.equinox.p2.core.IProvisioningAgent and location file:/C:/Users/runneradmin/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar
[DEBUG] [fa12298f-1c53-446c-917b-358f004ca0d2][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT] Return bundle org.eclipse.equinox.p2.core for location file:/C:/Users/runneradmin/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar
[DEBUG] [fa12298f-1c53-446c-917b-358f004ca0d2][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT] Searching bundle for class interface org.eclipse.equinox.p2.core.IProvisioningAgent and location file:/C:/Users/runneradmin/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar
[DEBUG] [fa12298f-1c53-446c-917b-358f004ca0d2][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7-SNAPSHOT] Return bundle org.eclipse.equinox.p2.core for location file:/C:/Users/runneradmin/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:4.0.7-SNAPSHOT:test (default-test) on project TYCHO0367localRepositoryCrosstalk.bundle02: There are test failures.
[ERROR] 
[ERROR] Please refer to D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:4.0.7-SNAPSHOT:test (default-test) on project TYCHO0367localRepositoryCrosstalk.bundle02: There are test failures.

Please refer to D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\target\surefire-reports for the individual test results.


    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to D:\a\tycho\tycho\tycho-its\target\projects\LocalRepositoryCrosstalkTest\test\TYCHO0367localRepositoryCrosstalk\bundle02\target\surefire-reports for the individual test results.


    at org.eclipse.tycho.surefire.TestPluginMojo.handleTestFailures (TestPluginMojo.java:102)
    at org.eclipse.tycho.surefire.AbstractEclipseTestMojo.runTest (AbstractEclipseTestMojo.java:1041)
    at org.eclipse.tycho.surefire.AbstractEclipseTestMojo.runTests (AbstractEclipseTestMojo.java:641)
    at org.eclipse.tycho.surefire.AbstractTestMojo.execute (AbstractTestMojo.java:233)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
[DEBUG] Shutting down 'file-lock' factory
[DEBUG] Shutting down 'rwlock-local' factory
[DEBUG] Shutting down 'semaphore-local' factory
[DEBUG] Shutting down 'noop' factory

	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1484)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1368)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1362)
	at org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest.test(LocalRepositoryCrosstalkTest.java:26)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6 skipped tests found

There are 6 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest ‑ testStrictImportJREPackages
org.eclipse.tycho.test.eeProfile.Java18ResolutionTest ‑ testProductBuildForJava18
org.eclipse.tycho.test.issue697.Issue697Test ‑ test
org.eclipse.tycho.test.packaging.ConsumerPomTest ‑ testReplaceP2
org.eclipse.tycho.test.resolver.ResolverTests ‑ testResolveRebundledMavenDependencies
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationRepositories

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

398 tests found

There are 398 tests, see "Raw output" for the full list of tests.
Raw output
org.eclipse.tycho.test.CompilerPluginTest ‑ testJavac
org.eclipse.tycho.test.CustomBundlePluginTest ‑ testCustomBundleParent
org.eclipse.tycho.test.CustomBundlePluginTest ‑ testUnresolvableCustomBundle
org.eclipse.tycho.test.DemoTest ‑ testOsgiMavenRepositoryDemo
org.eclipse.tycho.test.DemoTest ‑ testP2MavenRepositoryDemo
org.eclipse.tycho.test.DemoTest ‑ testSureFireDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoBndDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoBndPdeWorkspaceDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoBndWorkspaceDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoMultiReleaseDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoPublishP2Demo
org.eclipse.tycho.test.DemoTest ‑ testTychoSureFireDemo
org.eclipse.tycho.test.DocumentBundlePluginTest ‑ test1
org.eclipse.tycho.test.DocumentBundlePluginTest ‑ testAdditionalDeps
org.eclipse.tycho.test.DocumentBundlePluginTest ‑ testGenerateIndex
org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest ‑ test
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandalone
org.eclipse.tycho.test.TYCHO0209tychoRepositoryRoundtrip.TychoRepositoryRoundtripTest ‑ testLocalMavenRepository
org.eclipse.tycho.test.TYCHO0294ProductP2TargetPlatformResolver.ProductP2TargetPlatformResolverTest ‑ testBasic
org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest ‑ test
org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest ‑ testFeature
org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest ‑ testProduct
org.eclipse.tycho.test.TYCHO0404pomDependencyConsiderExtraClasspath.PomDependencyConsiderExtraClasspathTest ‑ test
org.eclipse.tycho.test.TYCHO0439repositoryCategories.RepositoryCategoriesTest ‑ testDeployableFeature
org.eclipse.tycho.test.TYCHO0453expandReleaseVersion.ExpandReleaseVersionTest ‑ test
org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest ‑ exportFeatureProduct
org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest ‑ exportPluginRcpApplication
org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest ‑ productNoZip
org.eclipse.tycho.test.TYCHO192sourceBundles.Tycho192SourceBundleTest ‑ testDefaultSourceBundleSuffix
org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest ‑ includeLaunchers
org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest ‑ noIncludeLaunchers
org.eclipse.tycho.test.TYCHO246rcpSourceBundles.TYCHO246rcpSourceBundlesTest ‑ testMultiplatformReactorBuild
org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest ‑ testExtraClasspath
org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest ‑ testJarsExtraClasspath
org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest ‑ testReferenceToInnerJar
org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest ‑ testActiveProxy
org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest ‑ testInactiveProxy
org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest ‑ testProxyWithAuthenticationEncryptedPassword
org.eclipse.tycho.test.TYCHO285EclipseSourceBundles.TYCHO285EclipseSourceBundlesTest ‑ testEclipseSourceBundleManifestAttributes
org.eclipse.tycho.test.TYCHO300launcherIcons.LauncherIconsTest ‑ testEclipseSourceBundleManifestAttributes
org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest ‑ testLocalInstall
org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest ‑ testP2Repository
org.eclipse.tycho.test.TYCHO309pomDependencyConsider.PomDependencyConsiderTest ‑ testPomDependenciesConsider
org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest ‑ testDeployableFeature
org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest ‑ testFeature
org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest ‑ testPlugin
org.eclipse.tycho.test.TYCHO350ClassCastException.TYCHO350ClassCastExceptionTest ‑ test
org.eclipse.tycho.test.TYCHO418pomDependencyConsider.PomDependencyConsiderTest ‑ testPomDependenciesConsider
org.eclipse.tycho.test.TYCHO449SrcIncludesExcludes.Tycho449SrcIncludesExcludesTest ‑ testDefaultSourceBundleSuffix
org.eclipse.tycho.test.TYCHO502sourceBundleQualifier.Tycho502SourceBundleQualifierTest ‑ testReferencedQualifierInSourceBundle
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testAnnotations
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testApiBreak
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testEmbeddedJars
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testGenerate
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testNoBin
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testSingleJar
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testAddHeader
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testAddInternalMethod
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testAddMethod
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testAddResource
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testChangedLineEndings
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testUnchangedApi
org.eclipse.tycho.test.brokenp2data.BrokenP2DataTest ‑ test
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testDefaultBuildQualifier
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testForcedBuildQualifier
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testJgitBuildQualifier
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testMilestoneBuildQualifier
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testWithSnapshotBuildQualifier
org.eclipse.tycho.test.buildextension.PomlessTest ‑ testBnd
org.eclipse.tycho.test.buildextension.PomlessTest ‑ testPomlessModel
org.eclipse.tycho.test.buildextension.PomlessTest ‑ testPomlessTestPluginDetection
org.eclipse.tycho.test.buildextension.PomlessTest ‑ testSourceFolder
org.eclipse.tycho.test.compare.CompareWithBaselineTest ‑ testEENone
org.eclipse.tycho.test.compiler.AnnotationProcessorTest ‑ testAnnotationProcessor
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testDSComponents
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testJUnit4Container
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testJUnit4ContainerWithDependencies
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testJUnit5ContainerWithoutTarget
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testLibEntry
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testOSGiAnnotations
org.eclipse.tycho.test.compiler.CompilerClasspathTest ‑ testPomOnlyDependencies
org.eclipse.tycho.test.compiler.CompilerExcludeTest ‑ testExtraExports
org.eclipse.tycho.test.compiler.CompilerExtraExportsJava17Test ‑ testExtraExports
org.eclipse.tycho.test.compiler.CompilerExtraExportsTest ‑ testExtraExports
org.eclipse.tycho.test.compiler.FailOnWarningTest ‑ testCompilerFailOnWarning
org.eclipse.tycho.test.compiler.FragmentsTest ‑ testFragment
org.eclipse.tycho.test.compiler.JavaxAnnotationImportTest ‑ testStrictImportJREPackages
org.eclipse.tycho.test.compiler.MavenCompilerPluginTest ‑ testAdditionalBundles
org.eclipse.tycho.test.compiler.MavenCompilerPluginTest ‑ testAdditionalBundles2
org.eclipse.tycho.test.compiler.MavenCompilerPluginTest ‑ testJDTCompilerId
org.eclipse.tycho.test.compiler.MavenCompilerPluginTest ‑ testLimitModules
org.eclipse.tycho.test.compiler.MisconfigurationTest ‑ testCompilerMisconfigured
org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest ‑ testStrictImportJREPackages
org.eclipse.tycho.test.compiler.TestErrorMessages ‑ testBREEWithoutProfile
org.eclipse.tycho.test.compiler.TestErrorMessages ‑ testMissingBREEWithJustJProfile
org.eclipse.tycho.test.compiler.TestErrorMessages ‑ testMissingBREEWithPlainProfile
org.eclipse.tycho.test.eclipserun.EclipseRunBundleStartLevelTest ‑ testBundleStartLevel
org.eclipse.tycho.test.eeProfile.CustomProfileIntegrationTest ‑ testBuildWithCustomProfile
org.eclipse.tycho.test.eeProfile.DependencyResolverEETest ‑ breeForDependencyHigherThanCurrentBREE
org.eclipse.tycho.test.eeProfile.DependencyResolverEETest ‑ eeFromBREE
org.eclipse.tycho.test.eeProfile.DependencyResolverEETest ‑ eeFromPOM
org.eclipse.tycho.test.eeProfile.FragmentsAttachedTest ‑ testSWTFragmentsAttached
org.eclipse.tycho.test.eeProfile.Java11ResolutionTest ‑ testProductBuildForJava11
org.eclipse.tycho.test.eeProfile.Java17ResolutionTest ‑ testProductBuildForJava17
org.eclipse.tycho.test.eeProfile.Java18ResolutionTest ‑ testProductBuildForJava18
org.eclipse.tycho.test.eeProfile.Java7ResolutionTest ‑ testP2ResolutionWithLowerBREEThanRequiredBundle
org.eclipse.tycho.test.eeProfile.Java7ResolutionTest ‑ testRepositoryAggregationForJava7
org.eclipse.tycho.test.feature.FeatureAttributesInferenceTest ‑ testFeatureAttributesInference
org.eclipse.tycho.test.feature.FeatureWithDependenciesTest ‑ testFeatureRestrictionWithIncludeFeaturesEnabled
org.eclipse.tycho.test.feature.FeatureWithDependenciesTest ‑ testFeatureRestrictionWithIncludePluginsAndFeaturesDisabled
org.eclipse.tycho.test.feature.FeatureWithDependenciesTest ‑ testFeatureRestrictionWithIncludePluginsAndIncludeFeaturesEnabled
org.eclipse.tycho.test.feature.FeatureWithDependenciesTest ‑ testFeatureRestrictionWithIncludePluginsEnabled
org.eclipse.tycho.test.feature.FeatureWithMultipleFiltersTest ‑ testFeaturePatch
org.eclipse.tycho.test.feature.FeatureWithRestrictionsTest ‑ testFeatureRestriction
org.eclipse.tycho.test.featurePatch.EclipseRepoIncludingFeaturePatchTest ‑ testRepsoitoryBuild
org.eclipse.tycho.test.featurePatch.FeaturePatchTest ‑ testFeaturePatch
org.eclipse.tycho.test.issue1093.Issue1093Test ‑ test
org.eclipse.tycho.test.issue23.Issue23Test ‑ test
org.eclipse.tycho.test.issue271.Issue271Test ‑ test
org.eclipse.tycho.test.issue2937.Issue2937Test ‑ test
org.eclipse.tycho.test.issue697.Issue697Test ‑ test
org.eclipse.tycho.test.iu.IUMetadataGenerationTest ‑ testIUWithArtifact
org.eclipse.tycho.test.iu.IUMetadataGenerationTest ‑ testIUWithoutArtifact
org.eclipse.tycho.test.iu.ProductWithIUTest ‑ testRootFilesFromIUPackagingInstalledAndInRepo
org.eclipse.tycho.test.jarsigning.JarSigningTest ‑ testExtraSigning
org.eclipse.tycho.test.jarsigning.JarSigningTest ‑ testSigning
org.eclipse.tycho.test.licenseFeature.LicenseFeatureTest ‑ test
org.eclipse.tycho.test.licenseFeature.SetLicenseFeatureVersionTest ‑ test
org.eclipse.tycho.test.limitations.MixedTychoVersionsTest ‑ testSeveralTychoVersionsConfigured
org.eclipse.tycho.test.limitations.NonUniqueBasedirsTest ‑ testNonUniqueBasedirFailure
org.eclipse.tycho.test.mngeclipse1007.BinExcludedTest ‑ test
org.eclipse.tycho.test.mngeclipse937.CustomSourceEncodingTest ‑ test
org.eclipse.tycho.test.multiplatform.MultiplatformProductTest ‑ exportProduct
org.eclipse.tycho.test.multiplatform.MultiplatformReactorTest ‑ testMultiplatformReactorBuild
org.eclipse.tycho.test.p2Inf.CircularTest ‑ testVirtualUnitRequirementDoesNotFailBuild
org.eclipse.tycho.test.p2Inf.ExtraUnitsTest ‑ testExtraUnitsDontSpoilDependencyArtifacts
org.eclipse.tycho.test.p2Inf.HostRequiresFragmentWithP2InfTest ‑ testBuildAndTestWithHostRequiringOwnFragment
org.eclipse.tycho.test.p2Inf.MultienvP2infTest ‑ test
org.eclipse.tycho.test.p2Inf.VirtualUnitTest ‑ testVirtualUnitMultiBundleWithRequirementDoesNotFailBuild
org.eclipse.tycho.test.p2Inf.VirtualUnitTest ‑ testVirtualUnitRequirementDoesNotFailBuild
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ test347416CustomFinalName
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ test381377BundleInclusion
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testDependencyList
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testIncludeIUViaMatchQuery
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testIncludedIUById
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testResourcesProcessed
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testXZCompression
org.eclipse.tycho.test.p2Repository.DownloadStatsTest ‑ testDownloadStatsAddedUponProperty
org.eclipse.tycho.test.p2Repository.DownloadStatsTest ‑ testNoDownloadStatsByDefault
org.eclipse.tycho.test.p2Repository.DownloadVerifyNoDigestAlgoTest ‑ test
org.eclipse.tycho.test.p2Repository.IncludeAllSourcesTest ‑ testIncludeAllSourcesFromOldOrbit
org.eclipse.tycho.test.p2Repository.IncludeAllSourcesTest ‑ testSourceInclusion
org.eclipse.tycho.test.p2Repository.MavenP2SiteTest ‑ testDeployIgnore
org.eclipse.tycho.test.p2Repository.MavenP2SiteTest ‑ testPGP
org.eclipse.tycho.test.p2Repository.MavenP2SiteTest ‑ testProduceConsume
org.eclipse.tycho.test.p2Repository.OSGiRepositoryTest ‑ testProduceConsume
org.eclipse.tycho.test.p2Repository.P2ArtifactMappingToMavenRepoTest ‑ testMapperReferenceMavenCentral
org.eclipse.tycho.test.p2Repository.P2RepositoryDownloadTest ‑ testDownloadOnlyOnce
org.eclipse.tycho.test.p2Repository.P2RepositoryDownloadTest ‑ testReactorCanBeVerified
org.eclipse.tycho.test.p2Repository.P2RepositoryFtpHandlerTest ‑ testFtpRepository
org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest ‑ testArtifactRepositoryExtraProperties
org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest ‑ testPropertyPropagation
org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest ‑ testValidate
org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest ‑ testValidateDoesNotFetch
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testCategoryUnitHasInclusionsVersionsExpanded
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testFeatureUnitHasOwnVersionAndInclusionsExpanded
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testIncludedExternalArtifactIsAssembled
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testIncludedReactorArtifactsAreAssembled
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testProductUnitHasOwnVersionAndInclusionsExpanded
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testPublishedBundleIU
org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest ‑ testAdditionOfOnlyProvidingRepos
org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest ‑ testRefLocation
org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest ‑ testReferenceFiltering
org.eclipse.tycho.test.p2Repository.RepositoryIncludeTest ‑ testFilterProvided
org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest ‑ testEclipseRepositoryNonTransitive
org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest ‑ testEclipseRepositoryTransitive
org.eclipse.tycho.test.packaging.AttachedZipTest ‑ testAttachP2Metadata
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineDisable
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFail
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFailCommon_Changed
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFailCommon_Changed_ignoredFiles
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFailCommon_newAttachedArtifact
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFail_changedAttachedArtifact
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineRepositoryDoesNotExist
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineWarn
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineWarn_changedAttachedArtifact
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testContentChangedStrict
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testCorruptedBaselineRepo
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testNewVersion
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testRebuildOfTheSameCodebase
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testReplaceAll
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testReplaceCommon
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testReplaceNone
org.eclipse.tycho.test.packaging.BuildQualifierTest ‑ testBuildQualifierMojoWithJGitTimestamp_jarPackagingType
org.eclipse.tycho.test.packaging.ConsumerPomTest ‑ testReplaceP2
org.eclipse.tycho.test.packaging.ConsumerPomTest ‑ testReplacePackagingType
org.eclipse.tycho.test.packaging.ConsumerPomTest ‑ testReplaceWrappedMavenDependencies
org.eclipse.tycho.test.packaging.CustomManifestAndFeatureTest ‑ testManifestAndFeatureConfigsHaveBeenFiltered
org.eclipse.tycho.test.packaging.DefaultBuildTimestampProviderTest ‑ testDefaulBuildTimestampIsTheMavenBuildTimestamp
org.eclipse.tycho.test.packaging.PackageNestedJarsAndDirsTest ‑ testPackageNestedJarsAndDirs
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testForceSigning
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testResigningMerge
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testResigningMergeSameKey
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testResigningReplace
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testResigningSkip
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigning
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningBinaries
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningSkipIfJarSignedAndAnchored
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningWithBouncyCastle
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningWithBouncyCastleWithDirectlyLoadedSecretKeys
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningWithBouncyCastleWithDirectlyLoadedSecretKeysAndSpecifiedKeyname
org.eclipse.tycho.test.pomDependencies.PomDependencyWrapTest ‑ testWrap
org.eclipse.tycho.test.pomDependencyConsider.PackagingPomDependencyWithTimestampProviderTest ‑ testPackage
org.eclipse.tycho.test.pomDependencyConsider.PomDependencyIgnoreTest ‑ testIgnorePomDependency
org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnLocallyBuiltTychoArtifactTest ‑ testReuseOfP2MetadataForPomDependencyOnTychoArtifact
org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnNonTychoArtifactTest ‑ testP2DataGeneratedForPomDependency
org.eclipse.tycho.test.pomDependencyConsider.PomDependencySystemScopedTest ‑ testSystemScopedDependenciesIgnored
org.eclipse.tycho.test.product.BuildProductWithIgnoredContentTest ‑ testBuildOfProductWithBundlesDespiteUseFeaturesTrue
org.eclipse.tycho.test.product.BuildProductWithoutCleanTest ‑ testProductUnitsAreCleaned
org.eclipse.tycho.test.product.InvalidProductTest ‑ testInvalidProductFile
org.eclipse.tycho.test.product.MetaRequirementsTest ‑ testProductInstallationWithCustomTouchpoint
org.eclipse.tycho.test.product.ProductArchiveFormatTest ‑ test
org.eclipse.tycho.test.product.ProductBuildTest ‑ testAdditionOfUpdateRepositories
org.eclipse.tycho.test.product.ProductBuildTest ‑ testFeatureProjectFailsOnMissingDependencies
org.eclipse.tycho.test.product.ProductBuildTest ‑ testMavenDepedencyInTarget
org.eclipse.tycho.test.product.ProductBuildTest ‑ testPGPSignedInProduct
org.eclipse.tycho.test.product.ProductBuildTest ‑ testPluginProductWithDifferentNativesCanBuild
org.eclipse.tycho.test.product.ProductBuildTest ‑ testPluginProjectFailsOnMissingDependencies
org.eclipse.tycho.test.product.ProductDefinitionCrosstalkTest ‑ testProductContentNotLeakedBetweenProducts
org.eclipse.tycho.test.product.ProductDuplicateIUsTest ‑ testMultipleProductsNoDuplicateIUs
org.eclipse.tycho.test.product.ProductMixedVersionsTest ‑ testMixedPluginVersions
org.eclipse.tycho.test.product.ProductRepositoryTest ‑ testShouldContainSourcesWhenExlicitlyIncluded
org.eclipse.tycho.test.product.ProductRepositoryTest ‑ testShouldNotContainSources
org.eclipse.tycho.test.product.ProductTypesTest ‑ testFeatureBasedProductsWithTypeAttribute
org.eclipse.tycho.test.product.ProductTypesTest ‑ testFeatureBasedProductsWithUseFeatureAttribute
org.eclipse.tycho.test.product.ProductTypesTest ‑ testMixedProductsWithTypeAttribute
org.eclipse.tycho.test.product.ProductTypesTest ‑ testPluginBasedProductsWithTypeAttribute
org.eclipse.tycho.test.product.ProductTypesTest ‑ testPluginBasedProductsWithUseFeatureAttribute
org.eclipse.tycho.test.product.ReferenceBetweenProductsTest ‑ testProductCanReferenceProductFromDifferentModule
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testContent
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testInstalledProductArtifacts
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testPublishedProducts
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testRootLevelFeaturesAreIncludedInP2Repository
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testRootLevelFeaturesAreInstalledAtRoot
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testRootLevelFeaturesAreInstalledInRightProducts
org.eclipse.tycho.test.product.Tycho465RootFilesTest ‑ testProductBuild
org.eclipse.tycho.test.reactor.BomCreationTest ‑ verifyBundle
org.eclipse.tycho.test.reactor.BomCreationTest ‑ verifyFeature
org.eclipse.tycho.test.reactor.BomCreationTest ‑ verifyProduct
org.eclipse.tycho.test.reactor.BomCreationTest ‑ verifyRepository
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMake
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMakeDependentsNeedsToPickUpDependenciesOfDependents
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMakeProduct
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMakeSite
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMakeWithIndirectDependencies
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testBoth
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testCompleteBuild
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testSingleProjectNoOptionFails
org.eclipse.tycho.test.resolver.BundleNativeCodeTest ‑ testBundleNativeCode
org.eclipse.tycho.test.resolver.CycleTest ‑ testDependencyCycle
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testArtificial
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testDynamicImportPackage
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testFragmentImportPackage
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testFragmentSplitPackage
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testImportPackageDirectives
org.eclipse.tycho.test.resolver.JustJJRETest ‑ testProductWithJustJJREdifferentToRunningJVM
org.eclipse.tycho.test.resolver.OptionalDependenciesTest ‑ testOptionallyRequiredBundleCanBeIgnored
org.eclipse.tycho.test.resolver.OptionalDependenciesTest ‑ testOptionallyRequiredBundleIsOnCompileClassPath
org.eclipse.tycho.test.resolver.PomDependenciesTest ‑ testPomDependencies
org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest ‑ testBundleNativeCode
org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest ‑ testOrgEclipseCoreExpressions
org.eclipse.tycho.test.resolver.ResolverTests ‑ testConsiderResolutionWithUsesDirectiveIfVanillaResolutionFails
org.eclipse.tycho.test.resolver.ResolverTests ‑ testMixedReactor
org.eclipse.tycho.test.resolver.ResolverTests ‑ testMultipleFragmentsOnlyOneIsChoosen
org.eclipse.tycho.test.resolver.ResolverTests ‑ testMultipleVersionsWithSubstitution
org.eclipse.tycho.test.resolver.ResolverTests ‑ testResolveRebundledMavenDependencies
org.eclipse.tycho.test.resolver.ResolverTests ‑ testUsesConstraintViolations
org.eclipse.tycho.test.resolver.SplitPackagesTest ‑ testSplitPackage
org.eclipse.tycho.test.resolver.Tycho1127AddjarsIssueTest ‑ testTycho1127AddjarsIssue
org.eclipse.tycho.test.resolver.TychoGenerateSourcesIssueTest ‑ testTychoGenerateSourcesIssue
org.eclipse.tycho.test.selundqma.SeLundqmaTest ‑ test
org.eclipse.tycho.test.sourceBundle.AutoGenerateSourceArtifactsTest ‑ testSourceGeneration
org.eclipse.tycho.test.sourceBundle.AutoNoSourceBundleTest ‑ test
org.eclipse.tycho.test.sourceBundle.PDESourceHeaderGenerationTest ‑ testSourceHeaderGeneration
org.eclipse.tycho.test.sourceBundle.SourceBundlesNestedJarsTest ‑ testDistinctSourceRoots
org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest ‑ testBasic
org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest ‑ testExtraSourceBundles
org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest ‑ testLicenseFeature
org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest ‑ testRemoteSourceBundles
org.eclipse.tycho.test.surefire.BundleStartInSurefireTest ‑ explicitBundleStartLevel
org.eclipse.tycho.test.surefire.BundleStartInSurefireTest ‑ implicitDSAutostart
org.eclipse.tycho.test.surefire.CategoriesTest ‑ testIncludeExcludeCategories
org.eclipse.tycho.test.surefire.DirectTestPluginInvocationTest ‑ test
org.eclipse.tycho.test.surefire.EnableAssertionsTest ‑ testEnableAssertions
org.eclipse.tycho.test.surefire.EnvVarTest ‑ testEnvironmentVariablesInheritance
org.eclipse.tycho.test.surefire.ExplodedTestDependenciesTest ‑ testLocalMavenRepository
org.eclipse.tycho.test.surefire.ExtraTestApplicationArgumentsTest ‑ exportProduct
org.eclipse.tycho.test.surefire.FailIfNoTestsTest ‑ testNoTestsFailureDefaultCase
org.eclipse.tycho.test.surefire.FailIfNoTestsTest ‑ testNoTestsNoFailure
org.eclipse.tycho.test.surefire.FrameworkExtensionsTest ‑ testFrameworkExtensions
org.eclipse.tycho.test.surefire.JUnit5TempDirTest ‑ testJUnit5Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit4and54Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit54Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit56Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit59Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit59Suite
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit5Runner
org.eclipse.tycho.test.surefire.JVMArgsTest ‑ test
org.eclipse.tycho.test.surefire.JavaToolchainInSurefireTest ‑ test
org.eclipse.tycho.test.surefire.Junit4TestBundleTest ‑ test
org.eclipse.tycho.test.surefire.OpenTest4JTest ‑ testOpenTest4JUsage
org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest ‑ testDifferentHarnessVersions
org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest ‑ testProvisionAppAndRunTest
org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest ‑ testRunTestOnProvisionedApp
org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest ‑ testRunTestOnProvisionedDirector
org.eclipse.tycho.test.surefire.ParallelTestExecutionTest ‑ testParallelExecution
org.eclipse.tycho.test.surefire.RequireBundleTest ‑ loadResourceFromRequireBundle
org.eclipse.tycho.test.surefire.RequireBundleTest ‑ requireMultipleVersionsOfABundle
org.eclipse.tycho.test.surefire.RunOrderTest ‑ testRunOrder
org.eclipse.tycho.test.surefire.RunSingleTestTest ‑ test
org.eclipse.tycho.test.surefire.SystemPropertiesTest ‑ exportProduct
org.eclipse.tycho.test.surefire.TestBundleShapeTest ‑ test
org.eclipse.tycho.test.surefire.TestFragmentTest ‑ test
org.eclipse.tycho.test.surefire.TestNGBundleTest ‑ test
org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest ‑ reactorIndirectOptionalDependencies
org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest ‑ testIgnoreMutuallyExclusiveOptionalDependenciesForTestRuntimeComputation
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testCompile
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testCompile5
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testIntegrationTest
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testTest
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testVerify
org.eclipse.tycho.test.surefire.TwoJunitVersionsTest ‑ test
org.eclipse.tycho.test.symlinks.SymbolicLinkTest ‑ testBuildWithSymbolicLinkOnProjectPath
org.eclipse.tycho.test.target.DifferentTargetFilesSameAbsolutePathTest ‑ test
org.eclipse.tycho.test.target.OfflineModeTest ‑ testWithCompositeRepository
org.eclipse.tycho.test.target.OfflineModeTest ‑ testWithSimpleRepository
org.eclipse.tycho.test.target.OfflineModeTest ‑ testWithXZRepository
org.eclipse.tycho.test.target.PasswordProtectedCompositeP2RepositoryTest ‑ testRepository
org.eclipse.tycho.test.target.PasswordProtectedM2RepositoryTest ‑ testTargetDefinition
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testAuthMirror
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testMirror
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testRepository
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testRepositoryEncrypted
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testTargetDefinition
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testTargetDefinitionAuthMirror
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testTargetDefinitionEncrypted
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testTargetDefinitionMirror
org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest ‑ testTargetDefinitionFromLocalRepo
org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest ‑ testTargetDefinitionFromWithinReactor
org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest ‑ plannerDoesNotFailWhenDependenciesExistInDifferentTargetLocation
org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest ‑ plannerFailsWhenDependenciesDoNotExistInAnyLocation
org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest ‑ slicerDoesNotFailWhenDependenciesDoNotExistInAnyLocation
org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest ‑ slicerDoesNotFailWhenDependenciesExistInDifferentTargetLocation
org.eclipse.tycho.test.target.TargetPlatformArtifactJUnitTest ‑ testTargetPlatformForJUnit5
org.eclipse.tycho.test.target.TargetPlatformFilteringIntegrationTest ‑ test
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testDirectoryLocation
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenArtifactHaveMavenDepsCoordinates
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenArtifactHaveMavenRepoPath
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocation
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationAutogeneratedFeature
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationEclipseFeature
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationMulti
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationRepositories
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationScopes
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationTransitiveFeature
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testTargetDefinedInRepositories
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testTargetPlatformArtifactCaching
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testTargetRepositoryLocation
org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest ‑ testContentAndVersionRestrictionWithSlicer
org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest ‑ testVersionRestrictionWithPlanner
org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest ‑ testWithFile
org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest ‑ testWithFileAbsolute
org.eclipse.tycho.test.target.TargetVariableResolutionTest ‑ repositoryUrlCanContainEnvVarVariable
org.eclipse.tycho.test.target.TargetVariableResolutionTest ‑ repositoryUrlCanContainSystemPropertyVariable
org.eclipse.tycho.test.tycho001.P2MetadataGenerationTest ‑ test
org.eclipse.tycho.test.tycho026.Tycho26MissingFeatureTest ‑ test
org.eclipse.tycho.test.tycho154.Tycho154BundleJarTest ‑ test
org.eclipse.tycho.test.tycho2938.ContentJarTest ‑ noRedirect
org.eclipse.tycho.test.tycho2938.ContentJarTest ‑ redirectKeepFilename
org.eclipse.tycho.test.tycho2938.ContentJarTest ‑ redirectToBadLocation
org.eclipse.tycho.test.tycho2938.ContentJarTest ‑ redirectToMangledLocations
org.eclipse.tycho.test.tycho476.ExecutionEnvironmentTest ‑ testCompilerSourceTargetConfigurationViaManifest
org.eclipse.tycho.test.tycho503.TYCHO503DoubleEncodedUrlTest ‑ testEclipseRepositoryModuleWithSpacesInPath
org.eclipse.tycho.test.tycho937.Tycho937Test ‑ testCompilerSourceTargetConfigurationViaManifest
org.eclipse.tycho.test.tycho98.Tycho98MultiSourcesBundleJarTest ‑ test
org.eclipse.tycho.test.versionsplugin.MissingPluginVersionsTest ‑ testMissingPluginVersion
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ invokeVersionsPluginOnTycho0120Project
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ testUpdatePomOfPomThatIsNamedPomXml
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ testUpdatePomOfPomThatIsNotNamedPomXml
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ testUpdatePomWithImplicitPomName
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ testUpdatePomsOfModularPom
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateProjectMetadataVersionBndTest
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateProjectVersionBndTest
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateProjectVersionWithNestedPom
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateTargetVersionTest
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateVersionRanges
org.eclipse.tycho.test.workspacereader.WorkspaceReaderTest ‑ testWorkspaceReaderWithMavenArtefactInP2
org.eclipse.tycho.test.xtend.TychoXtendTest ‑ projectA