[INFO] cloning repository https://github.com/Nykseli/unicorn_debugger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nykseli/unicorn_debugger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNykseli%2Funicorn_debugger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNykseli%2Funicorn_debugger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0b7c5da9512a5919ac5ccc3da20dbe3ddd219075
[INFO] checking Nykseli/unicorn_debugger against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNykseli%2Funicorn_debugger" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Nykseli/unicorn_debugger
[INFO] finished tweaking git repo https://github.com/Nykseli/unicorn_debugger
[INFO] tweaked toml for git repo https://github.com/Nykseli/unicorn_debugger written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Nykseli/unicorn_debugger on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Nykseli/unicorn_debugger 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `unicorn_debugger` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../unicorn_debugger
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `unicorn-debugger`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:13:8
[INFO] [stderr]    |
[INFO] [stderr] 13 - name = "unicorn_debugger"
[INFO] [stderr] 13 + name = "unicorn-debugger"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `unicorn-debugger`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:19
[INFO] [stderr]    |
[INFO] [stderr] 14 ~ version = "0.1.0"
[INFO] [stderr] 15 + [[bin]]
[INFO] [stderr] 16 + name = "unicorn-debugger"
[INFO] [stderr] 17 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `unicorn_debugger` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded signal-hook-registry v1.4.7
[INFO] [stderr]   Downloaded crossterm v0.27.0
[INFO] [stderr]   Downloaded colorchoice v1.0.4
[INFO] [stderr]   Downloaded cmake v0.1.54
[INFO] [stderr]   Downloaded yaxpeax-arch v0.3.2
[INFO] [stderr]   Downloaded clap_derive v4.5.49
[INFO] [stderr]   Downloaded unicorn-engine v2.1.5
[INFO] [stderr]   Downloaded elf v0.8.0
[INFO] [stderr]   Downloaded cc v1.2.48
[INFO] [stderr]   Downloaded mio v0.8.11
[INFO] [stderr]   Downloaded bindgen v0.71.1
[INFO] [stderr]   Downloaded yaxpeax-x86 v2.0.0
[INFO] [stderr]   Downloaded unicorn-engine-sys v2.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3
[INFO] running `Command { std: "docker" "start" "4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `unicorn_debugger` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../unicorn_debugger
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `unicorn-debugger`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:13:8
[INFO] [stderr]    |
[INFO] [stderr] 13 - name = "unicorn_debugger"
[INFO] [stderr] 13 + name = "unicorn-debugger"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `unicorn-debugger`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:19
[INFO] [stderr]    |
[INFO] [stderr] 14 ~ version = "0.1.0"
[INFO] [stderr] 15 + [[bin]]
[INFO] [stderr] 16 + name = "unicorn-debugger"
[INFO] [stderr] 17 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `unicorn_debugger` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling yaxpeax-x86 v2.0.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking elf v0.8.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking yaxpeax-arch v0.3.2
[INFO] [stderr]    Compiling unicorn-engine-sys v2.1.5
[INFO] [stderr]     Checking unicorn-engine v2.1.5
[INFO] [stderr]     Checking unicorn_debugger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to unsafe function `std::slice::from_raw_parts` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/program.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 |     ::core::slice::from_raw_parts((p as *const T) as *const u8, ::core::mem::size_of::<T>())
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/program.rs:251:1
[INFO] [stdout]     |
[INFO] [stdout] 251 | unsafe fn any_as_u8_slice<T: Sized>(p: &T) -> &[u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]     = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/program.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct Header {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 53 |     last_page_bytes: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 54 |     pages_in_file: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 55 |     relocation_rows: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 56 |     header_size: u16,
[INFO] [stdout] 57 |     min_allocation: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     max_allocation: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     checksum: u16,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     relocation_addr: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 65 |     pub relocation_table: Vec<Relocation>,
[INFO] [stdout] 66 |     overlay: u16,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::slice::from_raw_parts` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/program.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 |     ::core::slice::from_raw_parts((p as *const T) as *const u8, ::core::mem::size_of::<T>())
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/program.rs:251:1
[INFO] [stdout]     |
[INFO] [stdout] 251 | unsafe fn any_as_u8_slice<T: Sized>(p: &T) -> &[u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]     = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `elf`
[INFO] [stderr]  --> Cargo.toml:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | elf = "0.8.0"
[INFO] [stderr]   | ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `elf`
[INFO] [stderr] warning: `unicorn_debugger` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 02s
[INFO] running `Command { std: "docker" "inspect" "4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3", kill_on_drop: false }`
[INFO] [stdout] 4412ed89e19ebc559baadc7756a79ebb40850cddbf3a09c108855b081fe3dda3
