[INFO] cloning repository https://github.com/TadaHrd/esoteric-vm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TadaHrd/esoteric-vm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTadaHrd%2Fesoteric-vm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTadaHrd%2Fesoteric-vm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 204d4e860ae80b60f765ba1158ced7bbee5994ec
[INFO] testing TadaHrd/esoteric-vm against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTadaHrd%2Fesoteric-vm" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TadaHrd/esoteric-vm
[INFO] finished tweaking git repo https://github.com/TadaHrd/esoteric-vm
[INFO] tweaked toml for git repo https://github.com/TadaHrd/esoteric-vm written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TadaHrd/esoteric-vm on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TadaHrd/esoteric-vm 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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syn v2.0.74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84759bbeeb34136947c354a04ae9404206bb59718e54c20eb6c27817d847345f
[INFO] running `Command { std: "docker" "start" "-a" "84759bbeeb34136947c354a04ae9404206bb59718e54c20eb6c27817d847345f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84759bbeeb34136947c354a04ae9404206bb59718e54c20eb6c27817d847345f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84759bbeeb34136947c354a04ae9404206bb59718e54c20eb6c27817d847345f", kill_on_drop: false }`
[INFO] [stdout] 84759bbeeb34136947c354a04ae9404206bb59718e54c20eb6c27817d847345f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5bff6ded4d1f614c007734c7e7e936779c2f11213efc223da08c7bd524edefba
[INFO] running `Command { std: "docker" "start" "-a" "5bff6ded4d1f614c007734c7e7e936779c2f11213efc223da08c7bd524edefba", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling esoteric-vm v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
[INFO] running `Command { std: "docker" "inspect" "5bff6ded4d1f614c007734c7e7e936779c2f11213efc223da08c7bd524edefba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bff6ded4d1f614c007734c7e7e936779c2f11213efc223da08c7bd524edefba", kill_on_drop: false }`
[INFO] [stdout] 5bff6ded4d1f614c007734c7e7e936779c2f11213efc223da08c7bd524edefba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e9f84d4e67c173de395d4f72922c3146bbbc0f9cb4d1509bcba9ba0247fdf75
[INFO] running `Command { std: "docker" "start" "-a" "6e9f84d4e67c173de395d4f72922c3146bbbc0f9cb4d1509bcba9ba0247fdf75", kill_on_drop: false }`
[INFO] [stderr]    Compiling esoteric-vm v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s
[INFO] running `Command { std: "docker" "inspect" "6e9f84d4e67c173de395d4f72922c3146bbbc0f9cb4d1509bcba9ba0247fdf75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e9f84d4e67c173de395d4f72922c3146bbbc0f9cb4d1509bcba9ba0247fdf75", kill_on_drop: false }`
[INFO] [stdout] 6e9f84d4e67c173de395d4f72922c3146bbbc0f9cb4d1509bcba9ba0247fdf75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 379516ecaca19f89c18e913550cb343c869086c3d90f40f6d3d76d2f184a45d2
[INFO] running `Command { std: "docker" "start" "-a" "379516ecaca19f89c18e913550cb343c869086c3d90f40f6d3d76d2f184a45d2", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/esoteric_vm-0b5aa0ff7f8f76e9)
[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 esoteric_vm
[INFO] [stdout] 
[INFO] [stdout] running 169 tests
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::AddBL (line 223) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::AddF (line 330) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::AndBL (line 270) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ClFlag (line 323) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Clß (line 81) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Clř (line 38) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::CmpLB (line 300) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::DebugMachineState (line 584) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::DebugMachineStateCompact (line 590) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::DebugMemoryRegion (line 596) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::DebugStackRegion (line 602) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::DivBL (line 250) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::DivF (line 348) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Dpopep (line 523) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Dumpß (line 87) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Dumpř (line 44) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Fpopep (line 507) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::GetChar (line 536) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::GetLine (line 548) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Ldar (line 25) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Ldidp (line 146) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Ldiř (line 74) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Ldß (line 117) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Ldř (line 68) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Lenßa (line 137) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ModBL (line 256) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ModF (line 354) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Movaß (line 99) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Movař (line 50) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::MulBL (line 241) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::MulF (line 342) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::NotL (line 263) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Npopep (line 499) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::OrBL (line 276) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Pop (line 391) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::PopL (line 424) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Popa (line 398) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Popb (line 411) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Popch (line 450) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Popep (line 477) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Popf (line 437) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Popnum (line 463) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Popß (line 131) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Ppopep (line 491) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Push (line 379) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::PushL (line 430) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Pusha (line 404) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Pushb (line 417) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Pushch (line 456) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Pushf (line 443) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Pushi (line 385) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Pushnum (line 469) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Pushß (line 123) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Sba (line 31) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Setiß (line 111) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Setiř (line 62) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Setß (line 105) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Setř (line 56) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ShowChoice (line 608) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::StackAlloc (line 362) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::StackDealloc (line 371) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::SubBL (line 232) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::SubF (line 336) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::TgFlag (line 317) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ToggleDebug (line 578) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::WriteChar (line 557) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::WriteLine (line 570) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::WriteLineß (line 564) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Writeß (line 93) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::XorBL (line 282) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Zapopep (line 515) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::Zpopep (line 483) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩChoiceGetA (line 163) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩChoiceSet (line 157) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩGainAPolymorphicDesires (line 170) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩLoseAPolymorphicDesires (line 176) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩPushPolymorphicDesires (line 182) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩSetPaperclipProduction (line 215) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩSetSentience (line 204) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩSkipToTheChase (line 195) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::Instruction::ΩTheEndIsNear (line 189) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::AddBL (line 223) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::AddF (line 330) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::AndBL (line 270) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ClFlag (line 323) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Clß (line 81) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Clř (line 38) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::CmpLB (line 300) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::DebugMachineState (line 584) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::DebugMachineStateCompact (line 590) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::DebugMemoryRegion (line 596) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::DebugStackRegion (line 602) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::DivBL (line 250) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::DivF (line 348) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Dpopep (line 523) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Dumpß (line 87) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Dumpř (line 44) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Fpopep (line 507) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::GetChar (line 536) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::GetLine (line 548) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Ldar (line 25) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Ldidp (line 146) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Ldiř (line 74) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Ldß (line 117) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Ldř (line 68) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Lenßa (line 137) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ModBL (line 256) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ModF (line 354) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Movaß (line 99) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Movař (line 50) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::MulBL (line 241) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::MulF (line 342) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::NotL (line 263) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Npopep (line 499) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::OrBL (line 276) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Pop (line 391) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::PopL (line 424) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Popa (line 398) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Popb (line 411) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Popch (line 450) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Popep (line 477) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Popf (line 437) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Popnum (line 463) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Popß (line 131) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Ppopep (line 491) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Push (line 379) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::PushL (line 430) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Pusha (line 404) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Pushb (line 417) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Pushch (line 456) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Pushf (line 443) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Pushi (line 385) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Pushnum (line 469) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Pushß (line 123) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Sba (line 31) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Setiß (line 111) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Setiř (line 62) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Setß (line 105) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Setř (line 56) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ShowChoice (line 608) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::StackAlloc (line 362) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::StackDealloc (line 371) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::SubBL (line 232) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::SubF (line 336) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::TgFlag (line 317) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ToggleDebug (line 578) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::WriteChar (line 557) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::WriteLine (line 570) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::WriteLineß (line 564) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Writeß (line 93) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::XorBL (line 282) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Zapopep (line 515) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::Zpopep (line 483) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩChoiceGetA (line 163) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩChoiceSet (line 157) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩGainAPolymorphicDesires (line 170) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩLoseAPolymorphicDesires (line 176) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩPushPolymorphicDesires (line 182) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩSetPaperclipProduction (line 215) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩSetSentience (line 204) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩSkipToTheChase (line 195) ... ignored
[INFO] [stdout] test src/instruction.rs - instruction::InstructionKind::ΩTheEndIsNear (line 189) ... ignored
[INFO] [stdout] test src/utils/array_debug.rs - utils::array_debug::ArrayDebug::array_debug (line 116) ... ignored
[INFO] [stdout] test src/utils/array_debug.rs - utils::array_debug::ArrayDebug::into_debug_array (line 103) ... ignored
[INFO] [stdout] test src/utils/array_debug.rs - utils::array_debug::DebugArray<'a,T>::debug (line 29) ... ignored
[INFO] [stdout] test src/assembly.rs - assembly::esoteric_assembly (line 268) ... ok
[INFO] [stdout] test src/lib.rs - (line 8) ... ok
[INFO] [stdout] test src/machine/mod.rs - machine::Machine (line 33) ... ok
[INFO] [stdout] test src/utils/primes.rs - utils::primes (line 4) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/utils/primes.rs - utils::primes (line 4) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (99) panicked at src/utils/primes.rs:88:10:
[INFO] [stdout] couldn't open its own path as a file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6121df0db7e2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6121df0db7e2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6121df0db7e2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6121df0db7e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6121df0eab1a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6121df0eab1a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x6121df0b9836 - std::io::default_write_fmt::hd49a3027caaa0994
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6121df0b9836 - std::io::Write::write_fmt::h6f0185aecf0ed75f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6121df0c0db6 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121df0c0db6 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6121df0c0c16 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x6121df0c0ffb - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x6121df0c0e78 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x6121df0bf369 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x6121df0ae82d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x6121df0edbfc - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x6121df0ed572 - core::result::unwrap_failed::hf2d1f30a3ac850fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x6121df0a8642 - core::result::Result<T,E>::expect::hd36961ab2685dc91
[INFO] [stdout]   18:     0x6121df0aaf2b - rust_out::main::_doctest_main_src_utils_primes_rs_4_0::hc0d9ccc33913345d
[INFO] [stdout]   19:     0x6121df0aa776 - rust_out::main::h1d5d9cc717612345
[INFO] [stdout]   20:     0x6121df0a3773 - core::ops::function::FnOnce::call_once::he8fbd57a2bdb8de4
[INFO] [stdout]   21:     0x6121df0a2e76 - std::sys::backtrace::__rust_begin_short_backtrace::h3d7d4fbbe21d8c6a
[INFO] [stdout]   22:     0x6121df0a2bd9 - std::rt::lang_start::{{closure}}::he8b303f9f75577a3
[INFO] [stdout]   23:     0x6121df0bae66 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h6cf6e1b4b1f98539
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   24:     0x6121df0bae66 - std::panicking::catch_unwind::do_call::h174840425564edbd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   25:     0x6121df0bae66 - std::panicking::catch_unwind::had0fde8b5d7282ba
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   26:     0x6121df0bae66 - std::panic::catch_unwind::hdb1c6876cc6d1988
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x6121df0bae66 - std::rt::lang_start_internal::{{closure}}::h9a3342d69e945811
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x6121df0bae66 - std::panicking::catch_unwind::do_call::haba617e1655662f0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6121df0bae66 - std::panicking::catch_unwind::hdcb3b0cdc4ef023b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6121df0bae66 - std::panic::catch_unwind::hd7496902866db161
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6121df0bae66 - std::rt::lang_start_internal::h9f282d832ae47dd5
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x6121df0a2bc1 - std::rt::lang_start::h0508fb788dac5655
[INFO] [stdout]   33:     0x6121df0ae515 - main
[INFO] [stdout]   34:     0x7a70fb1ea1ca - <unknown>
[INFO] [stdout]   35:     0x7a70fb1ea28b - __libc_start_main
[INFO] [stdout]   36:     0x6121df0a1895 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/utils/primes.rs - utils::primes (line 4)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 165 ignored; 0 measured; 0 filtered out; finished in 27.74s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "379516ecaca19f89c18e913550cb343c869086c3d90f40f6d3d76d2f184a45d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "379516ecaca19f89c18e913550cb343c869086c3d90f40f6d3d76d2f184a45d2", kill_on_drop: false }`
[INFO] [stdout] 379516ecaca19f89c18e913550cb343c869086c3d90f40f6d3d76d2f184a45d2
