Skip to content

Instantly share code, notes, and snippets.

@gregglind
Created December 4, 2014 23:10
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 gregglind/b9889d557b8ca5fa80d8 to your computer and use it in GitHub Desktop.
Save gregglind/b9889d557b8ca5fa80d8 to your computer and use it in GitHub Desktop.
Servo build errors
36423 glind ~/gits/servo [git:master]$ ./mach build
Submodule 'tests/wpt/web-platform-tests' (https://github.com/servo/web-platform-tests.git) registered for path 'tests/wpt/web-platform-tests'
Cloning into 'tests/wpt/web-platform-tests'...
remote: Counting objects: 73149, done.
remote: Compressing objects: 100% (23005/23005), done.
remote: Total 73149 (delta 47863), reused 73139 (delta 47855)
Receiving objects: 100% (73149/73149), 53.81 MiB | 590 KiB/s, done.
Resolving deltas: 100% (47863/47863), done.
Submodule path 'tests/wpt/web-platform-tests': checked out 'a467a3312ae3730e9e1ce0fd1cc200a2dbeadbe6'
Submodule 'resources' (https://github.com/servo/testharness.js.git) registered for path 'resources'
Submodule 'tools/pywebsocket' (https://github.com/w3c/pywebsocket.git) registered for path 'tools/pywebsocket'
Submodule 'tools/wptserve' (https://github.com/w3c/wptserve.git) registered for path 'tools/wptserve'
Cloning into 'resources'...
remote: Counting objects: 667, done.
remote: Compressing objects: 100% (282/282), done.
remote: Total 667 (delta 389), reused 658 (delta 383)
Receiving objects: 100% (667/667), 3.96 MiB | 654 KiB/s, done.
Resolving deltas: 100% (389/389), done.
Submodule path 'resources': checked out 'aa9725381c2c51e37232062e8aa72142eccbf410'
Submodule 'webidl2' (https://github.com/darobin/webidl2.js.git) registered for path 'webidl2'
Cloning into 'webidl2'...
remote: Counting objects: 983, done.
remote: Total 983 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (983/983), 200.43 KiB, done.
Resolving deltas: 100% (614/614), done.
Submodule path 'webidl2': checked out '3e551bf0395025fdab9361e67c2eff4a96632e9b'
Submodule 'test/widlproc' (https://github.com/dontcallmedom/widlproc.git) registered for path 'test/widlproc'
Cloning into 'test/widlproc'...
remote: Counting objects: 1578, done.
remote: Total 1578 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1578/1578), 488.13 KiB | 564 KiB/s, done.
Resolving deltas: 100% (845/845), done.
Submodule path 'test/widlproc': checked out '4ef8dde69c0ba3d0167bccfa2775eea7f0d6c7fe'
Cloning into 'tools/pywebsocket'...
remote: Counting objects: 3429, done.
remote: Total 3429 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (3429/3429), 662.56 KiB | 557 KiB/s, done.
Resolving deltas: 100% (2480/2480), done.
Submodule path 'tools/pywebsocket': checked out '8c285d9015121e8c1c40be852439fc03b4a18112'
Cloning into 'tools/wptserve'...
remote: Counting objects: 761, done.
remote: Total 761 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (761/761), 201.11 KiB, done.
Resolving deltas: 100% (481/481), done.
Submodule path 'tools/wptserve': checked out 'ebbae22caeea598f750158b13a846d7ff714d0b0'
Downloading Rust snapshot...
Downloading Rust snapshot: 100.0%
Extracting Rust snapshot...
Snapshot Rust ready.
Downloading Cargo nightly...
Downloading Cargo nightly: 100.6%
Extracting Cargo nightly...
Cargo ready.
An unknown error occurred
To learn more, run the command again with --verbose.
Build completed in 0.43s
36424 glind ~/gits/servo [git:master_]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment