Skip to content

Instantly share code, notes, and snippets.

@davehunt
Last active November 7, 2019 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davehunt/74953c9fba328781d78d3b36591bf037 to your computer and use it in GitHub Desktop.
Save davehunt/74953c9fba328781d78d3b36591bf037 to your computer and use it in GitHub Desktop.
mach browsertime --setup
mach browsertime --setup
0:01.27 Downloading artifact to local cache: /Users/dhunt/.mozbuild/cache/browsertime/8745c3584f51f06e-ImageMagick-x86_64-apple-darwin18.7.0.tar.gz
0:02.00 Downloading... 0.0 %
0:02.47 Downloading... 5.0 %
0:02.61 Downloading... 10.0 %
0:02.73 Downloading... 15.1 %
0:02.82 Downloading... 20.0 %
0:02.91 Downloading... 25.1 %
0:02.99 Downloading... 30.0 %
0:03.08 Downloading... 35.1 %
0:03.16 Downloading... 40.0 %
0:03.24 Downloading... 45.1 %
0:03.33 Downloading... 50.0 %
0:03.49 Downloading... 55.0 %
0:03.50 Downloading... 60.1 %
0:03.71 Downloading... 65.0 %
0:03.72 Downloading... 70.1 %
0:03.83 Downloading... 75.0 %
0:03.94 Downloading... 80.1 %
0:04.05 Downloading... 85.0 %
0:04.16 Downloading... 90.1 %
0:04.27 Downloading... 95.0 %
0:04.38 Downloading... 100.0 %
0:04.38 Unpacking temporary location /Users/dhunt/.mozbuild/cache/browsertime/8745c3584f51f06e-ImageMagick-x86_64-apple-darwin18.7.0.tar.gz
Error running mach:
['browsertime', '--setup']
The error occurred in the implementation of the invoked mach command.
This should never occur and is likely a bug in the implementation of that
command.
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:
Exception: Cannot find an extracted directory: /Users/dhunt/.mozbuild/browsertime/ImageMagick-7.0.8
File "/Users/dhunt/workspace/mozilla-unified/tools/browsertime/mach_commands.py", line 427, in browsertime
return self.setup(should_clobber=clobber)
File "/Users/dhunt/workspace/mozilla-unified/tools/browsertime/mach_commands.py", line 218, in setup
raise Exception("Cannot find an extracted directory: %s" % path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment