[09:16] subiquity keeps crashing in the middle of provisioning the partitioning with this user-data provided for autoinstall, https://pastebin.com/iWJQa8Tz, i get an python error "missing one positional argument: volume", and then it crashes, i fail to see what part of it is missing a volume definition [09:31] zph1nx: looks like a subiquity question, use #ubuntu-server please [14:07] cjp256: nice work on that pr, it looks like that was "fun" to debug === Quark is now known as Fastidious [23:14] holman: thanks, I assume you're referring to the readurl leak. What I haven't sorted out is if the behavior change in `requests` in 24.04 is purposeful or not. While cloud-init should be disposing of the data as it goes along, the root cause of the connections remaining open seems to be the re-use Session's context manager. Doing this causes connections to end up in limbo which does not repro on 20.04. So I plan to revisit [23:14] the PR once again and nuke that bit. Session re-use itself isn't a problem afaict.