[INFO] fetching crate ilhook 2.3.0...
[INFO] testing ilhook-2.3.0 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate ilhook 2.3.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate ilhook 2.3.0
[INFO] finished tweaking crates.io crate ilhook 2.3.0
[INFO] tweaked toml for crates.io crate ilhook 2.3.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ilhook 2.3.0 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ilhook 2.3.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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d01e095dcc59e750d3cc5c528564e2391d3d6df71777b4eaf6028cd5c67e849c
[INFO] running `Command { std: "docker" "start" "-a" "d01e095dcc59e750d3cc5c528564e2391d3d6df71777b4eaf6028cd5c67e849c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d01e095dcc59e750d3cc5c528564e2391d3d6df71777b4eaf6028cd5c67e849c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d01e095dcc59e750d3cc5c528564e2391d3d6df71777b4eaf6028cd5c67e849c", kill_on_drop: false }`
[INFO] [stdout] d01e095dcc59e750d3cc5c528564e2391d3d6df71777b4eaf6028cd5c67e849c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0e66878a2d1352cde1e34da1b52f01ef547a604c78f191fabf8c56e311b02fc
[INFO] running `Command { std: "docker" "start" "-a" "f0e66878a2d1352cde1e34da1b52f01ef547a604c78f191fabf8c56e311b02fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling iced-x86 v1.21.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling ilhook v2.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub type JmpBackRoutine = unsafe extern "cdecl" fn(regs: *mut Registers, user_data: usize);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout]    = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, user_data: usize) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, src_addr: usize);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, src_addr: usize) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:391:1
[INFO] [stdout]     |
[INFO] [stdout] 391 | / unsafe extern "cdecl" fn run_jmp_back_closure<T: Fn(*mut Registers)>(
[INFO] [stdout] 392 | |     reg: *mut Registers,
[INFO] [stdout] 393 | |     callback: usize,
[INFO] [stdout] 394 | | ) {
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:400:1
[INFO] [stdout]     |
[INFO] [stdout] 400 | / unsafe extern "cdecl" fn run_retn_closure<T: Fn(*mut Registers, usize) -> usize>(
[INFO] [stdout] 401 | |     reg: *mut Registers,
[INFO] [stdout] 402 | |     original: usize,
[INFO] [stdout] 403 | |     callback: usize,
[INFO] [stdout] 404 | | ) -> usize {
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | / unsafe extern "cdecl" fn run_jmp_to_addr_closure<T: Fn(*mut Registers, usize)>(
[INFO] [stdout] 410 | |     reg: *mut Registers,
[INFO] [stdout] 411 | |     original: usize,
[INFO] [stdout] 412 | |     callback: usize,
[INFO] [stdout] 413 | | ) {
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
[INFO] running `Command { std: "docker" "inspect" "f0e66878a2d1352cde1e34da1b52f01ef547a604c78f191fabf8c56e311b02fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0e66878a2d1352cde1e34da1b52f01ef547a604c78f191fabf8c56e311b02fc", kill_on_drop: false }`
[INFO] [stdout] f0e66878a2d1352cde1e34da1b52f01ef547a604c78f191fabf8c56e311b02fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b500b59c9c754a304c07c4df9e4812a77dbc4017ddb44f81a71db79e40fc745
[INFO] running `Command { std: "docker" "start" "-a" "3b500b59c9c754a304c07c4df9e4812a77dbc4017ddb44f81a71db79e40fc745", kill_on_drop: false }`
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub type JmpBackRoutine = unsafe extern "cdecl" fn(regs: *mut Registers, user_data: usize);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout]    = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ilhook v2.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, user_data: usize) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, src_addr: usize);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, src_addr: usize) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:391:1
[INFO] [stdout]     |
[INFO] [stdout] 391 | / unsafe extern "cdecl" fn run_jmp_back_closure<T: Fn(*mut Registers)>(
[INFO] [stdout] 392 | |     reg: *mut Registers,
[INFO] [stdout] 393 | |     callback: usize,
[INFO] [stdout] 394 | | ) {
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:400:1
[INFO] [stdout]     |
[INFO] [stdout] 400 | / unsafe extern "cdecl" fn run_retn_closure<T: Fn(*mut Registers, usize) -> usize>(
[INFO] [stdout] 401 | |     reg: *mut Registers,
[INFO] [stdout] 402 | |     original: usize,
[INFO] [stdout] 403 | |     callback: usize,
[INFO] [stdout] 404 | | ) -> usize {
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | / unsafe extern "cdecl" fn run_jmp_to_addr_closure<T: Fn(*mut Registers, usize)>(
[INFO] [stdout] 410 | |     reg: *mut Registers,
[INFO] [stdout] 411 | |     original: usize,
[INFO] [stdout] 412 | |     callback: usize,
[INFO] [stdout] 413 | | ) {
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub type JmpBackRoutine = unsafe extern "cdecl" fn(regs: *mut Registers, user_data: usize);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout]    = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, user_data: usize) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, src_addr: usize);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]   --> src/x86.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, src_addr: usize) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]    = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:391:1
[INFO] [stdout]     |
[INFO] [stdout] 391 | / unsafe extern "cdecl" fn run_jmp_back_closure<T: Fn(*mut Registers)>(
[INFO] [stdout] 392 | |     reg: *mut Registers,
[INFO] [stdout] 393 | |     callback: usize,
[INFO] [stdout] 394 | | ) {
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:400:1
[INFO] [stdout]     |
[INFO] [stdout] 400 | / unsafe extern "cdecl" fn run_retn_closure<T: Fn(*mut Registers, usize) -> usize>(
[INFO] [stdout] 401 | |     reg: *mut Registers,
[INFO] [stdout] 402 | |     original: usize,
[INFO] [stdout] 403 | |     callback: usize,
[INFO] [stdout] 404 | | ) -> usize {
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/x86.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | / unsafe extern "cdecl" fn run_jmp_to_addr_closure<T: Fn(*mut Registers, usize)>(
[INFO] [stdout] 410 | |     reg: *mut Registers,
[INFO] [stdout] 411 | |     original: usize,
[INFO] [stdout] 412 | |     callback: usize,
[INFO] [stdout] 413 | | ) {
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/x64/tests.rs:244:13
[INFO] [stdout]     |
[INFO] [stdout] 244 |         foo as usize,
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 244 |         foo as *const () as usize,
[INFO] [stdout]     |             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/x64/tests.rs:270:31
[INFO] [stdout]     |
[INFO] [stdout] 270 |         hook_closure_retn(foo as usize, new_foo, CallbackOption::None, HookFlags::empty())
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 270 |         hook_closure_retn(foo as *const () as usize, new_foo, CallbackOption::None, HookFlags::empty())
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "3b500b59c9c754a304c07c4df9e4812a77dbc4017ddb44f81a71db79e40fc745", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b500b59c9c754a304c07c4df9e4812a77dbc4017ddb44f81a71db79e40fc745", kill_on_drop: false }`
[INFO] [stdout] 3b500b59c9c754a304c07c4df9e4812a77dbc4017ddb44f81a71db79e40fc745
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1d54e54c33963b0d2717043136e393df1dff7e1c80bbac301c4777893266b2bc
[INFO] running `Command { std: "docker" "start" "-a" "1d54e54c33963b0d2717043136e393df1dff7e1c80bbac301c4777893266b2bc", kill_on_drop: false }`
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]   --> src/x86.rs:30:27
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub type JmpBackRoutine = unsafe extern "cdecl" fn(regs: *mut Registers, user_data: usize);
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]    = help: use `extern "C"` instead
[INFO] [stderr]    = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]   --> src/x86.rs:46:5
[INFO] [stderr]    |
[INFO] [stderr] 46 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, user_data: usize) -> usize;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]    = help: use `extern "C"` instead
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]   --> src/x86.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 57 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, src_addr: usize);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]    = help: use `extern "C"` instead
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]   --> src/x86.rs:72:5
[INFO] [stderr]    |
[INFO] [stderr] 72 |     unsafe extern "cdecl" fn(regs: *mut Registers, ori_func_ptr: usize, src_addr: usize) -> usize;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]    = help: use `extern "C"` instead
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]    --> src/x86.rs:391:1
[INFO] [stderr]     |
[INFO] [stderr] 391 | / unsafe extern "cdecl" fn run_jmp_back_closure<T: Fn(*mut Registers)>(
[INFO] [stderr] 392 | |     reg: *mut Registers,
[INFO] [stderr] 393 | |     callback: usize,
[INFO] [stderr] 394 | | ) {
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C"` instead
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]    --> src/x86.rs:400:1
[INFO] [stderr]     |
[INFO] [stderr] 400 | / unsafe extern "cdecl" fn run_retn_closure<T: Fn(*mut Registers, usize) -> usize>(
[INFO] [stderr] 401 | |     reg: *mut Registers,
[INFO] [stderr] 402 | |     original: usize,
[INFO] [stderr] 403 | |     callback: usize,
[INFO] [stderr] 404 | | ) -> usize {
[INFO] [stderr]     | |__________^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C"` instead
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]    --> src/x86.rs:409:1
[INFO] [stderr]     |
[INFO] [stderr] 409 | / unsafe extern "cdecl" fn run_jmp_to_addr_closure<T: Fn(*mut Registers, usize)>(
[INFO] [stderr] 410 | |     reg: *mut Registers,
[INFO] [stderr] 411 | |     original: usize,
[INFO] [stderr] 412 | |     callback: usize,
[INFO] [stderr] 413 | | ) {
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C"` instead
[INFO] [stderr] 
[INFO] [stderr] warning: direct cast of function item into an integer
[INFO] [stderr]    --> src/x64/tests.rs:244:13
[INFO] [stderr]     |
[INFO] [stderr] 244 |         foo as usize,
[INFO] [stderr]     |             ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stderr] help: first cast to a pointer `as *const ()`
[INFO] [stderr]     |
[INFO] [stderr] 244 |         foo as *const () as usize,
[INFO] [stderr]     |             ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: direct cast of function item into an integer
[INFO] [stderr]    --> src/x64/tests.rs:270:31
[INFO] [stderr]     |
[INFO] [stderr] 270 |         hook_closure_retn(foo as usize, new_foo, CallbackOption::None, HookFlags::empty())
[INFO] [stderr]     |                               ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: first cast to a pointer `as *const ()`
[INFO] [stderr]     |
[INFO] [stderr] 270 |         hook_closure_retn(foo as *const () as usize, new_foo, CallbackOption::None, HookFlags::empty())
[INFO] [stderr]     |                               ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ilhook` (lib) generated 7 warnings
[INFO] [stderr] warning: `ilhook` (lib test) generated 9 warnings (7 duplicates) (run `cargo fix --lib -p ilhook --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ilhook-620ac9cfe46f6ce5)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test x64::tests::test_move_inst_long_2 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_3 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_5 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_1 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_7 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_4 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_6 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_all ... ok
[INFO] [stdout] test x64::tests::test_hook_function ... ok
[INFO] [stdout] test x64::tests::test_move_inst_short_2 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_short_3 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_8 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_short_1 ... ok
[INFO] [stdout] test x64::tests::test_move_inst_long_9 ... ok
[INFO] [stdout] test x64::tests::test_hook_function_closure ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- x64::tests::test_hook_function_closure stdout ----
[INFO] [stdout] original foo, x:5, y:3
[INFO] [stdout] original foo, x:5, y:3
[INFO] [stdout] 
[INFO] [stdout] thread 'x64::tests::test_hook_function_closure' (26) panicked at src/x64/tests.rs:272:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   left: 28
[INFO] [stdout]  right: 128
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59fd8e6b63aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59fd8e6b63aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59fd8e6b63aa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59fd8e6b63aa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59fd8e6ca0ca - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59fd8e6ca0ca - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x59fd8e6bac32 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59fd8e6bac32 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x59fd8e6955bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59fd8e6955bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59fd8e6ae919 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59fd8e59188c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x59fd8e59188c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59fd8e6aead2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x59fd8e6aead2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59fd8e695678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59fd8e68d019 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59fd8e69638d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59fd8e6ca99c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59fd8e6ca823 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59fd8e6c6edd - core[10b6fa85044e1869]::panicking::assert_failed::<u64, u64>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59fd8e5757c8 - ilhook::x64::tests::test_hook_function_closure::h5cae3b0ed5fd8a8d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/x64/tests.rs:272:5
[INFO] [stdout]   22:     0x59fd8e575b07 - ilhook::x64::tests::test_hook_function_closure::{{closure}}::hb853655f48ed6fc2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/x64/tests.rs:257:32
[INFO] [stdout]   23:     0x59fd8e57bc16 - core::ops::function::FnOnce::call_once::h82bfe89aba826240
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x59fd8e58596b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59fd8e58596b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x59fd8e59235b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x59fd8e59235b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x59fd8e59235b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x59fd8e59235b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x59fd8e59235b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x59fd8e59235b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x59fd8e59235b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x59fd8e58da74 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x59fd8e58da74 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x59fd8e594f62 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x59fd8e594f62 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x59fd8e594f62 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x59fd8e594f62 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x59fd8e594f62 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x59fd8e594f62 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x59fd8e594f62 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x59fd8e6b5cbf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x59fd8e6b5cbf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7d4a43eabaa4 - <unknown>
[INFO] [stdout]   45:     0x7d4a43f38a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     x64::tests::test_hook_function_closure
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1d54e54c33963b0d2717043136e393df1dff7e1c80bbac301c4777893266b2bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d54e54c33963b0d2717043136e393df1dff7e1c80bbac301c4777893266b2bc", kill_on_drop: false }`
[INFO] [stdout] 1d54e54c33963b0d2717043136e393df1dff7e1c80bbac301c4777893266b2bc
