#9499 koschei is not detecting dependency changes
Closed: Fixed 3 years ago by mizdebsk. Opened 3 years ago by churchyard.

When working on Python 3.10 rebuilds, I've noticed that Koschei seem to no longer detect dependency changes.

E.g. https://koschei.fedoraproject.org/package/vtk?collection=f34 says "No dependency changes" for more than a week, which is unlikely and not true (the package seem to FTBFS now).


Metadata Update from @mizdebsk:
- Issue assigned to mizdebsk
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: ops

3 years ago

Caused by sqlalchemy.exc.DataError: (psycopg2.DataError) integer out of range
SQL: INSERT INTO unapplied_change [...]

Upstream issue: https://github.com/fedora-infra/koschei/issues/234

Fixed with:
[root@db01 ~][PROD-IAD2]# sudo -u postgres psql koschei -c 'begin; delete from unapplied_change; alter sequence unapplied_change_id_seq restart; commit;'

The issue should be fixed now. I've verified that vtk package has "Dependency changes since last build" shown in Web ui.

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

3 years ago

Login to comment on this ticket.

Metadata
Boards 1
ops Status: Done