#363 Fedora CI - dist-git test fails with Koji error
Closed by mvadkert. Opened by churchyard.

In https://src.fedoraproject.org/rpms/python3.11/pull-request/74, the CI scratchbuild finally happened, but Fedora CI - dist-git test fails with:

Stage: 0-Download-task-id-90835853.txt
Command:
---v---v---v---v---v---
koji download-build --debuginfo --task-id --arch noarch --arch x86_64 --arch src 90835853 || koji download-task --arch noarch --arch x86_64 --arch src 90835853
---^---^---^---^---^---
Stdout:
---v---v---v---v---v---
---^---^---^---^---^---
Stderr:
---v---v---v---v---v---
Warning: Permanently added '3.14.64.193' (ECDSA) to the list of known hosts.
No associated builds for task 90835853
Download files names conflict, use --dirpertask
---^---^---^---^---^---

it is a regression

and what a nasty one :( https://pagure.io/koji/issue/3182 seems like this change broke it, and I guess that is now expected? :(

So to give more context, the problem is this behaviour change of koji:

$ rpm -q koji
koji-1.28.1-1.fc34.noarch
$ koji download-task --arch noarch --arch x86_64 --arch src 90835853
Downloading [1/15]: python-unversioned-command-3.11.0~rc1-2.fc38.noarch.rpm
[====================================] 100%  10.12 KiB
Downloading [2/15]: python3.11-debugsource-3.11.0~rc1-2.fc38.x86_64.rpm
[====================================] 100%   3.15 MiB
Downloading [3/15]: python3-idle-3.11.0~rc1-2.fc38.x86_64.rpm
...

And with the new version

$ rpm -q koji
koji-1.29.1-4.fc36.noarch
$ koji download-task --arch noarch --arch x86_64 --arch src 90835853
Download files names conflict, use --dirpertask

Reported as https://bugzilla.redhat.com/show_bug.cgi?id=2118410

We should really revert https://pagure.io/koji/c/6713d1651d73b1b9d5dec37d0c5e0d85fa41a3c5

Metadata Update from @mvadkert:
- Issue assigned to mvadkert

Metadata Update from @mvadkert:
- Issue priority set to: Critical (was: Medium)
- Issue tagged with: Testing Farm

As this might take some time, I will try to build a working koji release in copr

This was resolved with a recent koji update. Closing. I do believe it is resolved.

Metadata Update from @mvadkert:
- Issue status updated to: Closed (was: Open)

Metadata