07:44:48 .merges 07:44:48 10748 10820 10886 10887 10964 11054 11121 11122 11123 11134 11135 07:53:01 .merges 07:53:01 10820 10886 10887 10964 11054 11121 11122 11123 09:10:27 stagex ci is green. does anyone want to run a build and post hashes? https://paste.debian.net/plainh/e42ce719 09:32:49 any idea how much storage needed? 09:40:48 I'll spin up a fresh VM to get an estimate 09:41:35 thank you 11:32:24 It's about 97GB for everything currently, which is way more than necessary. 73GB of that is (unoptimized) docker build cache which gets pruned if there is disk pressure. I'll do some optimizations and see if I can get a full build to run on a ~25GB VM. 12:03:10 👍 12:10:50 https://mrelay.p2pool.observer/p/7sXku6QLb0VZbXZj/1.txt (code snippet, 9 lines) 12:13:25 thanks @redsh4de:matrix.org, matches mine. did you use docker or podman? 12:14:25 ran with docker 17:55:38 .merge+ 11162 11165 11164 11166 17:55:38 Added 18:05:13 .merges 18:05:13 10820 10886 10887 10964 11054 11121 11122 11123 11162 11164 11165 11166 18:06:33 .merge+ 11152 11153 18:06:33 Added 18:11:13 need +1: 10820 10886 10887 11121 11122 11123 18:12:16 10820 has some req changes on it 18:14:14 it's some doc nits to fully address the PR's claim 18:14:14 > Also update the RPC fuzz harness documentation after removal of the old RPC payment setup. 18:14:37 really cheap to do yeah 18:17:52 yes I wanted to update that 22:07:16 @thomasbuilds:matrix.org: 22:07:16 [1/6] STEP 1/8: FROM stagex/pallet-gcc-gnu-gnu:sx2026.06.0@sha256:c06b4e5e490d7fdc77951510b5256f889a8bd51c6fa9d6c41c7f6c4cea88f35c AS base 22:07:16 Error: creating build container: short-name "stagex/pallet-gcc-gnu-gnu@sha256:c06b4e5e490d7fdc77951510b5256f889a8bd51c6fa9d6c41c7f6c4cea88f35c" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"[... more lines follow, see https://mrelay.p2pool.observer/e/zoTxzKQLTlduclFC ] 22:07:56 I don't think stagex has its own Docker registry. 22:08:24 why pinging thomas? 22:08:33 i think you mean tobtoht? 22:08:37 Oh, wrong ping. 22:09:18 @tobtoht:monero.social Seems stagex is on both Docker registry and Quay, hardcoding probably isn't correct. 22:20:40 I suppose it doesn't matter much, but documentation could suggest added unqualified-search-registries = ["docker.io", "quay.io"] to /etc/containers/registries.conf or $HOME/.config/containers/registries.conf to fix the error.