Closed
Bug 1884392
Opened 2 years ago
Closed 2 years ago
Remove six dependency in RunCbindgen.py
Categories
(Firefox Build System :: Mach Core, task)
Firefox Build System
Mach Core
Tracking
(firefox125 fixed)
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55d4631b4b19
Remove six dependency from RunCbindgen.py r=ahochheiden
![]() |
||
Comment 3•2 years ago
|
||
Backed out for causing spidermonkey bustages.
- backout: https://hg.mozilla.org/integration/autoland/rev/7ee0721fe3ce5bfbc080025d4ce86d881b91c684
- push: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=55d4631b4b191b88e146c5525b0e6838fc226dfd
- failure log: https://treeherder.mozilla.org/logviewer?job_id=450283694&repo=autoland&lineNumber=1415
[task 2024-03-11T08:16:18.428Z] Exception in thread Thread-1:
[task 2024-03-11T08:16:18.428Z] Traceback (most recent call last):
[task 2024-03-11T08:16:18.428Z] File "C:\mozilla-build\python\lib\threading.py", line 973, in _bootstrap_inner
[task 2024-03-11T08:16:18.428Z] self.run()
[task 2024-03-11T08:16:18.428Z] File "C:\mozilla-build\python\lib\threading.py", line 910, in run
[task 2024-03-11T08:16:18.428Z] self._target(*self._args, **self._kwargs)
[task 2024-03-11T08:16:18.428Z] File "C:\mozilla-build\python\lib\subprocess.py", line 1479, in _readerthread
[task 2024-03-11T08:16:18.428Z] buffer.append(fh.read())
[task 2024-03-11T08:16:18.428Z] File "C:\mozilla-build\python\lib\encodings\cp1252.py", line 23, in decode
[task 2024-03-11T08:16:18.428Z] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[task 2024-03-11T08:16:18.428Z] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 119566: character maps to <undefined>
[task 2024-03-11T08:16:18.428Z] Traceback (most recent call last):
[task 2024-03-11T08:16:18.428Z] File "C:\mozilla-build\python\lib\runpy.py", line 197, in _run_module_as_main
[task 2024-03-11T08:16:18.428Z] return _run_code(code, main_globals, None,
[task 2024-03-11T08:16:18.428Z] File "C:\mozilla-build\python\lib\runpy.py", line 87, in _run_code
[task 2024-03-11T08:16:18.428Z] exec(code, run_globals)
[task 2024-03-11T08:16:18.428Z] File "d:\task_171014397151823\src\python\mozbuild\mozbuild\action\file_generate.py", line 154, in <module>
[task 2024-03-11T08:16:18.428Z] sys.exit(main(sys.argv[1:]))
[task 2024-03-11T08:16:18.428Z] File "d:\task_171014397151823\src\python\mozbuild\mozbuild\action\file_generate.py", line 98, in main
[task 2024-03-11T08:16:18.428Z] ret = module.__dict__[method](
[task 2024-03-11T08:16:18.428Z] File "D:/task_171014397151823/src/build/RunCbindgen.py", line 65, in generate_metadata
[task 2024-03-11T08:16:18.428Z] output.write(stdout)
[task 2024-03-11T08:16:18.428Z] File "d:\task_171014397151823\src\python\mozbuild\mozbuild\util.py", line 242, in write
[task 2024-03-11T08:16:18.428Z] BytesIO.write(self, six.ensure_binary(buf))
[task 2024-03-11T08:16:18.428Z] File "d:\task_171014397151823\src\third_party\python\six\six.py", line 913, in ensure_binary
[task 2024-03-11T08:16:18.429Z] raise TypeError("not expecting type '%s'" % type(s))
[task 2024-03-11T08:16:18.429Z] TypeError: not expecting type '<class 'NoneType'>'
Flags: needinfo?(sguelton)
Updated•2 years ago
|
Attachment #9390195 -
Attachment description: Bug 1884392 - Remove six dependency from RunCbindgen.py r=ahochheiden → Bug 1884392 - Remove six dependency from RunCbindgen.py r=ahochheiden!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d1327ed1f1a
Remove six dependency from RunCbindgen.py r=ahochheiden
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(sguelton)
You need to log in
before you can comment on or make changes to this bug.
Description
•