[INFO] fetching crate rhex 0.1.0... [INFO] testing rhex-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rhex 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate rhex 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9ce1b6d78e6aeda8328aec56f0a7fadf177401a6f05db1089beec4814b26d28b [INFO] running `Command { std: "docker" "start" "-a" "9ce1b6d78e6aeda8328aec56f0a7fadf177401a6f05db1089beec4814b26d28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ce1b6d78e6aeda8328aec56f0a7fadf177401a6f05db1089beec4814b26d28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ce1b6d78e6aeda8328aec56f0a7fadf177401a6f05db1089beec4814b26d28b", kill_on_drop: false }` [INFO] [stdout] 9ce1b6d78e6aeda8328aec56f0a7fadf177401a6f05db1089beec4814b26d28b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa488769c2aaca6aeb5c9628be73180df0526613c89fefb32eb737c9c0477799 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aa488769c2aaca6aeb5c9628be73180df0526613c89fefb32eb737c9c0477799", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling ncurses v5.101.0 [INFO] [stderr] Compiling 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] 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] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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: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[E0308]: mismatched types [INFO] [stdout] --> src/gui/hex/ascii_view.rs:89:34 [INFO] [stdout] | [INFO] [stdout] 89 | ... ch as u64 ); [INFO] [stdout] | ^^^^^^^^^ expected `u32`, found `u64` [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] | ^^^^^^^^^^^ expected `u32`, found `u64` [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] 335 | ... self.pos_x + col * 3, char1 as u64 ); [INFO] [stdout] | ^^^^^^^^^^^^ expected `u32`, found `u64` [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] 351 | ... self.pos_x + col * 3 + 1, char2 as u64 ); [INFO] [stdout] | ^^^^^^^^^^^^ expected `u32`, found `u64` [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] | ^^^^^^^^^^^ expected `u32`, found `u64` [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] 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] 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] | ^^^^^^^^^^^ expected `u32`, found `u64` [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] 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] 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] | ^^^^^^^^^^^ expected `u32`, found `u64` [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 12 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rhex` due to 13 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "aa488769c2aaca6aeb5c9628be73180df0526613c89fefb32eb737c9c0477799", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa488769c2aaca6aeb5c9628be73180df0526613c89fefb32eb737c9c0477799", kill_on_drop: false }` [INFO] [stdout] aa488769c2aaca6aeb5c9628be73180df0526613c89fefb32eb737c9c0477799