BSLNCWFSEMVTGER7VISYYRYLGSRYIODLYMS724JAPLVVEKU5NCNAC * Show all the failing jobs/systems in the nixpkgs:stdenv jobset thatsucceed in the nixpkgs:trunk jobset:select job, system from builds b natural join buildresultinfo where project = 'nixpkgs' and jobset = 'stdenv' and iscurrent = 1 and finished = 1 and buildstatus != 0 and exists (select 1 from builds natural join buildresultinfo where project = 'nixpkgs' and jobset = 'trunk' and job = b.job and system = b.system and iscurrent = 1 and finished = 1 and buildstatus = 0) order by job, system;