[INFO] fetching crate fm_plugin 0.1.15... [INFO] checking fm_plugin-0.1.15 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate fm_plugin 0.1.15 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate fm_plugin 0.1.15 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 fm_plugin 0.1.15 [INFO] finished tweaking crates.io crate fm_plugin 0.1.15 [INFO] tweaked toml for crates.io crate fm_plugin 0.1.15 written to /workspace/builds/worker-1/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] 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 widestring v0.4.3 [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" "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] a72ae03e6eb01d04b5b6cb28bff5e29b29847e125bf5c81faa1daeab66c11934 [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" "a72ae03e6eb01d04b5b6cb28bff5e29b29847e125bf5c81faa1daeab66c11934", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a72ae03e6eb01d04b5b6cb28bff5e29b29847e125bf5c81faa1daeab66c11934", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a72ae03e6eb01d04b5b6cb28bff5e29b29847e125bf5c81faa1daeab66c11934", kill_on_drop: false }` [INFO] [stdout] a72ae03e6eb01d04b5b6cb28bff5e29b29847e125bf5c81faa1daeab66c11934 [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" "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] e04f8bb5ece03ba7308b415e1c02eeebde57f848319ece473b5a7f51df648943 [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" "e04f8bb5ece03ba7308b415e1c02eeebde57f848319ece473b5a7f51df648943", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling fm_plugin v0.1.15 (/opt/rustwide/workdir) [INFO] [stderr] Checking widestring v0.4.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stdout] error[E0425]: cannot find function `bundle_plugin_command` in this scope [INFO] [stdout] --> src/post_build.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | bundle_plugin_command(&config)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `launch_filemaker` in this scope [INFO] [stdout] --> src/post_build.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | launch_filemaker(&config)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/config.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rename` [INFO] [stdout] --> src/post_build.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | use std::fs::{rename, File}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PathBuf` [INFO] [stdout] --> src/post_build.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | use std::path::{Path, PathBuf}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process` [INFO] [stdout] --> src/post_build.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | use std::process; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bundle_plugin_command` in this scope [INFO] [stdout] --> src/post_build.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | bundle_plugin_command(&config)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `launch_filemaker` in this scope [INFO] [stdout] --> src/post_build.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | launch_filemaker(&config)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/config.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rename` [INFO] [stdout] --> src/post_build.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | use std::fs::{rename, File}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PathBuf` [INFO] [stdout] --> src/post_build.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | use std::path::{Path, PathBuf}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process` [INFO] [stdout] --> src/post_build.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | use std::process; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/datetime.rs:232:54 [INFO] [stdout] | [INFO] [stdout] 232 | FM_DateTime_SetNormalizedTime1(self.ptr, hours, minutes, seconds, milliseconds, &mut _x) [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 232 | FM_DateTime_SetNormalizedTime1(self.ptr, hours.try_into().unwrap(), minutes, seconds, milliseconds, &mut _x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/datetime.rs:257:58 [INFO] [stdout] | [INFO] [stdout] 257 | unsafe { FM_DateTime_SetDaysSinceEpoch(self.ptr, days, &mut _x) }; [INFO] [stdout] | ^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 257 | unsafe { FM_DateTime_SetDaysSinceEpoch(self.ptr, days.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 214 | fn from(fix_pt: FixPt) -> i64 { [INFO] [stdout] | --- expected `i64` because of return type [INFO] [stdout] ... [INFO] [stdout] 218 | num [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `i64`, found `i32` [INFO] [stdout] | help: you can convert an `i32` to an `i64`: `num.into()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:227:9 [INFO] [stdout] | [INFO] [stdout] 223 | fn from(fix_pt: &FixPt) -> i64 { [INFO] [stdout] | --- expected `i64` because of return type [INFO] [stdout] ... [INFO] [stdout] 227 | num [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `i64`, found `i32` [INFO] [stdout] | help: you can convert an `i32` to an `i64`: `num.into()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:301:53 [INFO] [stdout] | [INFO] [stdout] 301 | unsafe { FM_FixPt_AssignInt64(fixed_pt.ptr, num, &mut _x) }; [INFO] [stdout] | ^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 301 | unsafe { FM_FixPt_AssignInt64(fixed_pt.ptr, num.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:380:49 [INFO] [stdout] | [INFO] [stdout] 380 | unsafe { FM_FixPt_Increment64(self.ptr, other, &mut _x) }; [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 380 | unsafe { FM_FixPt_Increment64(self.ptr, other.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:405:49 [INFO] [stdout] | [INFO] [stdout] 405 | unsafe { FM_FixPt_Increment64(self.ptr, other, &mut _x) }; [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 405 | unsafe { FM_FixPt_Increment64(self.ptr, other.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:429:49 [INFO] [stdout] | [INFO] [stdout] 429 | unsafe { FM_FixPt_Decrement64(self.ptr, other, &mut _x) }; [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 429 | unsafe { FM_FixPt_Decrement64(self.ptr, other.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:462:49 [INFO] [stdout] | [INFO] [stdout] 462 | unsafe { FM_FixPt_Decrement64(self.ptr, other, &mut _x) }; [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 462 | unsafe { FM_FixPt_Decrement64(self.ptr, other.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fm_plugin` [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] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/datetime.rs:232:54 [INFO] [stdout] | [INFO] [stdout] 232 | FM_DateTime_SetNormalizedTime1(self.ptr, hours, minutes, seconds, milliseconds, &mut _x) [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 232 | FM_DateTime_SetNormalizedTime1(self.ptr, hours.try_into().unwrap(), minutes, seconds, milliseconds, &mut _x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/datetime.rs:257:58 [INFO] [stdout] | [INFO] [stdout] 257 | unsafe { FM_DateTime_SetDaysSinceEpoch(self.ptr, days, &mut _x) }; [INFO] [stdout] | ^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 257 | unsafe { FM_DateTime_SetDaysSinceEpoch(self.ptr, days.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 214 | fn from(fix_pt: FixPt) -> i64 { [INFO] [stdout] | --- expected `i64` because of return type [INFO] [stdout] ... [INFO] [stdout] 218 | num [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `i64`, found `i32` [INFO] [stdout] | help: you can convert an `i32` to an `i64`: `num.into()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:227:9 [INFO] [stdout] | [INFO] [stdout] 223 | fn from(fix_pt: &FixPt) -> i64 { [INFO] [stdout] | --- expected `i64` because of return type [INFO] [stdout] ... [INFO] [stdout] 227 | num [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `i64`, found `i32` [INFO] [stdout] | help: you can convert an `i32` to an `i64`: `num.into()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:301:53 [INFO] [stdout] | [INFO] [stdout] 301 | unsafe { FM_FixPt_AssignInt64(fixed_pt.ptr, num, &mut _x) }; [INFO] [stdout] | ^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 301 | unsafe { FM_FixPt_AssignInt64(fixed_pt.ptr, num.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:380:49 [INFO] [stdout] | [INFO] [stdout] 380 | unsafe { FM_FixPt_Increment64(self.ptr, other, &mut _x) }; [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 380 | unsafe { FM_FixPt_Increment64(self.ptr, other.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:405:49 [INFO] [stdout] | [INFO] [stdout] 405 | unsafe { FM_FixPt_Increment64(self.ptr, other, &mut _x) }; [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 405 | unsafe { FM_FixPt_Increment64(self.ptr, other.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:429:49 [INFO] [stdout] | [INFO] [stdout] 429 | unsafe { FM_FixPt_Decrement64(self.ptr, other, &mut _x) }; [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 429 | unsafe { FM_FixPt_Decrement64(self.ptr, other.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ffi/fixed_point.rs:462:49 [INFO] [stdout] | [INFO] [stdout] 462 | unsafe { FM_FixPt_Decrement64(self.ptr, other, &mut _x) }; [INFO] [stdout] | ^^^^^ expected `i32`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 462 | unsafe { FM_FixPt_Decrement64(self.ptr, other.try_into().unwrap(), &mut _x) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e04f8bb5ece03ba7308b415e1c02eeebde57f848319ece473b5a7f51df648943", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e04f8bb5ece03ba7308b415e1c02eeebde57f848319ece473b5a7f51df648943", kill_on_drop: false }` [INFO] [stdout] e04f8bb5ece03ba7308b415e1c02eeebde57f848319ece473b5a7f51df648943