[INFO] Command line:
[/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java,
-Dosgi.noShutdown=false, -Dosgi.os=macosx,
-Dosgi.ws=cocoa, -Dosgi.arch=x86_64, -Xmx700m,
-XstartOnFirstThread, -ea, -Dosgi.clean=true, -jar,
/Users/cdietrich/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar,
-data,
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests/target/work/data,
-install,
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests/target/work,
-configuration,
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests/target/work/configuration,
-application,
org.eclipse.tycho.surefire.osgibooter.headlesstest,
-testproperties,
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests/target/surefire.properties,
-timeout, 120000]
An error has occurred. See the log file
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:2.0.0-SNAPSHOT:test
(default-test) on project org.eclipse.emf.mwe.tests: An
unexpected error occurred while launching the test runtime
(process returned error code 13). Command-line used to
launch the sub-process was null -Dosgi.noShutdown=false
-Dosgi.os=macosx -Dosgi.ws=cocoa -Dosgi.arch=x86_64
-Xmx700m -XstartOnFirstThread -ea -Dosgi.clean=true -jar
/Users/cdietrich/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar
-data
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests/target/work/data
-install
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests/target/work
-configuration
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests/target/work/configuration
-application
org.eclipse.tycho.surefire.osgibooter.headlesstest
-testproperties
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests/target/surefire.properties
in working directory
/Users/cdietrich/MWE-master/git/mwe/tests/org.eclipse.emf.mwe.tests
-> [Help 1]
The same build works fine with tycho 1.7.0
comparing the launch args does not show any differences
do you have any hints how to analyze what is going wrong?
~Christian
Am 28.07.20 um 11:43 schrieb Mickael Istria:
Hi all,
So I think we've implemented the main necessary
changes for Tycho 2.0, which is a big release with
major changes, notably in target platform resolution
and execution environment handling. See the release
notes at https://wiki.eclipse.org/Tycho/Release_Notes/2.0#New_and_Noteworthy
.
Tycho 2.0.0-SNAPSHOT is currently successfully used
in order to build Eclipse Equinox+Platform+JDT+PDE,
and has been successfully tested against Eclipse
Packages build. So I think the current state makes it
ready for release, and I'd like to release it ASAP.
I plan to start the release process next week,
staging the bits on Monday August 3rd to release on
Friday August 7th. I recommend stakeholders who want
to avoid surprises to start testing Tycho
2.0.0-SNAPSHOT as described on https://wiki.eclipse.org/Tycho/Release_Notes/2.0#SNAPSHOT_site_docs
, and to report issues if you face any so we can
easily fix them without re-staging and delaying the
release.