[INFO] cloning repository https://github.com/oritwoen/vgen
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oritwoen/vgen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foritwoen%2Fvgen", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foritwoen%2Fvgen'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a405fcb69032d328318cfacbda9d7fea9d4dcacc
[INFO] checking oritwoen/vgen against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foritwoen%2Fvgen" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/oritwoen/vgen
[INFO] finished tweaking git repo https://github.com/oritwoen/vgen
[INFO] tweaked toml for git repo https://github.com/oritwoen/vgen written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oritwoen/vgen on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/oritwoen/vgen 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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitcoin-internals v0.3.0
[INFO] [stderr]   Downloaded bitcoin-units v0.1.2
[INFO] [stderr]   Downloaded boha v0.11.0
[INFO] [stderr]   Downloaded base58ck v0.1.0
[INFO] [stderr]   Downloaded wgpu-core v28.0.0
[INFO] [stderr]   Downloaded wgpu-hal v28.0.0
[INFO] [stderr]   Downloaded bitcoin v0.32.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d
[INFO] running `Command { std: "docker" "start" "e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d" "/opt/rustwide/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d" "/opt/rustwide/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling naga v28.0.0
[INFO] [stderr]    Compiling bitcoin-io v0.1.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling wgpu-hal v28.0.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling wgpu-core v28.0.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking bitcoin_hashes v0.14.1
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling wgpu v28.0.0
[INFO] [stderr]    Compiling bitcoin v0.32.8
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]     Checking bitcoin-units v0.1.2
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking base58ck v0.1.0
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking ctrlc v3.5.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking wgpu-types v28.0.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling boha v0.11.0
[INFO] [stderr]     Checking gpu-allocator v0.28.0
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v28.0.0
[INFO] [stderr]     Checking vgen v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: overflow evaluating the requirement `{closure@src/lib.rs:1149:57: 1149:78}: Send`
[INFO] [stdout]     --> src/lib.rs:1149:38
[INFO] [stdout]      |
[INFO] [stdout] 1149 |       let mut runner_thread_opt = Some(std::thread::spawn(move || -> Result<()> {
[INFO] [stdout]      |  ______________________________________^
[INFO] [stdout] 1150 | |         let start = std::time::Instant::now();
[INFO] [stdout] 1151 | |         let state_cb = state_for_progress.clone();
[INFO] [stdout] 1152 | |         let progress_cb: ProgressCallback = Arc::new(move |ops: u64| {
[INFO] [stdout] ...    |
[INFO] [stdout] 1225 | |         Ok(())
[INFO] [stdout] 1226 | |     }));
[INFO] [stdout]      | |______^
[INFO] [stdout]      |
[INFO] [stdout]      = note: which requires `(Arc<std::sync::Mutex<TuiState>>, std::option::Option<Arc<GpuRunner>>, ScanConfig, pattern::Pattern, Arc<std::sync::atomic::Atomic<bool>>, _, String, String): Send`
[INFO] [stdout]      = note: which requires `std::option::Option<Arc<GpuRunner>>: Send`
[INFO] [stdout]      = note: which requires `Arc<GpuRunner>: Send`
[INFO] [stdout]      = note: which requires `GpuRunner: Send`
[INFO] [stdout]      = note: which requires `Vec<gpu::Frame>: Send`
[INFO] [stdout]      = note: which requires `alloc::raw_vec::RawVec<gpu::Frame>: Send`
[INFO] [stdout]      = note: which requires `PhantomData<gpu::Frame>: Send`
[INFO] [stdout]      = note: which requires `gpu::Frame: Send`
[INFO] [stdout]      = note: which requires `wgpu::BindGroup: Send`
[INFO] [stdout]      = note: which requires `wgpu::dispatch::DispatchBindGroup: Send`
[INFO] [stdout]      = note: which requires `Arc<wgpu::backend::wgpu_core::CoreBindGroup>: Send`
[INFO] [stdout]      = note: which requires `wgpu::backend::wgpu_core::CoreBindGroup: Send`
[INFO] [stdout]      = note: which requires `wgpu::backend::wgpu_core::ContextWgpuCore: Send`
[INFO] [stdout]      = note: which requires `Arc<wgpu::wgpu_core::global::Global>: Send`
[INFO] [stdout]      = note: which requires `wgpu::wgpu_core::global::Global: Send`
[INFO] [stdout]      = note: and so on...
[INFO] [stdout]      = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`vgen`)
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{closure@src/lib.rs:1149:57: 1149:78}: Send`
[INFO] [stdout]     --> src/lib.rs:1149:38
[INFO] [stdout]      |
[INFO] [stdout] 1149 |       let mut runner_thread_opt = Some(std::thread::spawn(move || -> Result<()> {
[INFO] [stdout]      |  ______________________________________^
[INFO] [stdout] 1150 | |         let start = std::time::Instant::now();
[INFO] [stdout] 1151 | |         let state_cb = state_for_progress.clone();
[INFO] [stdout] 1152 | |         let progress_cb: ProgressCallback = Arc::new(move |ops: u64| {
[INFO] [stdout] ...    |
[INFO] [stdout] 1225 | |         Ok(())
[INFO] [stdout] 1226 | |     }));
[INFO] [stdout]      | |______^
[INFO] [stdout]      |
[INFO] [stdout]      = note: which requires `(std::sync::Arc<std::sync::Mutex<TuiState>>, std::option::Option<std::sync::Arc<GpuRunner>>, scanner::ScanConfig, pattern::Pattern, std::sync::Arc<std::sync::atomic::Atomic<bool>>, _, String, String): Send`
[INFO] [stdout]      = note: which requires `std::option::Option<std::sync::Arc<GpuRunner>>: Send`
[INFO] [stdout]      = note: which requires `std::sync::Arc<GpuRunner>: Send`
[INFO] [stdout]      = note: which requires `GpuRunner: Send`
[INFO] [stdout]      = note: which requires `Vec<gpu::Frame>: Send`
[INFO] [stdout]      = note: which requires `alloc::raw_vec::RawVec<gpu::Frame>: Send`
[INFO] [stdout]      = note: which requires `PhantomData<gpu::Frame>: Send`
[INFO] [stdout]      = note: which requires `gpu::Frame: Send`
[INFO] [stdout]      = note: which requires `wgpu::BindGroup: Send`
[INFO] [stdout]      = note: which requires `wgpu::dispatch::DispatchBindGroup: Send`
[INFO] [stdout]      = note: which requires `std::sync::Arc<wgpu::backend::wgpu_core::CoreBindGroup>: Send`
[INFO] [stdout]      = note: which requires `wgpu::backend::wgpu_core::CoreBindGroup: Send`
[INFO] [stdout]      = note: which requires `wgpu::backend::wgpu_core::ContextWgpuCore: Send`
[INFO] [stdout]      = note: which requires `std::sync::Arc<wgpu::wgpu_core::global::Global>: Send`
[INFO] [stdout]      = note: which requires `wgpu::wgpu_core::global::Global: Send`
[INFO] [stdout]      = note: and so on...
[INFO] [stdout]      = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`vgen`)
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `env_logger`
[INFO] [stderr]   --> Cargo.toml:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | env_logger = "0.11"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `env_logger`
[INFO] [stderr] warning: unused dependency `pollster`
[INFO] [stderr]   --> Cargo.toml:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | pollster = "0.4"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `pollster`
[INFO] [stderr] warning: `vgen` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v28.0.0, nix v0.30.1, wgpu v28.0.0, wgpu-core v28.0.0, wgpu-hal v28.0.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 12`
[INFO] running `Command { std: "docker" "inspect" "e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d", kill_on_drop: false }`
[INFO] [stdout] e9c3ca6e54bbed8bb2e0d53ead59cc0ed1ebce3e1257052aecc0395a4be1f04d
