[01:39] infinity: doko: please bin de-new openmx package, it's an autosync from debian. [04:28] xnox: Why don't you allow SSE on x32 as well in that openmx upload? [09:25] xnox: fwiw you don't really need to ask for binary NEW processing of autosynced stuff - there's a script that does it and I pretty much run it every time I log in in the morning or there seems to be a need [09:26] I also do it manually from time to time. === doko_ is now known as doko [16:37] infinity: as i have mentioned in the other channels, i didn't think/know about x32 before the upload, i've only been pointed that out after debian upload was done. and openmx compile takes forever =) [16:37] cjwatson: infinity: ack. sorry about that. [22:40] for the python3-defaults autopkg tests: please overwrite the one for python-csb. test is wrong, trying to write test data into the file system [22:53] doko: Skipped. Can you file a Debian bug and/or fix it, thouhg? [22:53] (bug's good enough if you don't want to waste time on someone else's broken test) [22:55] already done [22:55] Lovely. [22:56] infinity, can you have a look at the ocaml test failure? [22:59] succeeds locally [22:59] | [| _ |] -> false, [| Sys.argv.(0); "caml.inria.fr" |] [22:59] It's trying to contact the internet. [23:00] Just disable the test. [23:00] argh [23:00] Or rewrite it to pull something from an archive mirror. :P [23:01] Since all it's doing is a "GET / HTTP/1.0", and not checking the result, it could contact anything, it doesn't really matter. [23:02] and all debian buildds still have internet access? [23:03] I was under the impression that some didn't, but maybe they all do right now. [23:04] Either way, a testsuite contacting random internet hosts isn't sane regardless. [23:04] One could rewrite it in a Debianish way to pull a hostname from /etc/apt/sources.list and use that for the test. But that's not upstreamable. [23:05] (Or build-dep on a web server, start it, and contact it on localhost, but that's pretty heavyweight) [23:05] Disabling is probably the easiest thing for now. [23:05] (that one test, I mean) [23:06] I guess the most upstreamable thing would be to write an ocaml web server and test talking to itself. ;) [23:16] https://launchpadlibrarian.net/160476581/buildlog_ubuntu-trusty-arm64.coinor-osi_0.106.4-1ubuntu1_FAILEDTOBUILD.txt.gz [23:16] that's blocking a lot ...