Closed Bug 1662573 Opened 4 years ago Closed 4 years ago

TypeError: split() takes no keyword arguments

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: froydnj, Unassigned)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression)

 0:55.62 /usr/bin/make -f client.mk MOZ_PARALLEL_BUILD=50 -s
Exception in thread ProcessReader:compile misc libs tools
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/home/froydnj/src/gecko/third_party/python/sentry-sdk/sentry_sdk/integrations/threading.py", line 69, in run
    reraise(*_capture_exception())
  File "/home/froydnj/src/gecko/third_party/python/sentry-sdk/sentry_sdk/integrations/threading.py", line 67, in run
    return old_run_func(self, *a, **kw)
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/froydnj/src/gecko/testing/mozbase/mozprocess/mozprocess/processhandler.py", line 1116, in _read
    callback(line.rstrip())
  File "/home/froydnj/src/gecko/testing/mozbase/mozprocess/mozprocess/processhandler.py", line 1026, in __call__
    e(*args, **kwargs)
  File "/home/froydnj/src/gecko/python/mach/mach/mixin/process.py", line 96, in handleLine
    line_handler(line)
  File "/home/froydnj/src/gecko/python/mozbuild/mozbuild/controller/building.py", line 732, in on_line
    warning, state_changed, message = self.monitor.on_line(line)
  File "/home/froydnj/src/gecko/python/mozbuild/mozbuild/controller/building.py", line 308, in on_line
    _, data = line.split(maxsplit=1)
TypeError: split() takes no keyword arguments

Errr.... why (and how) are you building with Python 2????

Flags: needinfo?(nfroyd)

I have been compiling with mach build forever, so...

Flags: needinfo?(nfroyd)

Never mind, my mach was very confused.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Has Regression Range: --- → yes
Keywords: regression
You need to log in before you can comment on or make changes to this bug.