#207 mock_output.log not included with logs when importing rpm builds
Closed: Fixed 7 years ago Opened 7 years ago 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.

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

6 years ago

Login to comment on this ticket.

Metadata