[INFO] fetching crate weighted-regexp 0.1.0... [INFO] testing weighted-regexp-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate weighted-regexp 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate weighted-regexp 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate weighted-regexp 0.1.0 [INFO] finished tweaking crates.io crate weighted-regexp 0.1.0 [INFO] tweaked toml for crates.io crate weighted-regexp 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quickcheck v0.3.2 [INFO] [stderr] Downloaded quickcheck v0.2.27 [INFO] [stderr] Downloaded quickcheck_macros v0.2.29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f2c80b533f10131ff1ac46fb580026c7f6e7f5f21217f15b69e0d931b1ef9c9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8f2c80b533f10131ff1ac46fb580026c7f6e7f5f21217f15b69e0d931b1ef9c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f2c80b533f10131ff1ac46fb580026c7f6e7f5f21217f15b69e0d931b1ef9c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f2c80b533f10131ff1ac46fb580026c7f6e7f5f21217f15b69e0d931b1ef9c9", kill_on_drop: false }` [INFO] [stdout] 8f2c80b533f10131ff1ac46fb580026c7f6e7f5f21217f15b69e0d931b1ef9c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1546dda1ff35c22ddcae94087b3bbe89e1e0af70a79e836a8665caa2b33890df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1546dda1ff35c22ddcae94087b3bbe89e1e0af70a79e836a8665caa2b33890df", kill_on_drop: false }` [INFO] [stderr] Compiling weighted-regexp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | impl Regex for Box> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 18 - impl Regex for Box> { [INFO] [stdout] 18 + impl Regex for Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:136:39 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn match_regex(re : &mut Regex, over : I) -> M [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - pub fn match_regex(re : &mut Regex, over : I) -> M [INFO] [stdout] 136 + pub fn match_regex(re : &mut dyn Regex, over : I) -> M [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:175:34 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn has_match(re : &mut Regex, over : I) -> bool [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 175 - pub fn has_match(re : &mut Regex, over : I) -> bool [INFO] [stdout] 175 + pub fn has_match(re : &mut dyn Regex, over : I) -> bool [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "1546dda1ff35c22ddcae94087b3bbe89e1e0af70a79e836a8665caa2b33890df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1546dda1ff35c22ddcae94087b3bbe89e1e0af70a79e836a8665caa2b33890df", kill_on_drop: false }` [INFO] [stdout] 1546dda1ff35c22ddcae94087b3bbe89e1e0af70a79e836a8665caa2b33890df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d2facb230c285535f62a70a642409aaf3696fc9a2ab657bd97c87c5c5dea6b7d [INFO] running `Command { std: "docker" "start" "-a" "d2facb230c285535f62a70a642409aaf3696fc9a2ab657bd97c87c5c5dea6b7d", kill_on_drop: false }` [INFO] [stderr] Compiling quickcheck v0.3.2 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | impl Regex for Box> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 18 - impl Regex for Box> { [INFO] [stdout] 18 + impl Regex for Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:136:39 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn match_regex(re : &mut Regex, over : I) -> M [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - pub fn match_regex(re : &mut Regex, over : I) -> M [INFO] [stdout] 136 + pub fn match_regex(re : &mut dyn Regex, over : I) -> M [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:175:34 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn has_match(re : &mut Regex, over : I) -> bool [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 175 - pub fn has_match(re : &mut Regex, over : I) -> bool [INFO] [stdout] 175 + pub fn has_match(re : &mut dyn Regex, over : I) -> bool [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quickcheck_macros v0.2.29 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(plugin_registrar, rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: a __rustc_plugin_registrar symbol must now be defined instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate rustc_plugin; [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: cannot find attribute `plugin_registrar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | #[plugin_registrar] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `plugin_registrar` is in scope, but it is a function, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | reg.register_syntax_extension(token::intern("quickcheck"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:51:33 [INFO] [stdout] | [INFO] [stdout] 51 | span: codemap::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:52:31 [INFO] [stdout] | [INFO] [stdout] 52 | _: &ast::MetaItem, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ItemKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ItemKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:58:39 [INFO] [stdout] | [INFO] [stdout] 58 | let prop_ty = cx.ty(span, TyKind::BareFn(P(ast::BareFnTy { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:58:56 [INFO] [stdout] | [INFO] [stdout] 58 | let prop_ty = cx.ty(span, TyKind::BareFn(P(ast::BareFnTy { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ItemKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | ItemKind::Static(..) => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ItemKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Annotatable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | Annotatable::Item(item) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Annotatable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | span: codemap::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | item: &ast::Item, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | inner_ident: P) -> Annotatable { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:84:18 [INFO] [stdout] | [INFO] [stdout] 84 | let prop = P(ast::Item {attrs: Vec::new(), ..item.clone()}); [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:23 [INFO] [stdout] | [INFO] [stdout] 86 | let check_ident = token::str_to_ident("quickcheck"); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | id: ast::DUMMY_NODE_ID, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StmtKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | node: StmtKind::Item(prop), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `StmtKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | id: ast::DUMMY_NODE_ID, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StmtKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | node: StmtKind::Expr(cx.expr_call_global(span, check_path, vec![inner_ident])), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `StmtKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:101:65 [INFO] [stdout] | [INFO] [stdout] 101 | let test = cx.item_fn(span, item.ident, vec![], cx.ty(span, TyKind::Tup(vec![])), body); [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:34 [INFO] [stdout] | [INFO] [stdout] 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Annotatable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | Annotatable::Item(P(ast::Item {attrs: attrs, ..(*test).clone()})) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Annotatable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:109:25 [INFO] [stdout] | [INFO] [stdout] 109 | Annotatable::Item(P(ast::Item {attrs: attrs, ..(*test).clone()})) [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Registry` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn plugin_registrar(reg: &mut Registry) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MultiModifier` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 28 | ... MultiModifier(Box::new(expand_meta_quickcheck))); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:50:36 [INFO] [stdout] | [INFO] [stdout] 50 | fn expand_meta_quickcheck(cx: &mut ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:53:39 [INFO] [stdout] | [INFO] [stdout] 53 | annot_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:53:55 [INFO] [stdout] | [INFO] [stdout] 53 | annot_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:58:54 [INFO] [stdout] | [INFO] [stdout] 50 | fn expand_meta_quickcheck(cx: &mut ExtCtxt, [INFO] [stdout] | - help: you might be missing a type parameter: `

` [INFO] [stdout] ... [INFO] [stdout] 58 | let prop_ty = cx.ty(span, TyKind::BareFn(P(ast::BareFnTy { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:79:23 [INFO] [stdout] | [INFO] [stdout] 79 | fn wrap_item(cx: &mut ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:82:27 [INFO] [stdout] | [INFO] [stdout] 82 | inner_ident: P) -> Annotatable { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:82:44 [INFO] [stdout] | [INFO] [stdout] 82 | inner_ident: P) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:84:16 [INFO] [stdout] | [INFO] [stdout] 79 | fn wrap_item(cx: &mut ExtCtxt, [INFO] [stdout] | - help: you might be missing a type parameter: `

` [INFO] [stdout] ... [INFO] [stdout] 84 | let prop = P(ast::Item {attrs: Vec::new(), ..item.clone()}); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Stmt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | let fn_decl = Stmt { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Stmt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:95:22 [INFO] [stdout] | [INFO] [stdout] 95 | let check_call = Stmt { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:109:23 [INFO] [stdout] | [INFO] [stdout] 79 | fn wrap_item(cx: &mut ExtCtxt, [INFO] [stdout] | - help: you might be missing a type parameter: `

` [INFO] [stdout] ... [INFO] [stdout] 109 | Annotatable::Item(P(ast::Item {attrs: attrs, ..(*test).clone()})) [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(plugin_registrar, rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 39 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433, E0463, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `quickcheck_macros` due to 40 previous errors [INFO] running `Command { std: "docker" "inspect" "d2facb230c285535f62a70a642409aaf3696fc9a2ab657bd97c87c5c5dea6b7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2facb230c285535f62a70a642409aaf3696fc9a2ab657bd97c87c5c5dea6b7d", kill_on_drop: false }` [INFO] [stdout] d2facb230c285535f62a70a642409aaf3696fc9a2ab657bd97c87c5c5dea6b7d