[INFO] cloning repository https://github.com/lhinderberger/compilerbau [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lhinderberger/compilerbau" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flhinderberger%2Fcompilerbau", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flhinderberger%2Fcompilerbau'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cc920df0d927fbc9393e73dc142a5a1d5e0ba757 [INFO] testing lhinderberger/compilerbau against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flhinderberger%2Fcompilerbau" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lhinderberger/compilerbau on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lhinderberger/compilerbau [INFO] finished tweaking git repo https://github.com/lhinderberger/compilerbau [INFO] tweaked toml for git repo https://github.com/lhinderberger/compilerbau written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/lhinderberger/compilerbau already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf8ca94c7a05419dcf6df850a26fe4affa11eb43b7816115376ef5ac3b566224 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cf8ca94c7a05419dcf6df850a26fe4affa11eb43b7816115376ef5ac3b566224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf8ca94c7a05419dcf6df850a26fe4affa11eb43b7816115376ef5ac3b566224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf8ca94c7a05419dcf6df850a26fe4affa11eb43b7816115376ef5ac3b566224", kill_on_drop: false }` [INFO] [stdout] cf8ca94c7a05419dcf6df850a26fe4affa11eb43b7816115376ef5ac3b566224 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dddbe8043850edfbb4b140c9bbd71eaa06a85a0e169777688edf6634dc338c6b [INFO] running `Command { std: "docker" "start" "-a" "dddbe8043850edfbb4b140c9bbd71eaa06a85a0e169777688edf6634dc338c6b", kill_on_drop: false }` [INFO] [stderr] Compiling calculator v0.1.0 (/opt/rustwide/workdir/calculator) [INFO] [stderr] Compiling pl0c v0.1.0 (/opt/rustwide/workdir/pl0c) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.93s [INFO] running `Command { std: "docker" "inspect" "dddbe8043850edfbb4b140c9bbd71eaa06a85a0e169777688edf6634dc338c6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dddbe8043850edfbb4b140c9bbd71eaa06a85a0e169777688edf6634dc338c6b", kill_on_drop: false }` [INFO] [stdout] dddbe8043850edfbb4b140c9bbd71eaa06a85a0e169777688edf6634dc338c6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9baa85bd9bcbf44e66a9207ee21677510383e827f8de7ccd16c4416060bb17ee [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9baa85bd9bcbf44e66a9207ee21677510383e827f8de7ccd16c4416060bb17ee", kill_on_drop: false }` [INFO] [stderr] Compiling calculator v0.1.0 (/opt/rustwide/workdir/calculator) [INFO] [stderr] Compiling pl0c v0.1.0 (/opt/rustwide/workdir/pl0c) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.67s [INFO] running `Command { std: "docker" "inspect" "9baa85bd9bcbf44e66a9207ee21677510383e827f8de7ccd16c4416060bb17ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9baa85bd9bcbf44e66a9207ee21677510383e827f8de7ccd16c4416060bb17ee", kill_on_drop: false }` [INFO] [stdout] 9baa85bd9bcbf44e66a9207ee21677510383e827f8de7ccd16c4416060bb17ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9685faffcd5e6b42912f053c817b71a0d185372c6ad7c861b116bc4ba98e134e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9685faffcd5e6b42912f053c817b71a0d185372c6ad7c861b116bc4ba98e134e", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/calculator-38e110c1a0f58931) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test lexer::iterator::tests::iterator_returns_correct_morphemes ... ok [INFO] [stdout] test lexer::lexer::tests::invalid_symbols_will_be_detected ... ok [INFO] [stdout] test lexer::lexer::tests::single_number_is_detected ... ok [INFO] [stdout] test lexer::lexer::tests::single_symbol_is_detected ... ok [INFO] [stdout] test parser::iterative::yields_expected_results ... ok [INFO] [stdout] test parser::naive::yields_expected_results ... ok [INFO] [stdout] test parser::split::yields_expected_results ... ok [INFO] [stdout] test lexer::lexer::tests::empty_stream_yields_eof ... ok [INFO] [stdout] test lexer::lexer::tests::mixed_input_is_detected ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pl0c-bb47bac17525845d) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test lexer::iterator::tests::iterator_returns_correct_morphemes ... ok [INFO] [stdout] test lexer::lexer::tests::mixed_input_is_detected ... ok [INFO] [stdout] test lexer::lexer::tests::empty_stream_yields_eof ... ok [INFO] [stdout] test lexer::lexer::tests::single_morpheme_is_detected ... ok [INFO] [stdout] test parser::syntax_graph::test_condition_met ... ok [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROGRAM, node: 0 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 0 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 2 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 4 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 6 }, consumed None [INFO] [stdout] Took Vertex #7 at GraphLocation { graph: STATEMENT, node: 0 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROGRAM, node: 1 }, consumed Some(Morpheme { offset: 0, length: 1, content: Symbol(Point) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROGRAM, node: 0 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 0 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 2 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 4 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 6 }, consumed None [INFO] [stdout] Took Vertex #6 at GraphLocation { graph: STATEMENT, node: 0 }, consumed Some(Morpheme { offset: 0, length: 1, content: Symbol(ExclamationMark) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: STATEMENT, node: 7 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: OUTPUT, node: 0 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: EXPRESSION, node: 0 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: EXPRESSION, node: 1 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: TERM, node: 0 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: FACTOR, node: 0 }, consumed Some(Morpheme { offset: 1, length: 1, content: Number(1) }) [INFO] [stdout] Took Vertex #2 at GraphLocation { graph: TERM, node: 1 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: EXPRESSION, node: 2 }, consumed Some(Morpheme { offset: 2, length: 1, content: Symbol(Add) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: EXPRESSION, node: 1 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: TERM, node: 0 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: FACTOR, node: 0 }, consumed Some(Morpheme { offset: 3, length: 1, content: Number(1) }) [INFO] [stdout] Took Vertex #2 at GraphLocation { graph: TERM, node: 1 }, consumed None [INFO] [stdout] Took Vertex #2 at GraphLocation { graph: EXPRESSION, node: 2 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROGRAM, node: 1 }, consumed Some(Morpheme { offset: 4, length: 1, content: Symbol(Point) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROGRAM, node: 0 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 0 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 2 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 4 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 6 }, consumed None [INFO] [stdout] Took Vertex #4 at GraphLocation { graph: STATEMENT, node: 0 }, consumed Some(Morpheme { offset: 0, length: 4, content: Symbol(Call) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: STATEMENT, node: 5 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: CALL, node: 0 }, consumed Some(Morpheme { offset: 5, length: 10, content: Identifier("HELLOWORLD") }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROGRAM, node: 1 }, consumed Some(Morpheme { offset: 15, length: 1, content: Symbol(Point) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROGRAM, node: 0 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 0 }, consumed Some(Morpheme { offset: 0, length: 5, content: Symbol(Const) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 1 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: CONST, node: 0 }, consumed Some(Morpheme { offset: 6, length: 1, content: Identifier("A") }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: CONST, node: 1 }, consumed Some(Morpheme { offset: 8, length: 1, content: Symbol(Equals) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: CONST, node: 2 }, consumed Some(Morpheme { offset: 10, length: 1, content: Number(1) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: CONST, node: 3 }, consumed Some(Morpheme { offset: 11, length: 1, content: Symbol(Comma) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: CONST, node: 0 }, consumed Some(Morpheme { offset: 13, length: 1, content: Identifier("B") }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: CONST, node: 1 }, consumed Some(Morpheme { offset: 15, length: 1, content: Symbol(Equals) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: CONST, node: 2 }, consumed Some(Morpheme { offset: 17, length: 1, content: Number(2) }) [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: CONST, node: 3 }, consumed Some(Morpheme { offset: 18, length: 1, content: Symbol(Semicolon) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 2 }, consumed Some(Morpheme { offset: 20, length: 3, content: Symbol(Var) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 3 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: VAR, node: 0 }, consumed Some(Morpheme { offset: 24, length: 1, content: Identifier("C") }) [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: VAR, node: 1 }, consumed Some(Morpheme { offset: 25, length: 1, content: Symbol(Semicolon) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 4 }, consumed Some(Morpheme { offset: 27, length: 9, content: Symbol(Procedure) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 5 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROCEDURE, node: 0 }, consumed Some(Morpheme { offset: 37, length: 3, content: Identifier("ADD") }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROCEDURE, node: 1 }, consumed Some(Morpheme { offset: 40, length: 1, content: Symbol(Semicolon) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROCEDURE, node: 2 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 0 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 2 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: BLOCK, node: 4 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 6 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: STATEMENT, node: 0 }, consumed Some(Morpheme { offset: 41, length: 1, content: Identifier("C") }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: STATEMENT, node: 1 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: ASSIGNMENT, node: 0 }, consumed Some(Morpheme { offset: 42, length: 2, content: Symbol(Assignment) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: ASSIGNMENT, node: 1 }, consumed None [INFO] [stdout] Took Vertex #1 at GraphLocation { graph: EXPRESSION, node: 0 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: EXPRESSION, node: 1 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: TERM, node: 0 }, consumed None [INFO] [stdout] Took Vertex #2 at GraphLocation { graph: FACTOR, node: 0 }, consumed Some(Morpheme { offset: 44, length: 1, content: Identifier("A") }) [INFO] [stdout] Took Vertex #2 at GraphLocation { graph: TERM, node: 1 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: EXPRESSION, node: 2 }, consumed Some(Morpheme { offset: 45, length: 1, content: Symbol(Add) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: EXPRESSION, node: 1 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: TERM, node: 0 }, consumed None [INFO] [stdout] Took Vertex #2 at GraphLocation { graph: FACTOR, node: 0 }, consumed Some(Morpheme { offset: 46, length: 1, content: Identifier("B") }) [INFO] [stdout] Took Vertex #2 at GraphLocation { graph: TERM, node: 1 }, consumed None [INFO] [stdout] Took Vertex #2 at GraphLocation { graph: EXPRESSION, node: 2 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROCEDURE, node: 3 }, consumed Some(Morpheme { offset: 47, length: 1, content: Symbol(Semicolon) }) [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: BLOCK, node: 6 }, consumed None [INFO] [stdout] Took Vertex #7 at GraphLocation { graph: STATEMENT, node: 0 }, consumed None [INFO] [stdout] Took Vertex #0 at GraphLocation { graph: PROGRAM, node: 1 }, consumed Some(Morpheme { offset: 48, length: 1, content: Symbol(Point) }) [INFO] [stdout] test lexer::char_classes::tests::correct_class_is_detected ... ok [INFO] [stdout] test parser::parser::tests::invalid_syntax_is_rejected ... ok [INFO] [stdout] test parser::parser::tests::valid_syntax_is_accepted ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9685faffcd5e6b42912f053c817b71a0d185372c6ad7c861b116bc4ba98e134e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9685faffcd5e6b42912f053c817b71a0d185372c6ad7c861b116bc4ba98e134e", kill_on_drop: false }` [INFO] [stdout] 9685faffcd5e6b42912f053c817b71a0d185372c6ad7c861b116bc4ba98e134e