[INFO] cloning repository https://github.com/cyndis/shorts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cyndis/shorts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyndis%2Fshorts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyndis%2Fshorts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 410e9c2235ce9183f03a75dd43360bc5efe535d9 [INFO] testing cyndis/shorts against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyndis%2Fshorts" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cyndis/shorts 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/cyndis/shorts [INFO] finished tweaking git repo https://github.com/cyndis/shorts [INFO] tweaked toml for git repo https://github.com/cyndis/shorts written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/cyndis/shorts 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] Downloading crates ... [INFO] [stderr] Downloaded gcc v0.3.2 [INFO] [stderr] Downloaded time v0.1.21 [INFO] [stderr] Downloaded libc v0.1.3 [INFO] [stderr] Downloaded peg v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 844b99a27feb3ca61480178f9d64f294fc5379a8823109cf7940910e9aa934d0 [INFO] running `Command { std: "docker" "start" "-a" "844b99a27feb3ca61480178f9d64f294fc5379a8823109cf7940910e9aa934d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "844b99a27feb3ca61480178f9d64f294fc5379a8823109cf7940910e9aa934d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "844b99a27feb3ca61480178f9d64f294fc5379a8823109cf7940910e9aa934d0", kill_on_drop: false }` [INFO] [stdout] 844b99a27feb3ca61480178f9d64f294fc5379a8823109cf7940910e9aa934d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 31905aebe9d2439ba1030892f116403445c38f2fa5cb8952735225e50928ce35 [INFO] running `Command { std: "docker" "start" "-a" "31905aebe9d2439ba1030892f116403445c38f2fa5cb8952735225e50928ce35", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.2 [INFO] [stderr] Compiling libc v0.1.3 [INFO] [stderr] Compiling peg v0.2.1 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, quote, box_syntax, core, collections, rustc_private, box_patterns, str_char)] [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[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, quote, box_syntax, core, collections, rustc_private, box_patterns, str_char)] [INFO] [stdout] | ^^^^^ feature has been removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:248:112 [INFO] [stdout] | [INFO] [stdout] 245 | ... Rule{name: [INFO] [stdout] | ---- while parsing this struct [INFO] [stdout] ... [INFO] [stdout] 248 | ... box() expression, [INFO] [stdout] | -^^^^^^^^^^ expected one of `,`, `.`, `?`, `}`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: try adding a comma: `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1632:90 [INFO] [stdout] | [INFO] [stdout] 1629 | ... TaggedExpr{name: [INFO] [stdout] | ---------- while parsing this struct [INFO] [stdout] ... [INFO] [stdout] 1632 | ... box() expression,} [INFO] [stdout] | -^^^^^^^^^^ expected one of `,`, `.`, `?`, `}`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: try adding a comma: `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `expr` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1661:68 [INFO] [stdout] | [INFO] [stdout] 1660 | ... TaggedExpr{name: None, [INFO] [stdout] | ---------- while parsing this struct [INFO] [stdout] 1661 | ... expr: box() expr,} [INFO] [stdout] | -^^^^ expected one of `,`, `.`, `?`, `}`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: try adding a comma: `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1721:85 [INFO] [stdout] | [INFO] [stdout] 1721 | ... PosAssertExpr(box() expression) [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1757:93 [INFO] [stdout] | [INFO] [stdout] 1757 | ... NegAssertExpr(box() expression) [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1799:76 [INFO] [stdout] | [INFO] [stdout] 1799 | ... OptionalExpr(box() expression) [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1838:90 [INFO] [stdout] | [INFO] [stdout] 1838 | ... Repeat(box() expression, [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `sep` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1841:95 [INFO] [stdout] | [INFO] [stdout] 1841 | ... Some(box() sep)) [INFO] [stdout] | -^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1889:98 [INFO] [stdout] | [INFO] [stdout] 1889 | ... Repeat(box() expression, [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `sep` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1892:103 [INFO] [stdout] | [INFO] [stdout] 1892 | ... Some(box() sep)) [INFO] [stdout] | -^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1934:94 [INFO] [stdout] | [INFO] [stdout] 1934 | ... Repeat(box() expression, [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:1980:102 [INFO] [stdout] | [INFO] [stdout] 1980 | ... Repeat(box() expression, [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:2050:134 [INFO] [stdout] | [INFO] [stdout] 2050 | ... Repeat(box() expression, [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:2173:166 [INFO] [stdout] | [INFO] [stdout] 2173 | ... Repeat(box() expression, [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `expression` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:2301:162 [INFO] [stdout] | [INFO] [stdout] 2301 | ... Repeat(box() expression, [INFO] [stdout] | -^^^^^^^^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [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/peg-0.2.1/src/peg_syntax_ext.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | 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.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] 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] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [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/peg-0.2.1/src/rustast.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::from_str_radix` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::num::from_str_radix; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `from_str_radix` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `rustast::AstBuilder`, `rustast::DUMMY_SP` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | use rustast::{AstBuilder, DUMMY_SP}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^ no `DUMMY_SP` in `rustast` [INFO] [stdout] | | [INFO] [stdout] | no `AstBuilder` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rustast::DUMMY_SP` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rustast::DUMMY_SP; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `DUMMY_SP` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rustast::AstBuilder` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rustast::AstBuilder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `AstBuilder` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:175:13 [INFO] [stdout] | [INFO] [stdout] 175 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | items.push(quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:236:3 [INFO] [stdout] | [INFO] [stdout] 236 | (quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:247:3 [INFO] [stdout] | [INFO] [stdout] 247 | (quote_item!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:277:2 [INFO] [stdout] | [INFO] [stdout] 277 | quote_expr!(ctxt, { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:313:4 [INFO] [stdout] | [INFO] [stdout] 313 | quote_expr!(ctxt, any_char(input, state, pos)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:319:5 [INFO] [stdout] | [INFO] [stdout] 319 | quote_expr!(ctxt, slice_eq_case_insensitive(input, state, pos, $sl)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:322:5 [INFO] [stdout] | [INFO] [stdout] 322 | quote_expr!(ctxt, slice_eq(input, state, pos, $sl)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | quote_expr!(ctxt, Matched(next, ())), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | quote_expr!(ctxt, state.mark_failure(pos, $expected_str)), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:335:38 [INFO] [stdout] | [INFO] [stdout] 335 | let m = ctxt.expr_match(DUMMY_SP, quote_expr!(ctxt, ch), vec!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:349:4 [INFO] [stdout] | [INFO] [stdout] 349 | quote_expr!(ctxt, if input.len() > pos { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:359:4 [INFO] [stdout] | [INFO] [stdout] 359 | quote_expr!(ctxt, $func(input, state, pos)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | quote_expr!(ctxt, Matched(pos, ())) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:386:6 [INFO] [stdout] | [INFO] [stdout] 386 | quote_expr!(ctxt, { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:399:5 [INFO] [stdout] | [INFO] [stdout] 399 | quote_expr!(ctxt, Matched(pos, ())) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:405:4 [INFO] [stdout] | [INFO] [stdout] 405 | quote_expr!(ctxt, match $optional_res { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_tokens` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:417:6 [INFO] [stdout] | [INFO] [stdout] 417 | quote_tokens!(ctxt, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:431:5 [INFO] [stdout] | [INFO] [stdout] 431 | quote_expr!(ctxt, repeat_value) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | quote_expr!(ctxt, ()) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_tokens` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:438:6 [INFO] [stdout] | [INFO] [stdout] 438 | (quote_tokens!(ctxt, let mut repeat_value = vec!();), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_tokens` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:439:6 [INFO] [stdout] | [INFO] [stdout] 439 | quote_tokens!(ctxt, repeat_value.push(value);)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_tokens` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:446:18 [INFO] [stdout] | [INFO] [stdout] 446 | Some(max) => quote_tokens!(ctxt, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:452:5 [INFO] [stdout] | [INFO] [stdout] 452 | quote_expr!(ctxt, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:460:5 [INFO] [stdout] | [INFO] [stdout] 460 | quote_expr!(ctxt, Matched(repeat_pos, $result)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:463:4 [INFO] [stdout] | [INFO] [stdout] 463 | quote_expr!(ctxt, { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:491:4 [INFO] [stdout] | [INFO] [stdout] 491 | quote_expr!(ctxt, { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:502:4 [INFO] [stdout] | [INFO] [stdout] 502 | quote_expr!(ctxt, { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:522:7 [INFO] [stdout] | [INFO] [stdout] 522 | quote_expr!(ctxt, { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_expr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:532:4 [INFO] [stdout] | [INFO] [stdout] 532 | quote_expr!(ctxt, { [INFO] [stdout] | ^^^^^^^^^^ [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/peg-0.2.1/src/peg_syntax_ext.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: could not find `ast` in `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:73:68 [INFO] [stdout] | [INFO] [stdout] 73 | RustUseSimple(ref p) => ctxt.item_use_simple(DUMMY_SP, rustast::ast::Inherited, rustast::parse_path(p.as_slice())), [INFO] [stdout] | ^^^ could not find `ast` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ast` in `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:74:64 [INFO] [stdout] | [INFO] [stdout] 74 | RustUseGlob(ref p) => ctxt.item_use_glob(DUMMY_SP, rustast::ast::Inherited, rustast::parse_path_vec(p.as_slice())), [INFO] [stdout] | ^^^ could not find `ast` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ast` in `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:75:71 [INFO] [stdout] | [INFO] [stdout] 75 | RustUseList(ref p, ref v) => ctxt.item_use_list(DUMMY_SP, rustast::ast::Inherited, rustast::parse_path_vec(p.as_slice()), [INFO] [stdout] | ^^^ could not find `ast` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::path::AsPath` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.2/src/lib.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | use std::path::{PathBuf, AsPath}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `AsPath` in `path` [INFO] [stdout] | help: a similar name exists in the module: `Path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ast` in `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:338:63 [INFO] [stdout] | [INFO] [stdout] 338 | ctxt.pat_lit(DUMMY_SP, ctxt.expr_lit(DUMMY_SP, rustast::ast::LitChar(case.start))) [INFO] [stdout] | ^^^ could not find `ast` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ast` in `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:340:35 [INFO] [stdout] | [INFO] [stdout] 340 | ctxt.pat(DUMMY_SP, rustast::ast::PatRange( [INFO] [stdout] | ^^^ could not find `ast` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ast` in `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:341:41 [INFO] [stdout] | [INFO] [stdout] 341 | ... ctxt.expr_lit(DUMMY_SP, rustast::ast::LitChar(case.start)), [INFO] [stdout] | ^^^ could not find `ast` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ast` in `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:342:41 [INFO] [stdout] | [INFO] [stdout] 342 | ... ctxt.expr_lit(DUMMY_SP, rustast::ast::LitChar(case.end)) [INFO] [stdout] | ^^^ could not find `ast` in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gcc` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: expected identifier, found `"std"` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.3/rust/src/liblibc/lib.rs:79:46 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg(feature = "cargo-build")] extern crate "std" as core; [INFO] [stdout] | ^^^^^ expected identifier [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [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/peg-0.2.1/src/rustast.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn parse_path(e: &str) -> ast::Path { [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/peg-0.2.1/src/rustast.rs:27:39 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn parse_path_vec(s: &str) -> Vec { [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/peg-0.2.1/src/rustast.rs:31:34 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn parse_block(e: &str) -> P { [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/peg-0.2.1/src/rustast.rs:39:33 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn parse_type(e: &str) -> P { [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/peg-0.2.1/src/peg_syntax_ext.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | token::intern("peg"), [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | token::intern("peg_file"), [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/peg-0.2.1/src/peg_syntax_ext.rs:35:48 [INFO] [stdout] | [INFO] [stdout] 35 | fn expand_peg_str<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> Box { [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/peg-0.2.1/src/peg_syntax_ext.rs:35:70 [INFO] [stdout] | [INFO] [stdout] 35 | fn expand_peg_str<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> Box { [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/peg-0.2.1/src/peg_syntax_ext.rs:35:91 [INFO] [stdout] | [INFO] [stdout] 35 | fn expand_peg_str<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> Box { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [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/peg-0.2.1/src/peg_syntax_ext.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | None => 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 crate or module `codemap` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:44:49 [INFO] [stdout] | [INFO] [stdout] 44 | fn expand_peg_file<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> Box { [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/peg-0.2.1/src/peg_syntax_ext.rs:44:71 [INFO] [stdout] | [INFO] [stdout] 44 | fn expand_peg_file<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> Box { [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/peg-0.2.1/src/peg_syntax_ext.rs:44:92 [INFO] [stdout] | [INFO] [stdout] 44 | fn expand_peg_file<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> Box { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [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/peg-0.2.1/src/peg_syntax_ext.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | None => 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/peg-0.2.1/src/peg_syntax_ext.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | 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 crate or module `codemap` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:63:37 [INFO] [stdout] | [INFO] [stdout] 63 | fn expand_peg(cx: &mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, source: &str) -> Box { [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/peg-0.2.1/src/peg_syntax_ext.rs:63:59 [INFO] [stdout] | [INFO] [stdout] 63 | fn expand_peg(cx: &mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, source: &str) -> Box { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [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/peg-0.2.1/src/peg_syntax_ext.rs:70:16 [INFO] [stdout] | [INFO] [stdout] 70 | 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 crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:77:63 [INFO] [stdout] | [INFO] [stdout] 77 | let allow = cx.attribute(DUMMY_SP, cx.meta_list(DUMMY_SP, token::InternedString::new("allow"), vec![ [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:78:32 [INFO] [stdout] | [INFO] [stdout] 78 | cx.meta_word(DUMMY_SP, token::InternedString::new("non_snake_case")), [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | cx.meta_word(DUMMY_SP, token::InternedString::new("unused")), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [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/peg-0.2.1/src/peg_syntax_ext.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | MacEager::items(SmallVector::one(cx.item_mod(sp, sp, ident, vec![allow], ast.items.clone()))) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `MacEager` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmallVector` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | MacEager::items(SmallVector::one(cx.item_mod(sp, sp, ident, vec![allow], ast.items.clone()))) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SmallVector` [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/peg-0.2.1/src/peg_syntax_ext.rs:85:39 [INFO] [stdout] | [INFO] [stdout] 85 | fn parse_arg(cx: &mut ExtCtxt, tts: &[ast::TokenTree]) -> Option { [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 `parse` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:88:22 [INFO] [stdout] | [INFO] [stdout] 88 | let mut parser = parse::new_parser_from_tts(cx.parse_sess(), cx.cfg(), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `parse` [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/peg-0.2.1/src/peg_syntax_ext.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | ast::ExprLit(ref spanned) => { [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/peg-0.2.1/src/peg_syntax_ext.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | ast::LitStr(ref n, _) => { [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/peg-0.2.1/src/peg_syntax_ext.rs:97:37 [INFO] [stdout] | [INFO] [stdout] 97 | if !parser.eat(&token::Eof) { [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 `pprust` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/peg_syntax_ext.rs:111:23 [INFO] [stdout] | [INFO] [stdout] 111 | pprust::expr_to_string(&*arg)); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `pprust` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:51:40 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn compile_grammar(ctxt: &rustast::ExtCtxt, grammar: &Grammar) -> rustast::P { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:51:80 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn compile_grammar(ctxt: &rustast::ExtCtxt, grammar: &Grammar) -> rustast::P { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mod` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:51:91 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn compile_grammar(ctxt: &rustast::ExtCtxt, grammar: &Grammar) -> rustast::P { [INFO] [stdout] | ^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:70:45 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn translate_view_items(ctxt: &rustast::ExtCtxt, imports: &[RustUse]) -> Vec> { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:70:91 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn translate_view_items(ctxt: &rustast::ExtCtxt, imports: &[RustUse]) -> Vec> { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:70:102 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn translate_view_items(ctxt: &rustast::ExtCtxt, imports: &[RustUse]) -> Vec> { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | v.iter().map(|s| rustast::str_to_ident(s.as_slice())).collect::>().as_slice() [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:82:37 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn header_items(ctxt: &rustast::ExtCtxt) -> Vec> { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:82:62 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn header_items(ctxt: &rustast::ExtCtxt) -> Vec> { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:82:73 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn header_items(ctxt: &rustast::ExtCtxt) -> Vec> { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:232:33 [INFO] [stdout] | [INFO] [stdout] 232 | fn compile_rule(ctxt: &rustast::ExtCtxt, rule: &Rule) -> rustast::P { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:232:67 [INFO] [stdout] | [INFO] [stdout] 232 | fn compile_rule(ctxt: &rustast::ExtCtxt, rule: &Rule) -> rustast::P { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:232:78 [INFO] [stdout] | [INFO] [stdout] 232 | fn compile_rule(ctxt: &rustast::ExtCtxt, rule: &Rule) -> rustast::P { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:233:22 [INFO] [stdout] | [INFO] [stdout] 233 | let name = rustast::str_to_ident(format!("parse_{}", rule.name).as_slice()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:243:40 [INFO] [stdout] | [INFO] [stdout] 243 | fn compile_rule_export(ctxt: &rustast::ExtCtxt, rule: &Rule) -> rustast::P { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:243:74 [INFO] [stdout] | [INFO] [stdout] 243 | fn compile_rule_export(ctxt: &rustast::ExtCtxt, rule: &Rule) -> rustast::P { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:243:85 [INFO] [stdout] | [INFO] [stdout] 243 | fn compile_rule_export(ctxt: &rustast::ExtCtxt, rule: &Rule) -> rustast::P { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:244:22 [INFO] [stdout] | [INFO] [stdout] 244 | let name = rustast::str_to_ident(rule.name.as_slice()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:246:26 [INFO] [stdout] | [INFO] [stdout] 246 | let parse_fn = rustast::str_to_ident(format!("parse_{}", rule.name).as_slice()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:270:43 [INFO] [stdout] | [INFO] [stdout] 270 | fn compile_match_and_then(ctxt: &rustast::ExtCtxt, e: &Expr, value_name: Option<&str>, then: rustast::P) -> rustast::P /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:270:103 [INFO] [stdout] | [INFO] [stdout] 270 | fn compile_match_and_then(ctxt: &rustast::ExtCtxt, e: &Expr, value_name: Option<&str>, then: rustast::P) -> rustast::P /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:270:114 [INFO] [stdout] | [INFO] [stdout] 270 | ... value_name: Option<&str>, then: rustast::P) -> rustast::P { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:270:133 [INFO] [stdout] | [INFO] [stdout] 270 | ...on<&str>, then: rustast::P) -> rustast::P { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:270:144 [INFO] [stdout] | [INFO] [stdout] 270 | ...n: rustast::P) -> rustast::P { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:273:26 [INFO] [stdout] | [INFO] [stdout] 273 | Some(name) => rustast::str_to_ident(name), [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:274:20 [INFO] [stdout] | [INFO] [stdout] 274 | None => rustast::str_to_ident("_") [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:310:33 [INFO] [stdout] | [INFO] [stdout] 310 | fn compile_expr(ctxt: &rustast::ExtCtxt, e: &Expr, result_used: bool) -> rustast::P { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:310:83 [INFO] [stdout] | [INFO] [stdout] 310 | fn compile_expr(ctxt: &rustast::ExtCtxt, e: &Expr, result_used: bool) -> rustast::P { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:310:94 [INFO] [stdout] | [INFO] [stdout] 310 | fn compile_expr(ctxt: &rustast::ExtCtxt, e: &Expr, result_used: bool) -> rustast::P { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:358:24 [INFO] [stdout] | [INFO] [stdout] 358 | let func = rustast::str_to_ident(format!("parse_{}", *rule_name).as_slice()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:363:33 [INFO] [stdout] | [INFO] [stdout] 363 | fn write_seq(ctxt: &rustast::ExtCtxt, exprs: &[Expr]) -> rustast::P { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:363:70 [INFO] [stdout] | [INFO] [stdout] 363 | fn write_seq(ctxt: &rustast::ExtCtxt, exprs: &[Expr]) -> rustast::P { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:363:81 [INFO] [stdout] | [INFO] [stdout] 363 | fn write_seq(ctxt: &rustast::ExtCtxt, exprs: &[Expr]) -> rustast::P { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use translate::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:379:36 [INFO] [stdout] | [INFO] [stdout] 379 | fn write_choice(ctxt: &rustast::ExtCtxt, exprs: &[Expr], result_used: bool) -> rustast::P { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:379:92 [INFO] [stdout] | [INFO] [stdout] 379 | fn write_choice(ctxt: &rustast::ExtCtxt, exprs: &[Expr], result_used: bool) -> rustast::P { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:379:103 [INFO] [stdout] | [INFO] [stdout] 379 | fn write_choice(ctxt: &rustast::ExtCtxt, exprs: &[Expr], result_used: bool) -> rustast::P { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use translate::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:512:33 [INFO] [stdout] | [INFO] [stdout] 512 | fn write_seq(ctxt: &rustast::ExtCtxt, exprs: &[TaggedExpr], code: &str) -> rustast::P { [INFO] [stdout] | ^^^^^^^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:512:88 [INFO] [stdout] | [INFO] [stdout] 512 | fn write_seq(ctxt: &rustast::ExtCtxt, exprs: &[TaggedExpr], code: &str) -> rustast::P { [INFO] [stdout] | ^ not found in `rustast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr` in module `rustast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/translate.rs:512:99 [INFO] [stdout] | [INFO] [stdout] 512 | fn write_seq(ctxt: &rustast::ExtCtxt, exprs: &[TaggedExpr], code: &str) -> rustast::P { [INFO] [stdout] | ^^^^ not found in `rustast` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use translate::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:2661:25 [INFO] [stdout] | [INFO] [stdout] 2661 | let ::std::str::CharRange { ch, next } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:2875:61 [INFO] [stdout] | [INFO] [stdout] 2875 | ... let ::std::str::CharRange { [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:4367:25 [INFO] [stdout] | [INFO] [stdout] 4367 | let ::std::str::CharRange { ch, next } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:4377:25 [INFO] [stdout] | [INFO] [stdout] 4377 | let ::std::str::CharRange { ch, next } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:4397:25 [INFO] [stdout] | [INFO] [stdout] 4397 | let ::std::str::CharRange { ch, next } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:4407:25 [INFO] [stdout] | [INFO] [stdout] 4407 | let ::std::str::CharRange { ch, next } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:4579:25 [INFO] [stdout] | [INFO] [stdout] 4579 | let ::std::str::CharRange { ch, next } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/grammar.rs:4589:25 [INFO] [stdout] | [INFO] [stdout] 4589 | let ::std::str::CharRange { ch, next } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [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/peg-0.2.1/src/rustast.rs:12:26 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn module(items: Vec>) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/rustast.rs:12:28 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn module(items: Vec>) -> P { [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[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/rustast.rs:12:39 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn module(items: Vec>) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mod` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/rustast.rs:12:41 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn module(items: Vec>) -> P { [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/peg-0.2.1/src/rustast.rs:13:2 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn module(items: Vec>) -> P { [INFO] [stdout] | - help: you might be missing a type parameter: `

` [INFO] [stdout] 13 | P(Mod{ [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Mod` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/rustast.rs:13:4 [INFO] [stdout] | [INFO] [stdout] 13 | P(Mod{ [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/rustast.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | inner: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.2.1/src/rustast.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | s.split("::").map(|i| str_to_ident(i)).collect() [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/peg-0.2.1/src/rustast.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn parse_block(e: &str) -> P { [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/peg-0.2.1/src/rustast.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn parse_type(e: &str) -> P { [INFO] [stdout] | ^ not found in this scope [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/peg-0.2.1/src/peg_syntax_ext.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | 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/peg-0.2.1/src/peg_syntax_ext.rs:35:35 [INFO] [stdout] | [INFO] [stdout] 35 | fn expand_peg_str<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> 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/peg-0.2.1/src/peg_syntax_ext.rs:35:115 [INFO] [stdout] | [INFO] [stdout] 35 | fn expand_peg_str<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> Box { [INFO] [stdout] | - help: you might be missing a type parameter: `, MacResult` ^^^^^^^^^ 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/peg-0.2.1/src/peg_syntax_ext.rs:44:36 [INFO] [stdout] | [INFO] [stdout] 44 | fn expand_peg_file<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> 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/peg-0.2.1/src/peg_syntax_ext.rs:44:116 [INFO] [stdout] | [INFO] [stdout] 44 | fn expand_peg_file<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec) -> Box { [INFO] [stdout] | - help: you might be missing a type parameter: `, MacResult` ^^^^^^^^^ 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/peg-0.2.1/src/peg_syntax_ext.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | fn expand_peg(cx: &mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, source: &str) -> 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/peg-0.2.1/src/peg_syntax_ext.rs:63:92 [INFO] [stdout] | [INFO] [stdout] 63 | fn expand_peg(cx: &mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, source: &str) -> Box { [INFO] [stdout] | - help: you might be missing a type parameter: `` ^^^^^^^^^ 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/peg-0.2.1/src/peg_syntax_ext.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | fn parse_arg(cx: &mut ExtCtxt, tts: &[ast::TokenTree]) -> Option { [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/peg-0.2.1/src/peg_syntax_ext.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, quote, box_syntax, core, collections, rustc_private, box_patterns, str_char)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 166 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0432, E0433, E0463, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "31905aebe9d2439ba1030892f116403445c38f2fa5cb8952735225e50928ce35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31905aebe9d2439ba1030892f116403445c38f2fa5cb8952735225e50928ce35", kill_on_drop: false }` [INFO] [stdout] 31905aebe9d2439ba1030892f116403445c38f2fa5cb8952735225e50928ce35