[INFO] cloning repository https://github.com/sambhavsaggi/browserception [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sambhavsaggi/browserception" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsambhavsaggi%2Fbrowserception", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsambhavsaggi%2Fbrowserception'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 97d9d75483ab24f1c80fde5f7654f5c3141c8485 [INFO] testing sambhavsaggi/browserception against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsambhavsaggi%2Fbrowserception" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sambhavsaggi/browserception on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sambhavsaggi/browserception [INFO] finished tweaking git repo https://github.com/sambhavsaggi/browserception [INFO] tweaked toml for git repo https://github.com/sambhavsaggi/browserception written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/sambhavsaggi/browserception already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a2107d7a253fcb64df6fd8f754ecf365cac79722e3e77042cb9023bb4544cd0 [INFO] running `Command { std: "docker" "start" "-a" "9a2107d7a253fcb64df6fd8f754ecf365cac79722e3e77042cb9023bb4544cd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a2107d7a253fcb64df6fd8f754ecf365cac79722e3e77042cb9023bb4544cd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a2107d7a253fcb64df6fd8f754ecf365cac79722e3e77042cb9023bb4544cd0", kill_on_drop: false }` [INFO] [stdout] 9a2107d7a253fcb64df6fd8f754ecf365cac79722e3e77042cb9023bb4544cd0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0e10fe1066181aad07d981cf54a45b418275ee0666f302117f55ebb37183409 [INFO] running `Command { std: "docker" "start" "-a" "b0e10fe1066181aad07d981cf54a45b418275ee0666f302117f55ebb37183409", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling libc v0.2.105 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling smallbitvec v2.5.1 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bindgen v0.58.1 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling minimal-lexical v0.1.4 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling servo-media-traits v0.1.0 (https://github.com/servo/media#b23e7228) [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling atomic_refcell v0.1.8 [INFO] [stderr] Compiling inplace_it v0.3.3 [INFO] [stderr] Compiling byte-slice-cast v0.2.0 [INFO] [stderr] Compiling signpost v0.1.0 (https://github.com/pcwalton/signpost.git#7ed71250) [INFO] [stderr] Compiling speexdsp-resampler v0.1.0 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling urlencoding v1.3.3 [INFO] [stderr] Compiling winit v0.24.0 (https://github.com/rust-windowing/winit.git?rev=4192d04a53202c199f94d1b7d883a34c9ad09272#4192d04a) [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling encoding_c_mem v0.2.6 [INFO] [stderr] Compiling encoding_c v0.9.8 [INFO] [stderr] Compiling procedural-masquerade v0.1.7 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling surfman-chains-api v0.2.0 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling unicode-script v0.5.4 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling ucd v0.1.1 [INFO] [stderr] Compiling binary-space-partition v0.1.2 [INFO] [stderr] Compiling xi-unicode v0.1.0 [INFO] [stderr] Compiling tracy-rs v0.1.2 [INFO] [stderr] Compiling hyper-openssl v0.7.1 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling sw-composite v0.7.14 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling net v0.0.1 (https://github.com/servo/servo?rev=6734eab188b5264b8d0b11686f332d88205e8d1f#6734eab1) [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling script_plugins v0.0.1 (https://github.com/servo/servo?rev=6734eab188b5264b8d0b11686f332d88205e8d1f#6734eab1) [INFO] [stderr] Compiling swapper v0.1.0 [INFO] [stderr] Compiling mitochondria v1.1.2 [INFO] [stderr] Compiling libservo v0.0.1 (https://github.com/servo/servo?rev=6734eab188b5264b8d0b11686f332d88205e8d1f#6734eab1) [INFO] [stderr] Compiling ref_filter_map v1.0.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling libloading v0.7.1 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stdout] error[E0463]: can't find crate for `rustc_ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | extern crate rustc_ast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_driver` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | extern crate rustc_driver; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_hir` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern crate rustc_hir; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_lint` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | extern crate rustc_lint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_middle` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern crate rustc_middle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_session` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | extern crate rustc_session; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_span` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | extern crate rustc_span; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stdout] error: cannot find macro `declare_lint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | declare_lint!( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttrKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | AttrKind::Normal(attr_item, _) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `AttrKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:95:57 [INFO] [stdout] | [INFO] [stdout] 95 | fn is_unrooted_ty(sym: &Symbols, cx: &LateContext, ty: &ty::TyS, in_new_function: bool) -> bool { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 107 | ty::Adt(did, substs) => { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | if let ty::Adt(did, _) = inner.kind() { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:126:57 [INFO] [stdout] | [INFO] [stdout] 126 | } else if match_def_path(cx, did.did, &[sym::core, sym.cell, sym.Ref]) || [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:127:51 [INFO] [stdout] | [INFO] [stdout] 127 | match_def_path(cx, did.did, &[sym::core, sym.cell, sym.RefMut]) || [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:128:51 [INFO] [stdout] | [INFO] [stdout] 128 | match_def_path(cx, did.did, &[sym::core, sym::slice, sym::iter, sym.Iter]) || [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:128:62 [INFO] [stdout] | [INFO] [stdout] 128 | match_def_path(cx, did.did, &[sym::core, sym::slice, sym::iter, sym.Iter]) || [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:128:74 [INFO] [stdout] | [INFO] [stdout] 128 | match_def_path(cx, did.did, &[sym::core, sym::slice, sym::iter, sym.Iter]) || [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:132:27 [INFO] [stdout] | [INFO] [stdout] 132 | &[sym::core, sym::slice, sym::iter, sym.IterMut], [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:132:38 [INFO] [stdout] | [INFO] [stdout] 132 | &[sym::core, sym::slice, sym::iter, sym.IterMut], [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:132:50 [INFO] [stdout] | [INFO] [stdout] 132 | &[sym::core, sym::slice, sym::iter, sym.IterMut], [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:139:27 [INFO] [stdout] | [INFO] [stdout] 139 | &[sym::std, sym.collections, sym.hash, sym.map, sym.Entry], [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:145:29 [INFO] [stdout] | [INFO] [stdout] 145 | ... sym::std, [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:156:29 [INFO] [stdout] | [INFO] [stdout] 156 | ... sym::std, [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:166:27 [INFO] [stdout] | [INFO] [stdout] 166 | &[sym::std, sym.collections, sym.hash, sym.map, sym.Iter], [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:171:27 [INFO] [stdout] | [INFO] [stdout] 171 | &[sym::std, sym.collections, sym.hash, sym.set, sym.Iter], [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | ty::Ref(..) => false, // don't recurse down &ptrs [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:184:13 [INFO] [stdout] | [INFO] [stdout] 184 | ty::RawPtr(..) => false, // don't recurse down *ptrs [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | ty::FnDef(..) | ty::FnPtr(_) => false, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:185:29 [INFO] [stdout] | [INFO] [stdout] 185 | ty::FnDef(..) | ty::FnPtr(_) => false, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | kind: visit::FnKind<'tcx>, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `source_map` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:262:15 [INFO] [stdout] | [INFO] [stdout] 262 | span: source_map::Span, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `source_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | visit::FnKind::ItemFn(n, _, _, _) | visit::FnKind::Method(n, _, _) => { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:266:49 [INFO] [stdout] | [INFO] [stdout] 266 | visit::FnKind::ItemFn(n, _, _, _) | visit::FnKind::Method(n, _, _) => { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | visit::FnKind::Closure => return, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:300:9 [INFO] [stdout] | [INFO] [stdout] 300 | visit::walk_expr(&mut visitor, &body.value); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:310:16 [INFO] [stdout] | [INFO] [stdout] 310 | impl<'a, 'tcx> visit::Visitor<'tcx> for FnDefVisitor<'a, 'tcx> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:329:13 [INFO] [stdout] | [INFO] [stdout] 329 | ExprKind::Cast(ref subexpr, _) => require_rooted(cx, self.in_new_function, &*subexpr), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | visit::walk_expr(self, expr); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | visit::walk_pat(self, pat); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExpnKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:407:9 [INFO] [stdout] | [INFO] [stdout] 407 | ExpnKind::Macro(MacroKind::Derive, ..) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExpnKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MacroKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:407:25 [INFO] [stdout] | [INFO] [stdout] 407 | ExpnKind::Macro(MacroKind::Derive, ..) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `MacroKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Symbol` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | $( $s: Symbol::intern(stringify!($s)), )+ [INFO] [stdout] | ^^^^^^ use of undeclared type `Symbol` [INFO] [stdout] ... [INFO] [stdout] 429 | / symbols! { [INFO] [stdout] 430 | | unrooted_must_root_lint [INFO] [stdout] 431 | | allow_unrooted_interior [INFO] [stdout] 432 | | allow_unrooted_in_rc [INFO] [stdout] ... | [INFO] [stdout] 449 | | VacantEntry [INFO] [stdout] 450 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `symbols` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Registry` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:38:39 [INFO] [stdout] | [INFO] [stdout] 38 | fn __rustc_plugin_registrar(reg: &mut Registry) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Registry` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | fn registrar(reg: &mut Registry) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UNROOTED_MUST_ROOT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | reg.lint_store.register_lints(&[&UNROOTED_MUST_ROOT]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:82:42 [INFO] [stdout] | [INFO] [stdout] 82 | fn has_lint_attr(sym: &Symbols, attrs: &[Attribute], name: Symbol) -> bool { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Symbol` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:82:60 [INFO] [stdout] | [INFO] [stdout] 82 | fn has_lint_attr(sym: &Symbols, attrs: &[Attribute], name: Symbol) -> bool { [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Symbols` [INFO] [stdout] ... [INFO] [stdout] 415 | struct Symbols { [INFO] [stdout] | -------------- similarly named struct `Symbols` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:95:39 [INFO] [stdout] | [INFO] [stdout] 95 | fn is_unrooted_ty(sym: &Symbols, cx: &LateContext, ty: &ty::TyS, in_new_function: bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LintPass` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:196:6 [INFO] [stdout] | [INFO] [stdout] 196 | impl LintPass for UnrootedPass { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LateLintPass` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:202:12 [INFO] [stdout] | [INFO] [stdout] 202 | impl<'tcx> LateLintPass<'tcx> for UnrootedPass { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:205:35 [INFO] [stdout] | [INFO] [stdout] 205 | fn check_item(&mut self, cx: &LateContext<'tcx>, item: &'tcx hir::Item) { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UNROOTED_MUST_ROOT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:214:29 [INFO] [stdout] | [INFO] [stdout] 214 | cx.lint(UNROOTED_MUST_ROOT, |lint| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:229:38 [INFO] [stdout] | [INFO] [stdout] 229 | fn check_variant(&mut self, cx: &LateContext, var: &hir::Variant) { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UNROOTED_MUST_ROOT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:239:37 [INFO] [stdout] | [INFO] [stdout] 239 | ... cx.lint(UNROOTED_MUST_ROOT, |lint| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:258:14 [INFO] [stdout] | [INFO] [stdout] 258 | cx: &LateContext<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HirId` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | id: HirId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UNROOTED_MUST_ROOT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:278:29 [INFO] [stdout] | [INFO] [stdout] 278 | cx.lint(UNROOTED_MUST_ROOT, |lint| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UNROOTED_MUST_ROOT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | cx.lint(UNROOTED_MUST_ROOT, |lint| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | cx: &'a LateContext<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:316:36 [INFO] [stdout] | [INFO] [stdout] 316 | let require_rooted = |cx: &LateContext, in_new_function: bool, subexpr: &hir::Expr| { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UNROOTED_MUST_ROOT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:319:25 [INFO] [stdout] | [INFO] [stdout] 319 | cx.lint(UNROOTED_MUST_ROOT, |lint| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UNROOTED_MUST_ROOT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:361:29 [INFO] [stdout] | [INFO] [stdout] 361 | cx.lint(UNROOTED_MUST_ROOT, |lint| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:384:24 [INFO] [stdout] | [INFO] [stdout] 384 | fn match_def_path(cx: &LateContext, def_id: DefId, path: &[Symbol]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | fn match_def_path(cx: &LateContext, def_id: DefId, path: &[Symbol]) -> bool { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Symbol` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:384:60 [INFO] [stdout] | [INFO] [stdout] 384 | fn match_def_path(cx: &LateContext, def_id: DefId, path: &[Symbol]) -> bool { [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Symbols` [INFO] [stdout] ... [INFO] [stdout] 415 | struct Symbols { [INFO] [stdout] | -------------- similarly named struct `Symbols` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling webrender_build v0.0.1 (https://github.com/jdm/webrender?branch=crash-backtrace#920168af) [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:404:25 [INFO] [stdout] | [INFO] [stdout] 404 | fn in_derive_expn(span: Span) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Symbol` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:416:20 [INFO] [stdout] | [INFO] [stdout] 416 | $( $s: Symbol, )+ [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 429 | / symbols! { [INFO] [stdout] 430 | | unrooted_must_root_lint [INFO] [stdout] 431 | | allow_unrooted_interior [INFO] [stdout] 432 | | allow_unrooted_in_rc [INFO] [stdout] ... | [INFO] [stdout] 449 | | VacantEntry [INFO] [stdout] 450 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `symbols` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(plugin)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/6734eab/components/script_plugins/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #![feature(rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 69 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling data-url v0.1.0 [INFO] [stderr] error: could not compile `script_plugins` due to 70 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b0e10fe1066181aad07d981cf54a45b418275ee0666f302117f55ebb37183409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0e10fe1066181aad07d981cf54a45b418275ee0666f302117f55ebb37183409", kill_on_drop: false }` [INFO] [stdout] b0e10fe1066181aad07d981cf54a45b418275ee0666f302117f55ebb37183409