Hi josch. Today I made a debbisect using my modified script and this happened:
bisection finished successfully last bad timestamp: 20241028T023949Z first good timestamp: 20241028T090451Z ERROR:root:no difference -- this should never happen I was debbisecting "r-cran-git2r" to see when exactly bug #1084352 was fixed. In this case, the only difference between "last bad" and "first good" was the source package version being built, but not the list of installed packages. If the list of installed packages is what the error refers to, I don't think that's an error of "should never happen" kind, so I would consider that as a bug in my modified script. Maybe also a bug in the original debbisect script, but I'm not sure, so feel free to ask me to report it separately. Thanks.