[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#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslightknack%2FNEScient" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/slightknack/NEScient on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-3/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded vk-sys v0.5.2 [INFO] [stderr] Downloaded vulkano v0.19.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fcb541a13fd8ad41105184f58364283dabfcc54d130f213cfbf1e59a37946db0 [INFO] running `Command { std: "docker" "start" "-a" "fcb541a13fd8ad41105184f58364283dabfcc54d130f213cfbf1e59a37946db0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcb541a13fd8ad41105184f58364283dabfcc54d130f213cfbf1e59a37946db0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcb541a13fd8ad41105184f58364283dabfcc54d130f213cfbf1e59a37946db0", kill_on_drop: false }` [INFO] [stdout] fcb541a13fd8ad41105184f58364283dabfcc54d130f213cfbf1e59a37946db0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa4dd657f13dbd845e579fdafe83a9eb92b442880e1c84d9082dfaead2030d8e [INFO] running `Command { std: "docker" "start" "-a" "fa4dd657f13dbd845e579fdafe83a9eb92b442880e1c84d9082dfaead2030d8e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling vulkano v0.19.0 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking vk-sys v0.5.2 [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 shared_library v0.1.9 [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 `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 `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[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[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[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: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433. [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] For more information about an error, try `rustc --explain E0405`. [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` due to 15 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fa4dd657f13dbd845e579fdafe83a9eb92b442880e1c84d9082dfaead2030d8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa4dd657f13dbd845e579fdafe83a9eb92b442880e1c84d9082dfaead2030d8e", kill_on_drop: false }` [INFO] [stdout] fa4dd657f13dbd845e579fdafe83a9eb92b442880e1c84d9082dfaead2030d8e