[INFO] crate rustc_lexer 0.0.1 is already in cache [INFO] extracting crate rustc_lexer 0.0.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rustc_lexer/0.0.1 [INFO] extracting crate rustc_lexer 0.0.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rustc_lexer/0.0.1 [INFO] validating manifest of rustc_lexer-0.0.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rustc_lexer-0.0.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rustc_lexer-0.0.1 [INFO] finished frobbing rustc_lexer-0.0.1 [INFO] frobbed toml for rustc_lexer-0.0.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rustc_lexer/0.0.1/Cargo.toml [INFO] started frobbing rustc_lexer-0.0.1 [INFO] finished frobbing rustc_lexer-0.0.1 [INFO] frobbed toml for rustc_lexer-0.0.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rustc_lexer/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rustc_lexer-0.0.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rustc_lexer/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4ee11f1701ca5b29ccae04d22c276880cb28a2049c2204cb1badb5cd26c5727b [INFO] running `"docker" "start" "-a" "4ee11f1701ca5b29ccae04d22c276880cb28a2049c2204cb1badb5cd26c5727b"` [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking syntex_syntax v0.18.0 [INFO] [stderr] error: no rules expected the token `flags` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | flags Restrictions: u8 { [INFO] [stderr] | ^^^^^ no rules expected this token in macro call [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Restrictions` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:350:27 [INFO] [stderr] | [INFO] [stderr] 350 | restrictions: Restrictions::empty(), [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Restrictions` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Restrictions` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2969:29 [INFO] [stderr] | [INFO] [stderr] 2969 | self.parse_expr_res(Restrictions::empty()) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Restrictions` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Restrictions` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:259:23 [INFO] [stderr] | [INFO] [stderr] 259 | pub restrictions: Restrictions, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2216:29 [INFO] [stderr] | [INFO] [stderr] 2216 | RESTRICTION_NO_STRUCT_LITERAL [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2626:52 [INFO] [stderr] | [INFO] [stderr] 2626 | let place = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2741:48 [INFO] [stderr] | [INFO] [stderr] 2741 | let restrictions = self.restrictions & RESTRICTION_NO_STRUCT_LITERAL; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2796:52 [INFO] [stderr] | [INFO] [stderr] 2796 | return !self.restrictions.contains(RESTRICTION_NO_STRUCT_LITERAL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2810:45 [INFO] [stderr] | [INFO] [stderr] 2810 | let cond = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2828:45 [INFO] [stderr] | [INFO] [stderr] 2828 | let expr = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2886:45 [INFO] [stderr] | [INFO] [stderr] 2886 | let expr = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2899:45 [INFO] [stderr] | [INFO] [stderr] 2899 | let cond = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2911:45 [INFO] [stderr] | [INFO] [stderr] 2911 | let expr = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2926:53 [INFO] [stderr] | [INFO] [stderr] 2926 | let discriminant = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_STMT_EXPR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2947:45 [INFO] [stderr] | [INFO] [stderr] 2947 | let expr = try!(self.parse_expr_res(RESTRICTION_STMT_EXPR)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Restrictions` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:2973:41 [INFO] [stderr] | [INFO] [stderr] 2973 | pub fn parse_expr_res(&mut self, r: Restrictions) -> PResult> { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_STMT_EXPR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:3548:54 [INFO] [stderr] | [INFO] [stderr] 3548 | let e = try!(self.parse_expr_res(RESTRICTION_STMT_EXPR)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RESTRICTION_STMT_EXPR` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.18.0/src/parse/parser.rs:3557:36 [INFO] [stderr] | [INFO] [stderr] 3557 | self.restrictions.contains(RESTRICTION_STMT_EXPR) && [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `syntex_syntax`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4ee11f1701ca5b29ccae04d22c276880cb28a2049c2204cb1badb5cd26c5727b"` [INFO] running `"docker" "rm" "-f" "4ee11f1701ca5b29ccae04d22c276880cb28a2049c2204cb1badb5cd26c5727b"` [INFO] [stdout] 4ee11f1701ca5b29ccae04d22c276880cb28a2049c2204cb1badb5cd26c5727b