00:09:02 it turns out that if your docker version is too new, you can create an /etc/docker/daemon.json file and specify "min-api-version": "1.41" and it'll use an old compat layer. So I was able to do the builds 09:25:02 gitian sigs merged, all hashes match 12:34:40 .merge+ 10335 10336 12:34:40 Added 17:11:20 Mine *still* building lol 17:11:29 Will probably finish today 22:08:29 In src/net/socks.h, it seems to mention that some error codes used for boost::system::error_code are reserved. I could just be misunderstanding how this works, but is it documented somewhere which error codes are already in use? 22:09:13 For example, if a new component was implemented, it would probably want to choose error codes that aren't used already (??)