[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#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flhinderberger%2Fcompilerbau" "/workspace/builds/worker-46/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-46/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lhinderberger/compilerbau on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-46/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9b04b9b6875e5207cb970ef63d5b51edf2dbf8f451853abe5772048b9c3e76b [INFO] running `Command { std: "docker" "start" "-a" "b9b04b9b6875e5207cb970ef63d5b51edf2dbf8f451853abe5772048b9c3e76b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9b04b9b6875e5207cb970ef63d5b51edf2dbf8f451853abe5772048b9c3e76b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9b04b9b6875e5207cb970ef63d5b51edf2dbf8f451853abe5772048b9c3e76b", kill_on_drop: false }` [INFO] [stdout] b9b04b9b6875e5207cb970ef63d5b51edf2dbf8f451853abe5772048b9c3e76b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c037338f3f22c993ac2a7e267ddfa74bd8400896fc10469acc9b6346166c564 [INFO] running `Command { std: "docker" "start" "-a" "6c037338f3f22c993ac2a7e267ddfa74bd8400896fc10469acc9b6346166c564", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lazy_static v1.4.0 [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 1.92s [INFO] running `Command { std: "docker" "inspect" "6c037338f3f22c993ac2a7e267ddfa74bd8400896fc10469acc9b6346166c564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c037338f3f22c993ac2a7e267ddfa74bd8400896fc10469acc9b6346166c564", kill_on_drop: false }` [INFO] [stdout] 6c037338f3f22c993ac2a7e267ddfa74bd8400896fc10469acc9b6346166c564 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16e721b821a476f8c172b23d2fcfde48433350a9aced32d4368db91d4378d846 [INFO] running `Command { std: "docker" "start" "-a" "16e721b821a476f8c172b23d2fcfde48433350a9aced32d4368db91d4378d846", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 9.01s [INFO] running `Command { std: "docker" "inspect" "16e721b821a476f8c172b23d2fcfde48433350a9aced32d4368db91d4378d846", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16e721b821a476f8c172b23d2fcfde48433350a9aced32d4368db91d4378d846", kill_on_drop: false }` [INFO] [stdout] 16e721b821a476f8c172b23d2fcfde48433350a9aced32d4368db91d4378d846 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aadd33b9ae0a170b7bb53cfcde8fe482a83732d666497870d46fe8ce57bf1b95 [INFO] running `Command { std: "docker" "start" "-a" "aadd33b9ae0a170b7bb53cfcde8fe482a83732d666497870d46fe8ce57bf1b95", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/calculator-4dd50b8c516d45e4) [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::mixed_input_is_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 lexer::lexer::tests::empty_stream_yields_eof ... 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] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pl0c-b8c872215e107949) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test lexer::char_classes::tests::correct_class_is_detected ... ok [INFO] [stdout] test lexer::iterator::tests::iterator_returns_correct_morphemes ... 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] test lexer::lexer::tests::empty_stream_yields_eof ... ok [INFO] [stdout] test lexer::lexer::tests::mixed_input_is_detected ... 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 #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] test parser::syntax_graph::test_condition_met ... 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] okTook 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] [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] test parser::parser::tests::invalid_syntax_is_rejected ... ok [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::lexer::tests::single_morpheme_is_detected ... 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" "aadd33b9ae0a170b7bb53cfcde8fe482a83732d666497870d46fe8ce57bf1b95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aadd33b9ae0a170b7bb53cfcde8fe482a83732d666497870d46fe8ce57bf1b95", kill_on_drop: false }` [INFO] [stdout] aadd33b9ae0a170b7bb53cfcde8fe482a83732d666497870d46fe8ce57bf1b95