Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
BB V1.01
-
Sprint 3 (10.02.2025)
Description
Following prod release of MDBF-712, windows builder was failing at save logs step.
Traceback (most recent call last):
|
--- <exception caught here> --- |
File "/opt/buildbot/.venv/lib/python3.9/site-packages/buildbot/process/buildstep.py", line 554, in startStep |
yield defer.gatherResults(dl) |
twisted.internet.defer.FirstError: FirstError[#15, [Failure instance: Traceback: <class 'TypeError'>: not all arguments converted during string formatting |
/opt/buildbot/.venv/lib/python3.9/site-packages/twisted/internet/defer.py:206:maybeDeferred |
/opt/buildbot/.venv/lib/python3.9/site-packages/buildbot/process/properties.py:724:getRenderingFor |
/opt/buildbot/.venv/lib/python3.9/site-packages/twisted/internet/defer.py:532:addCallback |
/opt/buildbot/.venv/lib/python3.9/site-packages/twisted/internet/defer.py:512:addCallbacks |
--- <exception caught here> --- |
/opt/buildbot/.venv/lib/python3.9/site-packages/twisted/internet/defer.py:892:_runCallbacks |
/opt/buildbot/.venv/lib/python3.9/site-packages/buildbot/process/properties.py:725:<lambda> |
]]
|
Hotfix is required.
Attachments
Activity
-
- Time Spent:
- 1h
-
https://buildbot.dev.mariadb.org/#/builders/17/builds/79
Ignoring test failures, which is not related to your patch,
the save logs step works perfectly fine.
I will close this issue.
Thanks!