Closed Bug 1581279 Opened 5 years ago Closed 5 years ago

mach clobber --full throws python exception

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox71 fixed)

RESOLVED FIXED
mozilla71
Tracking Status
firefox71 --- fixed

People

(Reporter: emilio, Assigned: mshal)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression)

Attachments

(1 file)

╰─$ ./mach clobber --full                                                                                                                                                                                                                    
Error running mach:

    ['clobber', '--full']

The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

TypeError: Can't mix strings and bytes in path components

  File "/home/emilio/src/moz/gecko/python/mozbuild/mozbuild/mach_commands.py", line 210, in clobber
    Clobberer(self.topsrcdir, self.topobjdir, self.substs).remove_objdir(full)
  File "/home/emilio/src/moz/gecko/python/mozbuild/mozbuild/controller/clobber.py", line 161, in remove_objdir
    self.delete_dirs(self.topobjdir, paths)
  File "/home/emilio/src/moz/gecko/python/mozbuild/mozbuild/controller/clobber.py", line 122, in delete_dirs
    path = os.path.join(root, p)
  File "/usr/lib64/python3.7/posixpath.py", line 94, in join
    genericpath._check_arg_types('join', a, *p)
  File "/usr/lib64/python3.7/genericpath.py", line 151, in _check_arg_types
    raise TypeError("Can't mix strings and bytes in path components") from None

This would seem to be fallout from bug 1473498.

Regressed by: 1473498
Keywords: regression
Pushed by mshal@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/091cea24ef7e
Fix ./mach clobber --full for Python3; r=firefox-build-system-reviewers,chmanchester
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Assignee: nobody → mshal
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: