This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➥ ./mach bootstrap | |
| Note on Artifact Mode: | |
| Artifact builds download prebuilt C++ components rather than building | |
| them locally. Artifact builds are faster! | |
| Artifact builds are recommended for people working on Firefox or | |
| Firefox for Android frontends, or the GeckoView Java API. They are unsuitable | |
| for those working on C++ code. For more information see: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "algorithm": "sha512", | |
| "visibility": "internal", | |
| "filename": "com.android.chrome-v.84.0.4147.125.apk", | |
| "unpack": false, | |
| "digest": "a8b23ad63036c4c28958f735547763d65791e9b73ce16c16893548910d0b9518cbb23c51bf007801f6f24695e9f694cf6f1e07e79b1939fb459ad0df9a3a29ae", | |
| "size": 137246388 | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Sun Sep 13 15:35:48 2020 | |
| @author: mcali | |
| """ | |
| #In this activity, we will use all of our different ways of comparing vectors. | |
| import numpy as np |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ✘ (moz-central) ~/Workspace/mozilla-central ☿ 548936@default | |
| ➥ ./mach browsertime --setup | |
| 0:00.55 Using artifact from local cache: /Users/ksereduck/.mozbuild/cache/browsertime/ac79da076f1ab59d-ffmpeg-4.1.1-macos64-static.zip | |
| 0:00.55 Unpacking temporary location /Users/ksereduck/.mozbuild/cache/browsertime/ac79da076f1ab59d-ffmpeg-4.1.1-macos64-static.zip | |
| 0:01.71 Installing browsertime node module from /Users/ksereduck/Workspace/mozilla-central/tools/browsertime/package.json | |
| Installing browsertime for mach using "/Users/ksereduck/.mozbuild/node/bin/node /Users/ksereduck/.mozbuild/node/bin/npm ci --loglevel=error --scripts-prepend-node-path"... | |
| browsertime installed successfully! | |
| NOTE: Your local browsertime binary is at /Users/ksereduck/Workspace/mozilla-central/tools/browsertime/node_modules/.bin/browsertime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➥ ./mach raptor -t raptor-tp6-wikipedia-firefox --post-startup-delay 1 --no-conditioned-profile | |
| ERROR:root:code for hash md5 was not found. | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> | |
| globals()[__func_name] = __get_hash(__func_name) | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor | |
| raise ValueError('unsupported hash type ' + name) | |
| ValueError: unsupported hash type md5 | |
| ERROR:root:code for hash sha1 was not found. | |
| Traceback (most recent call last): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➥ brew doctor | |
| Please note that these warnings are just used to help the Homebrew maintainers | |
| with debugging if you file an issue. If everything you use Homebrew for is | |
| working fine: please don't worry or file an issue; just ignore this. Thanks! | |
| Warning: Some installed formulae were deleted! | |
| You should find replacements for the following formulae: | |
| python@2 | |
| Warning: "config" scripts exist outside your system or Homebrew directories. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➥ ./mach raptor -t raptor-tp6-wikipedia-firefox --post-startup-delay 1 --no-conditioned-profile | |
| Updating external benchmarks from https://github.com/mozilla/perf-automation | |
| Cloning the benchmarks to /Users/ksereduck/.mozbuild/performance-tests | |
| Switched to branch 'master' | |
| Your branch is up to date with 'origin/master'. | |
| warning: Pulling without specifying how to reconcile divergent branches is | |
| discouraged. You can squelch this message by running one of the following | |
| commands sometime before your next pull: | |
| git config pull.rebase false # merge (the default strategy) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ✘ ~/Workspace/mozilla-central ☿ 542155@default | |
| ➥ ./mach mercurial-setup | |
| It looks like you are trying to run an unknown mach command: mercurial-setup | |
| Did you want to run any of these commands instead: vcs-setup? | |
| Run |mach help| to show a list of commands. | |
| ✘ ~/Workspace/mozilla-central ☿ 542155@default | |
| ➥ ./mach vcs-setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ✘ ~/Workspace/mozilla-central ☿ 541196@default ± | |
| ➥ ./mach raptor -t raptor-tp6-wikipedia-firefox --post-startup-delay 1 --no-conditioned-profile | |
| Updating external benchmarks from https://github.com/mozilla/perf-automation | |
| Cloning the benchmarks to /Users/ksereduck/.mozbuild/performance-tests | |
| Switched to branch 'master' | |
| Your branch is up to date with 'origin/master'. | |
| warning: Pulling without specifying how to reconcile divergent branches is | |
| discouraged. You can squelch this message by running one of the following | |
| commands sometime before your next pull: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➥ moz-phab patch D83984 --trace | |
| zsh: /usr/local/bin/moz-phab: bad interpreter: /usr/local/opt/python/bin/python3.7: no such file or directory | |
| DEBUG 2020-07-20 13:35:05,477 MozPhab (0.1.89) | |
| DEBUG 2020-07-20 13:35:05,478 found hg repo in /Users/ksereduck/Workspace/mozilla-central | |
| DEBUG 2020-07-20 13:35:05,479 $ hg --version --quiet | |
| DEBUG 2020-07-20 13:35:05,632 Mercurial Distributed SCM (version 5.4.2) | |
| DEBUG 2020-07-20 13:35:05,632 $ hg config | |
| DEBUG 2020-07-20 13:35:05,835 hg extensions: absorb, blackbox, clang-format, evolve, firefoxtree, fsmonitor, histedit, js-format, push-to-try, rebase, shelve | |
| DEBUG 2020-07-20 13:35:05,836 https://phabricator.services.mozilla.com/api/user.whoami {} | |
| ERROR 2020-07-20 13:35:05,991 Traceback (most recent call last): |
NewerOlder