Bug 251582 - [ews] Error in logs: log with slug stdio already exists in this step
Summary: [ews] Error in logs: log with slug stdio already exists in this step
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-02 06:13 PST by Aakash Jain
Modified: 2023-02-02 10:29 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2023-02-02 06:13:57 PST
Noticed this exception in twistd.log on ews server. This error is happenning consistently for atleast past few days (in all the logs we currently have on ews server, from 2023-01-28).

2023-02-02 06:08:55-0800 [-] Got fatal Exception on DB
        Traceback (most recent call last):
          File "/usr/local/lib64/python3.6/site-packages/twisted/python/threadpool.py", line 255, in <lambda>
            ctx, func, *args, **kw
          File "/usr/local/lib64/python3.6/site-packages/twisted/python/context.py", line 118, in callWithContext
            return self.currentContext().callWithContext(ctx, func, *args, **kw)
          File "/usr/local/lib64/python3.6/site-packages/twisted/python/context.py", line 83, in callWithContext
            return func(*args, **kw)
          File "/usr/local/lib/python3.6/site-packages/buildbot/db/pool.py", line 217, in __thd
            log.err(e, 'Got fatal Exception on DB')
        --- <exception caught here> ---
          File "/usr/local/lib/python3.6/site-packages/buildbot/db/pool.py", line 190, in __thd
            rv = callable(arg, *args, **kwargs)
          File "/usr/local/lib/python3.6/site-packages/buildbot/db/logs.py", line 155, in thdAddLog
            "log with slug '%r' already exists in this step" % (slug,)) from e
        builtins.KeyError: "log with slug ''stdio'' already exists in this step"
Comment 1 Radar WebKit Bug Importer 2023-02-02 06:16:36 PST
<rdar://problem/104958729>