Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 561138

Summary: [OI2JIRO] Switch I-builds to new JIRO infra
Product: [Eclipse Project] Platform Reporter: Sravan Kumar Lakkimsetti <sravankumarl>
Component: RelengAssignee: 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 CLA 2020-03-16 03:50:59 EDT
Umbrella bug to track issues in switching I-builds to JIRO
Comment 1 Andrey Loskutov CLA 2020-03-16 06:15:50 EDT
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?
Comment 2 Sravan Kumar Lakkimsetti CLA 2020-03-16 07:04:33 EDT
We are still working on publishing performance test results and GPG signatures.

Need help from foundation for GPG signatures bug 560258
Comment 3 Andrey Loskutov CLA 2020-03-17 05:38:18 EDT
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
Comment 4 Sravan Kumar Lakkimsetti CLA 2020-04-14 02:19:39 EDT
(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
Comment 5 Alexander Kurtakov CLA 2020-10-07 09:56:42 EDT
Builds are on new infra for quite some time already thus there is no point in keeping this one open.