| Summary: | Move cbi-tm-3.2-nightly and cbi-tm-3.2-integration to hudson.eclipse.org | ||
|---|---|---|---|
| Product: | Community | Reporter: | Anna Dushistova <anna.dushistova> |
| Component: | CI-Jenkins | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mober.at+eclipse, nboldt |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Anna Dushistova
Done. -M. Build doesn't work. Hudson or Athena configuration error? https://hudson.eclipse.org/hudson/job/cbi-tm-3.2-nightly/139/console It looks like your build is 'forcing' JAVA_HOME to be: JAVA_HOME=/opt/public/common/ibm-java2-ppc-50 , and that's causing the: cannot execute binary file error. You can either remove the specification(and take the shell default of sun-jdk1.6.0_21_x64), or specify another non-PPC java install from /opt/public/common or leave the PPC build on build.eclipse.org. -M. Okay, I explicitly set the environments to be correct, but now it's failing with the same kind of error while installing our features for testing: https://hudson.eclipse.org/hudson/job/cbi-tm-3.2-nightly/144/console The error is: get.baseoswsarch: [echo] [echo] p2.director.input.repo.cleaned = jar:file:/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/workspace/build/N201008270909/eclipse/N201008270909/TM-Update-N201008270909.zip!/ [echo] p2.director.destination = /opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/workspace/build/N201008270909/testing/target/eclipse -timestamp: [echo] 09:35:42 [p2.dir] /opt/public/common/ibm-java2-ppc-50/jre/bin/java: /opt/public/common/ibm-java2-ppc-50/jre/bin/java: cannot execute binary file BUILD FAILED I've got my problem fixed. |