[INFO] crate html5ever_dom_sink 0.2.0 is already in cache
[INFO] checking html5ever_dom_sink-0.2.0 against nightly-2019-10-27 for pr-65897
[INFO] extracting crate html5ever_dom_sink 0.2.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate html5ever_dom_sink 0.2.0 on toolchain nightly-2019-10-27
[INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate html5ever_dom_sink 0.2.0
[INFO] removed path dependency html5ever from crates.io crate html5ever_dom_sink 0.2.0
[INFO] removed path dependency html5ever_test_util from crates.io crate html5ever_dom_sink 0.2.0
[INFO] finished tweaking crates.io crate html5ever_dom_sink 0.2.0
[INFO] tweaked toml for crates.io crate html5ever_dom_sink 0.2.0 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 48941f100971f0e6508c31a0fc139d30ab96212133c8c9adced99fa40a2bf07f
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "48941f100971f0e6508c31a0fc139d30ab96212133c8c9adced99fa40a2bf07f"`
[INFO] [stderr] Checking new_debug_unreachable v1.0.3
[INFO] [stderr] Compiling void v1.0.2
[INFO] [stderr] Checking mac v0.1.1
[INFO] [stderr] Checking rc v0.1.1
[INFO] [stderr] Checking precomputed-hash v0.1.1
[INFO] [stderr] Compiling lazy_static v0.1.16
[INFO] [stderr] Compiling mac v0.0.2
[INFO] [stderr] Checking html5ever_test_util v0.1.0
[INFO] [stderr] Checking phf_shared v0.8.0
[INFO] [stderr] Checking debug_unreachable v0.1.1
[INFO] [stderr] Compiling string_cache v0.2.29
[INFO] [stderr] Compiling string_cache_shared v0.1.12
[INFO] [stderr] Compiling html5ever v0.2.11
[INFO] [stderr] Compiling unreachable v0.1.1
[INFO] [stderr] Checking futf v0.1.4
[INFO] [stderr] Compiling debug_unreachable v0.0.6
[INFO] [stderr] Checking string_cache v0.8.0
[INFO] [stderr] Checking tendril v0.1.6
[INFO] [stderr] Compiling string_cache_plugin v0.1.10
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/lib.rs:13:30
[INFO] [stderr] |
[INFO] [stderr] 13 | #![feature(plugin_registrar, quote, box_syntax)]
[INFO] [stderr] | ^^^^^ feature has been removed
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `rustc::plugin`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/lib.rs:29:12
[INFO] [stderr] |
[INFO] [stderr] 29 | use rustc::plugin::Registry;
[INFO] [stderr] | ^^^^^^ could not find `plugin` in `rustc`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `syntax::codemap`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:11:13
[INFO] [stderr] |
[INFO] [stderr] 11 | use syntax::codemap::Span;
[INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:14:13
[INFO] [stderr] |
[INFO] [stderr] 14 | use syntax::ext::base::{ExtCtxt, MacResult, MacEager};
[INFO] [stderr] | ^^^ could not find `ext` in `syntax`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `syntax::ast::TokenTree`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:12:5
[INFO] [stderr] |
[INFO] [stderr] 12 | use syntax::ast::TokenTree;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::InternedString`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:15:28
[INFO] [stderr] |
[INFO] [stderr] 15 | use syntax::parse::token::{InternedString, Ident, Literal, Lit};
[INFO] [stderr] | ^^^^^^^^^^^^^^ no `InternedString` in `parse::token`
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `quote_expr` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:55:15
[INFO] [stderr] |
[INFO] [stderr] 55 | expr: quote_expr!(&mut *cx, ::string_cache::atom::Atom { data: $data }),
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `quote_pat` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:56:14
[INFO] [stderr] |
[INFO] [stderr] 56 | pat: quote_pat!(&mut *cx, ::string_cache::atom::Atom { data: $data }),
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `quote_expr` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:98:15
[INFO] [stderr] |
[INFO] [stderr] 98 | expr: quote_expr!(&mut *cx, ::string_cache::namespace::Namespace($expr)),
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `quote_pat` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:99:14
[INFO] [stderr] |
[INFO] [stderr] 99 | pat: quote_pat!(&mut *cx, ::string_cache::namespace::Namespace($pat)),
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:64:20
[INFO] [stderr] |
[INFO] [stderr] 64 | [ref t] => ext_expect!(cx, sp, atom_tok_to_str(t), usage),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `ext` in `syntax`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:65:14
[INFO] [stderr] |
[INFO] [stderr] 65 | _ => ext_bail!(cx, sp, usage),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `ext` in `syntax`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:67:9
[INFO] [stderr] |
[INFO] [stderr] 67 | box ext_expect!(cx, sp, make_atom_result(cx, &*name),
[INFO] [stderr] | _________^
[INFO] [stderr] 68 | | &format!("Unknown static atom {}", &*name))
[INFO] [stderr] | |___________________________________________________^ could not find `ext` in `syntax`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:84:16
[INFO] [stderr] |
[INFO] [stderr] 84 | let name = ext_expect!(cx, sp, match tt {
[INFO] [stderr] | ________________^
[INFO] [stderr] 85 | | [ref t] => atom_tok_to_str(t),
[INFO] [stderr] 86 | | _ => None,
[INFO] [stderr] 87 | | }, &usage());
[INFO] [stderr] | |________________^ could not find `ext` in `syntax`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:89:21
[INFO] [stderr] |
[INFO] [stderr] 89 | let &(_, url) = ext_expect!(cx, sp,
[INFO] [stderr] | _____________________^
[INFO] [stderr] 90 | | ALL_NS.iter().find(|&&(short, _)| short.eq_ignore_ascii_case(&*name)),
[INFO] [stderr] 91 | | &usage());
[INFO] [stderr] | |_________________^ could not find `ext` in `syntax`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:94:36
[INFO] [stderr] |
[INFO] [stderr] 94 | let AtomResult { expr, pat } = ext_expect!(cx, sp, make_atom_result(cx, url),
[INFO] [stderr] | ____________________________________^
[INFO] [stderr] 95 | | &format!("internal plugin error: can't find namespace url {}", url));
[INFO] [stderr] | |____________________________________________________________________________^ could not find `ext` in `syntax`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:36:6
[INFO] [stderr] |
[INFO] [stderr] 36 | impl MacResult for AtomResult {
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:46:30
[INFO] [stderr] |
[INFO] [stderr] 46 | fn make_atom_result(cx: &mut ExtCtxt, name: &str) -> Option {
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:61:29
[INFO] [stderr] |
[INFO] [stderr] 61 | pub fn expand_atom(cx: &mut ExtCtxt, sp: Span, tt: &[TokenTree]) -> Box {
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:61:73
[INFO] [stderr] |
[INFO] [stderr] 61 | pub fn expand_atom(cx: &mut ExtCtxt, sp: Span, tt: &[TokenTree]) -> Box {
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:73:27
[INFO] [stderr] |
[INFO] [stderr] 73 | pub fn expand_ns(cx: &mut ExtCtxt, sp: Span, tt: &[TokenTree]) -> Box {
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:73:71
[INFO] [stderr] |
[INFO] [stderr] 73 | pub fn expand_ns(cx: &mut ExtCtxt, sp: Span, tt: &[TokenTree]) -> Box {
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 22 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0557.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `string_cache_plugin`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "48941f100971f0e6508c31a0fc139d30ab96212133c8c9adced99fa40a2bf07f"`
[INFO] running `"docker" "rm" "-f" "48941f100971f0e6508c31a0fc139d30ab96212133c8c9adced99fa40a2bf07f"`
[INFO] [stdout] 48941f100971f0e6508c31a0fc139d30ab96212133c8c9adced99fa40a2bf07f