#207 mock_output.log not included with logs when importing rpm builds
Closed: Fixed Opened by kevin.

For a particular koji task, the logs are links to /mnt/koji/packages or /mnt/koji/scratch/ except for mock_output.log:

 [kevin@koji01 16218670][PROD]$ pwd
 /mnt/koji/work/tasks/8670/16218670
 [kevin@koji01 16218670][PROD]$ ls -l
 total 12
 lrwxrwxrwx. 1 apache apache   62 Oct 27 04:21 build.log -> /mnt/koji/scratch/koschei/task_16218669/logs/aarch64/build.log
 -rw-r--r--. 1 apache apache 1591 Oct 27 04:18 mock_output.log
 lrwxrwxrwx. 1 apache apache   77 Oct 27 04:21 perl-AnyEvent-7.13-2.fc26.aarch64.rpm -> /mnt/koji/scratch/koschei/task_16218669/perl-AnyEvent-7.13-2.fc26.aarch64.rpm
 lrwxrwxrwx. 1 apache apache   73 Oct 27 04:21 perl-AnyEvent-7.13-2.fc26.src.rpm -> /mnt/koji/scratch/koschei/task_16218669/perl-AnyEvent-7.13-2.fc26.src.rpm
 lrwxrwxrwx. 1 apache apache   61 Oct 27 04:21 root.log -> /mnt/koji/scratch/koschei/task_16218669/logs/aarch64/root.log
 lrwxrwxrwx. 1 apache apache   62 Oct 27 04:21 state.log -> /mnt/koji/scratch/koschei/task_16218669/logs/aarch64/state.log

This seems to result in mock_output.log not getting removed and thus the interface shows the logs links, but they are all just broken links.

if mock_output.log can be treated the same as the others that would be great.

Happy to gather more info, etc.


Ah, the buildArch handler isn't including this log when it imports the build, mainly because it lives in a different directory.

This has nothing to do with gc, really.

PR: #278

Commit 9ccb66d1 fixes this issue

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.12

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/207

Please continue any further discussion there.

Metadata