[INFO] cloning repository https://github.com/denisandroid/Issue-49995 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/denisandroid/Issue-49995" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenisandroid%2FIssue-49995", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenisandroid%2FIssue-49995'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 194ae14fd90d3bcc5a5015088fa71e3cc7fda701 [INFO] testing denisandroid/Issue-49995 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenisandroid%2FIssue-49995" "/workspace/builds/worker-117/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-117/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/denisandroid/Issue-49995 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 git repo https://github.com/denisandroid/Issue-49995 [INFO] finished tweaking git repo https://github.com/denisandroid/Issue-49995 [INFO] tweaked toml for git repo https://github.com/denisandroid/Issue-49995 written to /workspace/builds/worker-117/source/Cargo.toml [INFO] crate git repo https://github.com/denisandroid/Issue-49995 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", 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] Downloading crates ... [INFO] [stderr] Downloaded clucstr v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 05d418374dee8f8d3091759f050a563c0b6a3ff563f39c42ee62e657f88e7d58 [INFO] running `Command { std: "docker" "start" "-a" "05d418374dee8f8d3091759f050a563c0b6a3ff563f39c42ee62e657f88e7d58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05d418374dee8f8d3091759f050a563c0b6a3ff563f39c42ee62e657f88e7d58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05d418374dee8f8d3091759f050a563c0b6a3ff563f39c42ee62e657f88e7d58", kill_on_drop: false }` [INFO] [stdout] 05d418374dee8f8d3091759f050a563c0b6a3ff563f39c42ee62e657f88e7d58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d148925b7e8141d48d898a7e32b9f76ef95a605f566fbc01a61862fc287f753 [INFO] running `Command { std: "docker" "start" "-a" "8d148925b7e8141d48d898a7e32b9f76ef95a605f566fbc01a61862fc287f753", kill_on_drop: false }` [INFO] [stderr] Compiling clucstr v0.1.0 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:147:12 [INFO] [stdout] | [INFO] [stdout] 147 | #![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/clucstr-0.1.0/src/lib.rs:149:1 [INFO] [stdout] | [INFO] [stdout] 149 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | extern crate rustc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: please recompile that crate using --crate-type lib [INFO] [stdout] = note: the following crate versions were found: [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.msan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.lsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.tsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.asan.a [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/clucstr-0.1.0/src/lib.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | 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/clucstr-0.1.0/src/lib.rs:181:3 [INFO] [stdout] | [INFO] [stdout] 181 | #[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 type `ExprKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:196:4 [INFO] [stdout] | [INFO] [stdout] 196 | ExprKind::Lit(ref l) => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:199:6 [INFO] [stdout] | [INFO] [stdout] 199 | LitKind::Str(s, _) => { [INFO] [stdout] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DummyResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:212:18 [INFO] [stdout] | [INFO] [stdout] 212 | ... return DummyResult::any(sp); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `DummyResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:218:10 [INFO] [stdout] | [INFO] [stdout] 218 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitIntType` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:218:35 [INFO] [stdout] | [INFO] [stdout] 218 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `LitIntType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UintTy` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:218:56 [INFO] [stdout] | [INFO] [stdout] 218 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^ use of undeclared type `UintTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:224:6 [INFO] [stdout] | [INFO] [stdout] 224 | LitKind::ByteStr(ref array) => { [INFO] [stdout] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DummyResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:234:18 [INFO] [stdout] | [INFO] [stdout] 234 | ... return DummyResult::any(sp); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `DummyResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:240:10 [INFO] [stdout] | [INFO] [stdout] 240 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitIntType` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:240:35 [INFO] [stdout] | [INFO] [stdout] 240 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `LitIntType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UintTy` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:240:56 [INFO] [stdout] | [INFO] [stdout] 240 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^ use of undeclared type `UintTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:246:6 [INFO] [stdout] | [INFO] [stdout] 246 | LitKind::Byte(ref a) => { [INFO] [stdout] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitIntType` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:252:34 [INFO] [stdout] | [INFO] [stdout] 252 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `LitIntType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UintTy` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:252:55 [INFO] [stdout] | [INFO] [stdout] 252 | ... LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^ use of undeclared type `UintTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DummyResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:258:14 [INFO] [stdout] | [INFO] [stdout] 258 | return DummyResult::any(sp); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `DummyResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DummyResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:265:12 [INFO] [stdout] | [INFO] [stdout] 265 | return DummyResult::any(sp); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `DummyResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:273:6 [INFO] [stdout] | [INFO] [stdout] 273 | LitKind::Int(0, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LitIntType` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:273:22 [INFO] [stdout] | [INFO] [stdout] 273 | LitKind::Int(0, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `LitIntType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UintTy` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:273:43 [INFO] [stdout] | [INFO] [stdout] 273 | LitKind::Int(0, LitIntType::Unsigned(UintTy::U8)), [INFO] [stdout] | ^^^^^^ use of undeclared type `UintTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:280:4 [INFO] [stdout] | [INFO] [stdout] 280 | ExprKind::AddrOf(Mutability::Immutable, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:280:21 [INFO] [stdout] | [INFO] [stdout] 280 | ExprKind::AddrOf(Mutability::Immutable, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:281:17 [INFO] [stdout] | [INFO] [stdout] 281 | cx.expr(sp, ExprKind::Array(array)) //[u8] [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [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/clucstr-0.1.0/src/lib.rs:290:14 [INFO] [stdout] | [INFO] [stdout] 290 | cx.ty(sp, TyKind::Slice( [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:294:4 [INFO] [stdout] | [INFO] [stdout] 294 | Mutability::Immutable // const [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:304:4 [INFO] [stdout] | [INFO] [stdout] 304 | Mutability::Immutable // const [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnOp` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:308:33 [INFO] [stdout] | [INFO] [stdout] 308 | let c_cstr = cx.expr_unary(sp, UnOp::Deref, c_cstr); [INFO] [stdout] | ^^^^ use of undeclared type `UnOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:311:27 [INFO] [stdout] | [INFO] [stdout] 311 | let c_cstr = cx.expr(sp, ExprKind::AddrOf(Mutability::Immutable, c_cstr)); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:311:44 [INFO] [stdout] | [INFO] [stdout] 311 | let c_cstr = cx.expr(sp, ExprKind::AddrOf(Mutability::Immutable, c_cstr)); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [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/clucstr-0.1.0/src/lib.rs:320:8 [INFO] [stdout] | [INFO] [stdout] 320 | 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 `BlockCheckMode` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | rules: BlockCheckMode::Unsafe(UnsafeSource::CompilerGenerated), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `BlockCheckMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnsafeSource` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:321:34 [INFO] [stdout] | [INFO] [stdout] 321 | rules: BlockCheckMode::Unsafe(UnsafeSource::CompilerGenerated), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `UnsafeSource` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MacEager` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:330:2 [INFO] [stdout] | [INFO] [stdout] 330 | MacEager::expr( [INFO] [stdout] | ^^^^^^^^ use of undeclared type `MacEager` [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/clucstr-0.1.0/src/lib.rs:182:35 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn plugin_registrar(reg: &mut Registry) { [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/clucstr-0.1.0/src/lib.rs:187:22 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn cstr(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:187:35 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn cstr(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:187:49 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn cstr(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:187:68 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn cstr(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [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/clucstr-0.1.0/src/lib.rs:318:19 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn cstr(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box { [INFO] [stdout] | - help: you might be missing a type parameter: `

` [INFO] [stdout] ... [INFO] [stdout] 318 | let mut block = P(Block { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Block` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.0/src/lib.rs:318:21 [INFO] [stdout] | [INFO] [stdout] 318 | let mut block = P(Block { [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/clucstr-0.1.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | #![feature(plugin_registrar, rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 46 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0433, E0463, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `clucstr` due to 47 previous errors [INFO] running `Command { std: "docker" "inspect" "8d148925b7e8141d48d898a7e32b9f76ef95a605f566fbc01a61862fc287f753", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d148925b7e8141d48d898a7e32b9f76ef95a605f566fbc01a61862fc287f753", kill_on_drop: false }` [INFO] [stdout] 8d148925b7e8141d48d898a7e32b9f76ef95a605f566fbc01a61862fc287f753