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
Field | Original Value | New Value |
---|---|---|
Assignee | Vicențiu Ciorbaru [ cvicentiu ] |
Assigned for Review | Varzaru Razvan-Liviu [ JIRAUSER55297 ] | |
Sprint | Sprint 3 (10.02.2025) [ 783 ] |
Worklog Id | 133512 [ 133512 ] | |
Remaining Estimate | 0d [ 0 ] | |
Time Spent | 1h [ 3600 ] |
Description |
Following prod release, windows packages were failing.
Hotfix is required. |
Following prod release of PR https://github.com/MariaDB/buildbot/pull/686, windows builder was failing at save logs step.
Hotfix is required. |
Fix Version/s | BB V1.02 [ 30100 ] |
Description |
Following prod release of PR https://github.com/MariaDB/buildbot/pull/686, windows builder was failing at save logs step.
Hotfix is required. |
Following prod release of Hotfix is required. |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Description |
Following prod release of Hotfix is required. |
Following prod release of {code:python} 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> ]] {code} Hotfix is required. |
Status | In Review [ 10002 ] | In Testing [ 10301 ] |
Assigned for Testing | Varzaru Razvan-Liviu [ JIRAUSER55297 ] | |
Original Estimate | 0d [ 0 ] |
Labels | ReadyForProd |
-
- 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!
Worklog Id | 133539 [ 133539 ] | |
issue.field.resolutiondate | 2025-02-13 08:26:41.0 | 2025-02-13 08:26:41.101 |
Time Spent | 1h [ 3600 ] | 0.25d [ 7200 ] |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
fixup was manually deployed to prod as a one-liner,
but now that f_windows_msi , f_windows factories have the save_logs step unified,
I will validate it in buildbot.dev.mariadb.org where windows_packages is connected .
If testing is OK this can go to Done.