[INFO] fetching crate virt-ic 0.5.2...
[INFO] testing virt-ic-0.5.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate virt-ic 0.5.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate virt-ic 0.5.2
[INFO] finished tweaking crates.io crate virt-ic 0.5.2
[INFO] tweaked toml for crates.io crate virt-ic 0.5.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate virt-ic 0.5.2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate virt-ic 0.5.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 954f3d78df0830d2b827228b0339259e713be01ce61ebf2956fbc6dd64a04f62
[INFO] running `Command { std: "docker" "start" "-a" "954f3d78df0830d2b827228b0339259e713be01ce61ebf2956fbc6dd64a04f62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "954f3d78df0830d2b827228b0339259e713be01ce61ebf2956fbc6dd64a04f62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "954f3d78df0830d2b827228b0339259e713be01ce61ebf2956fbc6dd64a04f62", kill_on_drop: false }`
[INFO] [stdout] 954f3d78df0830d2b827228b0339259e713be01ce61ebf2956fbc6dd64a04f62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e976506af3df3f1caff22668dd041c21e205cab54c4811c2967069bcfe14a16
[INFO] running `Command { std: "docker" "start" "-a" "7e976506af3df3f1caff22668dd041c21e205cab54c4811c2967069bcfe14a16", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.53
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling serde_derive v1.0.158
[INFO] [stderr]    Compiling serde v1.0.158
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.9
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ron v0.8.0
[INFO] [stderr]    Compiling bitflags v2.0.2
[INFO] [stderr]    Compiling virt-ic v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/board.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 |             if let Some(mut pin) = chip_storage
[INFO] [stdout]     |                         ----^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
[INFO] running `Command { std: "docker" "inspect" "7e976506af3df3f1caff22668dd041c21e205cab54c4811c2967069bcfe14a16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e976506af3df3f1caff22668dd041c21e205cab54c4811c2967069bcfe14a16", kill_on_drop: false }`
[INFO] [stdout] 7e976506af3df3f1caff22668dd041c21e205cab54c4811c2967069bcfe14a16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2951327f710f9b52116b0283e8e2fee44249dc46f76dcd3f1d7b8f58b58effa5
[INFO] running `Command { std: "docker" "start" "-a" "2951327f710f9b52116b0283e8e2fee44249dc46f76dcd3f1d7b8f58b58effa5", kill_on_drop: false }`
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/board.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 |             if let Some(mut pin) = chip_storage
[INFO] [stdout]     |                         ----^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling virt-ic v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/board.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 |             if let Some(mut pin) = chip_storage
[INFO] [stdout]     |                         ----^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.21s
[INFO] running `Command { std: "docker" "inspect" "2951327f710f9b52116b0283e8e2fee44249dc46f76dcd3f1d7b8f58b58effa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2951327f710f9b52116b0283e8e2fee44249dc46f76dcd3f1d7b8f58b58effa5", kill_on_drop: false }`
[INFO] [stdout] 2951327f710f9b52116b0283e8e2fee44249dc46f76dcd3f1d7b8f58b58effa5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 70c35ac6485eb0cad08b65cdfcd4a7216b916b14f72acfafd1960e20ccbcaee9
[INFO] running `Command { std: "docker" "start" "-a" "70c35ac6485eb0cad08b65cdfcd4a7216b916b14f72acfafd1960e20ccbcaee9", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/board.rs:153:25
[INFO] [stderr]     |
[INFO] [stderr] 153 |             if let Some(mut pin) = chip_storage
[INFO] [stderr]     |                         ----^^^
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `virt-ic` (lib) generated 1 warning (run `cargo fix --lib -p virt-ic` to apply 1 suggestion)
[INFO] [stderr] warning: `virt-ic` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/virt_ic-e2d02403468cee5b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests virt_ic
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/chip/gates/or.rs - chip::gates::or::OrGate (line 11) ... FAILED
[INFO] [stdout] test src/chip/gates/nand.rs - chip::gates::nand::ThreeInputNandGate (line 120) ... FAILED
[INFO] [stdout] test src/chip/gates/nor.rs - chip::gates::nor::NorGate (line 11) ... FAILED
[INFO] [stdout] test src/chip/gates/nor.rs - chip::gates::nor::ThreeInputNorGate (line 116) ... FAILED
[INFO] [stdout] test src/chip/memories.rs - chip::memories::Rom256B (line 522) ... FAILED
[INFO] [stdout] test src/chip/gates/or.rs - chip::gates::or::ThreeInputOrGate (line 116) ... FAILED
[INFO] [stdout] test src/chip/memories.rs - chip::memories::Ram256B (line 17) ... FAILED
[INFO] [stdout] test src/chip/gates/and.rs - chip::gates::and::AndGate (line 11) ... FAILED
[INFO] [stdout] test src/chip/clocks.rs - chip::clocks::Clock (line 9) ... FAILED
[INFO] [stdout] test src/chip/memories.rs - chip::memories::Rom8KB (line 751) ... FAILED
[INFO] [stdout] test src/chip/gates.rs - chip::gates::NotGate (line 20) ... FAILED
[INFO] [stdout] test src/chip/gates/nand.rs - chip::gates::nand::NandGate (line 11) ... FAILED
[INFO] [stdout] test src/chip/inputs.rs - chip::inputs::Button (line 10) ... FAILED
[INFO] [stdout] test src/chip/gates/and.rs - chip::gates::and::ThreeInputAndGate (line 116) ... FAILED
[INFO] [stdout] test src/chip/memories.rs - chip::memories::Ram8KB (line 259) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/chip/gates/or.rs - chip::gates::or::OrGate (line 11) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates/or.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/or.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates/or.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/or.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates/or.rs:12:8
[INFO] [stdout]   |
[INFO] [stdout] 1 |          ---__---
[INFO] [stdout]   |          ^--
[INFO] [stdout]   |          |
[INFO] [stdout]   |  ________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |    A --|1   14|-- VCC
[INFO] [stdout] 3 | |    B --|2   13|-- E
[INFO] [stdout] 4 | |  A&B --|3   12|-- F
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |  GND --|7    8|-- G&H
[INFO] [stdout] 9 | |        --------
[INFO] [stdout]   | |_--------______^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates/or.rs:12:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | /        ---__---
[INFO] [stdout] 2 | |    A --|1   14|-- VCC
[INFO] [stdout] 3 | |    B --|2   13|-- E
[INFO] [stdout] 4 | |  A&B --|3   12|-- F
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |  GND --|7    8|-- G&H
[INFO] [stdout] 9 | |        --------
[INFO] [stdout]   | |_______________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates/or.rs:20:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   |                ^ consider adding a `main` function to `src/chip/gates/or.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/gates/nand.rs - chip::gates::nand::ThreeInputNandGate (line 120) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates/nand.rs:121:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |            ---__---
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/nand.rs:121:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |            ---__---
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates/nand.rs:129:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/nand.rs:129:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates/nand.rs:121:12
[INFO] [stdout]   |
[INFO] [stdout] 1 |              ---__---
[INFO] [stdout]   |              ^--
[INFO] [stdout]   |              |
[INFO] [stdout]   |  ____________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |        A --|1   14|-- VCC
[INFO] [stdout] 3 | |        B --|2   13|-- C
[INFO] [stdout] 4 | |        D --|3   12|-- !(A&B&C)
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |      GND --|7    8|-- !(G&H&I)
[INFO] [stdout] 9 | |            --------
[INFO] [stdout]   | |_--------__________^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates/nand.rs:121:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | /            ---__---
[INFO] [stdout] 2 | |        A --|1   14|-- VCC
[INFO] [stdout] 3 | |        B --|2   13|-- C
[INFO] [stdout] 4 | |        D --|3   12|-- !(A&B&C)
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |      GND --|7    8|-- !(G&H&I)
[INFO] [stdout] 9 | |            --------
[INFO] [stdout]   | |___________________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates/nand.rs:129:20
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   |                    ^ consider adding a `main` function to `src/chip/gates/nand.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/gates/nor.rs - chip::gates::nor::NorGate (line 11) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates/nor.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |           ---__---
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/nor.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |           ---__---
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates/nor.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |           --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/nor.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |           --------
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates/nor.rs:12:11
[INFO] [stdout]   |
[INFO] [stdout] 1 |             ---__---
[INFO] [stdout]   |             ^--
[INFO] [stdout]   |             |
[INFO] [stdout]   |  ___________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |       A --|1   14|-- VCC
[INFO] [stdout] 3 | |       B --|2   13|-- E
[INFO] [stdout] 4 | |  !(A&B) --|3   12|-- F
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |     GND --|7    8|-- !(G&H)
[INFO] [stdout] 9 | |           --------
[INFO] [stdout]   | |_--------_________^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates/nor.rs:12:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | /           ---__---
[INFO] [stdout] 2 | |       A --|1   14|-- VCC
[INFO] [stdout] 3 | |       B --|2   13|-- E
[INFO] [stdout] 4 | |  !(A&B) --|3   12|-- F
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |     GND --|7    8|-- !(G&H)
[INFO] [stdout] 9 | |           --------
[INFO] [stdout]   | |__________________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates/nor.rs:20:19
[INFO] [stdout]   |
[INFO] [stdout] 9 |           --------
[INFO] [stdout]   |                   ^ consider adding a `main` function to `src/chip/gates/nor.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/gates/nor.rs - chip::gates::nor::ThreeInputNorGate (line 116) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates/nor.rs:117:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |            ---__---
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/nor.rs:117:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |            ---__---
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates/nor.rs:125:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/nor.rs:125:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates/nor.rs:117:12
[INFO] [stdout]   |
[INFO] [stdout] 1 |              ---__---
[INFO] [stdout]   |              ^--
[INFO] [stdout]   |              |
[INFO] [stdout]   |  ____________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |        A --|1   14|-- VCC
[INFO] [stdout] 3 | |        B --|2   13|-- C
[INFO] [stdout] 4 | |        D --|3   12|-- !(A|B|C)
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |      GND --|7    8|-- !(G|H|I)
[INFO] [stdout] 9 | |            --------
[INFO] [stdout]   | |_--------__________^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates/nor.rs:117:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | /            ---__---
[INFO] [stdout] 2 | |        A --|1   14|-- VCC
[INFO] [stdout] 3 | |        B --|2   13|-- C
[INFO] [stdout] 4 | |        D --|3   12|-- !(A|B|C)
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |      GND --|7    8|-- !(G|H|I)
[INFO] [stdout] 9 | |            --------
[INFO] [stdout]   | |___________________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates/nor.rs:125:20
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   |                    ^ consider adding a `main` function to `src/chip/gates/nor.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/memories.rs - chip::memories::Rom256B (line 522) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/memories.rs:523:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |         ---__---
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/memories.rs:523:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |         ---__---
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]   --> src/chip/memories.rs:535:1
[INFO] [stdout]    |
[INFO] [stdout] 13 |         --------
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]   --> src/chip/memories.rs:535:1
[INFO] [stdout]    |
[INFO] [stdout] 13 |         --------
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]   --> src/chip/memories.rs:523:9
[INFO] [stdout]    |
[INFO] [stdout]  1 |           ---__---
[INFO] [stdout]    |           ^--
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________the opening here has 3 dashes...
[INFO] [stdout]    | |
[INFO] [stdout]  2 | |   !CS --|1   22|-- VCC
[INFO] [stdout]  3 | | UNUSED--|2   21|-- UNUSED
[INFO] [stdout]  4 | |   !OE --|3   20|-- IO7
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |   GND --|11  12|-- A7
[INFO] [stdout] 13 | |         --------
[INFO] [stdout]    | |_--------_______^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]   --> src/chip/memories.rs:523:9
[INFO] [stdout]    |
[INFO] [stdout]  1 | /         ---__---
[INFO] [stdout]  2 | |   !CS --|1   22|-- VCC
[INFO] [stdout]  3 | | UNUSED--|2   21|-- UNUSED
[INFO] [stdout]  4 | |   !OE --|3   20|-- IO7
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |   GND --|11  12|-- A7
[INFO] [stdout] 13 | |         --------
[INFO] [stdout]    | |________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]   --> src/chip/memories.rs:535:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |         --------
[INFO] [stdout]    |                 ^ consider adding a `main` function to `src/chip/memories.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/gates/or.rs - chip::gates::or::ThreeInputOrGate (line 116) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates/or.rs:117:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |            ---__---
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/or.rs:117:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |            ---__---
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates/or.rs:125:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/or.rs:125:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates/or.rs:117:12
[INFO] [stdout]   |
[INFO] [stdout] 1 |              ---__---
[INFO] [stdout]   |              ^--
[INFO] [stdout]   |              |
[INFO] [stdout]   |  ____________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |        A --|1   14|-- VCC
[INFO] [stdout] 3 | |        B --|2   13|-- C
[INFO] [stdout] 4 | |        D --|3   12|-- A|B|C
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |      GND --|7    8|-- G|H|I
[INFO] [stdout] 9 | |            --------
[INFO] [stdout]   | |_--------__________^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates/or.rs:117:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | /            ---__---
[INFO] [stdout] 2 | |        A --|1   14|-- VCC
[INFO] [stdout] 3 | |        B --|2   13|-- C
[INFO] [stdout] 4 | |        D --|3   12|-- A|B|C
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |      GND --|7    8|-- G|H|I
[INFO] [stdout] 9 | |            --------
[INFO] [stdout]   | |___________________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates/or.rs:125:20
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   |                    ^ consider adding a `main` function to `src/chip/gates/or.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/memories.rs - chip::memories::Ram256B (line 17) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/memories.rs:18:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/memories.rs:18:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]   --> src/chip/memories.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 13 |        --------
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]   --> src/chip/memories.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 13 |        --------
[INFO] [stdout]    | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]   --> src/chip/memories.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout]  1 |          ---__---
[INFO] [stdout]    |          ^--
[INFO] [stdout]    |          |
[INFO] [stdout]    |  ________the opening here has 3 dashes...
[INFO] [stdout]    | |
[INFO] [stdout]  2 | |  !CS --|1   22|-- VCC
[INFO] [stdout]  3 | |  !WE --|2   21|-- UNUSED
[INFO] [stdout]  4 | |  !OE --|3   20|-- IO7
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |  GND --|11  12|-- A7
[INFO] [stdout] 13 | |        --------
[INFO] [stdout]    | |_--------______^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]   --> src/chip/memories.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout]  1 | /        ---__---
[INFO] [stdout]  2 | |  !CS --|1   22|-- VCC
[INFO] [stdout]  3 | |  !WE --|2   21|-- UNUSED
[INFO] [stdout]  4 | |  !OE --|3   20|-- IO7
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |  GND --|11  12|-- A7
[INFO] [stdout] 13 | |        --------
[INFO] [stdout]    | |_______________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]   --> src/chip/memories.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |        --------
[INFO] [stdout]    |                ^ consider adding a `main` function to `src/chip/memories.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/gates/and.rs - chip::gates::and::AndGate (line 11) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates/and.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/and.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates/and.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/and.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates/and.rs:12:8
[INFO] [stdout]   |
[INFO] [stdout] 1 |          ---__---
[INFO] [stdout]   |          ^--
[INFO] [stdout]   |          |
[INFO] [stdout]   |  ________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |    A --|1   14|-- VCC
[INFO] [stdout] 3 | |    B --|2   13|-- E
[INFO] [stdout] 4 | |  A&B --|3   12|-- F
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |  GND --|7    8|-- G&H
[INFO] [stdout] 9 | |        --------
[INFO] [stdout]   | |_--------______^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates/and.rs:12:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | /        ---__---
[INFO] [stdout] 2 | |    A --|1   14|-- VCC
[INFO] [stdout] 3 | |    B --|2   13|-- E
[INFO] [stdout] 4 | |  A&B --|3   12|-- F
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |  GND --|7    8|-- G&H
[INFO] [stdout] 9 | |        --------
[INFO] [stdout]   | |_______________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates/and.rs:20:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   |                ^ consider adding a `main` function to `src/chip/gates/and.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/clocks.rs - chip::clocks::Clock (line 9) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/clocks.rs:10:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/clocks.rs:10:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        --------
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/clocks.rs:13:1
[INFO] [stdout]   |
[INFO] [stdout] 4 |        --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/clocks.rs:13:1
[INFO] [stdout]   |
[INFO] [stdout] 4 |        --------
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/clocks.rs:10:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | /        --------
[INFO] [stdout] 2 | |  CLK --|1    4|-- VCC
[INFO] [stdout] 3 | |  GND --|2    3|-- UNUSED
[INFO] [stdout] 4 | |        --------
[INFO] [stdout]   | |_______________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/clocks.rs:13:16
[INFO] [stdout]   |
[INFO] [stdout] 4 |        --------
[INFO] [stdout]   |                ^ consider adding a `main` function to `src/chip/clocks.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/memories.rs - chip::memories::Rom8KB (line 751) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/memories.rs:752:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |         ---__---
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/memories.rs:752:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |         ---__---
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]   --> src/chip/memories.rs:766:1
[INFO] [stdout]    |
[INFO] [stdout] 15 |         --------
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]   --> src/chip/memories.rs:766:1
[INFO] [stdout]    |
[INFO] [stdout] 15 |         --------
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]   --> src/chip/memories.rs:752:9
[INFO] [stdout]    |
[INFO] [stdout]  1 |           ---__---
[INFO] [stdout]    |           ^--
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________the opening here has 3 dashes...
[INFO] [stdout]    | |
[INFO] [stdout]  2 | |   !CS --|1   26|-- VCC
[INFO] [stdout]  3 | | UNUSED--|2   25|-- IO7
[INFO] [stdout]  4 | |   !OE --|3   24|-- IO6
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |   GND --|13  14|-- A9
[INFO] [stdout] 15 | |         --------
[INFO] [stdout]    | |_--------_______^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]   --> src/chip/memories.rs:752:9
[INFO] [stdout]    |
[INFO] [stdout]  1 | /         ---__---
[INFO] [stdout]  2 | |   !CS --|1   26|-- VCC
[INFO] [stdout]  3 | | UNUSED--|2   25|-- IO7
[INFO] [stdout]  4 | |   !OE --|3   24|-- IO6
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |   GND --|13  14|-- A9
[INFO] [stdout] 15 | |         --------
[INFO] [stdout]    | |________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]   --> src/chip/memories.rs:766:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |         --------
[INFO] [stdout]    |                 ^ consider adding a `main` function to `src/chip/memories.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/gates.rs - chip::gates::NotGate (line 20) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates.rs:21:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates.rs:21:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates.rs:29:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates.rs:29:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates.rs:21:8
[INFO] [stdout]   |
[INFO] [stdout] 1 |          ---__---
[INFO] [stdout]   |          ^--
[INFO] [stdout]   |          |
[INFO] [stdout]   |  ________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |    A --|1   14|-- VCC
[INFO] [stdout] 3 | |   !A --|2   13|-- D
[INFO] [stdout] 4 | |    B --|3   12|-- !D
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |  GND --|7    8|-- !F
[INFO] [stdout] 9 | |        --------
[INFO] [stdout]   | |_--------______^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates.rs:21:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | /        ---__---
[INFO] [stdout] 2 | |    A --|1   14|-- VCC
[INFO] [stdout] 3 | |   !A --|2   13|-- D
[INFO] [stdout] 4 | |    B --|3   12|-- !D
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |  GND --|7    8|-- !F
[INFO] [stdout] 9 | |        --------
[INFO] [stdout]   | |_______________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates.rs:29:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |        --------
[INFO] [stdout]   |                ^ consider adding a `main` function to `src/chip/gates.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/gates/nand.rs - chip::gates::nand::NandGate (line 11) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates/nand.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |           ---__---
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/nand.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |           ---__---
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates/nand.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |           --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/nand.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |           --------
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates/nand.rs:12:11
[INFO] [stdout]   |
[INFO] [stdout] 1 |             ---__---
[INFO] [stdout]   |             ^--
[INFO] [stdout]   |             |
[INFO] [stdout]   |  ___________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |       A --|1   14|-- VCC
[INFO] [stdout] 3 | |       B --|2   13|-- E
[INFO] [stdout] 4 | |  !(A&B) --|3   12|-- F
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |     GND --|7    8|-- !(G&H)
[INFO] [stdout] 9 | |           --------
[INFO] [stdout]   | |_--------_________^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates/nand.rs:12:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | /           ---__---
[INFO] [stdout] 2 | |       A --|1   14|-- VCC
[INFO] [stdout] 3 | |       B --|2   13|-- E
[INFO] [stdout] 4 | |  !(A&B) --|3   12|-- F
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |     GND --|7    8|-- !(G&H)
[INFO] [stdout] 9 | |           --------
[INFO] [stdout]   | |__________________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates/nand.rs:20:19
[INFO] [stdout]   |
[INFO] [stdout] 9 |           --------
[INFO] [stdout]   |                   ^ consider adding a `main` function to `src/chip/gates/nand.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/inputs.rs - chip::inputs::Button (line 10) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/inputs.rs:11:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/inputs.rs:11:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        --------
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/inputs.rs:13:1
[INFO] [stdout]   |
[INFO] [stdout] 3 |        --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/inputs.rs:13:1
[INFO] [stdout]   |
[INFO] [stdout] 3 |        --------
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/inputs.rs:11:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | /        --------
[INFO] [stdout] 2 | |  IN  --|1    2|-- OUT
[INFO] [stdout] 3 | |        --------
[INFO] [stdout]   | |_______________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/inputs.rs:13:16
[INFO] [stdout]   |
[INFO] [stdout] 3 |        --------
[INFO] [stdout]   |                ^ consider adding a `main` function to `src/chip/inputs.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/gates/and.rs - chip::gates::and::ThreeInputAndGate (line 116) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/gates/and.rs:117:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |            ---__---
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/and.rs:117:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |            ---__---
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]  --> src/chip/gates/and.rs:125:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/gates/and.rs:125:1
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]  --> src/chip/gates/and.rs:117:12
[INFO] [stdout]   |
[INFO] [stdout] 1 |              ---__---
[INFO] [stdout]   |              ^--
[INFO] [stdout]   |              |
[INFO] [stdout]   |  ____________the opening here has 3 dashes...
[INFO] [stdout]   | |
[INFO] [stdout] 2 | |        A --|1   14|-- VCC
[INFO] [stdout] 3 | |        B --|2   13|-- C
[INFO] [stdout] 4 | |        D --|3   12|-- A&B&C
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |      GND --|7    8|-- G&H&I
[INFO] [stdout] 9 | |            --------
[INFO] [stdout]   | |_--------__________^
[INFO] [stdout]   |   |
[INFO] [stdout]   |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]  --> src/chip/gates/and.rs:117:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | /            ---__---
[INFO] [stdout] 2 | |        A --|1   14|-- VCC
[INFO] [stdout] 3 | |        B --|2   13|-- C
[INFO] [stdout] 4 | |        D --|3   12|-- A&B&C
[INFO] [stdout] ... |
[INFO] [stdout] 8 | |      GND --|7    8|-- G&H&I
[INFO] [stdout] 9 | |            --------
[INFO] [stdout]   | |___________________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]  --> src/chip/gates/and.rs:125:20
[INFO] [stdout]   |
[INFO] [stdout] 9 |            --------
[INFO] [stdout]   |                    ^ consider adding a `main` function to `src/chip/gates/and.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/chip/memories.rs - chip::memories::Ram8KB (line 259) stdout ----
[INFO] [stdout] error: invalid preceding whitespace for frontmatter opening
[INFO] [stdout]  --> src/chip/memories.rs:260:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: frontmatter opening should not be preceded by whitespace
[INFO] [stdout]  --> src/chip/memories.rs:260:1
[INFO] [stdout]   |
[INFO] [stdout] 1 |        ---__---
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: invalid preceding whitespace for frontmatter close
[INFO] [stdout]   --> src/chip/memories.rs:274:1
[INFO] [stdout]    |
[INFO] [stdout] 15 |        --------
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: frontmatter close should not be preceded by whitespace
[INFO] [stdout]   --> src/chip/memories.rs:274:1
[INFO] [stdout]    |
[INFO] [stdout] 15 |        --------
[INFO] [stdout]    | ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: frontmatter close does not match the opening
[INFO] [stdout]   --> src/chip/memories.rs:260:8
[INFO] [stdout]    |
[INFO] [stdout]  1 |          ---__---
[INFO] [stdout]    |          ^--
[INFO] [stdout]    |          |
[INFO] [stdout]    |  ________the opening here has 3 dashes...
[INFO] [stdout]    | |
[INFO] [stdout]  2 | |  !CS --|1   26|-- VCC
[INFO] [stdout]  3 | |  !WE --|2   25|-- IO7
[INFO] [stdout]  4 | |  !OE --|3   24|-- IO6
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |  GND --|13  14|-- A9
[INFO] [stdout] 15 | |        --------
[INFO] [stdout]    | |_--------______^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   ...while the close has 8 dashes
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: frontmatters are experimental
[INFO] [stdout]   --> src/chip/memories.rs:260:8
[INFO] [stdout]    |
[INFO] [stdout]  1 | /        ---__---
[INFO] [stdout]  2 | |  !CS --|1   26|-- VCC
[INFO] [stdout]  3 | |  !WE --|2   25|-- IO7
[INFO] [stdout]  4 | |  !OE --|3   24|-- IO6
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |  GND --|13  14|-- A9
[INFO] [stdout] 15 | |        --------
[INFO] [stdout]    | |_______________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #136889 <https://github.com/rust-lang/rust/issues/136889> for more information
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out`
[INFO] [stdout]   --> src/chip/memories.rs:274:16
[INFO] [stdout]    |
[INFO] [stdout] 15 |        --------
[INFO] [stdout]    |                ^ consider adding a `main` function to `src/chip/memories.rs`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0658.
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/chip/clocks.rs - chip::clocks::Clock (line 9)
[INFO] [stdout]     src/chip/gates.rs - chip::gates::NotGate (line 20)
[INFO] [stdout]     src/chip/gates/and.rs - chip::gates::and::AndGate (line 11)
[INFO] [stdout]     src/chip/gates/and.rs - chip::gates::and::ThreeInputAndGate (line 116)
[INFO] [stdout]     src/chip/gates/nand.rs - chip::gates::nand::NandGate (line 11)
[INFO] [stdout]     src/chip/gates/nand.rs - chip::gates::nand::ThreeInputNandGate (line 120)
[INFO] [stdout]     src/chip/gates/nor.rs - chip::gates::nor::NorGate (line 11)
[INFO] [stdout]     src/chip/gates/nor.rs - chip::gates::nor::ThreeInputNorGate (line 116)
[INFO] [stdout]     src/chip/gates/or.rs - chip::gates::or::OrGate (line 11)
[INFO] [stdout]     src/chip/gates/or.rs - chip::gates::or::ThreeInputOrGate (line 116)
[INFO] [stdout]     src/chip/inputs.rs - chip::inputs::Button (line 10)
[INFO] [stdout]     src/chip/memories.rs - chip::memories::Ram256B (line 17)
[INFO] [stdout]     src/chip/memories.rs - chip::memories::Ram8KB (line 259)
[INFO] [stdout]     src/chip/memories.rs - chip::memories::Rom256B (line 522)
[INFO] [stdout]     src/chip/memories.rs - chip::memories::Rom8KB (line 751)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 15 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "70c35ac6485eb0cad08b65cdfcd4a7216b916b14f72acfafd1960e20ccbcaee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70c35ac6485eb0cad08b65cdfcd4a7216b916b14f72acfafd1960e20ccbcaee9", kill_on_drop: false }`
[INFO] [stdout] 70c35ac6485eb0cad08b65cdfcd4a7216b916b14f72acfafd1960e20ccbcaee9
