[INFO] fetching crate slag 0.1.1... [INFO] documenting slag-0.1.1 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate slag 0.1.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate slag 0.1.1 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate slag 0.1.1 [INFO] finished tweaking crates.io crate slag 0.1.1 [INFO] tweaked toml for crates.io crate slag 0.1.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81563bc7a32362304843f8b15d233204d4b212450179b5f58ec8c53d8e433918 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "81563bc7a32362304843f8b15d233204d4b212450179b5f58ec8c53d8e433918", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81563bc7a32362304843f8b15d233204d4b212450179b5f58ec8c53d8e433918", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81563bc7a32362304843f8b15d233204d4b212450179b5f58ec8c53d8e433918", kill_on_drop: false }` [INFO] [stdout] 81563bc7a32362304843f8b15d233204d4b212450179b5f58ec8c53d8e433918 [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" "RUSTDOCFLAGS=--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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0de6d362aaf41f87a340f5692e2e6765f3990c5f59adad721ed3680a822e7d07 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0de6d362aaf41f87a340f5692e2e6765f3990c5f59adad721ed3680a822e7d07", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Checking strsim v0.5.2 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking docopt v0.6.86 [INFO] [stderr] Checking syntex_syntax v0.7.0 [INFO] [stdout] error: no rules expected the token `flags` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | flags Restrictions: u8 { [INFO] [stdout] | ^^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Restrictions` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:331:27 [INFO] [stdout] | [INFO] [stdout] 331 | restrictions: Restrictions::empty(), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type or module `Restrictions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Restrictions` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2975:29 [INFO] [stdout] | [INFO] [stdout] 2975 | self.parse_expr_res(Restrictions::empty()) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type or module `Restrictions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Restrictions` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:258:23 [INFO] [stdout] | [INFO] [stdout] 258 | pub restrictions: Restrictions, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2184:29 [INFO] [stdout] | [INFO] [stdout] 2184 | ... RESTRICTION_NO_STRUCT_LITERAL [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2747:48 [INFO] [stdout] | [INFO] [stdout] 2747 | let restrictions = self.restrictions & RESTRICTION_NO_STRUCT_LITERAL; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2802:52 [INFO] [stdout] | [INFO] [stdout] 2802 | return !self.restrictions.contains(RESTRICTION_NO_STRUCT_LITERAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2816:45 [INFO] [stdout] | [INFO] [stdout] 2816 | let cond = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2834:45 [INFO] [stdout] | [INFO] [stdout] 2834 | let expr = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2892:45 [INFO] [stdout] | [INFO] [stdout] 2892 | let expr = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2905:45 [INFO] [stdout] | [INFO] [stdout] 2905 | let cond = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2917:45 [INFO] [stdout] | [INFO] [stdout] 2917 | let expr = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_NO_STRUCT_LITERAL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2932:53 [INFO] [stdout] | [INFO] [stdout] 2932 | let discriminant = try!(self.parse_expr_res(RESTRICTION_NO_STRUCT_LITERAL)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_STMT_EXPR` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2953:45 [INFO] [stdout] | [INFO] [stdout] 2953 | let expr = try!(self.parse_expr_res(RESTRICTION_STMT_EXPR)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Restrictions` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:2979:41 [INFO] [stdout] | [INFO] [stdout] 2979 | pub fn parse_expr_res(&mut self, r: Restrictions) -> PResult
> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_STMT_EXPR` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:3551:54 [INFO] [stdout] | [INFO] [stdout] 3551 | let e = try!(self.parse_expr_res(RESTRICTION_STMT_EXPR)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RESTRICTION_STMT_EXPR` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/parse/parser.rs:3560:36 [INFO] [stdout] | [INFO] [stdout] 3560 | self.restrictions.contains(RESTRICTION_STMT_EXPR) && [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0532]: expected tuple struct or tuple variant, found unit variant `FkFnBlock` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.7.0/src/visit.rs:615:9 [INFO] [stdout] | [INFO] [stdout] 615 | FkFnBlock(..) => {} [INFO] [stdout] | ^^^^^^^^^ not a tuple struct or tuple variant [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0532. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `syntex_syntax`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "0de6d362aaf41f87a340f5692e2e6765f3990c5f59adad721ed3680a822e7d07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0de6d362aaf41f87a340f5692e2e6765f3990c5f59adad721ed3680a822e7d07", kill_on_drop: false }` [INFO] [stdout] 0de6d362aaf41f87a340f5692e2e6765f3990c5f59adad721ed3680a822e7d07