[INFO] fetching crate ilhook 2.3.0... [INFO] testing ilhook-2.3.0 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1 [INFO] extracting crate ilhook 2.3.0 into /workspace/builds/worker-3-tc1/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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ilhook 2.3.0 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iced-x86 v1.21.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7006f3a368b2c55720403a1806191cf9f27cc93415bcccb9fefcc1363b16e866 [INFO] running `Command { std: "docker" "start" "-a" "7006f3a368b2c55720403a1806191cf9f27cc93415bcccb9fefcc1363b16e866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7006f3a368b2c55720403a1806191cf9f27cc93415bcccb9fefcc1363b16e866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7006f3a368b2c55720403a1806191cf9f27cc93415bcccb9fefcc1363b16e866", kill_on_drop: false }` [INFO] [stdout] 7006f3a368b2c55720403a1806191cf9f27cc93415bcccb9fefcc1363b16e866 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c344bdda8347b0d5b5faaa773052785deaf0163276d18e5e7a620ac12ead83b [INFO] running `Command { std: "docker" "start" "-a" "9c344bdda8347b0d5b5faaa773052785deaf0163276d18e5e7a620ac12ead83b", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling iced-x86 v1.21.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [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 [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 [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 [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 [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( [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 [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 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 [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( [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 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.98s [INFO] running `Command { std: "docker" "inspect" "9c344bdda8347b0d5b5faaa773052785deaf0163276d18e5e7a620ac12ead83b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c344bdda8347b0d5b5faaa773052785deaf0163276d18e5e7a620ac12ead83b", kill_on_drop: false }` [INFO] [stdout] 9c344bdda8347b0d5b5faaa773052785deaf0163276d18e5e7a620ac12ead83b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d2c6fadb64e61633c1dd6cee0331495c679326470c85f4756f1cf79bd8db11e [INFO] running `Command { std: "docker" "start" "-a" "6d2c6fadb64e61633c1dd6cee0331495c679326470c85f4756f1cf79bd8db11e", 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 [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 [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 [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 [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( [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 [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 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 [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( [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 [INFO] [stdout] = help: use `extern "C"` instead [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: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 [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 [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 [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 [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( [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 [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 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 [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( [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 [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 1.18s [INFO] running `Command { std: "docker" "inspect" "6d2c6fadb64e61633c1dd6cee0331495c679326470c85f4756f1cf79bd8db11e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d2c6fadb64e61633c1dd6cee0331495c679326470c85f4756f1cf79bd8db11e", kill_on_drop: false }` [INFO] [stdout] 6d2c6fadb64e61633c1dd6cee0331495c679326470c85f4756f1cf79bd8db11e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4dfcbccae4ec3a1ce79200b7084e4b36153cb03070e506a4d32cabc50486234b [INFO] running `Command { std: "docker" "start" "-a" "4dfcbccae4ec3a1ce79200b7084e4b36153cb03070e506a4d32cabc50486234b", 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 [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 [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 [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 [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( [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 [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 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 [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( [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 [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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ilhook-769445ed62d00566) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test x64::tests::test_move_inst_long_6 ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_5 ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_4 ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_3 ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_7 ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_8 ... ok [INFO] [stdout] test x64::tests::test_hook_function ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_all ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_9 ... ok [INFO] [stdout] test x64::tests::test_move_inst_short_1 ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_1 ... 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_2 ... 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] original foo, x:5, y:3 [INFO] [stdout] [INFO] [stdout] thread 'x64::tests::test_hook_function_closure' (18) panicked at src/x64/tests.rs:274:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 128 [INFO] [stdout] right: 28 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ffdc1f88842 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ffdc1f88842 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ffdc1f88842 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5ffdc1f88842 - <::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5ffdc1f9d10a - ::fmt [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5ffdc1f9d10a - core[c5ed12ab89cc536a]::fmt::write [INFO] [stdout] 6: 0x5ffdc1f8d676 - std[716c9a7a72e5c14e]::io::default_write_fmt::> [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ffdc1f8d676 - as std[716c9a7a72e5c14e]::io::Write>::write_fmt [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5ffdc1f66d0f - ::print [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5ffdc1f66d0f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5ffdc1f80b29 - std[716c9a7a72e5c14e]::panicking::default_hook [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5ffdc1e63b2e - core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9 [INFO] [stdout] 12: 0x5ffdc1e63b2e - test[64760d2bdea328cc]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ffdc1f80ce2 - core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9 [INFO] [stdout] 14: 0x5ffdc1f80ce2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5ffdc1f66dc8 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5ffdc1f5e799 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5ffdc1f67c1d - __rustc[4f0b026143eab78e]::rust_begin_unwind [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5ffdc1f9d83c - core[c5ed12ab89cc536a]::panicking::panic_fmt [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ffdc1f9d6c3 - core[c5ed12ab89cc536a]::panicking::assert_failed_inner [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:439:17 [INFO] [stdout] 20: 0x5ffdc1f99b7d - core[c5ed12ab89cc536a]::panicking::assert_failed:: [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:394:5 [INFO] [stdout] 21: 0x5ffdc1e49aa4 - ilhook[97e6e3134d98e69]::x64::tests::test_hook_function_closure [INFO] [stdout] at /opt/rustwide/workdir/src/x64/tests.rs:274:5 [INFO] [stdout] 22: 0x5ffdc1e470e7 - ilhook[97e6e3134d98e69]::x64::tests::test_hook_function_closure::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/x64/tests.rs:257:32 [INFO] [stdout] 23: 0x5ffdc1e52206 - >::call_once [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5ffdc1e57edb - core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5ffdc1e57edb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>> [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5ffdc1e6473a - test[64760d2bdea328cc]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5ffdc1e6473a - as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5ffdc1e6473a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>> [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40 [INFO] [stdout] 29: 0x5ffdc1e6473a - std[716c9a7a72e5c14e]::panicking::catch_unwind::, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19 [INFO] [stdout] 30: 0x5ffdc1e6473a - std[716c9a7a72e5c14e]::panic::catch_unwind::, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>> [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5ffdc1e6473a - test[64760d2bdea328cc]::run_test_in_process [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5ffdc1e6473a - test[64760d2bdea328cc]::run_test::{closure#0} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5ffdc1e5ec04 - test[64760d2bdea328cc]::run_test::{closure#1} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5ffdc1e5ec04 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 35: 0x5ffdc1e67232 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 36: 0x5ffdc1e67232 - ::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5ffdc1e67232 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40 [INFO] [stdout] 38: 0x5ffdc1e67232 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19 [INFO] [stdout] 39: 0x5ffdc1e67232 - std[716c9a7a72e5c14e]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5ffdc1e67232 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 41: 0x5ffdc1e67232 - ::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5ffdc1f880ef - + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9 [INFO] [stdout] 43: 0x5ffdc1f880ef - ::new::thread_start [INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17 [INFO] [stdout] 44: 0x710393d27aa4 - [INFO] [stdout] 45: 0x710393db4a64 - clone [INFO] [stdout] 46: 0x0 - [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.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "4dfcbccae4ec3a1ce79200b7084e4b36153cb03070e506a4d32cabc50486234b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dfcbccae4ec3a1ce79200b7084e4b36153cb03070e506a4d32cabc50486234b", kill_on_drop: false }` [INFO] [stdout] 4dfcbccae4ec3a1ce79200b7084e4b36153cb03070e506a4d32cabc50486234b