Re: Changes to GitLab runners configuration
Sam Thursfield via desktop-devel-list <[email protected]>
| Newsgroups | gmane.comp.gnome.desktop |
|---|---|
| Message-ID | <CAGDGXw4ZJRPLf_0f--6vVdTPPsXM0KudH3p+s50GugsW3UXjuA@mail.gmail.com> |
On Tue, Mar 3, 2020 at 6:42 AM Philip Chimento via desktop-devel-list <[email protected]> wrote: > Does anyone have any advice on what to do with this? I followed Sam's helpful hint about Tracker's CI images working to [1], copied the things that looked like they might be relevant from there into my own gitlab-ci file [2], at first got some errors that I knew basically how to deal with, but now I am stuck at a bunch of error messages that look to me like gibberish but end with "operation not permitted" [3]. I have little knowledge of this problem space so I don't even know where to start to debug this. Is this the same privileges problem as "bwrap: Creating new namespace failed" described earlier in the thread, or is it something different? ... > [3] https://gitlab.gnome.org/ptomato/gjs/-/jobs/616717 It looks as though this problem is also affecting the tracker-oci-images build: Error during unshare(CLONE_NEWUSER): Operation not permitted From: https://gitlab.gnome.org/GNOME/tracker-oci-images/-/jobs/616919 And librsvg-oci-images build (which I copied for the Tracker repo :) Error during unshare(CLONE_NEWUSER): Invalid argument User namespaces are not enabled in /proc/sys/user/max_user_namespaces. From: https://gitlab.gnome.org/GNOME/librsvg-oci-images/-/jobs/614821 Sam