[INFO] cloning repository https://github.com/sorz/vncdisplay [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sorz/vncdisplay" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsorz%2Fvncdisplay", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsorz%2Fvncdisplay'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 79cfe913e8797181f069735f6cc0b2dca035c545 [INFO] testing sorz/vncdisplay against master#ebf0cf75d368c035f4c7e7246d203bd469ee4a51 for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsorz%2Fvncdisplay" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sorz/vncdisplay on toolchain ebf0cf75d368c035f4c7e7246d203bd469ee4a51 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sorz/vncdisplay [INFO] finished tweaking git repo https://github.com/sorz/vncdisplay [INFO] tweaked toml for git repo https://github.com/sorz/vncdisplay written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sorz/vncdisplay 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" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4601829dd4cf689712a23c7dce9c3d1c5e412ea90c8d64967ba60524a5cdc0cf [INFO] running `Command { std: "docker" "start" "-a" "4601829dd4cf689712a23c7dce9c3d1c5e412ea90c8d64967ba60524a5cdc0cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4601829dd4cf689712a23c7dce9c3d1c5e412ea90c8d64967ba60524a5cdc0cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4601829dd4cf689712a23c7dce9c3d1c5e412ea90c8d64967ba60524a5cdc0cf", kill_on_drop: false }` [INFO] [stdout] 4601829dd4cf689712a23c7dce9c3d1c5e412ea90c8d64967ba60524a5cdc0cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c98750a2622787fa5510f952e466bd75860b6592fa303f7108de9db8000a197 [INFO] running `Command { std: "docker" "start" "-a" "6c98750a2622787fa5510f952e466bd75860b6592fa303f7108de9db8000a197", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.15 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling miniz_oxide v0.8.3 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling clap_builder v4.5.27 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling image v0.25.5 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling clap_derive v4.5.24 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling clap v4.5.27 [INFO] [stderr] Compiling vncdisplay v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `position` and `size` are never read [INFO] [stdout] --> src/rfp.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 157 | FramebufferUpdateRequest { [INFO] [stdout] | ------------------------ fields in this variant [INFO] [stdout] 158 | incremental: bool, [INFO] [stdout] 159 | position: (u16, u16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 160 | size: (u16, u16), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ClientMessage` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.86s [INFO] running `Command { std: "docker" "inspect" "6c98750a2622787fa5510f952e466bd75860b6592fa303f7108de9db8000a197", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c98750a2622787fa5510f952e466bd75860b6592fa303f7108de9db8000a197", kill_on_drop: false }` [INFO] [stdout] 6c98750a2622787fa5510f952e466bd75860b6592fa303f7108de9db8000a197 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a7620cc72ebbc4f2d7a5a41a84e0d2b1c308b86fbc96ec423c8c76e7824c190 [INFO] running `Command { std: "docker" "start" "-a" "3a7620cc72ebbc4f2d7a5a41a84e0d2b1c308b86fbc96ec423c8c76e7824c190", kill_on_drop: false }` [INFO] [stderr] Compiling vncdisplay v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `position` and `size` are never read [INFO] [stdout] --> src/rfp.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 157 | FramebufferUpdateRequest { [INFO] [stdout] | ------------------------ fields in this variant [INFO] [stdout] 158 | incremental: bool, [INFO] [stdout] 159 | position: (u16, u16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 160 | size: (u16, u16), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ClientMessage` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "3a7620cc72ebbc4f2d7a5a41a84e0d2b1c308b86fbc96ec423c8c76e7824c190", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a7620cc72ebbc4f2d7a5a41a84e0d2b1c308b86fbc96ec423c8c76e7824c190", kill_on_drop: false }` [INFO] [stdout] 3a7620cc72ebbc4f2d7a5a41a84e0d2b1c308b86fbc96ec423c8c76e7824c190 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 64adf2fc5988924c778ed5f6af23a3f8613871d002c40c28fafa8ac10d28a43f [INFO] running `Command { std: "docker" "start" "-a" "64adf2fc5988924c778ed5f6af23a3f8613871d002c40c28fafa8ac10d28a43f", kill_on_drop: false }` [INFO] [stderr] warning: fields `position` and `size` are never read [INFO] [stderr] --> src/rfp.rs:159:9 [INFO] [stderr] | [INFO] [stderr] 157 | FramebufferUpdateRequest { [INFO] [stderr] | ------------------------ fields in this variant [INFO] [stderr] 158 | incremental: bool, [INFO] [stderr] 159 | position: (u16, u16), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 160 | size: (u16, u16), [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ClientMessage` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `vncdisplay` (bin "vncdisplay" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/vncdisplay-981d39a242f06521) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "64adf2fc5988924c778ed5f6af23a3f8613871d002c40c28fafa8ac10d28a43f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64adf2fc5988924c778ed5f6af23a3f8613871d002c40c28fafa8ac10d28a43f", kill_on_drop: false }` [INFO] [stdout] 64adf2fc5988924c778ed5f6af23a3f8613871d002c40c28fafa8ac10d28a43f