[INFO] fetching crate mage 0.2.0... [INFO] checking mage-0.2.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate mage 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate mage 0.2.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mage 0.2.0 [INFO] finished tweaking crates.io crate mage 0.2.0 [INFO] tweaked toml for crates.io crate mage 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded eval v0.4.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab942986d83effd6bba7de70101d737242818235a751dc401e5560bd8c78dc95 [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" "ab942986d83effd6bba7de70101d737242818235a751dc401e5560bd8c78dc95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab942986d83effd6bba7de70101d737242818235a751dc401e5560bd8c78dc95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab942986d83effd6bba7de70101d737242818235a751dc401e5560bd8c78dc95", kill_on_drop: false }` [INFO] [stdout] ab942986d83effd6bba7de70101d737242818235a751dc401e5560bd8c78dc95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c67c9442330d673f54c65953b29c83a8d294a14f13ba46a2f6eca07cc0da385 [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" "9c67c9442330d673f54c65953b29c83a8d294a14f13ba46a2f6eca07cc0da385", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking serde v0.9.15 [INFO] [stderr] Checking dtoa v0.4.7 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking itoa v0.3.4 [INFO] [stderr] Checking glob v0.2.11 [INFO] [stderr] Checking serde_json v0.9.10 [INFO] [stderr] Checking eval v0.4.3 [INFO] [stderr] Checking mage v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | type Compiled = Box Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Contexts, &Functions) -> Result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | type Compiled = Box Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Contexts, &Functions) -> Result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `V: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> src/template/mod.rs:65:73 [INFO] [stdout] | [INFO] [stdout] 65 | self.contexts.first_mut().unwrap().insert(name.into(), to_value(&value)); [INFO] [stdout] | ^^^^^^ the trait `serde::ser::Serialize` is not implemented for `V` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/eval-0.4.3/src/lib.rs:122:20 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn to_value(v: S) -> Value { [INFO] [stdout] | --------- required by this bound in `eval::to_value` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `&V` [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 63 | V: Serialize + serde::ser::Serialize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `V: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> src/template/mod.rs:65:73 [INFO] [stdout] | [INFO] [stdout] 65 | self.contexts.first_mut().unwrap().insert(name.into(), to_value(&value)); [INFO] [stdout] | ^^^^^^ the trait `serde::ser::Serialize` is not implemented for `V` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/eval-0.4.3/src/lib.rs:122:20 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn to_value(v: S) -> Value { [INFO] [stdout] | --------- required by this bound in `eval::to_value` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `&V` [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 63 | V: Serialize + serde::ser::Serialize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `render` found for enum `eval::Value` in the current scope [INFO] [stdout] --> src/tree/mod.rs:221:22 [INFO] [stdout] | [INFO] [stdout] 221 | .render()) [INFO] [stdout] | ^^^^^^ method not found in `eval::Value` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `Render` defines an item `render`, perhaps you need to implement it [INFO] [stdout] --> src/render/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait Render { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 233 | let boolean = match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] 234 | Value::Bool(_) | Value::Null => { [INFO] [stdout] | ^^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:234:38 [INFO] [stdout] | [INFO] [stdout] 233 | let boolean = match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] 234 | Value::Bool(_) | Value::Null => { [INFO] [stdout] | ^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:235:32 [INFO] [stdout] | [INFO] [stdout] 235 | if let Value::Bool(boolean) = value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ----- this expression has type `eval::Value` [INFO] [stdout] | | [INFO] [stdout] | expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:254:29 [INFO] [stdout] | [INFO] [stdout] 253 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] 254 | Value::Bool(boolean) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:261:29 [INFO] [stdout] | [INFO] [stdout] 253 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] ... [INFO] [stdout] 261 | Value::Null => (), [INFO] [stdout] | ^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `render` found for enum `eval::Value` in the current scope [INFO] [stdout] --> src/tree/mod.rs:221:22 [INFO] [stdout] | [INFO] [stdout] 221 | .render()) [INFO] [stdout] | ^^^^^^ method not found in `eval::Value` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `Render` defines an item `render`, perhaps you need to implement it [INFO] [stdout] --> src/render/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait Render { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:285:21 [INFO] [stdout] | [INFO] [stdout] 284 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] 285 | Value::Array(ref array) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:305:21 [INFO] [stdout] | [INFO] [stdout] 284 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] ... [INFO] [stdout] 305 | Value::Object(ref object) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 233 | let boolean = match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] 234 | Value::Bool(_) | Value::Null => { [INFO] [stdout] | ^^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:325:21 [INFO] [stdout] | [INFO] [stdout] 284 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] ... [INFO] [stdout] 325 | Value::Null => (), [INFO] [stdout] | ^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:234:38 [INFO] [stdout] | [INFO] [stdout] 233 | let boolean = match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] 234 | Value::Bool(_) | Value::Null => { [INFO] [stdout] | ^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:235:32 [INFO] [stdout] | [INFO] [stdout] 235 | if let Value::Bool(boolean) = value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ----- this expression has type `eval::Value` [INFO] [stdout] | | [INFO] [stdout] | expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:254:29 [INFO] [stdout] | [INFO] [stdout] 253 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] 254 | Value::Bool(boolean) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:261:29 [INFO] [stdout] | [INFO] [stdout] 253 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] ... [INFO] [stdout] 261 | Value::Null => (), [INFO] [stdout] | ^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:285:21 [INFO] [stdout] | [INFO] [stdout] 284 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] 285 | Value::Array(ref array) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:305:21 [INFO] [stdout] | [INFO] [stdout] 284 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] ... [INFO] [stdout] 305 | Value::Object(ref object) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:325:21 [INFO] [stdout] | [INFO] [stdout] 284 | match value { [INFO] [stdout] | ----- this expression has type `eval::Value` [INFO] [stdout] ... [INFO] [stdout] 325 | Value::Null => (), [INFO] [stdout] | ^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:289:68 [INFO] [stdout] | [INFO] [stdout] 289 | ... context.insert(_for.value.clone(), value.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:289:68 [INFO] [stdout] | [INFO] [stdout] 289 | ... context.insert(_for.value.clone(), value.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:309:68 [INFO] [stdout] | [INFO] [stdout] 309 | ... context.insert(_for.value.clone(), value.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tree/mod.rs:309:68 [INFO] [stdout] | [INFO] [stdout] 309 | ... context.insert(_for.value.clone(), value.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `eval::Value`, found enum `serde_json::Value` [INFO] [stdout] | [INFO] [stdout] = note: perhaps two different versions of crate `serde_json` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `render::Render` [INFO] [stdout] --> src/tree/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use render::Render; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `render::Render` [INFO] [stdout] --> src/tree/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use render::Render; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mage` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9c67c9442330d673f54c65953b29c83a8d294a14f13ba46a2f6eca07cc0da385", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c67c9442330d673f54c65953b29c83a8d294a14f13ba46a2f6eca07cc0da385", kill_on_drop: false }` [INFO] [stdout] 9c67c9442330d673f54c65953b29c83a8d294a14f13ba46a2f6eca07cc0da385