Bug 1258216

Summary: koji chain-build : Could not execute chainbuild: (-1, 'Unexpected EOF')
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: kojiAssignee: Dennis Gilmore <dennis>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: dennis, loganjerry, mikem, msimacek, mtasaka
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: koji-1.10.0-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-28 19:30:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rex Dieter 2015-08-30 11:25:45 UTC
Since upgrading to koji-1.10.0-1.fc22, I've been unable to use 'koji chain-build' successfully, it fails with error:
Could not execute chainbuild: (-1, 'Unexpected EOF')

Dowgrading to 
koji-1.9.0-11.fc22.20150423git52a0188
and it works again.

Comment 1 Michael Simacek 2015-09-07 08:01:02 UTC
I tried to debug this a bit, and commenting out the call to getFullInheritance in /usr/bin/koji makes it work again. The call to getFullInheritance itself succeeds, but then makes the following chainBuild call fail.
Note this affects building, not just watching tasks.

Comment 2 Mamoru TASAKA 2015-09-22 10:18:51 UTC
Same for F-23.

Comment 3 Rex Dieter 2015-09-28 19:30:35 UTC
Seems to be fixed in koji-1.10.0-2 in testing for me.