Skip to content
Success

#27392 (Mar 13, 2026, 8:58:27 AM)

Started 3 hr 36 min ago
Took 2.2 sec on build4-deb12build-ansible

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

This run spent:

  • 8.3 sec waiting;
  • 2.2 sec build duration;
  • 10 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