Looking deeper into this, I see the following difference in the Mock setup logs between this run and the last successful one:
For this run, these are the java packages that are installed: DEBUG util.py:417: java-1.8.0-openjdk-headless x86_64 1:1.8.0.92-4.b14.fc23 updates 32 M For the previous run we got this: DEBUG util.py:421: java-1.8.0-openjdk x86_64 1:1.8.0.92-4.b14.fc23 updates 226 k DEBUG util.py:421: java-1.8.0-openjdk-devel x86_64 1:1.8.0.92-4.b14.fc23 updates 9.7 M DEBUG util.py:421: java-1.8.0-openjdk-headless x86_64 1:1.8.0.92-4.b14.fc23 updates 32 M So I'm guessing something changed in the upstream FC23 where the dep structure changed and java-*-devel is not installed as a dep of the packages we do require in 'check-merged.packages'. I suppose the solution aught to be to add a 'check-merged.packages.fc23' file and ensure 'java-1.8.0-openjdk-devel' is installed. On 17 July 2016 at 14:03, Barak Korren <[email protected]> wrote: > On 17 July 2016 at 13:38, Eyal Edri <[email protected]> wrote: >> Might be related to new vms installed recently. >> >> Barak, can you have a look? Maybe puppet didn't run.. >> > > This is a standard-CI job, so probably unrelated to VM configuration. > > >> On Jul 17, 2016 1:25 PM, "Roy Golan" <[email protected]> wrote: >>> >>> This job just failed after merged cause it didn't find javac >>> > > This sounds similar to a failure sradco saw, please ask her how was it solved. > > > > -- > Barak Korren > [email protected] > RHEV-CI Team -- Barak Korren [email protected] RHEV-CI Team _______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
