Closed Bug 1557157 Opened 5 years ago Closed 5 years ago

mach wpt - ValueError: Expecting : delimiter: line 9001 column 75 (char 765061)

Categories

(Testing :: web-platform-tests, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: perry, Unassigned)

References

(Blocks 1 open bug)

Details

I'm on the latest mozilla-central on Ubuntu 18.04.2. Trying any mach wpt command results in:

ValueError: Expecting : delimiter: line 9001 column 75 (char 765061)

File "/home/pjiang/src/mozilla-unified/testing/web-platform/mach_commands.py", line 296, in run_wpt
return self.run_web_platform_tests(**params)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/mach_commands.py", line 288, in run_web_platform_tests
return wpt_runner.run(logger, **params)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/mach_commands_base.py", line 28, in run
self.update_manifest(logger)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/mach_commands_base.py", line 48, in update_manifest
**kwargs)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/manifestupdate.py", line 122, in run
meta_filters=kwargs.get("meta_filters"))
File "/home/pjiang/src/mozilla-unified/testing/web-platform/manifestupdate.py", line 192, in load_and_update
meta_filters=meta_filters)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/tests/tools/manifest/manifest.py", line 497, in load_and_update
working_copy, rebuild)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/tests/tools/manifest/vcs.py", line 33, in get_tree
rebuild=rebuild)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/tests/tools/manifest/vcs.py", line 124, in init
self.mtime_cache = MtimeCache(cache_path, root, manifest_path, rebuild)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/tests/tools/manifest/vcs.py", line 186, in init
super(MtimeCache, self).init(cache_root, tests_root, rebuild=False)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/tests/tools/manifest/vcs.py", line 156, in init
self.data = self.load(rebuild)
File "/home/pjiang/src/mozilla-unified/testing/web-platform/tests/tools/manifest/vcs.py", line 169, in load
data = json.load(f)
File "/usr/lib/python2.7/json/init.py", line 291, in load
**kw)
File "/usr/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)

Component: General → web-platform-tests
Product: Firefox Build System → Testing

I'm no longer getting this error.

The priority flag is not set for this bug.
:jgraham, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(james)
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(james)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.