[INFO] fetching crate flow-ngin 0.1.0... [INFO] testing flow-ngin-0.1.0 against 1.91.0 for beta-1.92-2 [INFO] extracting crate flow-ngin 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate flow-ngin 0.1.0 [INFO] finished tweaking crates.io crate flow-ngin 0.1.0 [INFO] tweaked toml for crates.io crate flow-ngin 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate flow-ngin 0.1.0 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate flow-ngin 0.1.0 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wgpu-core-deps-apple v26.0.0 [INFO] [stderr] Downloaded wgpu-core-deps-emscripten v26.0.0 [INFO] [stderr] Downloaded wgpu-core-deps-windows-linux-android v26.0.0 [INFO] [stderr] Downloaded tobj v4.0.3 [INFO] [stderr] Downloaded wgpu v26.0.1 [INFO] [stderr] Downloaded wgpu-types v26.0.0 [INFO] [stderr] Downloaded wgpu-core v26.0.1 [INFO] [stderr] Downloaded wgpu-hal v26.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb6f2e2ff3aed3874a1097522e06dc1d3bbbd470bc4937144768981ce39c720a [INFO] running `Command { std: "docker" "start" "-a" "bb6f2e2ff3aed3874a1097522e06dc1d3bbbd470bc4937144768981ce39c720a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb6f2e2ff3aed3874a1097522e06dc1d3bbbd470bc4937144768981ce39c720a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb6f2e2ff3aed3874a1097522e06dc1d3bbbd470bc4937144768981ce39c720a", kill_on_drop: false }` [INFO] [stdout] bb6f2e2ff3aed3874a1097522e06dc1d3bbbd470bc4937144768981ce39c720a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83d4aa030222bfb039aa86462689bab481734e372c91e9dc67c2f5fdb45b0335 [INFO] running `Command { std: "docker" "start" "-a" "83d4aa030222bfb039aa86462689bab481734e372c91e9dc67c2f5fdb45b0335", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling naga v26.0.0 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling codespan-reporting v0.12.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling wgpu-hal v26.0.4 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Compiling flate2 v1.1.4 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling ordered-float v5.0.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling imgref v1.12.0 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling glow v0.16.0 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling pxfm v0.1.24 [INFO] [stderr] Compiling avif-serialize v0.8.6 [INFO] [stderr] Compiling wgpu-core v26.0.1 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling wgpu v26.0.1 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling tobj v4.0.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.2.0 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling png v0.18.0 [INFO] [stderr] Compiling gpu-descriptor v0.3.2 [INFO] [stderr] Compiling flow-ngin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Compiling gpu-alloc v0.6.0 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling moxcms v0.7.6 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling gltf-derive v1.4.1 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling fax v0.2.6 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling wgpu-types v26.0.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling av1-grain v0.2.4 [INFO] [stderr] Compiling gltf-json v1.4.1 [INFO] [stderr] Compiling ravif v0.11.20 [INFO] [stderr] Compiling image v0.25.8 [INFO] [stderr] Compiling gltf v1.4.1 [INFO] [stderr] Compiling wgpu-core-deps-windows-linux-android v26.0.0 [INFO] [stdout] warning: use of deprecated function `tobj::load_obj_buf_async`: load_obj_buf_async is not fully async. Use futures/tokio feature flags instead [INFO] [stdout] --> src/resources/texture.rs:119:41 [INFO] [stdout] | [INFO] [stdout] 119 | let (models, obj_materials) = tobj::load_obj_buf_async( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "83d4aa030222bfb039aa86462689bab481734e372c91e9dc67c2f5fdb45b0335", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83d4aa030222bfb039aa86462689bab481734e372c91e9dc67c2f5fdb45b0335", kill_on_drop: false }` [INFO] [stdout] 83d4aa030222bfb039aa86462689bab481734e372c91e9dc67c2f5fdb45b0335 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e15c20618434104fa930d2f86f570a296c7280643fee2a24d2d65fb613d7816 [INFO] running `Command { std: "docker" "start" "-a" "8e15c20618434104fa930d2f86f570a296c7280643fee2a24d2d65fb613d7816", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling flow-ngin v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `tobj::load_obj_buf_async`: load_obj_buf_async is not fully async. Use futures/tokio feature flags instead [INFO] [stdout] --> src/resources/texture.rs:119:41 [INFO] [stdout] | [INFO] [stdout] 119 | let (models, obj_materials) = tobj::load_obj_buf_async( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `tobj::load_obj_buf_async`: load_obj_buf_async is not fully async. Use futures/tokio feature flags instead [INFO] [stdout] --> src/resources/texture.rs:119:41 [INFO] [stdout] | [INFO] [stdout] 119 | let (models, obj_materials) = tobj::load_obj_buf_async( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.47s [INFO] running `Command { std: "docker" "inspect" "8e15c20618434104fa930d2f86f570a296c7280643fee2a24d2d65fb613d7816", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e15c20618434104fa930d2f86f570a296c7280643fee2a24d2d65fb613d7816", kill_on_drop: false }` [INFO] [stdout] 8e15c20618434104fa930d2f86f570a296c7280643fee2a24d2d65fb613d7816 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cab0e03faa5edf69485a563ef0c702e718ce144990d6263931ac8fdd3c83fa34 [INFO] running `Command { std: "docker" "start" "-a" "cab0e03faa5edf69485a563ef0c702e718ce144990d6263931ac8fdd3c83fa34", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling flow-ngin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated function `tobj::load_obj_buf_async`: load_obj_buf_async is not fully async. Use futures/tokio feature flags instead [INFO] [stderr] --> src/resources/texture.rs:119:41 [INFO] [stderr] | [INFO] [stderr] 119 | let (models, obj_materials) = tobj::load_obj_buf_async( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `flow-ngin` (lib test) generated 1 warning [INFO] [stderr] warning: `flow-ngin` (lib) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.29s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flow_ngin-139077ae9136d7c8) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests flow_ngin [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] [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" "cab0e03faa5edf69485a563ef0c702e718ce144990d6263931ac8fdd3c83fa34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cab0e03faa5edf69485a563ef0c702e718ce144990d6263931ac8fdd3c83fa34", kill_on_drop: false }` [INFO] [stdout] cab0e03faa5edf69485a563ef0c702e718ce144990d6263931ac8fdd3c83fa34