Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Build failed in Hudson: ptp-nightly #156

Hudson must be using an old CDT. I'll check.

Greg

On Jan 8, 2012, at 8:49 PM, Beth Tibbitts wrote:

OK the file I just checked in (commit 1 file, push on project) broke this.
I did a pull on all my cdt before I did the commit/push, and it builds fine in my workspace.
in my workspace I have the ISignificantMacros.java that the hudson build says it can't find.
Am I doing something wrong?
Is our hudson build using the same CDT I am? (master? or a snapshot repo of something older?)
I can't tell how to tell



...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


<graycol.gif>hudsonbuild---01/08/2012 08:19:20 PM---See <https://hudson.eclipse.org/hudson/job/ptp-nightly/156/changes> Changes:

<ecblank.gif>
    From:
<ecblank.gif>
hudsonbuild@xxxxxxxxxxx
<ecblank.gif>
    To:
<ecblank.gif>
ptp-dev@xxxxxxxxxxx,
<ecblank.gif>
    Date:
<ecblank.gif>
01/08/2012 08:19 PM
<ecblank.gif>
    Subject:
<ecblank.gif>
[ptp-dev] Build failed in Hudson: ptp-nightly #156
<ecblank.gif>
    Sent by:
<ecblank.gif>
ptp-dev-bounces@xxxxxxxxxxx






[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.13.0:compile (default-compile) on project org.eclipse.ptp.pldt.openmp.analysis: Compilation failure: Compilation failure:
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 17):[-1,-1]
[ERROR] import org.eclipse.cdt.core.parser.ISignificantMacros;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.cdt.core.parser.ISignificantMacros cannot be resolved
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 99):[-1,-1]
[ERROR] public ISignificantMacros getSignificantMacros() throws CoreException {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ISignificantMacros cannot be resolved to a type
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 99):[-1,-1]
[ERROR] public ISignificantMacros getSignificantMacros() throws CoreException {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getSignificantMacros() of type PASTInclusionStatement must override a superclass method
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 100):[-1,-1]
[ERROR] return incl_.getSignificantMacros();
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getSignificantMacros() is undefined for the type IASTPreprocessorIncludeStatement
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 104):[-1,-1]
[ERROR] public boolean hasPragmaOnceSemantics() throws CoreException {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method hasPragmaOnceSemantics() of type PASTInclusionStatement must override a superclass method
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 105):[-1,-1]
[ERROR] return incl_.hasPragmaOnceSemantics();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method hasPragmaOnceSemantics() is undefined for the type IASTPreprocessorIncludeStatement
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 109):[-1,-1]
[ERROR] public ISignificantMacros[] getLoadedVersions() {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ISignificantMacros cannot be resolved to a type
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 109):[-1,-1]
[ERROR] public ISignificantMacros[] getLoadedVersions() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The method getLoadedVersions() of type PASTInclusionStatement must override a superclass method
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 110):[-1,-1]
[ERROR] return incl_.getLoadedVersions();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getLoadedVersions() is undefined for the type IASTPreprocessorIncludeStatement
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 114):[-1,-1]
[ERROR] public long getContentsHash() {
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContentsHash() of type PASTInclusionStatement must override a superclass method
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 115):[-1,-1]
[ERROR] return incl_.getContentsHash();
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The method getContentsHash() is undefined for the type IASTPreprocessorIncludeStatement
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 119):[-1,-1]
[ERROR] public boolean createsAST() {
[ERROR] ^^^^^^^^^^^^
[ERROR] The method createsAST() of type PASTInclusionStatement must override a superclass method
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 120):[-1,-1]
[ERROR] return incl_.createsAST();
[ERROR] ^^^^^^^^^^
[ERROR] The method createsAST() is undefined for the type IASTPreprocessorIncludeStatement
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 124):[-1,-1]
[ERROR] public IIndexFile getImportedIndexFile() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getImportedIndexFile() of type PASTInclusionStatement must override a superclass method
[ERROR]
[ERROR] <
https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/tools/pldt/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java> (at line 125):[-1,-1]
[ERROR] return incl_.getImportedIndexFile();
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getImportedIndexFile() is undefined for the type IASTPreprocessorIncludeStatement
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.ptp.pldt.openmp.analysis
Archiving artifacts

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top