ximion / appstream-generator

A fast AppStream metadata generator
GNU Lesser General Public License v3.0
43 stars 29 forks source link

Could not obtain any file matching /srv/mirrors/debian/dists/sid/main/binary-mipsel/Packages.%s #123

Closed sidt4 closed 1 year ago

sidt4 commented 1 year ago
2023object.Exception@../src/asgen/backends/debian/debutils.d(78): Could not obtain any file matching /srv/mirrors/debian/dists/sid/main/binary-mipsel/Packages.%s
----------------
debutils.d:78 immutable(char[]) asgen.backends.debian.debutils.downloadIfNecessary(const(immutable(char)[]), const(immutable(char)[]), const(immutable(char)[]), asgen.downloader.Downloader) [0x56528db91ff6]
debpkgindex.d:221 immutable(char)[] asgen.backends.debian.debpkgindex.DebianPackageIndex.getIndexFile(immutable(char)[], immutable(char)[], immutable(char)[]) [0x56528db8ea57]
debpkgindex.d:356 bool asgen.backends.debian.debpkgindex.DebianPackageIndex.hasChanges(asgen.datastore.DataStore, immutable(char)[], immutable(char)[], immutable(char)[]) [0x56528db8fddb]
engine.d:228 bool asgen.engine.Engine.seedContentsData(asgen.config.Suite, immutable(char)[], immutable(char)[], asgen.backends.interfaces.Package[]) [0x56528daf8ee8]
engine.d:667 bool asgen.engine.Engine.processSuiteSection(asgen.config.Suite, const(immutable(char)[]), asgen.reportgenerator.ReportGenerator) [0x56528dafc5c0]
engine.d:879 void asgen.engine.Engine.run(immutable(char)[], immutable(char)[]) [0x56528dafdeb8]
app.d:184 _Dmain [0x56528daa5718]

From https://appstream.debian.org/logs/2023/10/02_0810.log

2023_10_02_0810.log

ximion commented 1 year ago

Not an asgen issue, that's a Debian problem that has been solved already :-)

sidt4 commented 1 year ago

But the logs were from yesterday. Fixed after that run ?

ximion commented 1 year ago

You do not have up to date data when looking at just the webpages. Debian is a huge project with many users, so all data is on a CDN, and especially if there are large updates it takes a bit of time until everything is synchronized.

sidt4 commented 1 year ago

Okay.