Jochen Sprickerhof <jspri...@debian.org> writes: > Source: golang-github-containerd-cgroups > Version: 1.0.4-1 > Severity: normal > > Hi, > > src:golang-github-containerd-cgroups tries to access > /sys/kernel/mm/hugepages which is not guaranteed to be there in > containers: > > https://systemd.io/CONTAINER_INTERFACE/ > > This is for example the case with sbuild in unshare mode (starting with > 0.85.9) due to #1071234. I would propose to either mock the path or > disable the test.
Hi Jochen, can you please show a build log that fails because of the unshare change in sbuild? I'd like to make sure I'm disabling the correct test. The test that I thought would be triggering the issue seems to be already disabled. best, -rt