Skip to content

Instantly share code, notes, and snippets.

View daleharvey's full-sized avatar

Dale Harvey daleharvey

View GitHub Profile
This file has been truncated, but you can view the full file.
./mach build -v -j1
0:00.86 Clobber not needed.
0:00.86 Adding make options from None
MOZ_OBJDIR=/home/dale/src/gecko/obj-x86_64-pc-linux-gnu
OBJDIR=/home/dale/src/gecko/obj-x86_64-pc-linux-gnu
0:00.87 /usr/bin/make -f client.mk MOZ_PARALLEL_BUILD=1
0:00.87 /usr/bin/make -j1 -C /home/dale/src/gecko/obj-x86_64-pc-linux-gnu
0:00.89 make[1]: Entering directory '/home/dale/src/gecko/obj-x86_64-pc-linux-gnu'
0:00.89 make[2]: Entering directory '/home/dale/src/gecko/obj-x86_64-pc-linux-gnu'
0:00.90 /usr/bin/make recurse_pre-export
12:11.84 [glslopt 0.1.2] exit code: 0
12:11.85 [swgl 0.1.0] AR_x86_64-unknown-linux-gnu = None
12:11.85 [swgl 0.1.0] AR_x86_64_unknown_linux_gnu = Some("/usr/bin/ar")
12:11.85 [swgl 0.1.0] running: "/usr/bin/ar" "crs" "/home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/build/swgl-0e955421d2000c43/out/libgl_cc.a" "/home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/build/swgl-0e955421d2000c43/out/src/gl.o"
12:11.93 [swgl 0.1.0] exit code: 0
12:11.93 [swgl 0.1.0] cargo:rustc-link-lib=static=gl_cc
12:11.93 [swgl 0.1.0] cargo:rustc-link-search=native=/home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/build/swgl-0e955421d2000c43/out
12:11.93 [swgl 0.1.0] CXXSTDLIB_x86_64-unknown-linux-gnu = None
12:11.93 [swgl 0.1.0] CXXSTDLIB_x86_64_unknown_linux_gnu = None
12:11.93 [swgl 0.1.0] HOST_CXXSTDLIB = None
dale@ubuntu:~/src/gecko$ /home/dale/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name xpcom xpcom/rust/xpcom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C metadata=3eedb11fcf141f56 -C extra-filename=-3eedb11fcf141f56 --out-dir /home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/home/dale/src/gecko/build/cargo-linker -C incremental=/home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/incremental -L dependency=/home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/dale/src/gecko/obj-x86_64-pc-linux-gnu/release/deps --extern libc=/home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblibc-0024dbac27863b53.rmeta --extern nserror=/home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/de
0:46.78 Compiling jsrust_shared v0.1.0 (/home/dale/src/gecko/js/src/rust/shared)
0:46.96 Compiling style v0.0.1 (/home/dale/src/gecko/servo/components/style)
1:13.74 Compiling neqo_glue v0.1.0 (/home/dale/src/gecko/netwerk/socket/neqo_glue)
1:16.39 Compiling wgpu_bindings v0.1.0 (/home/dale/src/gecko/gfx/wgpu_bindings)
1:45.26 error: could not compile `style`.
1:45.33 Caused by:
1:45.33 process didn't exit successfully: `/home/dale/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name style servo/components/style/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort --cfg 'feature="bindgen"' --cfg 'feature="gecko"' --cfg 'feature="gecko_profiler"' --cfg 'feature="nsstring"' --cfg 'feature="regex"' --cfg 'feature="serde"' --cfg 'feature="toml"' -C metadata=fb3e6e3973bae3c1 -C extra-filename=-fb3e6e3973bae3c1 --out-dir /home/dale/src/gecko/obj-x86_64-pc-linux-gnu/x86_64-unknown-li
6:43.25 dom/plugins/base
76:44.94 dom/plugins/ipc
77:08.90 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:135:9: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
77:08.90 if (::FSFindFolder(kUserDomain, kCurrentUserFolderType, kDontCreateFolder,
77:08.90 ^
77:08.90 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
77:08.90 FSFindFolder(
77:08.90 ^
77:08.90 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:140:27: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported [-Wdeprecated-declarations]
77:08.90 CFURLRef userDirURL = ::CFURLCreateFromFSRef(kCFAllocatorDefault, &homeDir);
$ ./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:
curl -X POST ${SERVER}/buckets/main/collections/${CID}/records \
-d '{"data": {"name": "world"}}' \
-H 'Content-Type:application/json' \
-u ${BASIC_AUTH}
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1637402
-->
<head>
<meta charset="utf-8">
<title>Test for Bug 1637402</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
XPCOMUtils.defineLazyModuleGetters(this, {
AddonManager: "resource://gre/modules/AddonManager.jsm",
});
const {
// Run.py
import geocode
geocoder = geocode.Geocoder()
f = open("mls.csv", "r")
r = open("mls.res", "a")
for x in f: