[INFO] fetching crate pistoncore-input 1.0.1... [INFO] checking pistoncore-input-1.0.1 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate pistoncore-input 1.0.1 into /workspace/builds/worker-69/source [INFO] validating manifest of crates.io crate pistoncore-input 1.0.1 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pistoncore-input 1.0.1 [INFO] finished tweaking crates.io crate pistoncore-input 1.0.1 [INFO] tweaked toml for crates.io crate pistoncore-input 1.0.1 written to /workspace/builds/worker-69/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e81c5d294d357df500063af1a3be4bd242f38feaaa7093e7bb76e6f66156bdb5 [INFO] running `Command { std: "docker" "start" "-a" "e81c5d294d357df500063af1a3be4bd242f38feaaa7093e7bb76e6f66156bdb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e81c5d294d357df500063af1a3be4bd242f38feaaa7093e7bb76e6f66156bdb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e81c5d294d357df500063af1a3be4bd242f38feaaa7093e7bb76e6f66156bdb5", kill_on_drop: false }` [INFO] [stdout] e81c5d294d357df500063af1a3be4bd242f38feaaa7093e7bb76e6f66156bdb5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ad27131ee95eafadfaa144ee5d50435cf06e5e3109564e2366b86633a6792d7 [INFO] running `Command { std: "docker" "start" "-a" "7ad27131ee95eafadfaa144ee5d50435cf06e5e3109564e2366b86633a6792d7", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Checking piston-float v1.0.1 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Checking piston-viewport v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Checking pistoncore-input v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0061]: this enum variant takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> benches/resize.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | let e = Input::Resize(0, 0); [INFO] [stdout] | ^^^^^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this enum variant takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> benches/mouse.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | let e = Input::Move(Motion::MouseCursor(0.0, 0.0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ --- --- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Update` found for enum `input::Input` in the current scope [INFO] [stdout] --> benches/update.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | let e = Input::Update(UpdateArgs { dt: 0.0 }); [INFO] [stdout] | ^^^^^^ variant or associated item not found in `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: UpdateEvent` is not satisfied [INFO] [stdout] --> benches/update.rs:14:69 [INFO] [stdout] | [INFO] [stdout] 14 | let _: Option = UpdateEvent::from_update_args(&args, &e); [INFO] [stdout] | ----------------------------- ^^ the trait `UpdateEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Idle` found for enum `input::Input` in the current scope [INFO] [stdout] --> benches/idle.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | let e = Input::Idle(IdleArgs { dt: 1.0 }); [INFO] [stdout] | ^^^^ variant or associated item not found in `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: IdleEvent` is not satisfied [INFO] [stdout] --> benches/idle.rs:14:65 [INFO] [stdout] | [INFO] [stdout] 14 | let _: Option = IdleEvent::from_idle_args(&args, &e); [INFO] [stdout] | ------------------------- ^^ the trait `IdleEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_width_height` found for trait object `dyn ResizeEvent` in the current scope [INFO] [stdout] --> benches/resize.rs:13:45 [INFO] [stdout] | [INFO] [stdout] 13 | let _: Option = ResizeEvent::from_width_height(100, 100, &e); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn ResizeEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pistoncore-input` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Render` found for enum `input::Input` in the current scope [INFO] [stdout] --> benches/render.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | let e = Input::Render(RenderArgs { [INFO] [stdout] | ^^^^^^ variant or associated item not found in `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `width` [INFO] [stdout] --> benches/render.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | width: 0, [INFO] [stdout] | ^^^^^ `RenderArgs` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `height` [INFO] [stdout] --> benches/render.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | height: 0, [INFO] [stdout] | ^^^^^^ `RenderArgs` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `draw_width` [INFO] [stdout] --> benches/render.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | draw_width: 0, [INFO] [stdout] | ^^^^^^^^^^ `RenderArgs` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `draw_height` [INFO] [stdout] --> benches/render.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | draw_height: 0, [INFO] [stdout] | ^^^^^^^^^^^ `RenderArgs` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `width` [INFO] [stdout] --> benches/render.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | width: 10, [INFO] [stdout] | ^^^^^ `RenderArgs` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `height` [INFO] [stdout] --> benches/render.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | height: 10, [INFO] [stdout] | ^^^^^^ `RenderArgs` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `draw_width` [INFO] [stdout] --> benches/render.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | draw_width: 10, [INFO] [stdout] | ^^^^^^^^^^ `RenderArgs` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `draw_height` [INFO] [stdout] --> benches/render.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | draw_height: 10, [INFO] [stdout] | ^^^^^^^^^^^ `RenderArgs` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: RenderEvent` is not satisfied [INFO] [stdout] --> benches/render.rs:26:69 [INFO] [stdout] | [INFO] [stdout] 26 | let _: Option = RenderEvent::from_render_args(&args, &e); [INFO] [stdout] | ----------------------------- ^^ the trait `RenderEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: ControllerAxisEvent` is not satisfied [INFO] [stdout] --> benches/controller_axis.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args( [INFO] [stdout] | ---------------------------------------------- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 23 | &e, [INFO] [stdout] | ^^ the trait `ControllerAxisEvent` is not implemented for `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0560, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: TextEvent` is not satisfied [INFO] [stdout] --> benches/text.rs:13:62 [INFO] [stdout] | [INFO] [stdout] 13 | let _: Option = TextEvent::from_text("hello", &e); [INFO] [stdout] | -------------------- ^^ the trait `TextEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Release` found for enum `input::Input` in the current scope [INFO] [stdout] --> benches/release.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | let e = Input::Release(Button::Keyboard(Key::S)); [INFO] [stdout] | ^^^^^^^ variant or associated item not found in `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `AfterRender` found for enum `input::Input` in the current scope [INFO] [stdout] --> benches/after_render.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | let e = Input::AfterRender(AfterRenderArgs); [INFO] [stdout] | ^^^^^^^^^^^ variant or associated item not found in `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: CursorEvent` is not satisfied [INFO] [stdout] --> benches/cursor.rs:13:63 [INFO] [stdout] | [INFO] [stdout] 13 | let _: Option = CursorEvent::from_cursor(true, &e); [INFO] [stdout] | ------------------------ ^^ the trait `CursorEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: AfterRenderEvent` is not satisfied [INFO] [stdout] --> benches/after_render.rs:14:80 [INFO] [stdout] | [INFO] [stdout] 14 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); [INFO] [stdout] | ---------------------------------------- ^^ the trait `AfterRenderEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: ButtonEvent` is not satisfied [INFO] [stdout] --> benches/release.rs:14:66 [INFO] [stdout] | [INFO] [stdout] 14 | let _: Option = ReleaseEvent::from_button(button, &e); [INFO] [stdout] | ------------------------- ^^ the trait `ButtonEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `ReleaseEvent` for `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: FocusEvent` is not satisfied [INFO] [stdout] --> benches/focus.rs:13:63 [INFO] [stdout] | [INFO] [stdout] 13 | let _: Option = FocusEvent::from_focused(true, &e); [INFO] [stdout] | ------------------------ ^^ the trait `FocusEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Press` found for enum `input::Input` in the current scope [INFO] [stdout] --> benches/press.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | let e = Input::Press(Button::Keyboard(Key::S)); [INFO] [stdout] | ^^^^^ variant or associated item not found in `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `input::Input: ButtonEvent` is not satisfied [INFO] [stdout] --> benches/press.rs:14:64 [INFO] [stdout] | [INFO] [stdout] 14 | let _: Option = PressEvent::from_button(button, &e); [INFO] [stdout] | ----------------------- ^^ the trait `ButtonEvent` is not implemented for `input::Input` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `PressEvent` for `input::Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_xy` found for trait object `dyn MouseCursorEvent` in the current scope [INFO] [stdout] --> benches/mouse.rs:13:50 [INFO] [stdout] | [INFO] [stdout] 13 | let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `dyn MouseCursorEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0061]: this enum variant takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> benches/mouse.rs:19:25 [INFO] [stdout] | [INFO] [stdout] 19 | let e = Input::Move(Motion::MouseRelative(0.0, 0.0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ --- --- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_xy` found for trait object `dyn MouseRelativeEvent` in the current scope [INFO] [stdout] --> benches/mouse.rs:21:52 [INFO] [stdout] | [INFO] [stdout] 21 | let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `dyn MouseRelativeEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this enum variant takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> benches/mouse.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | let e = Input::Move(Motion::MouseScroll(0.0, 0.0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ --- --- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_xy` found for trait object `dyn MouseScrollEvent` in the current scope [INFO] [stdout] --> benches/mouse.rs:29:50 [INFO] [stdout] | [INFO] [stdout] 29 | let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `dyn MouseScrollEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7ad27131ee95eafadfaa144ee5d50435cf06e5e3109564e2366b86633a6792d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ad27131ee95eafadfaa144ee5d50435cf06e5e3109564e2366b86633a6792d7", kill_on_drop: false }` [INFO] [stdout] 7ad27131ee95eafadfaa144ee5d50435cf06e5e3109564e2366b86633a6792d7