Skip to content

Instantly share code, notes, and snippets.

@quintesse
Created November 16, 2015 16:24
Show Gist options
  • Save quintesse/423872cd44c3e06d7993 to your computer and use it in GitHub Desktop.
Save quintesse/423872cd44c3e06d7993 to your computer and use it in GitHub Desktop.
Another Eclipse error after OBR
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Reactor Summary:
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger -
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Ceylon IDE ......................................... SUCCESS [ 0.207 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ceylon.plugins ..................................... SUCCESS [ 0.005 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - com.redhat.ceylon.eclipse.ui.jdt.debug.fragment .... SUCCESS [ 1.206 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - com.redhat.ceylon.eclipse.ui ....................... SUCCESS [ 53.344 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Ceylon Test Plugin ................................. SUCCESS [ 1.148 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Ceylon Android Compatibility Plugin ................ SUCCESS [ 0.343 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ceylon.features .................................... SUCCESS [ 0.004 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - com.redhat.ceylon.eclipse.feature .................. SUCCESS [ 0.085 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - com.redhat.ceylon.eclipse.android.feature .......... SUCCESS [ 0.057 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ceylon.tests ....................................... SUCCESS [ 0.004 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - com.redhat.ceylon.eclipse.ui.test .................. FAILURE [ 0.364 s]
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Ceylon IDE Update Site ............................. SKIPPED
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - BUILD FAILURE
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Total time: 01:45 min
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Finished at: 2015-11-16T17:23:32+01:00
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Final Memory: 148M/982M
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project com.redhat.ceylon.eclipse.ui.test: Compilation failure: Compilation failure:
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[38]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - import com.redhat.ceylon.compiler.java.test.model.ModelLoaderTests;
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The import com.redhat.ceylon.compiler.java.test cannot be resolved
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[39]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - import com.redhat.ceylon.compiler.java.test.model.RunnableTest;
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The import com.redhat.ceylon.compiler.java.test cannot be resolved
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[57]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public class JDTModelLoaderTests extends ModelLoaderTests {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ModelLoaderTests cannot be resolved to a type
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[127]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - protected void verifyCompilerClassLoading(String ceylon, ModelComparison modelCompare) {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ModelComparison cannot be resolved to a type
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[137]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - decls.put(getQualifiedPrefixedName(decl), decl);
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method getQualifiedPrefixedName(Declaration) is undefined for the type JDTModelLoaderTests
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[155]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - protected void verifyCompilerClassLoading(String ceylon) {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method verifyCompilerClassLoading(String) of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[156]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - verifyCompilerClassLoading(ceylon, new ModelComparison() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method verifyCompilerClassLoading(String, ModelComparison) from the type JDTModelLoaderTests refers to the missing type ModelComparison
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[156]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - verifyCompilerClassLoading(ceylon, new ModelComparison() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ModelComparison cannot be resolved to a type
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[158]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void compareDeclarations(String name, Declaration validDeclaration,
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Declaration modelDeclaration) {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method compareDeclarations(String, Declaration, Declaration) of type new ModelComparison(){} must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[165]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - super.compareDeclarations(name, validDeclaration, modelDeclaration);
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ModelComparison cannot be resolved to a type
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[173]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void testTypeParserUsingSourceModel(){
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method testTypeParserUsingSourceModel() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[178]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void bogusModelAnnotationsTopLevelAttribute() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method bogusModelAnnotationsTopLevelAttribute() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[183]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void bogusModelAnnotationsTopLevelMethod() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method bogusModelAnnotationsTopLevelMethod() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[188]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void bogusModelAnnotationsTopLevelClass() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method bogusModelAnnotationsTopLevelClass() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[193]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void loadVariadic() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method loadVariadic() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[197]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - protected void compile(String... ceylon) {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method compile(String...) of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[201]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - protected String moduleForJavaModelLoading() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method moduleForJavaModelLoading() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[207]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - protected String moduleVersionForJavaModelLoading() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method moduleVersionForJavaModelLoading() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[212]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - protected String packageForJavaModelLoading() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method packageForJavaModelLoading() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[218]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void parallelLoader() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method parallelLoader() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[220]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - super.parallelLoader();
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ModelLoaderTests cannot be resolved to a type
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[224]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - protected void verifyCompilerClassLoading(String ceylon, RunnableTest test,
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - RunnableTest cannot be resolved to a type
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[232]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void compareNativeRuntimeWithJavaRuntime() {
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method compareNativeRuntimeWithJavaRuntime() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - /home/ceylon/ceylon/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/src/com/redhat/ceylon/eclipse/ui/test/headless/JDTModelLoaderTests.java:[238]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - public void ceylonDeprecated(){
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - ^^^^^^^^^^^^^^^^^^
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - The method ceylonDeprecated() of type JDTModelLoaderTests must override or implement a supertype method
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - 24 problems (24 errors)
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - -> [Help 1]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli -
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - To see the full stack trace of the errors, re-run Maven with the -e switch.
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Re-run Maven using the -X switch to enable full debug logging.
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli -
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - For more information about the errors and possible solutions, please read the following articles:
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli -
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - After correcting the problems, you can resume the build with the command
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - mvn <goals> -rf :com.redhat.ceylon.eclipse.ui.test
BUILD FAILED
/home/ceylon/ceylon/ceylon/dist/build.xml:828: The following error occurred while executing this line:
/home/ceylon/ceylon/ceylon/dist/ide-build.xml:65: The following error occurred while executing this line:
/home/ceylon/ceylon/ceylon-ide-eclipse/build.xml:25: Java returned: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment