On 2022-01-20, Andrius Merkys wrote: > Bug #1004053 in kallisto reported by you has been fixed in the > Git repository and is awaiting an upload. You can see the commit > message below and you can check the diff of the fix at: > > https://salsa.debian.org/med-team/kallisto/-/commit/1b0c5ab8725a90417a23d1946d9ed60693231041 > > ------------------------------------------------------------------------ > Preventing volatile test outputs from appearing in kallisto-examples binary > package (Closes: #1004053). Thanks Vagrant Cascadian. > ------------------------------------------------------------------------
Thanks! The fix applied didn't catch all of the issues, there are still timestamps in run_info.json: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/diffoscope-results/kallisto.html ./usr/share/doc/kallisto/test/quant_out/run_info.json "start_time":·"Wed·Jan·19·22:31:09·2022" vs. "start_time":·"Thu·Feb·23·06:45:29·2023" I presume you could either remove that file, or sanitize out the timestamp. Just a one-line difference, left! :) live well, vagrant