Skip to content
Success

#20874 (Mar 13, 2026, 8:58:24 AM)

Started 3 hr 34 min ago
Took 1 min 12 sec on build4-deb12build-ansible

Started by upstream project gerrit-pyosmocom build number 109
originally caused by:

This run spent:

  • 7.5 sec waiting;
  • 1 min 12 sec build duration;
  • 1 min 20 sec total from scheduled to completion.
Revision: bcf8b02b6a9d6b6e5738ed102501a2ba7fee105e
Repository: $GERRIT_REPO_URL
  • master
Fix lint errors: don't use star imports

tests/test_tlv.py:21:1: F403 `from osmocom.tlv import *` used; unable to detect undefined names
   |
19 | import unittest
20 | from construct import Int8ub, GreedyBytes
21 | from osmocom.tlv import *
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ F403
22 | from osmocom.utils import h2b

Change-Id: I0ca76a40d47f72635682de9303ff73e9b2197266
Oliver Smith at