[INFO] cloning repository https://github.com/teaguejt/voidstar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/teaguejt/voidstar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteaguejt%2Fvoidstar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteaguejt%2Fvoidstar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 53a28ce80cf123a8851c021c0c811939d4d2f550 [INFO] testing teaguejt/voidstar against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteaguejt%2Fvoidstar" "/workspace/builds/worker-26/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-26/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/teaguejt/voidstar on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/teaguejt/voidstar [INFO] finished tweaking git repo https://github.com/teaguejt/voidstar [INFO] tweaked toml for git repo https://github.com/teaguejt/voidstar written to /workspace/builds/worker-26/source/Cargo.toml [INFO] crate git repo https://github.com/teaguejt/voidstar already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a082e3e9abdb4ce052f04bcc6db302e2b5a0e7232b534da80afb712f0c9d79d5 [INFO] running `Command { std: "docker" "start" "-a" "a082e3e9abdb4ce052f04bcc6db302e2b5a0e7232b534da80afb712f0c9d79d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a082e3e9abdb4ce052f04bcc6db302e2b5a0e7232b534da80afb712f0c9d79d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a082e3e9abdb4ce052f04bcc6db302e2b5a0e7232b534da80afb712f0c9d79d5", kill_on_drop: false }` [INFO] [stdout] a082e3e9abdb4ce052f04bcc6db302e2b5a0e7232b534da80afb712f0c9d79d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b41ff04cd7cb22fa1535ed2e195726618184e469a13b776c4cd2162952aa9ad [INFO] running `Command { std: "docker" "start" "-a" "2b41ff04cd7cb22fa1535ed2e195726618184e469a13b776c4cd2162952aa9ad", kill_on_drop: false }` [INFO] [stderr] Compiling jos v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CharParams` [INFO] [stdout] --> src/screen.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | let bg = CharParams::BLACK as u8; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `CharParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CharParams` [INFO] [stdout] --> src/screen.rs:56:18 [INFO] [stdout] | [INFO] [stdout] 56 | let fg = CharParams::GRAY as u8; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `CharParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `screen_config` [INFO] [stdout] --> src/screen.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | let height = screen_config::HEIGHT; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `screen_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `screen_config` [INFO] [stdout] --> src/screen.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | let width = screen_config::WIDTH; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `screen_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CharParams` [INFO] [stdout] --> src/screen.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | let cparam = CharParams::BLACK as u8; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `CharParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `screen_config` [INFO] [stdout] --> src/screen.rs:67:23 [INFO] [stdout] | [INFO] [stdout] 67 | let address = screen_config::ADDR as *mut u8; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `screen_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CharParams` [INFO] [stdout] --> src/screen.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | self.set_fmt(CharParams::GRAY as u8, CharParams::BLACK as u8); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `CharParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CharParams` [INFO] [stdout] --> src/screen.rs:85:46 [INFO] [stdout] | [INFO] [stdout] 85 | self.set_fmt(CharParams::GRAY as u8, CharParams::BLACK as u8); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `CharParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `screen_config` [INFO] [stdout] --> src/screen.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | let cpr = screen_config::WIDTH; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `screen_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `screen_config` [INFO] [stdout] --> src/screen.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 91 | let base: usize = screen_config::ADDR; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `screen_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `screen_config` [INFO] [stdout] --> src/screen.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 107 | if self.xpos == screen_config::WIDTH { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `screen_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `i386` [INFO] [stdout] --> src/lib.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | let mut r: i386::registers_t; [INFO] [stdout] | ^^^^ use of undeclared crate or module `i386` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `i386` [INFO] [stdout] --> src/lib.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | i386::__asm_getreg(&r); [INFO] [stdout] | ^^^^ use of undeclared crate or module `i386` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message,allocator_api,asm,lang_items,compiler_builtins_lib)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message,allocator_api,asm,lang_items,compiler_builtins_lib)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message,allocator_api,asm,lang_items,compiler_builtins_lib)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:45 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message,allocator_api,asm,lang_items,compiler_builtins_lib)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:60 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message,allocator_api,asm,lang_items,compiler_builtins_lib)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `asm` has been stable since 1.59.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:45 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message,allocator_api,asm,lang_items,compiler_builtins_lib)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `compiler_builtins_lib` [INFO] [stdout] --> src/lib.rs:1:60 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message,allocator_api,asm,lang_items,compiler_builtins_lib)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `ScreenBuffer` has no field named `fmt` [INFO] [stdout] --> src/screen.rs:58:63 [INFO] [stdout] | [INFO] [stdout] 58 | let s = ScreenBuffer {xpos: 0, ypos: 7, char_size: 2, fmt: cfmt}; [INFO] [stdout] | ^^^ `ScreenBuffer` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `xpos`, `ypos`, `char_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `fmt` on type `&mut ScreenBuffer` [INFO] [stdout] --> src/screen.rs:81:14 [INFO] [stdout] | [INFO] [stdout] 81 | self.fmt = (bg << 4) | fg; [INFO] [stdout] | ^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `xpos`, `ypos`, `char_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `fmt` on type `&mut ScreenBuffer` [INFO] [stdout] --> src/screen.rs:103:64 [INFO] [stdout] | [INFO] [stdout] 103 | (pos as *mut u8).offset(1).write_volatile(self.fmt); [INFO] [stdout] | ^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `xpos`, `ypos`, `char_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0554, E0560, E0609, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `jos` due to 23 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "2b41ff04cd7cb22fa1535ed2e195726618184e469a13b776c4cd2162952aa9ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b41ff04cd7cb22fa1535ed2e195726618184e469a13b776c4cd2162952aa9ad", kill_on_drop: false }` [INFO] [stdout] 2b41ff04cd7cb22fa1535ed2e195726618184e469a13b776c4cd2162952aa9ad