[INFO] fetching crate boreal-parser 0.3.0...
[INFO] checking boreal-parser-0.3.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate boreal-parser 0.3.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate boreal-parser 0.3.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate boreal-parser 0.3.0
[INFO] finished tweaking crates.io crate boreal-parser 0.3.0
[INFO] tweaked toml for crates.io crate boreal-parser 0.3.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a0f2684d1f1b2a75ee337e655570ddc72e77b8e7b53a64e9ceeacd20830d5be0
[INFO] running `Command { std: "docker" "start" "-a" "a0f2684d1f1b2a75ee337e655570ddc72e77b8e7b53a64e9ceeacd20830d5be0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0f2684d1f1b2a75ee337e655570ddc72e77b8e7b53a64e9ceeacd20830d5be0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0f2684d1f1b2a75ee337e655570ddc72e77b8e7b53a64e9ceeacd20830d5be0", kill_on_drop: false }`
[INFO] [stdout] a0f2684d1f1b2a75ee337e655570ddc72e77b8e7b53a64e9ceeacd20830d5be0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d52e840232c50d3a608fe21cc560bb1fd56ca6dfeba0bf2fcf7546b84b3f9d74
[INFO] running `Command { std: "docker" "start" "-a" "d52e840232c50d3a608fe21cc560bb1fd56ca6dfeba0bf2fcf7546b84b3f9d74", kill_on_drop: false }`
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking boreal-parser v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/expression/for_expression.rs:287:66
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![deny(unused_qualifications)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 287 -     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout] 287 +     let (input, identifiers) = separated_list1(rtrim(char(',')), string::identifier)(input)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToOwned` is imported redundantly
[INFO] [stdout]  --> src/string.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::borrow::ToOwned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `ToOwned` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Regex` is imported redundantly
[INFO] [stdout]    --> src/expression/boolean_expression.rs:325:32
[INFO] [stdout]     |
[INFO] [stdout] 322 |     use super::*;
[INFO] [stdout]     |         -------- the item `Regex` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 325 |         regex::{self, Literal, Regex},
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/expression/for_expression.rs:287:66
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![deny(unused_qualifications)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 287 -     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout] 287 +     let (input, identifiers) = separated_list1(rtrim(char(',')), string::identifier)(input)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExpressionKind` is imported redundantly
[INFO] [stdout]    --> src/expression/for_expression.rs:355:9
[INFO] [stdout]     |
[INFO] [stdout] 353 |     use super::*;
[INFO] [stdout]     |         -------- the item `ExpressionKind` is already imported here
[INFO] [stdout] 354 |     use crate::expression::{
[INFO] [stdout] 355 |         ExpressionKind, Identifier, IdentifierOperation, IdentifierOperationType,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Expression` is imported redundantly
[INFO] [stdout]    --> src/rule.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |     use crate::expression::{Expression, ExpressionKind, ForSelection, VariableSet};
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 572 |     use super::*;
[INFO] [stdout]     |         -------- the item `Expression` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToOwned` is imported redundantly
[INFO] [stdout]  --> src/string.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::borrow::ToOwned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `ToOwned` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boreal-parser` (lib) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boreal-parser` (lib test) due to 2 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d52e840232c50d3a608fe21cc560bb1fd56ca6dfeba0bf2fcf7546b84b3f9d74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d52e840232c50d3a608fe21cc560bb1fd56ca6dfeba0bf2fcf7546b84b3f9d74", kill_on_drop: false }`
[INFO] [stdout] d52e840232c50d3a608fe21cc560bb1fd56ca6dfeba0bf2fcf7546b84b3f9d74
[INFO] checking boreal-parser-0.3.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate boreal-parser 0.3.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate boreal-parser 0.3.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate boreal-parser 0.3.0
[INFO] finished tweaking crates.io crate boreal-parser 0.3.0
[INFO] tweaked toml for crates.io crate boreal-parser 0.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0425c12ca080115f5cb86f664d5ce5cd5a56e9351814a5692c63a99ad9eecc2d
[INFO] running `Command { std: "docker" "start" "-a" "0425c12ca080115f5cb86f664d5ce5cd5a56e9351814a5692c63a99ad9eecc2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0425c12ca080115f5cb86f664d5ce5cd5a56e9351814a5692c63a99ad9eecc2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0425c12ca080115f5cb86f664d5ce5cd5a56e9351814a5692c63a99ad9eecc2d", kill_on_drop: false }`
[INFO] [stdout] 0425c12ca080115f5cb86f664d5ce5cd5a56e9351814a5692c63a99ad9eecc2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d6dadec71c35260036810fe943c79d340e0a6e077c2a433f117c80037d8a310
[INFO] running `Command { std: "docker" "start" "-a" "7d6dadec71c35260036810fe943c79d340e0a6e077c2a433f117c80037d8a310", kill_on_drop: false }`
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking boreal-parser v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/expression/for_expression.rs:287:66
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![deny(unused_qualifications)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 287 -     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout] 287 +     let (input, identifiers) = separated_list1(rtrim(char(',')), string::identifier)(input)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToOwned` is imported redundantly
[INFO] [stdout]  --> src/string.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::borrow::ToOwned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `ToOwned` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Regex` is imported redundantly
[INFO] [stdout]    --> src/expression/boolean_expression.rs:325:32
[INFO] [stdout]     |
[INFO] [stdout] 322 |     use super::*;
[INFO] [stdout]     |         -------- the item `Regex` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 325 |         regex::{self, Literal, Regex},
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/expression/for_expression.rs:287:66
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![deny(unused_qualifications)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 287 -     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout] 287 +     let (input, identifiers) = separated_list1(rtrim(char(',')), string::identifier)(input)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExpressionKind` is imported redundantly
[INFO] [stdout]    --> src/expression/for_expression.rs:355:9
[INFO] [stdout]     |
[INFO] [stdout] 353 |     use super::*;
[INFO] [stdout]     |         -------- the item `ExpressionKind` is already imported here
[INFO] [stdout] 354 |     use crate::expression::{
[INFO] [stdout] 355 |         ExpressionKind, Identifier, IdentifierOperation, IdentifierOperationType,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Expression` is imported redundantly
[INFO] [stdout]    --> src/rule.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |     use crate::expression::{Expression, ExpressionKind, ForSelection, VariableSet};
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 572 |     use super::*;
[INFO] [stdout]     |         -------- the item `Expression` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToOwned` is imported redundantly
[INFO] [stdout]  --> src/string.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::borrow::ToOwned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `ToOwned` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boreal-parser` (lib) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boreal-parser` (lib test) due to 2 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7d6dadec71c35260036810fe943c79d340e0a6e077c2a433f117c80037d8a310", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d6dadec71c35260036810fe943c79d340e0a6e077c2a433f117c80037d8a310", kill_on_drop: false }`
[INFO] [stdout] 7d6dadec71c35260036810fe943c79d340e0a6e077c2a433f117c80037d8a310
