| Summary: | [OI2JIRO] Switch I-builds to new JIRO infra | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Sravan Kumar Lakkimsetti <sravankumarl> |
| Component: | Releng | Assignee: | Platform-Releng-Inbox <platform-releng-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | akurtakov, daniel_megert, loskutov, mat.booth |
| Version: | 4.15 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | 560258, 561174, 561967, 562042, 562681 | ||
| Bug Blocks: | |||
|
Description
Sravan Kumar Lakkimsetti
From Sravan mail on the mailing list:
> Here are the some problems you might notice
> Tests won’t run on Windows and Mac (these are connected to old infra and are > required for Y-build) till Y-build is done we will not switch these
> Performance test results are not getting published.
> GPG signatures for check sums are not available
Are the items above reported as bugs? If not, probably we should have that.
For example, it is not clear for me why performance test results aren't published or GPG signatures not available?
We are still working on publishing performance test results and GPG signatures. Need help from foundation for GPG signatures bug 560258 Probably debug tests are also affected, have not investigated yet why: https://download.eclipse.org/eclipse/downloads/drops4/I20200316-1800/testresults/html/org.eclipse.jdt.debug.tests_ep416I-unit-cen64-gtk3-java8_linux.gtk.x86_64_8.0.html testForceClasspathOnlyJar expected:<?/workspace/myProject/bin> but was:</home/jenkins/agent/workspace/ep416I-unit-cen64-gtk3-java8/workarea/I20200316-1800/eclipse-testing/test-eclipse/eclipse/?/workspace/myProject/bin> testClasspathOnlyJarUsedForLongClasspathOnJava8 expected:<?/workspace/myProject/bin> but was:</home/jenkins/agent/workspace/ep416I-unit-cen64-gtk3-java8/workarea/I20200316-1800/eclipse-testing/test-eclipse/eclipse/?/workspace/myProject/bin> testAlreadyTerminatedProcess Caused by: java.io.IOException: Cannot run program "java": error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620) at java.lang.Runtime.exec(Runtime.java:528) at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:943) ... 19 more Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 22 more Later one is again the problem with the PATH variable I guess. Also two JDT core tests seem to be broken - testBug519070 fails on Java 4 and Java 5, see https://download.eclipse.org/eclipse/downloads/drops4/I20200316-1800/testresults/html/org.eclipse.jdt.core.tests.compiler_ep416I-unit-cen64-gtk3-java11_linux.gtk.x86_64_11.html (In reply to Andrey Loskutov from comment #3) > Probably debug tests are also affected, have not investigated yet why: > https://download.eclipse.org/eclipse/downloads/drops4/I20200316-1800/ > testresults/html/org.eclipse.jdt.debug.tests_ep416I-unit-cen64-gtk3- > java8_linux.gtk.x86_64_8.0.html > > testForceClasspathOnlyJar > > expected:<?/workspace/myProject/bin> but > was:</home/jenkins/agent/workspace/ep416I-unit-cen64-gtk3-java8/workarea/ > I20200316-1800/eclipse-testing/test-eclipse/eclipse/?/workspace/myProject/ > bin> > > testClasspathOnlyJarUsedForLongClasspathOnJava8 > > expected:<?/workspace/myProject/bin> but > was:</home/jenkins/agent/workspace/ep416I-unit-cen64-gtk3-java8/workarea/ > I20200316-1800/eclipse-testing/test-eclipse/eclipse/?/workspace/myProject/ > bin> > > testAlreadyTerminatedProcess > > Caused by: java.io.IOException: Cannot run program "java": error=2, No such > file or directory > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) > at java.lang.Runtime.exec(Runtime.java:620) > at java.lang.Runtime.exec(Runtime.java:528) > at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:943) > ... 19 more > Caused by: java.io.IOException: error=2, No such file or directory > at java.lang.UNIXProcess.forkAndExec(Native Method) > at java.lang.UNIXProcess.<init>(UNIXProcess.java:247) > at java.lang.ProcessImpl.start(ProcessImpl.java:134) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) > ... 22 more > > Later one is again the problem with the PATH variable I guess. > > Also two JDT core tests seem to be broken - testBug519070 fails on Java 4 > and Java 5, see > https://download.eclipse.org/eclipse/downloads/drops4/I20200316-1800/ > testresults/html/org.eclipse.jdt.core.tests.compiler_ep416I-unit-cen64-gtk3- > java11_linux.gtk.x86_64_11.html We have moved the tests to use docker image. this problem does not occur any more. If any tools needs to be installed please let me know. I will install in the docker image Builds are on new infra for quite some time already thus there is no point in keeping this one open. |