[INFO] fetching crate rlvgl-widgets 0.1.4... [INFO] checking rlvgl-widgets-0.1.4 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate rlvgl-widgets 0.1.4 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate rlvgl-widgets 0.1.4 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rlvgl-widgets 0.1.4 [INFO] tweaked toml for crates.io crate rlvgl-widgets 0.1.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rlvgl-widgets 0.1.4 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rlvgl-widgets 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6804cfceab41c353ab958a8051ac19e5bedf854ca724db2091669dd536ee79e [INFO] running `Command { std: "docker" "start" "-a" "d6804cfceab41c353ab958a8051ac19e5bedf854ca724db2091669dd536ee79e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6804cfceab41c353ab958a8051ac19e5bedf854ca724db2091669dd536ee79e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6804cfceab41c353ab958a8051ac19e5bedf854ca724db2091669dd536ee79e", kill_on_drop: false }` [INFO] [stdout] d6804cfceab41c353ab958a8051ac19e5bedf854ca724db2091669dd536ee79e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ced6fbd34ae760a7390c4ed76aa2aaabbb0a767ccc7a776c0e6cc4ffe604140 [INFO] running `Command { std: "docker" "start" "-a" "8ced6fbd34ae760a7390c4ed76aa2aaabbb0a767ccc7a776c0e6cc4ffe604140", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Checking rlvgl-core v0.1.5 [INFO] [stderr] Checking rlvgl-widgets v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] --> tests/golden_button.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rlvgl_platform::display::{BufferDisplay, DisplayDriver}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rlvgl_platform`, use `cargo add rlvgl_platform` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rlvgl-widgets` (test "golden_button") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] --> tests/golden_list.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rlvgl_platform::display::{BufferDisplay, DisplayDriver}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rlvgl_platform`, use `cargo add rlvgl_platform` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] --> tests/golden_label.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rlvgl_platform::display::{BufferDisplay, DisplayDriver}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rlvgl_platform`, use `cargo add rlvgl_platform` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rlvgl-widgets` (test "golden_list") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] --> tests/layout_stress.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use rlvgl_platform::display::{BufferDisplay, DisplayDriver}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rlvgl_platform`, use `cargo add rlvgl_platform` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rlvgl-widgets` (test "golden_label") due to 1 previous error [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] --> tests/list_draw_selected.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rlvgl_platform::display::{BufferDisplay, DisplayDriver}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rlvgl_platform` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rlvgl_platform`, use `cargo add rlvgl_platform` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rlvgl-widgets` (test "list_draw_selected") due to 1 previous error [INFO] [stderr] error: could not compile `rlvgl-widgets` (test "layout_stress") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8ced6fbd34ae760a7390c4ed76aa2aaabbb0a767ccc7a776c0e6cc4ffe604140", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ced6fbd34ae760a7390c4ed76aa2aaabbb0a767ccc7a776c0e6cc4ffe604140", kill_on_drop: false }` [INFO] [stdout] 8ced6fbd34ae760a7390c4ed76aa2aaabbb0a767ccc7a776c0e6cc4ffe604140