cjwatson@germanium:~/exp$ cat apt-cleanup.conf
Dir {
ArchiveDir "/srv/ddebs.ubuntu.com/www";
CacheDir ".";
FileListDir "/srv/ddebs.ubuntu.com/www/lists";
}
Default {
Packages::Extensions ".ddeb";
}
TreeDefault {
Directory "/srv/ddebs.ubuntu.com/www/pool";
SrcDirectory "/srv/ddebs.ubuntu.com/www/pool";
BinCacheDB "db";
Contents " ";
FileList "$(SECTION)-$(ARCH)";
}
Tree "dists/nonexistent-suite" {
Sections "main restricted universe multiverse";
Architectures "amd64 arm64 armel armhf i386 ia64 powerpc ppc64el sparc source";
}
cjwatson@germanium:~/exp$ time apt-ftparchive clean apt-cleanup.conf
db
unable to create/retrieve page 346637
PANIC: DB_PAGE_NOTFOUND: Requested page not found
PANIC: fatal region error detected; run recovery
./db: write failed for page 1
./db: unable to flush page: 1
PANIC: fatal region error detected; run recovery
./db: write failed for page 82628
./db: unable to flush page: 82628
PANIC: fatal region error detected; run recovery
./db: write failed for page 306957
./db: unable to flush page: 306957
PANIC: fatal region error detected; run recovery
./db: write failed for page 319788
./db: unable to flush page: 319788
PANIC: fatal region error detected; run recovery
./db: write failed for page 346632
./db: unable to flush page: 346632
PANIC: fatal region error detected; run recovery
./db: write failed for page 1
./db: unable to flush page: 1
PANIC: fatal region error detected; run recovery
./db: write failed for page 82628
./db: unable to flush page: 82628
PANIC: fatal region error detected; run recovery
./db: write failed for page 306957
./db: unable to flush page: 306957
PANIC: fatal region error detected; run recovery
./db: write failed for page 319788
./db: unable to flush page: 319788
PANIC: fatal region error detected; run recovery
./db: write failed for page 346632
./db: unable to flush page: 346632
real 4m8.078s
user 0m6.140s
sys 0m14.241s