Closed Bug 1728300 Opened 4 years ago Closed 4 years ago

Intermittent TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'

Categories

(Firefox Build System :: General, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1723985

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=350044882&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/T60OyCTsQ2eYDYaPdrPbeQ/runs/0/artifacts/public/logs/live_backing.log


[vcs 2021-08-31T11:06:07.007Z] During handling of the above exception, another exception occurred:
[vcs 2021-08-31T11:06:07.007Z] 
[vcs 2021-08-31T11:06:07.007Z] Traceback (most recent call last):
[vcs 2021-08-31T11:06:07.007Z]   File "/usr/bin/hg", line 59, in <module>
[vcs 2021-08-31T11:06:07.007Z]     dispatch.run()
[vcs 2021-08-31T11:06:07.007Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 144, in run
[vcs 2021-08-31T11:06:07.007Z]     status = dispatch(req)
[vcs 2021-08-31T11:06:07.007Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 250, in dispatch
[vcs 2021-08-31T11:06:07.007Z]     status = _rundispatch(req)
[vcs 2021-08-31T11:06:07.007Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 294, in _rundispatch
[vcs 2021-08-31T11:06:07.007Z]     ret = _runcatch(req) or 0
[vcs 2021-08-31T11:06:07.007Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 470, in _runcatch
[vcs 2021-08-31T11:06:07.008Z]     return _callcatch(ui, _runcatchfunc)
[vcs 2021-08-31T11:06:07.008Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 480, in _callcatch
[vcs 2021-08-31T11:06:07.008Z]     return scmutil.callcatch(ui, func)
[vcs 2021-08-31T11:06:07.008Z]   File "/usr/lib/python3/dist-packages/mercurial/scmutil.py", line 155, in callcatch
[vcs 2021-08-31T11:06:07.008Z]     return func()
[vcs 2021-08-31T11:06:07.008Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 460, in _runcatchfunc
[vcs 2021-08-31T11:06:07.008Z]     return _dispatch(req)
[vcs 2021-08-31T11:06:07.008Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 1264, in _dispatch
[vcs 2021-08-31T11:06:07.008Z]     lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
[vcs 2021-08-31T11:06:07.008Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 918, in runcommand
[vcs 2021-08-31T11:06:07.008Z]     ret = _runcommand(ui, options, cmd, d)
[vcs 2021-08-31T11:06:07.008Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 1275, in _runcommand
[vcs 2021-08-31T11:06:07.008Z]     return cmdfunc()
[vcs 2021-08-31T11:06:07.008Z]   File "/usr/lib/python3/dist-packages/mercurial/dispatch.py", line 1261, in <lambda>
[vcs 2021-08-31T11:06:07.009Z]     d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
[vcs 2021-08-31T11:06:07.009Z]   File "/usr/lib/python3/dist-packages/mercurial/util.py", line 1884, in check
[vcs 2021-08-31T11:06:07.009Z]     return func(*args, **kwargs)
[vcs 2021-08-31T11:06:07.009Z]   File "/usr/local/mercurial/robustcheckout.py", line 215, in robustcheckout
[vcs 2021-08-31T11:06:07.009Z]     noupdate=noupdate,
[vcs 2021-08-31T11:06:07.009Z]   File "/usr/local/mercurial/robustcheckout.py", line 531, in _docheckout
[vcs 2021-08-31T11:06:07.009Z]     if handlepullerror(e):
[vcs 2021-08-31T11:06:07.009Z]   File "/usr/local/mercurial/robustcheckout.py", line 509, in handlepullerror
[vcs 2021-08-31T11:06:07.009Z]     % (e.reason.__class__.__name__, e.reason)
[vcs 2021-08-31T11:06:07.009Z] TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
[taskcluster 2021-08-31 11:06:07.395Z] === Task Finished ===
[taskcluster 2021-08-31 11:06:07.395Z] Unsuccessful task run with exit code: 1 completed in 25.039 seconds

http.client.RemoteDisconnected: Remote end closed connection without response
Sounds like a network/remote error, plus an issue when parsing communication after the first error.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.