Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] WTP is having issues with its Mars M5 build

Folks,

With the help of David Williams, we were able to figure out a solution to this problem - you can see the solution at https://bugs.eclipse.org/bugs/show_bug.cgi?id=458962 .  We're also going to put more emphasis on https://bugs.eclipse.org/bugs/show_bug.cgi?id=425145 , which should prevent this from happening in the future.

FWIW,

- Carl Anderson
WTP Build guy

Inactive hide details for Carl Anderson---02/03/2015 06:18:42 PM---Folks,  Help!  I've been trying to figure this out for two dCarl Anderson---02/03/2015 06:18:42 PM---Folks,  Help!  I've been trying to figure this out for two days now, and

From: Carl Anderson/Raleigh/IBM@IBMUS
To: "Common-build Developers discussion" <cbi-dev@xxxxxxxxxxx>
Date: 02/03/2015 06:18 PM
Subject: [cbi-dev] WTP is having issues with its Mars M5 build
Sent by: cbi-dev-bounces@xxxxxxxxxxx





Folks,

Help!  I've been trying to figure this out for two days now, and nothing I have tried has made a difference.  The build at issue here is
https://hudson.eclipse.org/webtools/job/WTP-R3_7_Integration/ .  Last Friday, I updated our prereqs pom.xml to point to the latest Orbit build, and since then, we have either had a weird termination error on the build, or else an issue with com.ibm.icu.  The weird termination error happens from time to time (it happened before this issue).  But the "compile error" with com.ibm.icu is new, and no matter what I can think to try, I cannot get it resolved.  Here is the pertinent output from our latest failed build, #299:

[INFO] Fetching com.ibm.icu_54.1.1.v201501272100.jar.pack.gz from
http://download.eclipse.org/eclipse/updates/4.5milestones/S-4.5M5-201501291830/plugins/ (0B of 8.28MB at 0B/s)
[INFO] Unpacking com.ibm.icu_54.1.1.v201501272100...


[INFO] Fetching com.ibm.icu.base_54.1.1.v201501272100.jar.pack.gz from
http://download.eclipse.org/tools/orbit/downloads/drops/S20150202203538/repository/plugins/ (0B of 75.74kB at 0B/s)
[INFO] Unpacking com.ibm.icu.base_54.1.1.v201501272100...


[INFO] Fetching com.ibm.icu.source_54.1.1.v201501272100.jar.pack.gz from
http://download.eclipse.org/eclipse/updates/4.5milestones/S-4.5M5-201501291830/plugins/ (0B of 1.78MB at 0B/s)
[INFO] Unpacking com.ibm.icu.source_54.1.1.v201501272100...


[INFO] Copying com.ibm.icu-54.1.1.v201501272100.jar to /jobs/genie.webtools/WTP-R3_7_Integration/workspace/webtools.dali/jaxb/tests/org.eclipse.jpt.jaxb.core.tests/target/dependency/com.ibm.icu-54.1.1.v201501272100.jar


[INFO] Copying com.ibm.icu-54.1.1.v201501272100.jar to /jobs/genie.webtools/WTP-R3_7_Integration/workspace/webtools.dali/jaxb/tests/org.eclipse.jpt.jaxb.eclipselink.core.tests/target/dependency/com.ibm.icu-54.1.1.v201501272100.jar


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.eclipse.wst.dtd.ui: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.webtools/WTP-R3_7_Integration/workspace/webtools.sourceediting/bundles/org.eclipse.wst.dtd.ui/src/org/eclipse/wst/dtd/ui/internal/Logger.java:[15]
[ERROR] import com.ibm.icu.util.StringTokenizer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.ibm.icu.util.StringTokenizer cannot be resolved


>From all we can see, it pulls down and unpacks the appropriate com.ibm.icu and com.ibm.icu.base.  The two copies over the the test target dependency happen in a successful build.  But the compilation failure happens, for no apparent reason.  If we set this all up locally, it works just fine.  (There was an issue with the first dependency update, but that was fixed.)  I have cleared the HIPP workspace for this build using the web interface, and I checked both of the check boxes in the build configuration that should clear the workspace.  But no matter what I do, I cannot get a successful build since the prereq update last Friday.  Can anyone give me any advice or instruction on how I can go about debugging and fixing this error?


FWIW,


- Carl Anderson
WTP Build guy
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev

GIF image


Back to the top