[INFO] fetching crate vga-emu 0.7.9... [INFO] checking vga-emu-0.7.9 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate vga-emu 0.7.9 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate vga-emu 0.7.9 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate vga-emu 0.7.9 [INFO] tweaked toml for crates.io crate vga-emu 0.7.9 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate vga-emu 0.7.9 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate vga-emu 0.7.9 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sdl2 v0.38.0 [INFO] [stderr] Downloaded sdl2-sys v0.38.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9a2a189eee919a01f254b796ce4e9fde7e765a8f522421225150eed65b8726d [INFO] running `Command { std: "docker" "start" "-a" "b9a2a189eee919a01f254b796ce4e9fde7e765a8f522421225150eed65b8726d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9a2a189eee919a01f254b796ce4e9fde7e765a8f522421225150eed65b8726d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9a2a189eee919a01f254b796ce4e9fde7e765a8f522421225150eed65b8726d", kill_on_drop: false }` [INFO] [stdout] b9a2a189eee919a01f254b796ce4e9fde7e765a8f522421225150eed65b8726d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b947ed92a5f7f10cbde8df27e3b2d676080844333c61765b47c30a311ac1f04 [INFO] running `Command { std: "docker" "start" "-a" "7b947ed92a5f7f10cbde8df27e3b2d676080844333c61765b47c30a311ac1f04", kill_on_drop: false }` [INFO] [stderr] Checking tokio v1.46.1 [INFO] [stderr] Checking vga-emu v0.7.9 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `rt` in this scope [INFO] [stdout] --> src/util.rs:296:8 [INFO] [stdout] | [INFO] [stdout] 296 | Ok(rt) [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VGAHandle` in this scope [INFO] [stdout] --> src/lib.rs:155:79 [INFO] [stdout] | [INFO] [stdout] 155 | fn setup_backend(width: usize, height: usize, builder: &VGABuilder) -> Result { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "sdl")] [INFO] [stdout] | --------------- the item is gated behind the `sdl` feature [INFO] [stdout] 10 | pub use backend_sdl::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "web")] [INFO] [stdout] | --------------- the item is gated behind the `web` feature [INFO] [stdout] 12 | pub use backend_web::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 155 | fn setup_backend(width: usize, height: usize, builder: &VGABuilder) -> Result { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VGAHandle` in this scope [INFO] [stdout] --> src/lib.rs:231:41 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn build(&self) -> Result<(VGA, VGAHandle), String> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "sdl")] [INFO] [stdout] | --------------- the item is gated behind the `sdl` feature [INFO] [stdout] 10 | pub use backend_sdl::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "web")] [INFO] [stdout] | --------------- the item is gated behind the `web` feature [INFO] [stdout] 12 | pub use backend_web::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 213 | impl VGABuilder { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VGAHandle` in this scope [INFO] [stdout] --> src/lib.rs:282:52 [INFO] [stdout] | [INFO] [stdout] 282 | fn setup(builder: &VGABuilder) -> Result<(VGA, VGAHandle), String> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "sdl")] [INFO] [stdout] | --------------- the item is gated behind the `sdl` feature [INFO] [stdout] 10 | pub use backend_sdl::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "web")] [INFO] [stdout] | --------------- the item is gated behind the `web` feature [INFO] [stdout] 12 | pub use backend_web::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 242 | impl VGA { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VGAHandle` in this scope [INFO] [stdout] --> src/lib.rs:292:46 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn start(self: Arc, handle: Arc, options: Options) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "sdl")] [INFO] [stdout] | --------------- the item is gated behind the `sdl` feature [INFO] [stdout] 10 | pub use backend_sdl::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "web")] [INFO] [stdout] | --------------- the item is gated behind the `web` feature [INFO] [stdout] 12 | pub use backend_web::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 242 | impl VGA { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/util.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::runtime::{self, Runtime}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `rt` in this scope [INFO] [stdout] --> src/util.rs:296:8 [INFO] [stdout] | [INFO] [stdout] 296 | Ok(rt) [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VGAHandle` in this scope [INFO] [stdout] --> src/lib.rs:155:79 [INFO] [stdout] | [INFO] [stdout] 155 | fn setup_backend(width: usize, height: usize, builder: &VGABuilder) -> Result { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "sdl")] [INFO] [stdout] | --------------- the item is gated behind the `sdl` feature [INFO] [stdout] 10 | pub use backend_sdl::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "web")] [INFO] [stdout] | --------------- the item is gated behind the `web` feature [INFO] [stdout] 12 | pub use backend_web::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 155 | fn setup_backend(width: usize, height: usize, builder: &VGABuilder) -> Result { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VGAHandle` in this scope [INFO] [stdout] --> src/lib.rs:231:41 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn build(&self) -> Result<(VGA, VGAHandle), String> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "sdl")] [INFO] [stdout] | --------------- the item is gated behind the `sdl` feature [INFO] [stdout] 10 | pub use backend_sdl::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "web")] [INFO] [stdout] | --------------- the item is gated behind the `web` feature [INFO] [stdout] 12 | pub use backend_web::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 213 | impl VGABuilder { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VGAHandle` in this scope [INFO] [stdout] --> src/lib.rs:282:52 [INFO] [stdout] | [INFO] [stdout] 282 | fn setup(builder: &VGABuilder) -> Result<(VGA, VGAHandle), String> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "sdl")] [INFO] [stdout] | --------------- the item is gated behind the `sdl` feature [INFO] [stdout] 10 | pub use backend_sdl::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "web")] [INFO] [stdout] | --------------- the item is gated behind the `web` feature [INFO] [stdout] 12 | pub use backend_web::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 242 | impl VGA { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VGAHandle` in this scope [INFO] [stdout] --> src/lib.rs:292:46 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn start(self: Arc, handle: Arc, options: Options) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "sdl")] [INFO] [stdout] | --------------- the item is gated behind the `sdl` feature [INFO] [stdout] 10 | pub use backend_sdl::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "web")] [INFO] [stdout] | --------------- the item is gated behind the `web` feature [INFO] [stdout] 12 | pub use backend_web::VGAHandle; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 242 | impl VGA { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/util.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::runtime::{self, Runtime}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:292:79 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn start(self: Arc, handle: Arc, options: Options) -> Result<(), String> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^ expected `Result<(), String>`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result<(), String>` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:292:79 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn start(self: Arc, handle: Arc, options: Options) -> Result<(), String> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^ expected `Result<(), String>`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result<(), String>` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vga-emu` (lib test) due to 6 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vga-emu` (lib) due to 6 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "7b947ed92a5f7f10cbde8df27e3b2d676080844333c61765b47c30a311ac1f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b947ed92a5f7f10cbde8df27e3b2d676080844333c61765b47c30a311ac1f04", kill_on_drop: false }` [INFO] [stdout] 7b947ed92a5f7f10cbde8df27e3b2d676080844333c61765b47c30a311ac1f04