[INFO] cloning repository https://github.com/sanboxrunner/gm_code [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sanboxrunner/gm_code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanboxrunner%2Fgm_code", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanboxrunner%2Fgm_code'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1633cbae9544dbed606eef545da789b2b518863e [INFO] documenting sanboxrunner/gm_code against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanboxrunner%2Fgm_code" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sanboxrunner/gm_code 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 git repo https://github.com/sanboxrunner/gm_code [INFO] finished tweaking git repo https://github.com/sanboxrunner/gm_code [INFO] tweaked toml for git repo https://github.com/sanboxrunner/gm_code written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/sanboxrunner/gm_code already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 59f89f3da6c3a0bc3372fd81f2cc49d1f5d74e7979d042ec4909ab248af687c1 [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" "59f89f3da6c3a0bc3372fd81f2cc49d1f5d74e7979d042ec4909ab248af687c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59f89f3da6c3a0bc3372fd81f2cc49d1f5d74e7979d042ec4909ab248af687c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59f89f3da6c3a0bc3372fd81f2cc49d1f5d74e7979d042ec4909ab248af687c1", kill_on_drop: false }` [INFO] [stdout] 59f89f3da6c3a0bc3372fd81f2cc49d1f5d74e7979d042ec4909ab248af687c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 272690d17badd16f4e930d174004894f281f4ce62a3f7bbf8b9f88a7b6c836ab [INFO] running `Command { std: "docker" "start" "-a" "272690d17badd16f4e930d174004894f281f4ce62a3f7bbf8b9f88a7b6c836ab", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling logos-derive v0.9.7 [INFO] [stderr] Checking logos v0.9.7 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Documenting gm_code v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `DelimitedLines` in this scope [INFO] [stdout] --> src/parser.rs:167:38 [INFO] [stdout] | [INFO] [stdout] 167 | fn var_declaration(&mut self) -> DelimitedLines<'a, VariableDecl<'a>> { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DelimitedLines` in this scope [INFO] [stdout] --> src/parser.rs:1037:10 [INFO] [stdout] | [INFO] [stdout] 1037 | ) -> DelimitedLines<'a, ExprBox<'a>> { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:25:38 [INFO] [stdout] | [INFO] [stdout] 25 | comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DelimitedLines` in this scope [INFO] [stdout] --> src/statements.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | var_decl: DelimitedLines<'a, VariableDecl<'a>>, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | comments_after_lbrace: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DelimitedLines` in this scope [INFO] [stdout] --> src/statements.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | members: DelimitedLines<'a, ExprBox<'a>>, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 35 | comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:38:27 [INFO] [stdout] | [INFO] [stdout] 38 | comments_between: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:42:38 [INFO] [stdout] | [INFO] [stdout] 42 | comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | comments_between: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:54:38 [INFO] [stdout] | [INFO] [stdout] 54 | comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:55:32 [INFO] [stdout] | [INFO] [stdout] 55 | comments_after_lparen: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:57:37 [INFO] [stdout] | [INFO] [stdout] 57 | comments_after_initializer: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:59:35 [INFO] [stdout] | [INFO] [stdout] 59 | comments_after_condition: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:61:35 [INFO] [stdout] | [INFO] [stdout] 61 | comments_after_increment: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:62:32 [INFO] [stdout] | [INFO] [stdout] 62 | comments_after_rparen: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:66:38 [INFO] [stdout] | [INFO] [stdout] 66 | comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:68:32 [INFO] [stdout] | [INFO] [stdout] 68 | comments_after_lbrace: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:75:32 [INFO] [stdout] | [INFO] [stdout] 75 | comments_after_lbrace: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:93:38 [INFO] [stdout] | [INFO] [stdout] 93 | comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:102:38 [INFO] [stdout] | [INFO] [stdout] 102 | pub comments_after_control_word: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | pub comments_after_colon: CommentsAndNewlines<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommentsAndNewlines` in this scope [INFO] [stdout] --> src/statements.rs:117:34 [INFO] [stdout] | [INFO] [stdout] 117 | pub say_var_comments: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `gm_code`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name gm_code src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-b7cb6f2855b37747.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-deb66e2c81058664.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-7722d5952f112cf5.rmeta --extern logos=/opt/rustwide/target/debug/deps/liblogos-31f27a0fbd9f51f4.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-2199786097526de2.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-3cde16b962a82d70.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "272690d17badd16f4e930d174004894f281f4ce62a3f7bbf8b9f88a7b6c836ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "272690d17badd16f4e930d174004894f281f4ce62a3f7bbf8b9f88a7b6c836ab", kill_on_drop: false }` [INFO] [stdout] 272690d17badd16f4e930d174004894f281f4ce62a3f7bbf8b9f88a7b6c836ab