[INFO] fetching crate mix 0.2.1... [INFO] checking mix-0.2.1 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate mix 0.2.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate mix 0.2.1 [INFO] finished tweaking crates.io crate mix 0.2.1 [INFO] tweaked toml for crates.io crate mix 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mix 0.2.1 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 mix 0.2.1 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e1ceba5c5d2e91e2a804579b5b8a938bbe09a843380fecb1fab49b48c441b631 [INFO] running `Command { std: "docker" "start" "-a" "e1ceba5c5d2e91e2a804579b5b8a938bbe09a843380fecb1fab49b48c441b631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1ceba5c5d2e91e2a804579b5b8a938bbe09a843380fecb1fab49b48c441b631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1ceba5c5d2e91e2a804579b5b8a938bbe09a843380fecb1fab49b48c441b631", kill_on_drop: false }` [INFO] [stdout] e1ceba5c5d2e91e2a804579b5b8a938bbe09a843380fecb1fab49b48c441b631 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 33325f9dea20c6cc0744400e78013ac7f993d9e4f89dd0260964edb66a4a5358 [INFO] running `Command { std: "docker" "start" "-a" "33325f9dea20c6cc0744400e78013ac7f993d9e4f89dd0260964edb66a4a5358", kill_on_drop: false }` [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking mix v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `linux` [INFO] [stdout] --> src/platform/os/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub mod linux; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `linux`, create file "src/platform/os/linux.rs" or "src/platform/os/linux/mod.rs" [INFO] [stdout] = note: if there is a `mod linux` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `linux` [INFO] [stdout] --> src/platform/os/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub mod linux; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `linux`, create file "src/platform/os/linux.rs" or "src/platform/os/linux/mod.rs" [INFO] [stdout] = note: if there is a `mod linux` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::linux::*` [INFO] [stdout] --> src/platform/os/mod.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub use self::linux::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::linux::*` [INFO] [stdout] --> src/platform/os/mod.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub use self::linux::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::platform::os::OsBackend` [INFO] [stdout] --> src/platform/cx.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::platform::os::OsBackend; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `title` [INFO] [stdout] --> src/platform/cx.rs:79:37 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn create_window(&mut self, title: &str, width: u32, height: u32) -> WindowId { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_title` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `width` [INFO] [stdout] --> src/platform/cx.rs:79:50 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn create_window(&mut self, title: &str, width: u32, height: u32) -> WindowId { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `height` [INFO] [stdout] --> src/platform/cx.rs:79:62 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn create_window(&mut self, title: &str, width: u32, height: u32) -> WindowId { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::platform::os::OsBackend` [INFO] [stdout] --> src/platform/cx.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::platform::os::OsBackend; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `title` [INFO] [stdout] --> src/platform/cx.rs:79:37 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn create_window(&mut self, title: &str, width: u32, height: u32) -> WindowId { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_title` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `width` [INFO] [stdout] --> src/platform/cx.rs:79:50 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn create_window(&mut self, title: &str, width: u32, height: u32) -> WindowId { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `height` [INFO] [stdout] --> src/platform/cx.rs:79:62 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn create_window(&mut self, title: &str, width: u32, height: u32) -> WindowId { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mix` (lib test) due to 1 previous error; 5 warnings emitted [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `mix` (lib) due to 1 previous error; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "33325f9dea20c6cc0744400e78013ac7f993d9e4f89dd0260964edb66a4a5358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33325f9dea20c6cc0744400e78013ac7f993d9e4f89dd0260964edb66a4a5358", kill_on_drop: false }` [INFO] [stdout] 33325f9dea20c6cc0744400e78013ac7f993d9e4f89dd0260964edb66a4a5358