Source: mdanalysis
Followup-For: Bug #1108309
X-Debbugs-Cc: 1108...@bugs.debian.org
Control: tags -1 ftbfs
Santiago Vila wrote:
> But the build logs from buildd.debian.org which I quoted in my initial
> report, where the build fails with timeout:
> ...
> happened on machines with more than 2 CPUs,
forwarded 1108309 https://github.com/MDAnalysis/mdanalysis/issues/5078
thanks
Hi. I've forwarded this to the above URL.
Thanks.
Source: mdanalysis
Followup-For: Bug #1108309
Thanks Santiago, I appreciate your help improving the package.
Certainly good for everyone if we can find how to stop these random timeouts.
Drew
On Fri, Jul 04, 2025 at 07:25:07PM +0200, Santiago Vila wrote:
> - for py in $(shell py3versions -rv); do \
> + if [ $(nproc) -gt 2 ]; then for py in $(shell py3versions -rv); do \
Note: Should be really
if [ $(shell nproc) -gt 2 ]; then etc
Thanks.
found 1108309 2.9.0-9
tags 1108309 patch
thanks
Hi. My autobuilders still hang when trying to build this package.
All the time, as in "tried 50 times and failed 50 times".
I've put recent build logs here:
https://people.debian.org/~sanvila/build-logs/202507/
Those build logs were produced using
Source: mdanalysis
Followup-For: Bug #1108309
Control: tags -1 ftbfs
Yeah, mdanalysis is generally flakey.
Not a whole lot we can do about it except run the tests again till they pass,
or keep skipping tests until the probability of failure is sufficiently reduced.
Package: src:mdanalysis
Version: 2.9.0-8
Severity: serious
Tags: ftbfs trixie sid help
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
[...]
testsuite/MDAnalysisTests/ana
7 matches
Mail list logo