[INFO] cloning repository https://github.com/hashbat-dev/gpu-worker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hashbat-dev/gpu-worker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashbat-dev%2Fgpu-worker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashbat-dev%2Fgpu-worker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f98807e2cf36016e96f7d95cb2687250d4c7fd11 [INFO] testing hashbat-dev/gpu-worker against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashbat-dev%2Fgpu-worker" "/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/hashbat-dev/gpu-worker [INFO] finished tweaking git repo https://github.com/hashbat-dev/gpu-worker [INFO] tweaked toml for git repo https://github.com/hashbat-dev/gpu-worker written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hashbat-dev/gpu-worker on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hashbat-dev/gpu-worker 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1bbaad6791b429880987a46a934a7698fcf5f96d7b627c149c6b5971150e9e82 [INFO] running `Command { std: "docker" "start" "-a" "1bbaad6791b429880987a46a934a7698fcf5f96d7b627c149c6b5971150e9e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1bbaad6791b429880987a46a934a7698fcf5f96d7b627c149c6b5971150e9e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bbaad6791b429880987a46a934a7698fcf5f96d7b627c149c6b5971150e9e82", kill_on_drop: false }` [INFO] [stdout] 1bbaad6791b429880987a46a934a7698fcf5f96d7b627c149c6b5971150e9e82 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 937ff4a57b9361846ee47d0514ecd906e6a045ae09e4adbc8933be28728916f1 [INFO] running `Command { std: "docker" "start" "-a" "937ff4a57b9361846ee47d0514ecd906e6a045ae09e4adbc8933be28728916f1", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling cc v1.2.24 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.2 [INFO] [stderr] Compiling libloading v0.8.7 [INFO] [stderr] Compiling weezl v0.1.10 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling bytestring v1.4.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling gpu-descriptor v0.2.4 [INFO] [stderr] Compiling gpu-alloc v0.6.0 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling wgpu-hal v0.19.5 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling brotli-decompressor v5.0.0 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling wgpu-core v0.19.4 [INFO] [stderr] Compiling actix-service v2.0.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling wgpu-types v0.19.2 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling glow v0.13.1 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling naga v0.19.2 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling brotli v8.0.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling wgpu v0.19.4 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling actix-http v3.11.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling parse-size v1.1.0 [INFO] [stderr] Compiling impl-more v0.1.9 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling actix-multipart-derive v0.6.1 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling actix-web v4.11.0 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling serde_plain v1.0.2 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling humantime v2.2.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling pollster v0.3.0 [INFO] [stderr] Compiling actix-multipart v0.6.2 [INFO] [stderr] Compiling transformations v0.1.0 (/opt/rustwide/workdir/transformations) [INFO] [stderr] Compiling gpu-worker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s [INFO] running `Command { std: "docker" "inspect" "937ff4a57b9361846ee47d0514ecd906e6a045ae09e4adbc8933be28728916f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "937ff4a57b9361846ee47d0514ecd906e6a045ae09e4adbc8933be28728916f1", kill_on_drop: false }` [INFO] [stdout] 937ff4a57b9361846ee47d0514ecd906e6a045ae09e4adbc8933be28728916f1 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 963fa7647e20972d3a740651f7b72dbff7335031abfcf1b8bc1a35d3f7f6bdb4 [INFO] running `Command { std: "docker" "start" "-a" "963fa7647e20972d3a740651f7b72dbff7335031abfcf1b8bc1a35d3f7f6bdb4", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling openssl-sys v0.9.108 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling serde_plain v1.0.2 [INFO] [stderr] Compiling actix-multipart-derive v0.6.1 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling transformations v0.1.0 (/opt/rustwide/workdir/transformations) [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling actix-http v3.11.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling actix-web v4.11.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling actix-multipart v0.6.2 [INFO] [stderr] Compiling gpu-worker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 29.44s [INFO] running `Command { std: "docker" "inspect" "963fa7647e20972d3a740651f7b72dbff7335031abfcf1b8bc1a35d3f7f6bdb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "963fa7647e20972d3a740651f7b72dbff7335031abfcf1b8bc1a35d3f7f6bdb4", kill_on_drop: false }` [INFO] [stdout] 963fa7647e20972d3a740651f7b72dbff7335031abfcf1b8bc1a35d3f7f6bdb4 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d18eaba351a876cceea75af7db0ba27a66ee2f3896c69a30f7232b03d89891d8 [INFO] running `Command { std: "docker" "start" "-a" "d18eaba351a876cceea75af7db0ba27a66ee2f3896c69a30f7232b03d89891d8", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gpu_worker-a51de135954fbf73) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test handlers::tests::test_normalize_frame_edge_cases ... ok [INFO] [stdout] test handlers::tests::test_create_gif_encoder_success ... ok [INFO] [stdout] test error::tests::test_error_display ... ok [INFO] [stdout] test handlers::tests::test_create_mirrored_frame_rgb_conversion ... ok [INFO] [stdout] test handlers::tests::test_create_mirrored_frame_preserves_properties ... ok [INFO] [stdout] test handlers::tests::test_decode_gif_empty_frames ... ok [INFO] [stdout] test handlers::tests::test_normalize_rgb_to_rgba ... ok [INFO] [stdout] test handlers::tests::test_normalize_rgba_buffer ... ok [INFO] [stdout] test tests::test_error_type_exists ... ok [INFO] [stdout] test handlers::tests::test_normalize_frame_invalid_size ... ok [INFO] [stdout] test error::tests::test_error_response_status_codes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 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/gpu_worker-da561839ab6c1aed) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test error::tests::test_error_display ... ok [INFO] [stdout] test handlers::tests::test_normalize_frame_invalid_size ... ok [INFO] [stdout] test handlers::tests::test_create_gif_encoder_success ... ok [INFO] [stdout] test handlers::tests::test_normalize_frame_edge_cases ... ok [INFO] [stdout] test handlers::tests::test_create_mirrored_frame_preserves_properties ... ok [INFO] [stdout] test handlers::tests::test_create_mirrored_frame_rgb_conversion ... ok [INFO] [stdout] test error::tests::test_error_response_status_codes ... ok [INFO] [stdout] test handlers::tests::test_normalize_rgb_to_rgba ... ok [INFO] [stdout] test handlers::tests::test_normalize_rgba_buffer ... ok [INFO] [stdout] test handlers::tests::test_decode_gif_empty_frames ... ok [INFO] [stdout] test tests::test_health_status_serialization ... ok [INFO] [stdout] test tests::test_config_defaults ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-880cbdfadecc68ff) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment. [INFO] [stdout] test test_health_check_multiple_sequential ... ok [INFO] [stdout] test unit_tests::test_error_conversion ... ok [INFO] [stdout] test unit_tests::test_error_display ... ok [INFO] [stdout] test test_health_endpoint ... ok [INFO] [stdout] test test_mirror_gif_empty_file ... ok [INFO] [stdout] test test_mirror_gif_no_file ... ok [INFO] [stdout] test test_mirror_gif_invalid_gif ... ok [INFO] [stdout] test test_mirror_gif_wrong_content_type ... ok [INFO] [stdout] test test_mirror_gif_large_file ... ok [INFO] [stdout] test test_mirror_gif_success ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s [INFO] [stdout] [INFO] [stderr] Doc-tests gpu_worker [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 25) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d18eaba351a876cceea75af7db0ba27a66ee2f3896c69a30f7232b03d89891d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d18eaba351a876cceea75af7db0ba27a66ee2f3896c69a30f7232b03d89891d8", kill_on_drop: false }` [INFO] [stdout] d18eaba351a876cceea75af7db0ba27a66ee2f3896c69a30f7232b03d89891d8