[INFO] cloning repository https://github.com/BramOtte/software_renderer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BramOtte/software_renderer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBramOtte%2Fsoftware_renderer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBramOtte%2Fsoftware_renderer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f5a9f6ae793c3ce0c4573f0a4e35f329960afd4d [INFO] checking BramOtte/software_renderer against try#93086cfebfccb79083c59d0d3b2052944bba643c for pr-146440-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBramOtte%2Fsoftware_renderer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/BramOtte/software_renderer [INFO] finished tweaking git repo https://github.com/BramOtte/software_renderer [INFO] tweaked toml for git repo https://github.com/BramOtte/software_renderer written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/BramOtte/software_renderer on toolchain 93086cfebfccb79083c59d0d3b2052944bba643c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/BramOtte/software_renderer 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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2be1f33b012efcd3bf2a55185c403d81d86b2acbad4c75fc569c651aea32701 [INFO] running `Command { std: "docker" "start" "-a" "f2be1f33b012efcd3bf2a55185c403d81d86b2acbad4c75fc569c651aea32701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2be1f33b012efcd3bf2a55185c403d81d86b2acbad4c75fc569c651aea32701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2be1f33b012efcd3bf2a55185c403d81d86b2acbad4c75fc569c651aea32701", kill_on_drop: false }` [INFO] [stdout] f2be1f33b012efcd3bf2a55185c403d81d86b2acbad4c75fc569c651aea32701 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e354aefc81156228a3ac25be174faa2a49de45b1d4b165a39531033213dd3396 [INFO] running `Command { std: "docker" "start" "-a" "e354aefc81156228a3ac25be174faa2a49de45b1d4b165a39531033213dd3396", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling xml-rs v0.8.16 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling thiserror v1.0.47 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling wayland-sys v0.30.1 [INFO] [stderr] Checking bytemuck v1.13.1 [INFO] [stderr] Checking fdeflate v0.3.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking ttf-parser v0.19.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking nix v0.26.2 [INFO] [stderr] Checking tiny-skia-path v0.8.4 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking flate2 v1.0.27 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling softbuffer v0.2.1 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking raw-window-handle v0.5.2 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Compiling quick-xml v0.28.2 [INFO] [stderr] Checking png v0.17.10 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Compiling wayland-scanner v0.30.1 [INFO] [stderr] Compiling wayland-backend v0.1.2 [INFO] [stderr] Checking tiny-skia v0.8.4 [INFO] [stderr] Checking owned_ttf_parser v0.19.0 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Checking ab_glyph v0.2.21 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling winit v0.28.6 [INFO] [stderr] Checking x11rb-protocol v0.11.1 [INFO] [stderr] Compiling thiserror-impl v1.0.47 [INFO] [stderr] Checking calloop v0.10.6 [INFO] [stderr] Checking wayland-client v0.30.2 [INFO] [stderr] Checking wayland-cursor v0.29.5 [INFO] [stderr] Checking x11rb v0.11.1 [INFO] [stderr] Checking sctk-adwaita v0.5.4 [INFO] [stderr] Checking software_renderer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `line_nr` [INFO] [stdout] --> src/lib.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | for (line_nr, line) in text.lines().enumerate() { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_nr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line_nr` [INFO] [stdout] --> src/lib.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | for (line_nr, line) in text.lines().enumerate() { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_nr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: struct `MyApp` is never constructed [INFO] [stdout] --> src/lib.rs:398:12 [INFO] [stdout] | [INFO] [stdout] 398 | pub struct MyApp { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it [INFO] [stdout] = note: `#[deny(unused_unconstructable_pub_structs)]` (part of `#[deny(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x` and `y` are never read [INFO] [stdout] --> src/lib.rs:399:5 [INFO] [stdout] | [INFO] [stdout] 398 | pub struct MyApp { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 399 | x: u32, [INFO] [stdout] | ^ [INFO] [stdout] 400 | y: u32 [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: struct `MyApp` is never constructed [INFO] [stdout] --> src/lib.rs:398:12 [INFO] [stdout] | [INFO] [stdout] 398 | pub struct MyApp { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it [INFO] [stdout] = note: `#[deny(unused_unconstructable_pub_structs)]` (part of `#[deny(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x` and `y` are never read [INFO] [stdout] --> src/lib.rs:399:5 [INFO] [stdout] | [INFO] [stdout] 398 | pub struct MyApp { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 399 | x: u32, [INFO] [stdout] | ^ [INFO] [stdout] 400 | y: u32 [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `software_renderer` (lib test) due to 1 previous error; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `software_renderer` (lib) due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e354aefc81156228a3ac25be174faa2a49de45b1d4b165a39531033213dd3396", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e354aefc81156228a3ac25be174faa2a49de45b1d4b165a39531033213dd3396", kill_on_drop: false }` [INFO] [stdout] e354aefc81156228a3ac25be174faa2a49de45b1d4b165a39531033213dd3396