#11925 Koschei reports a lot of "unknown" states
Closed: Fixed 15 days ago by mizdebsk. Opened a month ago by vondruch.

Just checked state of my packages in Koschei, most reports "unknown" state for F40+. That seems weird.


It is weird. ;)

I tried several things, but no luck...

CC: @mizdebsk @decathorpe

Metadata Update from @phsmoura:
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: medium-gain, medium-trouble, ops

a month ago

For the record, not only F40+ is affected. They just seem to be affected most.

Looking at the Rust SIG dashboard in koschei, you can see that it affects all branches:
https://koschei.fedoraproject.org/groups/rust-sig

Metadata Update from @mizdebsk:
- Issue assigned to mizdebsk

23 days ago

Metadata Update from @mizdebsk:
- Issue tagged with: koschei

15 days ago

The issue was fixed by getting into PostgreSQL console:

ssh root@os-control01.iad2.fedoraproject.org
oc project koschei
oc get pod
oc rsh admin-6-2gdr2
koschei-admin psql

And then executing the following SQL query:

SELECT update_last_build(id) FROM package;

This runs update_last_build function implemented in PL/SQL on all packages across all collections (Fedora versions).

Metadata Update from @mizdebsk:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

15 days ago

Can confirm, looks good to me now, thank you!

Log in to comment on this ticket.

Metadata
Boards 1
ops Status: Backlog