[INFO] updating cached repository https://github.com/Moggers/amethyst_servo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 82c3b28937004b24fc31558655e00fde7d6bb324 [INFO] checking Moggers/amethyst_servo against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoggers%2Famethyst_servo" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Moggers/amethyst_servo on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Moggers/amethyst_servo [INFO] finished tweaking git repo https://github.com/Moggers/amethyst_servo [INFO] tweaked toml for git repo https://github.com/Moggers/amethyst_servo written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Moggers/amethyst_servo already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3df661967d4c91edc3e3a71c01dfed38994ffd70f02a30bb36bbe29237f01f4e [INFO] running `"docker" "start" "-a" "3df661967d4c91edc3e3a71c01dfed38994ffd70f02a30bb36bbe29237f01f4e"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking num-traits v0.2.2 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Checking utf-8 v0.7.2 [INFO] [stderr] Compiling mozjs_sys v0.50.1 [INFO] [stderr] Compiling procedural-masquerade v0.1.5 [INFO] [stderr] Checking smallbitvec v1.0.7 [INFO] [stderr] Checking getopts v0.2.17 [INFO] [stderr] Checking signpost v0.1.0 (https://github.com/pcwalton/signpost.git#7ed71250) [INFO] [stderr] Compiling ident_case v1.0.0 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Checking futures v0.1.19 [INFO] [stderr] Checking unicode-segmentation v1.2.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking atomic_refcell v0.1.1 [INFO] [stderr] Checking mint v0.5.0 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Checking binary-space-partition v0.1.2 [INFO] [stderr] Compiling webrender v0.57.0 (https://github.com/servo/webrender#00b85801) [INFO] [stderr] Checking alloc-no-stdlib v1.2.0 [INFO] [stderr] Checking bitreader v0.3.1 [INFO] [stderr] Checking thread_profiler v0.1.3 [INFO] [stderr] Checking mp3-metadata v0.3.0 [INFO] [stderr] Checking hex v0.3.1 [INFO] [stderr] Checking shrev v0.8.1 [INFO] [stderr] Compiling dom_struct v0.0.1 (https://github.com/servo/servo#e8fdc677) [INFO] [stderr] Checking half v1.1.0 [INFO] [stderr] Checking swapper v0.1.0 [INFO] [stderr] Checking mitochondria v1.1.2 [INFO] [stderr] Checking hetseq v0.1.5 [INFO] [stderr] Compiling script_plugins v0.0.1 (https://github.com/servo/servo#e8fdc677) [INFO] [stderr] Checking ref_slice v1.1.1 [INFO] [stderr] Checking ref_filter_map v1.0.1 [INFO] [stderr] Checking hashglobe v0.1.0 (https://github.com/servo/servo#e8fdc677) [INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/e8fdc67/components/dom_struct/lib.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | let attributes = quote! { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54722 [INFO] [stderr] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: procedural macros cannot be expanded to expressions [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/e8fdc67/components/dom_struct/lib.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | let attributes = quote! { [INFO] [stderr] | ______________________^ [INFO] [stderr] 18 | | #[derive(DenyPublicFields, DomObject, JSTraceable, MallocSizeOf)] [INFO] [stderr] 19 | | #[must_root] [INFO] [stderr] 20 | | #[repr(C)] [INFO] [stderr] 21 | | }; [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54727 [INFO] [stderr] = help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/e8fdc67/components/dom_struct/lib.rs:9:31 [INFO] [stderr] | [INFO] [stderr] 9 | use proc_macro::{TokenStream, quote}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54722 [INFO] [stderr] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `dom_struct`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `rustc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/e8fdc67/components/script_plugins/lib.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | extern crate rustc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `script_plugins`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3df661967d4c91edc3e3a71c01dfed38994ffd70f02a30bb36bbe29237f01f4e"` [INFO] running `"docker" "rm" "-f" "3df661967d4c91edc3e3a71c01dfed38994ffd70f02a30bb36bbe29237f01f4e"` [INFO] [stdout] 3df661967d4c91edc3e3a71c01dfed38994ffd70f02a30bb36bbe29237f01f4e