[INFO] cloning repository https://github.com/kamocyc/vba_interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kamocyc/vba_interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamocyc%2Fvba_interpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamocyc%2Fvba_interpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8c46b9e7d7a131e5f2d6e3a705f34f8d3d3e00cf [INFO] checking kamocyc/vba_interpreter against master#7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 for pr-85387 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamocyc%2Fvba_interpreter" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kamocyc/vba_interpreter on toolchain 7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kamocyc/vba_interpreter [INFO] finished tweaking git repo https://github.com/kamocyc/vba_interpreter [INFO] tweaked toml for git repo https://github.com/kamocyc/vba_interpreter written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/kamocyc/vba_interpreter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d5a3c88b31257057afe7773d80118752ca44e85a658dec6273751c97b206bfd4 [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" "d5a3c88b31257057afe7773d80118752ca44e85a658dec6273751c97b206bfd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d5a3c88b31257057afe7773d80118752ca44e85a658dec6273751c97b206bfd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5a3c88b31257057afe7773d80118752ca44e85a658dec6273751c97b206bfd4", kill_on_drop: false }` [INFO] [stdout] d5a3c88b31257057afe7773d80118752ca44e85a658dec6273751c97b206bfd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e83c21c0bf195b89126b97ff87e04fc2a46652cc2b12002e69e0f1f20a249999 [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" "e83c21c0bf195b89126b97ff87e04fc2a46652cc2b12002e69e0f1f20a249999", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling vba_interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking typed-arena v2.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Checking lock_api v0.4.3 [INFO] [stderr] Checking murmur3 v0.4.1 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling better_typeid_derive v0.1.1 [INFO] [stderr] Checking better_any v0.1.1 [INFO] [stderr] Checking antlr-rust v0.2.0 [INFO] [stdout] error[E0583]: file not found for module `vbalexer` [INFO] [stdout] --> src/gen.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mod vbalexer; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vbalexer`, create file "src/gen/vbalexer.rs" or "src/gen/vbalexer/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `vbavisitor` [INFO] [stdout] --> src/gen.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod vbavisitor; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vbavisitor`, create file "src/gen/vbavisitor.rs" or "src/gen/vbavisitor/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `vbalistener` [INFO] [stdout] --> src/gen.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | mod vbalistener; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vbalistener`, create file "src/gen/vbalistener.rs" or "src/gen/vbalistener/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `vbaparser` [INFO] [stdout] --> src/gen.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | mod vbaparser; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vbaparser`, create file "src/gen/vbaparser.rs" or "src/gen/vbaparser/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `vbalexer` [INFO] [stdout] --> src/gen.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mod vbalexer; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vbalexer`, create file "src/gen/vbalexer.rs" or "src/gen/vbalexer/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `vbavisitor` [INFO] [stdout] --> src/gen.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod vbavisitor; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vbavisitor`, create file "src/gen/vbavisitor.rs" or "src/gen/vbavisitor/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `vbalistener` [INFO] [stdout] --> src/gen.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | mod vbalistener; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vbalistener`, create file "src/gen/vbalistener.rs" or "src/gen/vbalistener/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `vbaparser` [INFO] [stdout] --> src/gen.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | mod vbaparser; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vbaparser`, create file "src/gen/vbaparser.rs" or "src/gen/vbaparser/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `vbavisitor::vbaVisitor` [INFO] [stdout] --> src/gen.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use vbavisitor::vbaVisitor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `vbaVisitor` in `gen::vbavisitor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `vbavisitor::vbaVisitor` [INFO] [stdout] --> src/gen.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use vbavisitor::vbaVisitor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `vbaVisitor` in `gen::vbavisitor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `vbaLexer` in `vbalexer` [INFO] [stdout] --> src/gen.rs:370:25 [INFO] [stdout] | [INFO] [stdout] 370 | let lexer = vbalexer::vbaLexer::new(input); [INFO] [stdout] | ^^^^^^^^ could not find `vbaLexer` in `vbalexer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `vbaParser` in `vbaparser` [INFO] [stdout] --> src/gen.rs:372:31 [INFO] [stdout] | [INFO] [stdout] 372 | let mut parser = vbaparser::vbaParser::new(token_source); [INFO] [stdout] | ^^^^^^^^^ could not find `vbaParser` in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `vbaParserContextType` in this scope [INFO] [stdout] --> src/gen.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | impl<'i> ParseTreeVisitor<'i, vbaParserContextType> for Visitor { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `, vbaParserContextType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `vbaParserContextType` in this scope [INFO] [stdout] --> src/gen.rs:43:56 [INFO] [stdout] | [INFO] [stdout] 42 | impl<'i> ParseTreeVisitor<'i, vbaParserContextType> for Visitor { [INFO] [stdout] | - help: you might be missing a type parameter: `, vbaParserContextType` [INFO] [stdout] 43 | fn visit_terminal(&mut self, node: &TerminalNode<'i, vbaParserContextType>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `INT` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | vbaparser::INT => { [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `STRINGLITERAL` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | vbaparser::STRINGLITERAL => { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `STAR` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | vbaparser::STAR | vbaparser::SLASH | vbaparser::PLUS | vbaparser::MINUS | [INFO] [stdout] | ^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `SLASH` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:58:40 [INFO] [stdout] | [INFO] [stdout] 58 | vbaparser::STAR | vbaparser::SLASH | vbaparser::PLUS | vbaparser::MINUS | [INFO] [stdout] | ^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `PLUS` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:58:59 [INFO] [stdout] | [INFO] [stdout] 58 | vbaparser::STAR | vbaparser::SLASH | vbaparser::PLUS | vbaparser::MINUS | [INFO] [stdout] | ^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `MINUS` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:58:77 [INFO] [stdout] | [INFO] [stdout] 58 | vbaparser::STAR | vbaparser::SLASH | vbaparser::PLUS | vbaparser::MINUS | [INFO] [stdout] | ^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `GEQ` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `GT` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:39 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `LEQ` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:55 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `LT` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:72 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `EQUAL` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:88 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `NEQ` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:60:22 [INFO] [stdout] | [INFO] [stdout] 60 | vbaparser::NEQ | vbaparser::AND | vbaparser::OR | vbaparser::CONCAT => { [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `AND` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:60:39 [INFO] [stdout] | [INFO] [stdout] 60 | vbaparser::NEQ | vbaparser::AND | vbaparser::OR | vbaparser::CONCAT => { [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `OR` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | vbaparser::NEQ | vbaparser::AND | vbaparser::OR | vbaparser::CONCAT => { [INFO] [stdout] | ^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `CONCAT` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:60:72 [INFO] [stdout] | [INFO] [stdout] 60 | vbaparser::NEQ | vbaparser::AND | vbaparser::OR | vbaparser::CONCAT => { [INFO] [stdout] | ^^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `ID` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | vbaparser::ID => { [INFO] [stdout] | ^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `vbaParserContext` in this scope [INFO] [stdout] --> src/gen.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | fn visit_children(&mut self, node: &dyn vbaParserContext) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Chain_expr_chainContext` in this scope [INFO] [stdout] --> src/gen.rs:137:46 [INFO] [stdout] | [INFO] [stdout] 137 | fn visit_Chain_expr_chain(&mut self, ctx: &Chain_expr_chainContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Chain_expr_baseContext` in this scope [INFO] [stdout] --> src/gen.rs:147:45 [INFO] [stdout] | [INFO] [stdout] 147 | fn visit_Chain_expr_base(&mut self, ctx: &Chain_expr_baseContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_ChainContext` in this scope [INFO] [stdout] --> src/gen.rs:156:40 [INFO] [stdout] | [INFO] [stdout] 156 | fn visit_Expr_Chain(&mut self, ctx: &Expr_ChainContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `App_exprContext` in this scope [INFO] [stdout] --> src/gen.rs:165:38 [INFO] [stdout] | [INFO] [stdout] 165 | fn visit_app_expr(&mut self, ctx: &App_exprContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ModuleContext` in this scope [INFO] [stdout] --> src/gen.rs:175:36 [INFO] [stdout] | [INFO] [stdout] 175 | fn visit_module(&mut self, ctx: &ModuleContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParamsContext` in this scope [INFO] [stdout] --> src/gen.rs:184:36 [INFO] [stdout] | [INFO] [stdout] 184 | fn visit_params(&mut self, ctx: &ParamsContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FunctionContext` in this scope [INFO] [stdout] --> src/gen.rs:193:38 [INFO] [stdout] | [INFO] [stdout] 193 | fn visit_function(&mut self, ctx: &FunctionContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BlockContext` in this scope [INFO] [stdout] --> src/gen.rs:206:35 [INFO] [stdout] | [INFO] [stdout] 206 | fn visit_block(&mut self, ctx: &BlockContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_AssignContext` in this scope [INFO] [stdout] --> src/gen.rs:216:46 [INFO] [stdout] | [INFO] [stdout] 216 | fn visit_Statement_Assign(&mut self, ctx: &Statement_AssignContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_CallContext` in this scope [INFO] [stdout] --> src/gen.rs:227:44 [INFO] [stdout] | [INFO] [stdout] 227 | fn visit_Statement_Call(&mut self, ctx: &Statement_CallContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_IfContext` in this scope [INFO] [stdout] --> src/gen.rs:244:42 [INFO] [stdout] | [INFO] [stdout] 244 | fn visit_Statement_If(&mut self, ctx: &Statement_IfContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_ForContext` in this scope [INFO] [stdout] --> src/gen.rs:264:43 [INFO] [stdout] | [INFO] [stdout] 264 | fn visit_Statement_For(&mut self, ctx: &Statement_ForContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_ExprContext` in this scope [INFO] [stdout] --> src/gen.rs:276:44 [INFO] [stdout] | [INFO] [stdout] 276 | fn visit_Statement_Expr(&mut self, ctx: &Statement_ExprContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_AddContext` in this scope [INFO] [stdout] --> src/gen.rs:284:38 [INFO] [stdout] | [INFO] [stdout] 284 | fn visit_Expr_Add(&mut self, ctx: &Expr_AddContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_MulContext` in this scope [INFO] [stdout] --> src/gen.rs:298:38 [INFO] [stdout] | [INFO] [stdout] 298 | fn visit_Expr_Mul(&mut self, ctx: &Expr_MulContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_CompContext` in this scope [INFO] [stdout] --> src/gen.rs:312:39 [INFO] [stdout] | [INFO] [stdout] 312 | fn visit_Expr_Comp(&mut self, ctx: &Expr_CompContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_Logical_CombContext` in this scope [INFO] [stdout] --> src/gen.rs:330:47 [INFO] [stdout] | [INFO] [stdout] 330 | fn visit_Expr_Logical_Comb(&mut self, ctx: &Expr_Logical_CombContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_ConcatContext` in this scope [INFO] [stdout] --> src/gen.rs:344:41 [INFO] [stdout] | [INFO] [stdout] 344 | fn visit_Expr_Concat(&mut self, ctx: &Expr_ConcatContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ArgumentsContext` in this scope [INFO] [stdout] --> src/gen.rs:357:39 [INFO] [stdout] | [INFO] [stdout] 357 | fn visit_arguments(&mut self, ctx: &ArgumentsContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::gen::vbaparser::*` [INFO] [stdout] --> src/gen.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::gen::vbaparser::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `vbaLexer` in `vbalexer` [INFO] [stdout] --> src/gen.rs:370:25 [INFO] [stdout] | [INFO] [stdout] 370 | let lexer = vbalexer::vbaLexer::new(input); [INFO] [stdout] | ^^^^^^^^ could not find `vbaLexer` in `vbalexer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `vbaParser` in `vbaparser` [INFO] [stdout] --> src/gen.rs:372:31 [INFO] [stdout] | [INFO] [stdout] 372 | let mut parser = vbaparser::vbaParser::new(token_source); [INFO] [stdout] | ^^^^^^^^^ could not find `vbaParser` in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `vbaParserContextType` in this scope [INFO] [stdout] --> src/gen.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | impl<'i> ParseTreeVisitor<'i, vbaParserContextType> for Visitor { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `, vbaParserContextType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `vbaParserContextType` in this scope [INFO] [stdout] --> src/gen.rs:43:56 [INFO] [stdout] | [INFO] [stdout] 42 | impl<'i> ParseTreeVisitor<'i, vbaParserContextType> for Visitor { [INFO] [stdout] | - help: you might be missing a type parameter: `, vbaParserContextType` [INFO] [stdout] 43 | fn visit_terminal(&mut self, node: &TerminalNode<'i, vbaParserContextType>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `INT` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | vbaparser::INT => { [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `STRINGLITERAL` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | vbaparser::STRINGLITERAL => { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `STAR` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | vbaparser::STAR | vbaparser::SLASH | vbaparser::PLUS | vbaparser::MINUS | [INFO] [stdout] | ^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `SLASH` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:58:40 [INFO] [stdout] | [INFO] [stdout] 58 | vbaparser::STAR | vbaparser::SLASH | vbaparser::PLUS | vbaparser::MINUS | [INFO] [stdout] | ^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `PLUS` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:58:59 [INFO] [stdout] | [INFO] [stdout] 58 | vbaparser::STAR | vbaparser::SLASH | vbaparser::PLUS | vbaparser::MINUS | [INFO] [stdout] | ^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `MINUS` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:58:77 [INFO] [stdout] | [INFO] [stdout] 58 | vbaparser::STAR | vbaparser::SLASH | vbaparser::PLUS | vbaparser::MINUS | [INFO] [stdout] | ^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `GEQ` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `GT` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:39 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `LEQ` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:55 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `LT` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:72 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `EQUAL` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:59:88 [INFO] [stdout] | [INFO] [stdout] 59 | vbaparser::GEQ | vbaparser::GT | vbaparser::LEQ | vbaparser::LT | vbaparser::EQUAL | [INFO] [stdout] | ^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `NEQ` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:60:22 [INFO] [stdout] | [INFO] [stdout] 60 | vbaparser::NEQ | vbaparser::AND | vbaparser::OR | vbaparser::CONCAT => { [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `AND` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:60:39 [INFO] [stdout] | [INFO] [stdout] 60 | vbaparser::NEQ | vbaparser::AND | vbaparser::OR | vbaparser::CONCAT => { [INFO] [stdout] | ^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `OR` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | vbaparser::NEQ | vbaparser::AND | vbaparser::OR | vbaparser::CONCAT => { [INFO] [stdout] | ^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `CONCAT` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:60:72 [INFO] [stdout] | [INFO] [stdout] 60 | vbaparser::NEQ | vbaparser::AND | vbaparser::OR | vbaparser::CONCAT => { [INFO] [stdout] | ^^^^^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `ID` in module `vbaparser` [INFO] [stdout] --> src/gen.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | vbaparser::ID => { [INFO] [stdout] | ^^ not found in `vbaparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `vbaParserContext` in this scope [INFO] [stdout] --> src/gen.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | fn visit_children(&mut self, node: &dyn vbaParserContext) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Chain_expr_chainContext` in this scope [INFO] [stdout] --> src/gen.rs:137:46 [INFO] [stdout] | [INFO] [stdout] 137 | fn visit_Chain_expr_chain(&mut self, ctx: &Chain_expr_chainContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Chain_expr_baseContext` in this scope [INFO] [stdout] --> src/gen.rs:147:45 [INFO] [stdout] | [INFO] [stdout] 147 | fn visit_Chain_expr_base(&mut self, ctx: &Chain_expr_baseContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_ChainContext` in this scope [INFO] [stdout] --> src/gen.rs:156:40 [INFO] [stdout] | [INFO] [stdout] 156 | fn visit_Expr_Chain(&mut self, ctx: &Expr_ChainContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `App_exprContext` in this scope [INFO] [stdout] --> src/gen.rs:165:38 [INFO] [stdout] | [INFO] [stdout] 165 | fn visit_app_expr(&mut self, ctx: &App_exprContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ModuleContext` in this scope [INFO] [stdout] --> src/gen.rs:175:36 [INFO] [stdout] | [INFO] [stdout] 175 | fn visit_module(&mut self, ctx: &ModuleContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParamsContext` in this scope [INFO] [stdout] --> src/gen.rs:184:36 [INFO] [stdout] | [INFO] [stdout] 184 | fn visit_params(&mut self, ctx: &ParamsContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 45 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0531, E0583. [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FunctionContext` in this scope [INFO] [stdout] --> src/gen.rs:193:38 [INFO] [stdout] | [INFO] [stdout] 193 | fn visit_function(&mut self, ctx: &FunctionContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BlockContext` in this scope [INFO] [stdout] --> src/gen.rs:206:35 [INFO] [stdout] | [INFO] [stdout] 206 | fn visit_block(&mut self, ctx: &BlockContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_AssignContext` in this scope [INFO] [stdout] --> src/gen.rs:216:46 [INFO] [stdout] | [INFO] [stdout] 216 | fn visit_Statement_Assign(&mut self, ctx: &Statement_AssignContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_CallContext` in this scope [INFO] [stdout] --> src/gen.rs:227:44 [INFO] [stdout] | [INFO] [stdout] 227 | fn visit_Statement_Call(&mut self, ctx: &Statement_CallContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_IfContext` in this scope [INFO] [stdout] --> src/gen.rs:244:42 [INFO] [stdout] | [INFO] [stdout] 244 | fn visit_Statement_If(&mut self, ctx: &Statement_IfContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_ForContext` in this scope [INFO] [stdout] --> src/gen.rs:264:43 [INFO] [stdout] | [INFO] [stdout] 264 | fn visit_Statement_For(&mut self, ctx: &Statement_ForContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement_ExprContext` in this scope [INFO] [stdout] --> src/gen.rs:276:44 [INFO] [stdout] | [INFO] [stdout] 276 | fn visit_Statement_Expr(&mut self, ctx: &Statement_ExprContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_AddContext` in this scope [INFO] [stdout] --> src/gen.rs:284:38 [INFO] [stdout] | [INFO] [stdout] 284 | fn visit_Expr_Add(&mut self, ctx: &Expr_AddContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_MulContext` in this scope [INFO] [stdout] --> src/gen.rs:298:38 [INFO] [stdout] | [INFO] [stdout] 298 | fn visit_Expr_Mul(&mut self, ctx: &Expr_MulContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_CompContext` in this scope [INFO] [stdout] --> src/gen.rs:312:39 [INFO] [stdout] | [INFO] [stdout] 312 | fn visit_Expr_Comp(&mut self, ctx: &Expr_CompContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_Logical_CombContext` in this scope [INFO] [stdout] --> src/gen.rs:330:47 [INFO] [stdout] | [INFO] [stdout] 330 | fn visit_Expr_Logical_Comb(&mut self, ctx: &Expr_Logical_CombContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr_ConcatContext` in this scope [INFO] [stdout] --> src/gen.rs:344:41 [INFO] [stdout] | [INFO] [stdout] 344 | fn visit_Expr_Concat(&mut self, ctx: &Expr_ConcatContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ArgumentsContext` in this scope [INFO] [stdout] --> src/gen.rs:357:39 [INFO] [stdout] | [INFO] [stdout] 357 | fn visit_arguments(&mut self, ctx: &ArgumentsContext<'i>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vba_interpreter` [INFO] [stdout] warning: unused import: `crate::gen::vbaparser::*` [INFO] [stdout] --> src/gen.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::gen::vbaparser::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [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] [stdout] error: aborting due to 45 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0531, E0583. [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" "e83c21c0bf195b89126b97ff87e04fc2a46652cc2b12002e69e0f1f20a249999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e83c21c0bf195b89126b97ff87e04fc2a46652cc2b12002e69e0f1f20a249999", kill_on_drop: false }` [INFO] [stdout] e83c21c0bf195b89126b97ff87e04fc2a46652cc2b12002e69e0f1f20a249999