[INFO] cloning repository https://github.com/toxlic21l4/sitro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/toxlic21l4/sitro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoxlic21l4%2Fsitro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoxlic21l4%2Fsitro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 11870dfa95f7d9f24cf2a50ce890a544390fcddc [INFO] testing toxlic21l4/sitro against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoxlic21l4%2Fsitro" "/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/toxlic21l4/sitro [INFO] finished tweaking git repo https://github.com/toxlic21l4/sitro [INFO] tweaked toml for git repo https://github.com/toxlic21l4/sitro written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/toxlic21l4/sitro on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/toxlic21l4/sitro 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36bf957c63760c306cbc2db2d5612e633b0c83a1df362fe936903374fb579fae [INFO] running `Command { std: "docker" "start" "-a" "36bf957c63760c306cbc2db2d5612e633b0c83a1df362fe936903374fb579fae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36bf957c63760c306cbc2db2d5612e633b0c83a1df362fe936903374fb579fae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36bf957c63760c306cbc2db2d5612e633b0c83a1df362fe936903374fb579fae", kill_on_drop: false }` [INFO] [stdout] 36bf957c63760c306cbc2db2d5612e633b0c83a1df362fe936903374fb579fae [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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46e91a53f47fdc5938c0c5f99b5d968b774add235a1a9568e1cad0a6c102c763 [INFO] running `Command { std: "docker" "start" "-a" "46e91a53f47fdc5938c0c5f99b5d968b774add235a1a9568e1cad0a6c102c763", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling zlib-rs v0.5.5 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling phf_shared v0.13.1 [INFO] [stderr] Compiling libc v0.2.179 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling kurbo v0.12.0 [INFO] [stderr] Compiling phf_generator v0.13.1 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling pxfm v0.1.27 [INFO] [stderr] Compiling linebender_resource_handle v0.1.1 [INFO] [stderr] Compiling syn v2.0.113 [INFO] [stderr] Compiling hayro-ccitt v0.2.0 (https://github.com/LaurenzV/hayro.git?rev=6c843cf5c20516a7ee9829e4b8202db392f8bd55#6c843cf5) [INFO] [stderr] Compiling zune-core v0.5.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling hayro-jbig2 v0.1.0 (https://github.com/LaurenzV/hayro.git?rev=6c843cf5c20516a7ee9829e4b8202db392f8bd55#6c843cf5) [INFO] [stderr] Compiling zune-jpeg v0.5.8 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling hayro-common v0.1.0 (https://github.com/LaurenzV/hayro.git?rev=6c843cf5c20516a7ee9829e4b8202db392f8bd55#6c843cf5) [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling libz-rs-sys v0.5.5 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling png v0.18.0 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling imagesize v0.12.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling phf_macros v0.13.1 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling phf v0.13.1 [INFO] [stderr] Compiling hayro-font v0.3.0 (https://github.com/LaurenzV/hayro.git?rev=6c843cf5c20516a7ee9829e4b8202db392f8bd55#6c843cf5) [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling fast_image_resize v5.5.0 [INFO] [stderr] Compiling fearless_simd v0.3.0 [INFO] [stderr] Compiling font-types v0.10.1 [INFO] [stderr] Compiling color v0.3.2 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling read-fonts v0.36.0 [INFO] [stderr] Compiling peniko v0.5.0 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling hayro-jpeg2000 v0.1.1 (https://github.com/LaurenzV/hayro.git?rev=6c843cf5c20516a7ee9829e4b8202db392f8bd55#6c843cf5) [INFO] [stderr] Compiling vello_common v0.0.4 (https://github.com/linebender/vello?rev=4ea47b4#4ea47b47) [INFO] [stderr] Compiling hayro-syntax v0.4.0 (https://github.com/LaurenzV/hayro.git?rev=6c843cf5c20516a7ee9829e4b8202db392f8bd55#6c843cf5) [INFO] [stderr] Compiling vello_cpu v0.0.4 (https://github.com/linebender/vello?rev=4ea47b4#4ea47b47) [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling skrifa v0.39.0 [INFO] [stderr] Compiling hayro-interpret v0.4.0 (https://github.com/LaurenzV/hayro.git?rev=6c843cf5c20516a7ee9829e4b8202db392f8bd55#6c843cf5) [INFO] [stderr] Compiling hayro v0.4.0 (https://github.com/LaurenzV/hayro.git?rev=6c843cf5c20516a7ee9829e4b8202db392f8bd55#6c843cf5) [INFO] [stderr] Compiling sitro v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `Quartz` is never constructed [INFO] [stdout] --> src/renderer/mod.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 166 | pub enum Backend { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 174 | Quartz, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Backend` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s [INFO] running `Command { std: "docker" "inspect" "46e91a53f47fdc5938c0c5f99b5d968b774add235a1a9568e1cad0a6c102c763", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46e91a53f47fdc5938c0c5f99b5d968b774add235a1a9568e1cad0a6c102c763", kill_on_drop: false }` [INFO] [stdout] 46e91a53f47fdc5938c0c5f99b5d968b774add235a1a9568e1cad0a6c102c763 [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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 862a27af9d591f987b87b4eb3c0c9c3fbd0c01de60499642fc8159dfb00f64cc [INFO] running `Command { std: "docker" "start" "-a" "862a27af9d591f987b87b4eb3c0c9c3fbd0c01de60499642fc8159dfb00f64cc", kill_on_drop: false }` [INFO] [stderr] Compiling sitro v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `Quartz` is never constructed [INFO] [stdout] --> src/renderer/mod.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 166 | pub enum Backend { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 174 | Quartz, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Backend` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Quartz` is never constructed [INFO] [stdout] --> src/renderer/mod.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 166 | pub enum Backend { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 174 | Quartz, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Backend` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.14s [INFO] running `Command { std: "docker" "inspect" "862a27af9d591f987b87b4eb3c0c9c3fbd0c01de60499642fc8159dfb00f64cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "862a27af9d591f987b87b4eb3c0c9c3fbd0c01de60499642fc8159dfb00f64cc", kill_on_drop: false }` [INFO] [stdout] 862a27af9d591f987b87b4eb3c0c9c3fbd0c01de60499642fc8159dfb00f64cc [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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8f3e84b26e31eaa4356ff2bef1e00674bda8411b7c764ff52829e6d46b4b0afd [INFO] running `Command { std: "docker" "start" "-a" "8f3e84b26e31eaa4356ff2bef1e00674bda8411b7c764ff52829e6d46b4b0afd", kill_on_drop: false }` [INFO] [stderr] warning: variant `Quartz` is never constructed [INFO] [stderr] --> src/renderer/mod.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 166 | pub enum Backend { [INFO] [stderr] | ------- variant in this enum [INFO] [stderr] ... [INFO] [stderr] 174 | Quartz, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Backend` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `sitro` (bin "sitro" test) generated 1 warning [INFO] [stderr] warning: `sitro` (bin "sitro") generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sitro-134305590a44cfd2) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sitro-933bc4e995997965) [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] [stderr] Running tests/renderer_integration.rs (/opt/rustwide/target/debug/deps/renderer_integration-6464dea08a14c34e) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_ghostscript has been running for over 60 seconds [INFO] [stdout] test test_hayro has been running for over 60 seconds [INFO] [stdout] test test_mupdf has been running for over 60 seconds [INFO] [stdout] test test_pdfbox has been running for over 60 seconds [INFO] [stdout] test test_pdfium has been running for over 60 seconds [INFO] [stdout] test test_pdfjs has been running for over 60 seconds [INFO] [stdout] test test_poppler has been running for over 60 seconds [INFO] [stdout] test test_serenity has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "8f3e84b26e31eaa4356ff2bef1e00674bda8411b7c764ff52829e6d46b4b0afd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f3e84b26e31eaa4356ff2bef1e00674bda8411b7c764ff52829e6d46b4b0afd", kill_on_drop: false }` [INFO] [stdout] 8f3e84b26e31eaa4356ff2bef1e00674bda8411b7c764ff52829e6d46b4b0afd