#265 fedora-create-review fails when creating a scratch build
Closed: Fixed None Opened 8 years ago by pavlix.

I'm running fedora-create-review on a new package and it fails when trying to create a scratch build. It works with --no-scratch-build option.

{{{
$ fedora-create-review *.spec netresolve-0.0.1-0.7.20151110git.fc24.src.rpm
Starting scratch build
Something happened while trying to build this package on koji:
Uploading srpm: netresolve-0.0.1-0.7.20151110git.fc24.src.rpm
[====================================] 100% 00:00:02 67.09 KiB 24.49 KiB/sec
Created task: 11779316
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=11779316
Watching tasks (this may be safely interrupted)...
11779316 build (rawhide, netresolve-0.0.1-0.7.20151110git.fc24.src.rpm): free
SysCallError: (-1, 'Unexpected EOF')
}}}

I can start the scratch build manually.

{{{
$ ./fedpkg build --scratch --srpm
+ fedpkg --module-name netresolve --dist master build --scratch --srpm
sources file doesn't exist. Source files download skipped.

Wrote: /home/pavlix/fedora/netresolve/netresolve-0.0.1-0.7.20151110git.fc24.src.rpm
[====================================] 100% 00:00:02 67.09 KiB 27.48 KiB/sec
Building netresolve-0.0.1-0.7.20151110git.fc24.src.rpm for rawhide
Created task: 11779421
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=11779421
Watching tasks (this may be safely interrupted)...
11779421 build (rawhide, netresolve-0.0.1-0.7.20151110git.fc24.src.rpm): free
11779421 build (rawhide, netresolve-0.0.1-0.7.20151110git.fc24.src.rpm): free -> open (buildvm-24.phx2.fedoraproject.org)
11779427 buildArch (netresolve-0.0.1-0.7.20151110git.fc24.src.rpm, armv7hl): free
11779429 buildArch (netresolve-0.0.1-0.7.20151110git.fc24.src.rpm, i686): free
11779428 buildArch (netresolve-0.0.1-0.7.20151110git.fc24.src.rpm, x86_64): open (buildvm-09.phx2.fedoraproject.org)
11779427 buildArch (netresolve-0.0.1-0.7.20151110git.fc24.src.rpm, armv7hl): free -> open (arm02-builder08.arm.fedoraproject.org)
11779429 buildArch (netresolve-0.0.1-0.7.20151110git.fc24.src.rpm, i686): free -> open (buildvm-12.phx2.fedoraproject.org)
}}}

I'm using many packages including fedora-review and python-bugzilla from current git master.


Unless there is more input on this I will close this bug, assuming the the fix for #1186994 (above) has resolved the bug.

Login to comment on this ticket.

Metadata