[INFO] cloning repository https://github.com/slightknack/NEScient [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/slightknack/NEScient" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslightknack%2FNEScient", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslightknack%2FNEScient'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8862e8c81df5089e9f72a0942a22b08b57b45f05 [INFO] checking slightknack/NEScient against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslightknack%2FNEScient" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/slightknack/NEScient on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/slightknack/NEScient [INFO] finished tweaking git repo https://github.com/slightknack/NEScient [INFO] tweaked toml for git repo https://github.com/slightknack/NEScient written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/slightknack/NEScient already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a2899f8d37f78502e53a7f29953aec9de1c6462d22d12e993dba19c705cc6bb [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" "1a2899f8d37f78502e53a7f29953aec9de1c6462d22d12e993dba19c705cc6bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a2899f8d37f78502e53a7f29953aec9de1c6462d22d12e993dba19c705cc6bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a2899f8d37f78502e53a7f29953aec9de1c6462d22d12e993dba19c705cc6bb", kill_on_drop: false }` [INFO] [stdout] 1a2899f8d37f78502e53a7f29953aec9de1c6462d22d12e993dba19c705cc6bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 179a31a83cb8b34014533f4aed860d82e31e9350f57e1e60486e9c80c01af576 [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" "179a31a83cb8b34014533f4aed860d82e31e9350f57e1e60486e9c80c01af576", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling vulkano v0.19.0 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking vk-sys v0.5.2 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking nescient v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected `;`, found keyword `return` [INFO] [stdout] --> src/nes/console.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | } [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 30 | [INFO] [stdout] 31 | return Ok(console); [INFO] [stdout] | ------ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found keyword `return` [INFO] [stdout] --> src/nes/console.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | } [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 30 | [INFO] [stdout] 31 | return Ok(console); [INFO] [stdout] | ------ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CPU` [INFO] [stdout] --> src/nes/console.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | cpu: CPU::new(), [INFO] [stdout] | ^^^ use of undeclared type `CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `APU` [INFO] [stdout] --> src/nes/console.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | apu: APU::new(), [INFO] [stdout] | ^^^ use of undeclared type `APU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Controller` [INFO] [stdout] --> src/nes/console.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | ctrler_1: Controller::new(), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Controller` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Controller` [INFO] [stdout] --> src/nes/console.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | ctrler_2: Controller::new(), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Controller` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CPU` in this scope [INFO] [stdout] --> src/nes/console.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | cpu: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/nes/ppu.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct PPU { [INFO] [stdout] | -------------- similarly named struct `PPU` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 5 | cpu: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `APU` in this scope [INFO] [stdout] --> src/nes/console.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | apu: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/nes/ppu.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct PPU { [INFO] [stdout] | -------------- similarly named struct `PPU` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 6 | apu: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Controller` in this scope [INFO] [stdout] --> src/nes/console.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 8 | ctrler_1: Box, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Controller` in this scope [INFO] [stdout] --> src/nes/console.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 9 | ctrler_2: Box, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Cartridge` in this scope [INFO] [stdout] --> src/nes/console.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | cartridge: Box, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nes::cartridge::Cartridge; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mapper` in this scope [INFO] [stdout] --> src/nes/console.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 11 | mapper: Box, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Cartridge` in this scope [INFO] [stdout] --> src/nes/console.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn new(cartridge: Cartridge) -> Result { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nes::cartridge::Cartridge; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Image` in this scope [INFO] [stdout] --> src/nes/ppu.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | front: Box, // TODO: image [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `vulkano::descriptor::descriptor::DescriptorDescTy::Image` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 12 | front: Box, // TODO: image [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | front: Box, // TODO: image [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | pub struct PPU { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Image` in this scope [INFO] [stdout] --> src/nes/ppu.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | back: Box, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `vulkano::descriptor::descriptor::DescriptorDescTy::Image` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 13 | back: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | back: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | pub struct PPU { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nescient` [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[E0433]: failed to resolve: use of undeclared type `CPU` [INFO] [stdout] --> src/nes/console.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | cpu: CPU::new(), [INFO] [stdout] | ^^^ use of undeclared type `CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `APU` [INFO] [stdout] --> src/nes/console.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | apu: APU::new(), [INFO] [stdout] | ^^^ use of undeclared type `APU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Controller` [INFO] [stdout] --> src/nes/console.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | ctrler_1: Controller::new(), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Controller` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Controller` [INFO] [stdout] --> src/nes/console.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | ctrler_2: Controller::new(), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Controller` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CPU` in this scope [INFO] [stdout] --> src/nes/console.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | cpu: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/nes/ppu.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct PPU { [INFO] [stdout] | -------------- similarly named struct `PPU` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 5 | cpu: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `APU` in this scope [INFO] [stdout] --> src/nes/console.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | apu: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/nes/ppu.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct PPU { [INFO] [stdout] | -------------- similarly named struct `PPU` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 6 | apu: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Controller` in this scope [INFO] [stdout] --> src/nes/console.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 8 | ctrler_1: Box, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Controller` in this scope [INFO] [stdout] --> src/nes/console.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 9 | ctrler_2: Box, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Cartridge` in this scope [INFO] [stdout] --> src/nes/console.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | cartridge: Box, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nes::cartridge::Cartridge; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mapper` in this scope [INFO] [stdout] --> src/nes/console.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Console { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 11 | mapper: Box, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Cartridge` in this scope [INFO] [stdout] --> src/nes/console.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn new(cartridge: Cartridge) -> Result { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nes::cartridge::Cartridge; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Image` in this scope [INFO] [stdout] --> src/nes/ppu.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | front: Box, // TODO: image [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `vulkano::descriptor::descriptor::DescriptorDescTy::Image` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 12 | front: Box, // TODO: image [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | front: Box, // TODO: image [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | pub struct PPU { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Image` in this scope [INFO] [stdout] --> src/nes/ppu.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | back: Box, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `vulkano::descriptor::descriptor::DescriptorDescTy::Image` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 13 | back: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | back: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | pub struct PPU { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433. [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" "179a31a83cb8b34014533f4aed860d82e31e9350f57e1e60486e9c80c01af576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "179a31a83cb8b34014533f4aed860d82e31e9350f57e1e60486e9c80c01af576", kill_on_drop: false }` [INFO] [stdout] 179a31a83cb8b34014533f4aed860d82e31e9350f57e1e60486e9c80c01af576