Skip to content

Instantly share code, notes, and snippets.

@stephendonner
Created October 22, 2019 16:05
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 stephendonner/265aa808697f380d1eae3fd29a4a2825 to your computer and use it in GitHub Desktop.
Save stephendonner/265aa808697f380d1eae3fd29a4a2825 to your computer and use it in GitHub Desktop.
./mach browsertime --setup using ImageMagick 17.7.0, macOS
stephendonner-7hlvdq:mozilla-unified sdonner$ hg bookmark imagemagick
stephendonner-7hlvdq:mozilla-unified sdonner$ atom tools/browsertime/mach_commands.py
stephendonner-7hlvdq:mozilla-unified sdonner$ hg diff
diff --git a/tools/browsertime/mach_commands.py b/tools/browsertime/mach_commands.py
--- a/tools/browsertime/mach_commands.py
+++ b/tools/browsertime/mach_commands.py
@@ -111,9 +111,9 @@ host_fetches = {
# It's sad that the macOS URLs don't include version numbers. If
# ImageMagick is released frequently, we'll need to be more
# accommodating of multiple versions here.
- 'url': 'https://imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin18.7.0.tar.gz', # noqa
+ 'url': 'https://imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin17.7.0.tar.gz', # noqa
# An extension to `fetch` syntax.
- 'path': 'ImageMagick-18.7.0',
+ 'path': 'ImageMagick-7.0.8',
},
},
'linux64': {
stephendonner-7hlvdq:mozilla-unified sdonner$ ./mach browsertime --setup
0:00.41 Downloading to temporary location /Users/sdonner/.mozbuild/cache/browsertime/e494300d068cc5c1-ImageMagick-x86_64-apple-darwin17.7.0.tar.gz
0:00.60 Downloading... 0.0 %
0:00.61 Downloading... 100.0 %
Error running mach:
['browsertime', '--setup']
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:
HTTPError: 404 Client Error: Not Found for url: https://imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin17.7.0.tar.gz
File "/Users/sdonner/mozilla-source/mozilla-unified/tools/browsertime/mach_commands.py", line 404, in browsertime
return self.setup(should_clobber=clobber)
File "/Users/sdonner/mozilla-source/mozilla-unified/tools/browsertime/mach_commands.py", line 199, in setup
archive = artifact_cache.fetch(fetch['url'])
File "/Users/sdonner/mozilla-source/mozilla-unified/python/mozbuild/mozbuild/artifact_cache.py", line 208, in fetch
dl.wait()
File "/Users/sdonner/mozilla-source/mozilla-unified/third_party/python/dlmanager/dlmanager/manager.py", line 101, in wait
self.raise_if_error()
File "/Users/sdonner/mozilla-source/mozilla-unified/third_party/python/dlmanager/dlmanager/manager.py", line 116, in raise_if_error
six.reraise(*self.__error)
File "/Users/sdonner/mozilla-source/mozilla-unified/third_party/python/dlmanager/dlmanager/manager.py", line 175, in _download
response.raise_for_status()
File "/Users/sdonner/mozilla-source/mozilla-unified/third_party/python/requests/requests/models.py", line 840, in raise_for_status
raise HTTPError(http_error_msg, response=self)
stephendonner-7hlvdq:mozilla-unified sdonner$ hg wip
@ 558106:02d95bdf2f74 dwalsh tip autoland imagemagick Bug 1590029 - Show blocking button in multiple row view r=Honza
: o 558097:6eaa8ed40bb4 sdonner bug1589267 Bug 1589267 - Add conditioned-profile support for desktop Firefox in Browsertime. r?#perftest
:/
: o 558091:aa53586bd8cd release+treescript beta No bug - Tagging 907004dd708c884549bf85ce11a3901ce0148b66 with FIREFOX_71_0b3_RELEASE a=release CLOSED TREE DONTBUILD
: : o 558087:430123efc6ea release+treescript esr68 Automatic version bump CLOSED TREE NO BUG a=release DONTBUILD
: : ~
: : o 558066:3df61b429381 release+treescript release Automatic version bump CLOSED TREE NO BUG a=release DONTBUILD
: : ~
o : 557999:8e8e5bb63105 btara central inbound Backed out changeset 617d82c93a06 (bug 1590022) for test_fileapi_other.html & test_fileapi_other_worker.html failures CLOSED TREE
:\ \
: +---o 557956:34e77860ab30 sdonner D49491 Bug 1589203: Browsertime's --setup ImageMagick binary link for macOS is 404/outdated/broken. r?#perftest
: o : 557939:563f437f24b9 nbeleuzu Merge autoland to mozilla-central. a=merge
:/:/
: : o 557909:f5337ae596aa sdonner bug1537944 Bug 1537944. Add conditioned-profile support for desktop Firefox in Raptor. r?#perftest, ?tarek
: :/
: o 557808:d42c22627c8d aiakab FIREFOX_NIGHTLY_71_END Merge autoland to mozilla-central. a=merge
:/
: o 557590:54ef0339f6bd sdonner Bug 1537944. Add conditioned-profile support for desktop Firefox in Raptor. r?#perftest, ?tarek
:/
o 557499:c260b3893967 ccoroiu Backed out changeset 8c0ed99d462c (bug 1578445) for browser-chrome failures at browser/modules/test/browser/browser_UsageTelemetry_urlbar_tip.js on a CLOSED TREE
~
o 556930:e67641c2e4cc ffxbld esr60 No Bug, mozilla-esr60 repo-update blocklist - a=repo-update r=RyanVM
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment