fedora-infra / koschei

Continuous integration for Fedora packages
GNU General Public License v2.0
37 stars 15 forks source link

failing state with succesful build #350

Closed michal-josef-spacek closed 1 year ago

michal-josef-spacek commented 1 year ago

There is something wrong with perl-Alien-autoconf package. The package is new, build is successful, but the state is failing.

Koschei-perl-Alien-autoconf

michal-josef-spacek commented 1 year ago

A similar situation is with perl-Lingua-EN-Fathom now. There is an unretired package perl-Lingua-EN-Fathom and there is a real build in Fedora Rawhide. The build is presented in Koschei but the state was not changed.

Koschei-perl-Lingua-EN-Fathom

mizdebsk commented 1 year ago

The issue is caused by #234, which was just fixed in code, but not deployed in production yet. Due to #234 repo-resolver pod was crashing and could not resolve package dependencies. I've rewinded unapplied change sequence in DB and restarted crashing pod. perl-Lingua-EN-Fathom were then successfully resolved.

Publishing fedmsg:
Id: 7675c721-feb3-453a-9b37-e8ac0cb55d81
Topic: koschei.package.state.change
Headers: {
    "fedora_messaging_schema": "base.message",
    "fedora_messaging_severity": 20,
    "sent-at": "2023-06-30T09:58:10+00:00"
}
Body: {
    "collection": "f39",
    "collection_name": "Fedora Rawhide",
    "groups": [],
    "koji_instance": "primary",
    "name": "perl-Lingua-EN-Fathom",
    "new": "ok",
    "old": "unresolved",
    "repo": "f39"
}
michal-josef-spacek commented 1 year ago

Great, thank you.