[INFO] fetching crate ilhook 2.3.0... [INFO] testing ilhook-2.3.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate ilhook 2.3.0 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ilhook 2.3.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60d65d69fc7277ad1c31db9ae8258dc15bafec1ba09a2adb2b8766c6fcbbb6a8 [INFO] running `Command { std: "docker" "start" "-a" "60d65d69fc7277ad1c31db9ae8258dc15bafec1ba09a2adb2b8766c6fcbbb6a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60d65d69fc7277ad1c31db9ae8258dc15bafec1ba09a2adb2b8766c6fcbbb6a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60d65d69fc7277ad1c31db9ae8258dc15bafec1ba09a2adb2b8766c6fcbbb6a8", kill_on_drop: false }` [INFO] [stdout] 60d65d69fc7277ad1c31db9ae8258dc15bafec1ba09a2adb2b8766c6fcbbb6a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba21570990628afed339ead5ec792e33b99b5a4604b68be2f8e7b0571ff3079a [INFO] running `Command { std: "docker" "start" "-a" "ba21570990628afed339ead5ec792e33b99b5a4604b68be2f8e7b0571ff3079a", kill_on_drop: false }` [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 [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 7.55s [INFO] running `Command { std: "docker" "inspect" "ba21570990628afed339ead5ec792e33b99b5a4604b68be2f8e7b0571ff3079a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba21570990628afed339ead5ec792e33b99b5a4604b68be2f8e7b0571ff3079a", kill_on_drop: false }` [INFO] [stdout] ba21570990628afed339ead5ec792e33b99b5a4604b68be2f8e7b0571ff3079a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42181a4dbd195b684708f66e7696415820ef16ebad1a2eeb1092fa02461b9354 [INFO] running `Command { std: "docker" "start" "-a" "42181a4dbd195b684708f66e7696415820ef16ebad1a2eeb1092fa02461b9354", kill_on_drop: false }` [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: "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 `test` profile [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `Command { std: "docker" "inspect" "42181a4dbd195b684708f66e7696415820ef16ebad1a2eeb1092fa02461b9354", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42181a4dbd195b684708f66e7696415820ef16ebad1a2eeb1092fa02461b9354", kill_on_drop: false }` [INFO] [stdout] 42181a4dbd195b684708f66e7696415820ef16ebad1a2eeb1092fa02461b9354 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2e580fe0dbe327039307d9b85cf842c0a818be17f0b173c3911afa412ff9d36f [INFO] running `Command { std: "docker" "start" "-a" "2e580fe0dbe327039307d9b85cf842c0a818be17f0b173c3911afa412ff9d36f", 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: `ilhook` (lib) generated 7 warnings [INFO] [stderr] warning: `ilhook` (lib test) generated 7 warnings (7 duplicates) [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-f9ac8a7e6b029930) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test x64::tests::test_move_inst_long_4 ... ok [INFO] [stdout] test x64::tests::test_move_inst_short_1 ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_8 ... ok [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_1 ... 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_9 ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_all ... ok [INFO] [stdout] test x64::tests::test_move_inst_short_3 ... ok [INFO] [stdout] test x64::tests::test_hook_function ... ok [INFO] [stdout] test x64::tests::test_move_inst_short_2 ... ok [INFO] [stderr] Doc-tests ilhook [INFO] [stdout] test x64::tests::test_hook_function_closure ... ok [INFO] [stdout] test x64::tests::test_move_inst_long_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 149) ... ok [INFO] [stdout] test src/lib.rs - (line 84) ... ok [INFO] [stdout] test src/lib.rs - (line 60) ... ok [INFO] [stdout] test src/lib.rs - (line 96) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.83s; merged doctests compilation took 0.81s [INFO] running `Command { std: "docker" "inspect" "2e580fe0dbe327039307d9b85cf842c0a818be17f0b173c3911afa412ff9d36f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e580fe0dbe327039307d9b85cf842c0a818be17f0b173c3911afa412ff9d36f", kill_on_drop: false }` [INFO] [stdout] 2e580fe0dbe327039307d9b85cf842c0a818be17f0b173c3911afa412ff9d36f