Package: lintian Version: 2.10.0 Severity: important We seem to be getting regular "out of disk space" errors on lindsay.d.o after resuming the archive-wide processing.
I found the following in the [log file]. We see the following 3 issues (AFAICT): * linux * python3-zaqar-ui * Closing of the perf log ("/srv/lintian.debian.org/logs/lintian-perf.log") This might have been the underlying root cause for #890873, it may be a regression with the rewrite of L::Unpacker, or maybe unpacking Linux simply takes more disk space that we have. AFAICT, lintian correctly cleans up old packages during the run. I.e. we are not accumulating disk usage from previous packages in the run. For reference, we currently have 32GB disk available for lintian ("all inclusive"). About 23GB of that is available for checking with our current usage for reports and stats. Thanks, ~Niels [log file]: """ N: Starting on group linux/4.19.20-1 N: Unpacking packages in group linux/4.19.20-1 gzip: stdout: No space left on device gzip: gzip: stdout: No space left on device stdout: No space left on device mkdir: cannot create directory '/srv/lintian.debian.org/scratch/temp-lintian-lab-HPiNntNduD/pool/l/linux/linux-image-4.19.0-3-rt-amd64-unsigned_4.19.20-1_amd64_binary /strings/lib/modules/4.19.0-3-rt-amd64/kernel/drivers/misc': No space left on device gzip: stdout: No space left on device gzip: stdout: No space left on device mkdir -p /srv/lintian.debian.org/scratch/temp-lintian-lab-HPiNntNduD/pool/l/linux/linux-image-4.19.0-3-rt-amd64-unsigned_4.19.20-1_amd64_binary/strings/lib/modules/4.19.0-3-rt-amd64/kernel/drivers/misc failed: 0 gzip: stdout: No space left on device command failed with error code 1 at /srv/lintian.debian.org/lintian/lib/Lintian/Command.pm line 344. Lintian::Command::reap(HASH(0x55ea04300b40)) called at /srv/lintian.debian.org/lintian/collection/objdump-info line 81 Lintian::coll::objdump_info::collect("linux-image-4.19.0-3-rt-686-pae-dbg", "binary", "/srv/lintian.debian.org/scratch/temp-lintian-lab-HPiNntNduD/p"...) called at /srv/lintian.debian.org/lintian/lib/Lintian/CollScript.pm line 242 Lintian::CollScript::collect(Lintian::CollScript=HASH(0x55ea043df688), "linux-image-4.19.0-3-rt-686-pae-dbg", "binary", "/srv/lintian.debian.org/scratch/temp-lintian-lab-HPiNntNduD/p"...) called at /srv/lintian.debian.org/lintian/lib/Lintian/Unpacker.pm line 412 eval {...} called at /srv/lintian.debian.org/lintian/lib/Lintian/Unpacker.pm line 412 Lintian::Unpacker::__ANON__() called at /usr/share/perl5/IO/Async/Loop.pm line 1943 eval {...} called at /usr/share/perl5/IO/Async/Loop.pm line 1943 IO::Async::Loop::fork(IO::Async::Loop::Poll=HASH(0x55ea0436bfa0), "code", CODE(0x55ea24cdc728), "on_exit", CODE(0x55ea313c8288)) called at /srv/lintian.debian.org/lintian/lib/Lintian/Unpacker.pm line 461 eval {...} called at /srv/lintian.debian.org/lintian/lib/Lintian/Unpacker.pm line 385 Lintian::Unpacker::__ANON__("objdump-info-binary:linux-image-4.19.0-3-rt-686-pae-dbg/4.19."..., Lintian::CollScript=HASH(0x55ea043df688), Lintian::Lab::Entry=HASH(0x55ea02c950f8), Lintian::DepMap::Properties=HASH(0x55ea303ced58)) called at /srv/lintian.debian.org/lintian/lib/Lintian/Unpacker.pm line 453 Lintian::Unpacker::__ANON__(2475, 0) called at /usr/share/perl5/IO/Async/Loop.pm line 2604 IO::Async::Loop::_reap_children(HASH(0x55ea03de6920)) called at /usr/share/perl5/IO/Async/Loop.pm line 2663 IO::Async::Loop::__ANON__() called at /usr/share/perl5/IO/Async/Loop.pm line 805 IO::Async::Loop::__ANON__() called at /usr/share/perl5/IO/Async/OS.pm line 577 IO::Async::OS::_Base::__ANON__(IO::Async::Handle=HASH(0x55ea05c557a8)) called at /usr/share/perl5/IO/Async/Loop/Poll.pm line 172 IO::Async::Loop::Poll::post_poll(IO::Async::Loop::Poll=HASH(0x55ea0436bfa0)) called at /usr/share/perl5/IO/Async/Loop/Poll.pm line 279 IO::Async::Loop::Poll::loop_once(IO::Async::Loop::Poll=HASH(0x55ea0436bfa0), undef) called at /usr/share/perl5/IO/Async/Loop.pm line 524 IO::Async::Loop::run(IO::Async::Loop::Poll=HN: Finished processing group zaqar-ui/5.0.0-2 warning: could not create the package entry in the lab: No space left on device warning: skipping check of binary package python3-zaqar-ui warning: closing +/srv/lintian.debian.org/logs/lintian-perf.log failed: Can't close(GLOB(0x55ea01364618)) filehandle: 'No space left on device' at /srv/lintian.debian.org/lintian/commands/lintian.pm line 1818 main::close(GLOB(0x55ea01364618)) called at /srv/lintian.debian.org/lintian/commands/lintian.pm line 1818 eval {...} called at /srv/lintian.debian.org/lintian/commands/lintian.pm line 1818 main::END() called at /srv/lintian.debian.org/lintian/frontend/lintian line 0 eval {...} called at /srv/lintian.debian.org/lintian/frontend/lintian line 0 """