[INFO] updating cached repository https://github.com/paulrouget/servo-embedding-example
[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] f1037801a5460c90404b486e82e3bd24f6e570d9
[INFO] checking paulrouget/servo-embedding-example against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulrouget%2Fservo-embedding-example" "/workspace/builds/worker-14/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/paulrouget/servo-embedding-example on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/paulrouget/servo-embedding-example
[INFO] finished tweaking git repo https://github.com/paulrouget/servo-embedding-example
[INFO] tweaked toml for git repo https://github.com/paulrouget/servo-embedding-example written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate git repo https://github.com/paulrouget/servo-embedding-example already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 9d0b697c83df8b2fa4b71c8fbaeead444e24a6f1b6fbef658193030b7c6fca40
[INFO] running `"docker" "start" "-a" "9d0b697c83df8b2fa4b71c8fbaeead444e24a6f1b6fbef658193030b7c6fca40"`
[INFO] [stderr]    Compiling bitflags v1.0.0
[INFO] [stderr]    Compiling mozjs_sys v0.50.1
[INFO] [stderr]    Compiling procedural-masquerade v0.1.2
[INFO] [stderr]    Compiling khronos_api v2.1.0
[INFO] [stderr]     Checking smallbitvec v1.0.6
[INFO] [stderr]     Checking scopeguard v0.3.2
[INFO] [stderr]     Checking getopts v0.2.14
[INFO] [stderr]     Checking signpost v0.1.0 (https://github.com/pcwalton/signpost.git#7ed71250)
[INFO] [stderr]    Compiling same-file v0.1.3
[INFO] [stderr]     Checking atomic_refcell v0.1.0
[INFO] [stderr]    Compiling openssl v0.9.22
[INFO] [stderr]    Compiling webrender v0.57.0 (https://github.com/servo/webrender#6611df9f)
[INFO] [stderr]     Checking alloc-no-stdlib v1.2.0
[INFO] [stderr]     Checking bitreader v0.3.0
[INFO] [stderr]     Checking mp3-metadata v0.3.0
[INFO] [stderr]     Checking swapper v0.1.0
[INFO] [stderr]    Compiling dom_struct v0.0.1 (https://github.com/servo/servo?rev=17d7a12#17d7a12a)
[INFO] [stderr]     Checking ref_filter_map v1.0.1
[INFO] [stderr]     Checking half v1.0.0
[INFO] [stderr]     Checking ref_slice v1.1.1
[INFO] [stderr]    Compiling script_plugins v0.0.1 (https://github.com/servo/servo?rev=17d7a12#17d7a12a)
[INFO] [stderr] error[E0503]: cannot use `state` because it was mutably borrowed
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:33
[INFO] [stderr]      |
[INFO] [stderr] 955  |     let mut machine = |cont: &mut bool, (i, c): (usize, char)| {
[INFO] [stderr]      |                       ---------------------------------------- borrow of `state` occurs here
[INFO] [stderr] ...
[INFO] [stderr] 959  |         state = match (state, whitespace, limit) {
[INFO] [stderr]      |                        ----- borrow occurs due to use of `state` in closure
[INFO] [stderr] ...
[INFO] [stderr] 1008 |     while cont && match state { B | C => true, A => false } {
[INFO] [stderr]      |                                 ^ use of borrowed `state`
[INFO] [stderr] 1009 |         machine(&mut cont, (fake_i, ' '));
[INFO] [stderr]      |         ------- borrow later used here
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0503`.
[INFO] [stderr]     Checking mitochondria v1.1.2
[INFO] [stderr] error: could not compile `getopts`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0462]: found staticlib `rustc` instead of rlib or dylib
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/17d7a12/components/script_plugins/lib.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | extern crate rustc;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: please recompile that crate using --crate-type lib
[INFO] [stderr]    = note: the following crate versions were found:
[INFO] [stderr]            crate `rustc`: /opt/rustwide/rustup-home/toolchains/bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.asan.a
[INFO] [stderr]            crate `rustc`: /opt/rustwide/rustup-home/toolchains/bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.tsan.a
[INFO] [stderr]            crate `rustc`: /opt/rustwide/rustup-home/toolchains/bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.msan.a
[INFO] [stderr]            crate `rustc`: /opt/rustwide/rustup-home/toolchains/bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.lsan.a
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `script_plugins`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_quote'
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/servo-12bfca331f128de3/17d7a12/components/dom_struct/lib.rs:17:22
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let attributes = quote! {
[INFO] [stderr]    |                      ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #54722 <https://github.com/rust-lang/rust/issues/54722> for more information
[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/17d7a12/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: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
[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/17d7a12/components/dom_struct/lib.rs:9:31
[INFO] [stderr]   |
[INFO] [stderr] 9 | use proc_macro::{TokenStream, quote};
[INFO] [stderr]   |                               ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #54722 <https://github.com/rust-lang/rust/issues/54722> for more information
[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] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "9d0b697c83df8b2fa4b71c8fbaeead444e24a6f1b6fbef658193030b7c6fca40"`
[INFO] running `"docker" "rm" "-f" "9d0b697c83df8b2fa4b71c8fbaeead444e24a6f1b6fbef658193030b7c6fca40"`
[INFO] [stdout] 9d0b697c83df8b2fa4b71c8fbaeead444e24a6f1b6fbef658193030b7c6fca40
