On Sun, Jun 17, 2018 at 6:21 PM, Barak Korren <[email protected]> wrote:
> > > On 17 June 2018 at 16:33, Eyal Edri <[email protected]> wrote: > >> Didn't we drop fcraw support from CI? >> >> No we did not. People are not using it, but we still allow creating fcraw > chroots, and check that if works. > > > >> On Sun, Jun 17, 2018 at 2:13 PM, Emil Natan <[email protected]> wrote: >> >>> build-artifacts failed for fcraw x86_64. >>> The reason is: >>> 11:39:42 Running scriptlet: >>> java-1.8.0-openjdk-headless-1:1.8.0.172-7.b11.fc29.x >>> 1/1 >>> 11:39:42 error: lua script failed: [string "%pretrans(java-1.8.0-openjdk- >>> headless-1:1.8.0.172-7.b11.fc29.x86_64)"]:27: attempt to concatenate a >>> nil value (field 'path') >>> >>> This is an known issue, though the ticket was closed: >>> https://bugzilla.redhat.com/show_bug.cgi?id=1451439 >>> >>> To clarify - it's not a "known issue" - it was reported in the past, but was not reproducible. Also to me, while it happened several times, it didn't happen always. I suspect it's some infra issue, but not too many details yet. There is a lua variable, package.path, which seems to not be initialized for some reason. Try this: lua -e 'print(package.path)' On my machine, it outputs: ./?.lua;/usr/share/lua/5.1/?.lua;/usr/share/lua/5.1/?/init.lua;/usr/lib64/lua/5.1/?.lua;/usr/lib64/lua/5.1/?/init.lua But in CI, sometimes, it's 'nil'. This is what is causing above error. Why is it nil? No idea. I didn't yet look at how rpm inits/uses lua, but that seems like the next step... As Emil mentioned, I commented on the bug, but if CI people have a clue what might cause this (everything from yum caches to differently-inited system stuff like /run or whatever), please comment... Thanks, > Didi already commented on it. >>> >>> >>> On Sun, Jun 17, 2018 at 12:05 PM, oVirt Jenkins <[email protected]> >>> wrote: >>> >>>> Change 91908,6 (otopi) is probably the reason behind recent system test >>>> failures in the "ovirt-master" change queue and needs to be fixed. >>>> >>>> This change had been removed from the testing queue. Artifacts build >>>> from this >>>> change will not be released until it is fixed. >>>> >>>> For further details about the change see: >>>> https://gerrit.ovirt.org/#/c/91908/6 >>>> >>>> For failed test results see: >>>> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/8239/ >>>> _______________________________________________ >>>> Infra mailing list -- [email protected] >>>> To unsubscribe send an email to [email protected] >>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/ >>>> oVirt Code of Conduct: https://www.ovirt.org/communit >>>> y/about/community-guidelines/ >>>> List Archives: https://lists.ovirt.org/archiv >>>> es/list/[email protected]/message/C2VUNTJ4GQ4TACZFXH7IMFR5EMR2ERAR/ >>>> >>> >>> >>> >>> -- >>> Emil Natan >>> RHV DevOps >>> >>> _______________________________________________ >>> Infra mailing list -- [email protected] >>> To unsubscribe send an email to [email protected] >>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/ >>> oVirt Code of Conduct: https://www.ovirt.org/communit >>> y/about/community-guidelines/ >>> List Archives: https://lists.ovirt.org/archiv >>> es/list/[email protected]/message/WSYSKDQFZZZWKKI3JEKZNBRWQNSEAZZZ/ >>> >>> >> >> >> -- >> >> Eyal edri >> >> >> MANAGER >> >> RHV DevOps >> >> EMEA VIRTUALIZATION R&D >> >> >> Red Hat EMEA <https://www.redhat.com/> >> <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted> >> phone: +972-9-7692018 >> irc: eedri (on #tlv #rhev-dev #rhev-integ) >> >> _______________________________________________ >> Infra mailing list -- [email protected] >> To unsubscribe send an email to [email protected] >> Privacy Statement: https://www.ovirt.org/site/privacy-policy/ >> oVirt Code of Conduct: https://www.ovirt.org/communit >> y/about/community-guidelines/ >> List Archives: https://lists.ovirt.org/archiv >> es/list/[email protected]/message/HCKQA7ZGATCPWPQD2Y4HNKAQBHNJWC5W/ >> >> > > > -- > Barak Korren > RHV DevOps team , RHCE, RHCi > Red Hat EMEA > redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted > > _______________________________________________ > Infra mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/site/privacy-policy/ > oVirt Code of Conduct: https://www.ovirt.org/community/about/community- > guidelines/ > List Archives: https://lists.ovirt.org/archives/list/[email protected]/ > message/RKX5BRAKQVU4TMX53KZA25WNECBDHZUA/ > > -- Didi
_______________________________________________ Infra mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/ELDDU35TOVSXWFHSM5GGLXZCTOZZBULJ/
