[INFO] crate nue-codegen 0.3.0 is already in cache
[INFO] checking nue-codegen-0.3.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate nue-codegen 0.3.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate nue-codegen 0.3.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate nue-codegen 0.3.0
[INFO] finished tweaking crates.io crate nue-codegen 0.3.0
[INFO] tweaked toml for crates.io crate nue-codegen 0.3.0 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (quasi) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: dependency (quasi_codegen) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: unused manifest key: build-dependencies.quasi_codegen.verision
[INFO] [stderr] warning: unused manifest key: dependencies.quasi.verision
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9562dfc3e093accde8fad53885c3b35b5a360193a5ec1ebf4a9465a6d2228b7a
[INFO] running `"docker" "start" "-a" "9562dfc3e093accde8fad53885c3b35b5a360193a5ec1ebf4a9465a6d2228b7a"`
[INFO] [stderr] warning: dependency (quasi) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: dependency (quasi_codegen) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: unused manifest key: build-dependencies.quasi_codegen.verision
[INFO] [stderr] warning: unused manifest key: dependencies.quasi.verision
[INFO] [stderr]     Checking aster v0.4.10
[INFO] [stderr]     Checking syntex_pos v0.58.1
[INFO] [stderr]    Compiling extprim v1.7.0
[INFO] [stderr]    Compiling syntex_errors v0.58.1
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]     Checking syntex_syntax v0.9.0
[INFO] [stderr] error[E0463]: can't find crate for `syntax`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lib.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | extern crate syntax;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error: could not compile `aster`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: no rules expected the token `flags`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:89:5
[INFO] [stderr]    |
[INFO] [stderr] 89 |     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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:349:27
[INFO] [stderr]     |
[INFO] [stderr] 349 |             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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:3023:29
[INFO] [stderr]      |
[INFO] [stderr] 3023 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:258:23
[INFO] [stderr]     |
[INFO] [stderr] 258 |     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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2204:29
[INFO] [stderr]      |
[INFO] [stderr] 2204 | ...                   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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2633:52
[INFO] [stderr]      |
[INFO] [stderr] 2633 |               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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2795:48
[INFO] [stderr]      |
[INFO] [stderr] 2795 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2850:52
[INFO] [stderr]      |
[INFO] [stderr] 2850 |                 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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2864:45
[INFO] [stderr]      |
[INFO] [stderr] 2864 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2882:45
[INFO] [stderr]      |
[INFO] [stderr] 2882 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2940:45
[INFO] [stderr]      |
[INFO] [stderr] 2940 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2953:45
[INFO] [stderr]      |
[INFO] [stderr] 2953 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2965:45
[INFO] [stderr]      |
[INFO] [stderr] 2965 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:2980:53
[INFO] [stderr]      |
[INFO] [stderr] 2980 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:3001:45
[INFO] [stderr]      |
[INFO] [stderr] 3001 |         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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:3027:41
[INFO] [stderr]      |
[INFO] [stderr] 3027 |     pub fn parse_expr_res(&mut self, r: Restrictions) -> PResult<P<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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:3601:54
[INFO] [stderr]      |
[INFO] [stderr] 3601 |                     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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/parse/parser.rs:3610:36
[INFO] [stderr]      |
[INFO] [stderr] 3610 |         self.restrictions.contains(RESTRICTION_STMT_EXPR) &&
[INFO] [stderr]      |                                    ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0532]: expected tuple struct or tuple variant, found unit variant `FkFnBlock`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.9.0/src/visit.rs:620:9
[INFO] [stderr]     |
[INFO] [stderr] 620 |         FkFnBlock(..) => {}
[INFO] [stderr]     |         ^^^^^^^^^ not a tuple struct or tuple variant
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 19 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0532.
[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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "9562dfc3e093accde8fad53885c3b35b5a360193a5ec1ebf4a9465a6d2228b7a"`
[INFO] running `"docker" "rm" "-f" "9562dfc3e093accde8fad53885c3b35b5a360193a5ec1ebf4a9465a6d2228b7a"`
[INFO] [stdout] 9562dfc3e093accde8fad53885c3b35b5a360193a5ec1ebf4a9465a6d2228b7a
