Skip to content
Success

#1532 (Jun 24, 2024, 2:43:19 AM)

Started 1 yr 7 mo ago
Took 1.1 sec on build2-deb11build-ansible

Started by upstream project registry-rebuild-upload-titan build number 2083
originally caused by:

This run spent:

  • 7.8 sec waiting;
  • 1.1 sec build duration;
  • 9 sec total from scheduled to completion.
Revision: 7be93fc721de12b6ff0b47fd346848e5107c68ee
Repository: https://gerrit.osmocom.org/docker-playground
  • refs/remotes/origin/master
ttcn3-s1gw-test: start osmo-s1gw container with --user=root

For some reason, on Arch with docker 26.1.3 it implicitly starts
with --user=root, while with docker 20.10.5 on Debian bookworm it
starts with --user=build.  This results in permission errors:

  + ip addr add 172.18.74.100/24 dev eth0
  RTNETLINK answers: Operation not permitted
  + true
  + ip addr add 172.18.74.200/24 dev eth0
  RTNETLINK answers: Operation not permitted

Pass --user=root explicitly to bring consistency and fix those.
Hopefully, ttcn3-s1gw-test will be passing on Jenkins with this patch.

Change-Id: I5cc67d1c3192fd55560c16c8cc44b13b2c9b3e98
Fixes: 9ca9bed "ttcn3-s1gw-test: fix using unassigned addr for osmo-s1gw"
Vadim Yanitskiy at