[INFO] fetching crate rhex 0.1.0... [INFO] checking rhex-0.1.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate rhex 0.1.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate rhex 0.1.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rhex 0.1.0 [INFO] finished tweaking crates.io crate rhex 0.1.0 [INFO] tweaked toml for crates.io crate rhex 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] [stderr] Adding ncurses v5.101.0 (available: v6.0.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3cc7f73dae0571f81029bac17090dfd44d5a32f9b31c4a03532bc6543bf16ec6 [INFO] running `Command { std: "docker" "start" "-a" "3cc7f73dae0571f81029bac17090dfd44d5a32f9b31c4a03532bc6543bf16ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cc7f73dae0571f81029bac17090dfd44d5a32f9b31c4a03532bc6543bf16ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cc7f73dae0571f81029bac17090dfd44d5a32f9b31c4a03532bc6543bf16ec6", kill_on_drop: false }` [INFO] [stdout] 3cc7f73dae0571f81029bac17090dfd44d5a32f9b31c4a03532bc6543bf16ec6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f76734c6ad6c6de61f8be85d90dfa2474b0ea9220f576b9413412e4853243032 [INFO] running `Command { std: "docker" "start" "-a" "f76734c6ad6c6de61f8be85d90dfa2474b0ea9220f576b9413412e4853243032", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling ncurses v5.101.0 [INFO] [stderr] Checking rhex v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `alloc_system` [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate alloc_system; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `alloc_system` [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate alloc_system; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/gui/hex/search.rs:252:31 [INFO] [stdout] | [INFO] [stdout] 252 | ... 0 ... 0xFF => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/gui/hex/search.rs:263:28 [INFO] [stdout] | [INFO] [stdout] 263 | 65 ... 70 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/gui/hex/search.rs:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | 97 ... 102 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/gui/hex/search.rs:271:28 [INFO] [stdout] | [INFO] [stdout] 271 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/gui/hex/search.rs:252:31 [INFO] [stdout] | [INFO] [stdout] 252 | ... 0 ... 0xFF => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/gui/hex/search.rs:263:28 [INFO] [stdout] | [INFO] [stdout] 263 | 65 ... 70 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/gui/hex/search.rs:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | 97 ... 102 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/gui/hex/search.rs:271:28 [INFO] [stdout] | [INFO] [stdout] 271 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `alloc_system` [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(alloc_system)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `alloc_system` [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(alloc_system)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/ascii_view.rs:89:34 [INFO] [stdout] | [INFO] [stdout] 87 | nc::mvaddch( self.pos_y + row - self.scroll, [INFO] [stdout] | ----------- arguments to this function are incorrect [INFO] [stdout] 88 | self.pos_x + col, [INFO] [stdout] 89 | ch as u64 ); [INFO] [stdout] | ^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:704:8 [INFO] [stdout] | [INFO] [stdout] 704 | pub fn mvaddch(y: i32, x: i32, c: chtype) -> i32 [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 89 | (ch as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/ascii_view.rs:89:34 [INFO] [stdout] | [INFO] [stdout] 87 | nc::mvaddch( self.pos_y + row - self.scroll, [INFO] [stdout] | ----------- arguments to this function are incorrect [INFO] [stdout] 88 | self.pos_x + col, [INFO] [stdout] 89 | ch as u64 ); [INFO] [stdout] | ^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:704:8 [INFO] [stdout] | [INFO] [stdout] 704 | pub fn mvaddch(y: i32, x: i32, c: chtype) -> i32 [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 89 | (ch as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/goto.rs:60:65 [INFO] [stdout] | [INFO] [stdout] 60 | nc::mvwaddch( self.win, 5, 7 + self.input.len() as i32, b' ' as u64 ); [INFO] [stdout] | ------------ arguments to this function are incorrect ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 60 | nc::mvwaddch( self.win, 5, 7 + self.input.len() as i32, (b' ' as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/goto.rs:60:65 [INFO] [stdout] | [INFO] [stdout] 60 | nc::mvwaddch( self.win, 5, 7 + self.input.len() as i32, b' ' as u64 ); [INFO] [stdout] | ------------ arguments to this function are incorrect ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 60 | nc::mvwaddch( self.win, 5, 7 + self.input.len() as i32, (b' ' as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/hex_grid.rs:335:60 [INFO] [stdout] | [INFO] [stdout] 334 | nc::mvaddch( self.pos_y + row - self.scroll, [INFO] [stdout] | ----------- arguments to this function are incorrect [INFO] [stdout] 335 | self.pos_x + col * 3, char1 as u64 ); [INFO] [stdout] | ^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:704:8 [INFO] [stdout] | [INFO] [stdout] 704 | pub fn mvaddch(y: i32, x: i32, c: chtype) -> i32 [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 335 | self.pos_x + col * 3, (char1 as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/hex_grid.rs:335:60 [INFO] [stdout] | [INFO] [stdout] 334 | nc::mvaddch( self.pos_y + row - self.scroll, [INFO] [stdout] | ----------- arguments to this function are incorrect [INFO] [stdout] 335 | self.pos_x + col * 3, char1 as u64 ); [INFO] [stdout] | ^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:704:8 [INFO] [stdout] | [INFO] [stdout] 704 | pub fn mvaddch(y: i32, x: i32, c: chtype) -> i32 [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 335 | self.pos_x + col * 3, (char1 as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/hex_grid.rs:351:60 [INFO] [stdout] | [INFO] [stdout] 350 | nc::mvaddch( self.pos_y + row - self.scroll, [INFO] [stdout] | ----------- arguments to this function are incorrect [INFO] [stdout] 351 | self.pos_x + col * 3 + 1, char2 as u64 ); [INFO] [stdout] | ^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:704:8 [INFO] [stdout] | [INFO] [stdout] 704 | pub fn mvaddch(y: i32, x: i32, c: chtype) -> i32 [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 351 | self.pos_x + col * 3 + 1, (char2 as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/hex_grid.rs:351:60 [INFO] [stdout] | [INFO] [stdout] 350 | nc::mvaddch( self.pos_y + row - self.scroll, [INFO] [stdout] | ----------- arguments to this function are incorrect [INFO] [stdout] 351 | self.pos_x + col * 3 + 1, char2 as u64 ); [INFO] [stdout] | ^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:704:8 [INFO] [stdout] | [INFO] [stdout] 704 | pub fn mvaddch(y: i32, x: i32, c: chtype) -> i32 [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 351 | self.pos_x + col * 3 + 1, (char2 as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/hex_grid.rs:365:81 [INFO] [stdout] | [INFO] [stdout] 365 | nc::mvaddch( self.pos_y + row - self.scroll, space_col, b' ' as u64 ); [INFO] [stdout] | ----------- arguments to this function are incorrect ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:704:8 [INFO] [stdout] | [INFO] [stdout] 704 | pub fn mvaddch(y: i32, x: i32, c: chtype) -> i32 [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 365 | nc::mvaddch( self.pos_y + row - self.scroll, space_col, (b' ' as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/hex_grid.rs:365:81 [INFO] [stdout] | [INFO] [stdout] 365 | nc::mvaddch( self.pos_y + row - self.scroll, space_col, b' ' as u64 ); [INFO] [stdout] | ----------- arguments to this function are incorrect ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:704:8 [INFO] [stdout] | [INFO] [stdout] 704 | pub fn mvaddch(y: i32, x: i32, c: chtype) -> i32 [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 365 | nc::mvaddch( self.pos_y + row - self.scroll, space_col, (b' ' as u64).try_into().unwrap() ); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/info_line.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { nc::ll::mvaddch( self.pos_y, x, b' ' as u64 ); } [INFO] [stdout] | --------------- ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/ll.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn mvaddch(_:c_int, _:c_int, _:chtype) -> c_int; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { nc::ll::mvaddch( self.pos_y, x, (b' ' as u64).try_into().unwrap() ); } [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/info_line.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { nc::ll::mvaddch( self.pos_y, x, b' ' as u64 ); } [INFO] [stdout] | --------------- ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/ll.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn mvaddch(_:c_int, _:c_int, _:chtype) -> c_int; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { nc::ll::mvaddch( self.pos_y, x, (b' ' as u64).try_into().unwrap() ); } [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:105:64 [INFO] [stdout] | [INFO] [stdout] 105 | nc::mvwaddch(self.win, pos_y as i32, pos_x as i32, *byte as u64); [INFO] [stdout] | ------------ ^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 105 | nc::mvwaddch(self.win, pos_y as i32, pos_x as i32, (*byte as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:105:64 [INFO] [stdout] | [INFO] [stdout] 105 | nc::mvwaddch(self.win, pos_y as i32, pos_x as i32, *byte as u64); [INFO] [stdout] | ------------ ^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 105 | nc::mvwaddch(self.win, pos_y as i32, pos_x as i32, (*byte as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:124:70 [INFO] [stdout] | [INFO] [stdout] 124 | nc::mvwaddch(self.win, cursor_y as i32 + 1, cursor_x as i32, byte as u64); [INFO] [stdout] | ------------ arguments to this function are incorrect ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 124 | nc::mvwaddch(self.win, cursor_y as i32 + 1, cursor_x as i32, (byte as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:124:70 [INFO] [stdout] | [INFO] [stdout] 124 | nc::mvwaddch(self.win, cursor_y as i32 + 1, cursor_x as i32, byte as u64); [INFO] [stdout] | ------------ arguments to this function are incorrect ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 124 | nc::mvwaddch(self.win, cursor_y as i32 + 1, cursor_x as i32, (byte as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:152:65 [INFO] [stdout] | [INFO] [stdout] 152 | nc::mvwaddch(self.win, row, start_column + col, nibble1 as u64); [INFO] [stdout] | ------------ ^^^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 152 | nc::mvwaddch(self.win, row, start_column + col, (nibble1 as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:152:65 [INFO] [stdout] | [INFO] [stdout] 152 | nc::mvwaddch(self.win, row, start_column + col, nibble1 as u64); [INFO] [stdout] | ------------ ^^^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 152 | nc::mvwaddch(self.win, row, start_column + col, (nibble1 as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:153:65 [INFO] [stdout] | [INFO] [stdout] 153 | nc::mvwaddch(self.win, row, start_column + col + 1, nibble2 as u64); [INFO] [stdout] | ------------ ^^^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 153 | nc::mvwaddch(self.win, row, start_column + col + 1, (nibble2 as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:153:65 [INFO] [stdout] | [INFO] [stdout] 153 | nc::mvwaddch(self.win, row, start_column + col + 1, nibble2 as u64); [INFO] [stdout] | ------------ ^^^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 153 | nc::mvwaddch(self.win, row, start_column + col + 1, (nibble2 as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:185:71 [INFO] [stdout] | [INFO] [stdout] 185 | nc::mvwaddch(self.win, cursor_y + 1, start_column + cursor_x, byte as u64); [INFO] [stdout] | ------------ arguments to this function are incorrect ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 185 | nc::mvwaddch(self.win, cursor_y + 1, start_column + cursor_x, (byte as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/search.rs:185:71 [INFO] [stdout] | [INFO] [stdout] 185 | nc::mvwaddch(self.win, cursor_y + 1, start_column + cursor_x, byte as u64); [INFO] [stdout] | ------------ arguments to this function are incorrect ^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ncurses-5.101.0/src/lib.rs:850:8 [INFO] [stdout] | [INFO] [stdout] 850 | pub fn mvwaddch(w: WINDOW, y: i32, x: i32, ch: chtype) -> i32 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 185 | nc::mvwaddch(self.win, cursor_y + 1, start_column + cursor_x, (byte as u64).try_into().unwrap()); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0463, E0635. [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0463, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rhex` (bin "rhex" test) due to 14 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rhex` (bin "rhex") due to 14 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f76734c6ad6c6de61f8be85d90dfa2474b0ea9220f576b9413412e4853243032", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f76734c6ad6c6de61f8be85d90dfa2474b0ea9220f576b9413412e4853243032", kill_on_drop: false }` [INFO] [stdout] f76734c6ad6c6de61f8be85d90dfa2474b0ea9220f576b9413412e4853243032