[INFO] cloning repository https://github.com/Trisert/penrose
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Trisert/penrose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTrisert%2Fpenrose", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTrisert%2Fpenrose'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d55e8bd2258d64514418c23784d839d6cb054d8
[INFO] testing Trisert/penrose against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTrisert%2Fpenrose" "/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/Trisert/penrose
[INFO] finished tweaking git repo https://github.com/Trisert/penrose
[INFO] tweaked toml for git repo https://github.com/Trisert/penrose written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Trisert/penrose on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Trisert/penrose 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" "+beta-2026-04-21" "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-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] efedcf7fdff6944f260483d4f82cc78c9b852a0774f8da6fad7b56f3c34b7fd2
[INFO] running `Command { std: "docker" "start" "-a" "efedcf7fdff6944f260483d4f82cc78c9b852a0774f8da6fad7b56f3c34b7fd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efedcf7fdff6944f260483d4f82cc78c9b852a0774f8da6fad7b56f3c34b7fd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efedcf7fdff6944f260483d4f82cc78c9b852a0774f8da6fad7b56f3c34b7fd2", kill_on_drop: false }`
[INFO] [stdout] efedcf7fdff6944f260483d4f82cc78c9b852a0774f8da6fad7b56f3c34b7fd2
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3be1d2a52574d4dc18a949e7dd57590ec127b955be51df03cafa431603f2ce67
[INFO] running `Command { std: "docker" "start" "-a" "3be1d2a52574d4dc18a949e7dd57590ec127b955be51df03cafa431603f2ce67", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.48
[INFO] [stderr]    Compiling serde v1.0.117
[INFO] [stderr]    Compiling unicode-segmentation v1.7.0
[INFO] [stderr]    Compiling strum v0.18.0
[INFO] [stderr]    Compiling version-compare v0.0.10
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling anyhow v1.0.34
[INFO] [stderr]    Compiling futures-core v0.3.8
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling futures-channel v0.3.8
[INFO] [stderr]    Compiling futures-task v0.3.8
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling cairo-rs v0.9.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling pango v0.9.1
[INFO] [stderr]    Compiling pangocairo v0.10.0
[INFO] [stderr]    Compiling nix v0.17.0
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling xcb v0.9.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling simplelog v0.8.0
[INFO] [stderr]    Compiling toml v0.5.7
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.22
[INFO] [stderr]    Compiling strum_macros v0.18.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.1
[INFO] [stderr]    Compiling futures-macro v0.3.8
[INFO] [stderr]    Compiling glib-macros v0.10.1
[INFO] [stderr]    Compiling strum_macros v0.19.4
[INFO] [stderr]    Compiling pin-project v1.0.1
[INFO] [stderr]    Compiling thiserror v1.0.22
[INFO] [stderr]    Compiling futures-util v0.3.8
[INFO] [stderr]    Compiling system-deps v1.3.2
[INFO] [stderr]    Compiling strum v0.19.5
[INFO] [stderr]    Compiling glib-sys v0.10.1
[INFO] [stderr]    Compiling gobject-sys v0.10.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.10.0
[INFO] [stderr]    Compiling pango-sys v0.10.0
[INFO] [stderr]    Compiling pangocairo-sys v0.11.0
[INFO] [stderr]    Compiling futures-executor v0.3.8
[INFO] [stderr]    Compiling glib v0.10.3
[INFO] [stderr]    Compiling penrose v0.1.11 (https://github.com/sminez/penrose?branch=develop#588c7771)
[INFO] [stderr]    Compiling penrose v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.49s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: xcb v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "3be1d2a52574d4dc18a949e7dd57590ec127b955be51df03cafa431603f2ce67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3be1d2a52574d4dc18a949e7dd57590ec127b955be51df03cafa431603f2ce67", kill_on_drop: false }`
[INFO] [stdout] 3be1d2a52574d4dc18a949e7dd57590ec127b955be51df03cafa431603f2ce67
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 15e94ad8934f7efdf2e3c270e9d8604161da19e826526b2ce69800c03e184ca9
[INFO] running `Command { std: "docker" "start" "-a" "15e94ad8934f7efdf2e3c270e9d8604161da19e826526b2ce69800c03e184ca9", kill_on_drop: false }`
[INFO] [stderr]    Compiling penrose v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: xcb v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "15e94ad8934f7efdf2e3c270e9d8604161da19e826526b2ce69800c03e184ca9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15e94ad8934f7efdf2e3c270e9d8604161da19e826526b2ce69800c03e184ca9", kill_on_drop: false }`
[INFO] [stdout] 15e94ad8934f7efdf2e3c270e9d8604161da19e826526b2ce69800c03e184ca9
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e55d6b81f7b26912fe87a43a00c4f7751cf3bdf92dafbec110ab5f4148c171a7
[INFO] running `Command { std: "docker" "start" "-a" "e55d6b81f7b26912fe87a43a00c4f7751cf3bdf92dafbec110ab5f4148c171a7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: xcb v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/penrose-105fb37386fd3139)
[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" "e55d6b81f7b26912fe87a43a00c4f7751cf3bdf92dafbec110ab5f4148c171a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e55d6b81f7b26912fe87a43a00c4f7751cf3bdf92dafbec110ab5f4148c171a7", kill_on_drop: false }`
[INFO] [stdout] e55d6b81f7b26912fe87a43a00c4f7751cf3bdf92dafbec110ab5f4148c171a7
