[INFO] cloning repository https://github.com/jonfk/rust-os
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonfk/rust-os" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonfk%2Frust-os", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonfk%2Frust-os'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a232bfa085813d9a5a6b56615ec73be906773e80
[INFO] testing jonfk/rust-os against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonfk%2Frust-os" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jonfk/rust-os
[INFO] finished tweaking git repo https://github.com/jonfk/rust-os
[INFO] tweaked toml for git repo https://github.com/jonfk/rust-os written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jonfk/rust-os on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jonfk/rust-os 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 56c21c8fd8f4a5bda7ed333e40579acd28d8b55759c769930c9387178bf59216
[INFO] running `Command { std: "docker" "start" "-a" "56c21c8fd8f4a5bda7ed333e40579acd28d8b55759c769930c9387178bf59216", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56c21c8fd8f4a5bda7ed333e40579acd28d8b55759c769930c9387178bf59216", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56c21c8fd8f4a5bda7ed333e40579acd28d8b55759c769930c9387178bf59216", kill_on_drop: false }`
[INFO] [stdout] 56c21c8fd8f4a5bda7ed333e40579acd28d8b55759c769930c9387178bf59216
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ebf2aecb259a46103277b13b0d7b9a81c10803de03eca0c3fff7ced15436a6f4
[INFO] running `Command { std: "docker" "start" "-a" "ebf2aecb259a46103277b13b0d7b9a81c10803de03eca0c3fff7ced15436a6f4", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling bitflags v0.3.3 (https://github.com/phil-opp/bitflags.git?branch=no_std#440e5b2b)
[INFO] [stderr]    Compiling rlibc v0.1.4
[INFO] [stderr]    Compiling spin v0.3.4
[INFO] [stderr]    Compiling multiboot2 v0.1.0 (https://github.com/phil-opp/multiboot2-elf64#1e81e100)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlibc-0.1.4/src/lib.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | #![feature(no_std)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]    |
[INFO] [stdout]    = help: the feature `no_std` has been stable since `1.6.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rlibc` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.3.4/src/lib.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(no_std, const_fn)]
[INFO] [stdout]   |                    ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.54.0; see <https://github.com/rust-lang/rust/pull/85109> for more information
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.3.4/src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(no_std, const_fn)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `no_std` has been stable since `1.6.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0554, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `spin` (lib) due to 2 previous errors
[INFO] [stdout] error[E0507]: cannot move out of a shared reference
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/multiboot2-elf64-f7d4e9521483cedb/1e81e10/src/elf_sections.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 10 |     first_section: ElfSection,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ move occurs because value has type `ElfSection`, which does not implement the `Copy` trait
[INFO] [stdout]    |
[INFO] [stdout] note: if `ElfSection` implemented `Clone`, you could clone the value
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/multiboot2-elf64-f7d4e9521483cedb/1e81e10/src/elf_sections.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 10 |     first_section: ElfSection,
[INFO] [stdout]    |     ------------------------- you could clone this value
[INFO] [stdout] ...
[INFO] [stdout] 51 | pub struct ElfSection {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ consider implementing `Clone` for this type
[INFO] [stdout]    = note: `#[derive(Debug)]` triggers a move because taking references to the fields of a packed struct is undefined behaviour
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `multiboot2` (lib) due to 2 previous errors
[INFO] [stdout] error[E0793]: reference to packed field is unaligned
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/multiboot2-elf64-f7d4e9521483cedb/1e81e10/src/elf_sections.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 16 |             current_section: &self.first_section,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses
[INFO] [stdout]    = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]    = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0507, E0793.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0507`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ebf2aecb259a46103277b13b0d7b9a81c10803de03eca0c3fff7ced15436a6f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebf2aecb259a46103277b13b0d7b9a81c10803de03eca0c3fff7ced15436a6f4", kill_on_drop: false }`
[INFO] [stdout] ebf2aecb259a46103277b13b0d7b9a81c10803de03eca0c3fff7ced15436a6f4
