[INFO] fetching crate riscv-minimal-rt 0.5.0...
[INFO] testing riscv-minimal-rt-0.5.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate riscv-minimal-rt 0.5.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate riscv-minimal-rt 0.5.0
[INFO] finished tweaking crates.io crate riscv-minimal-rt 0.5.0
[INFO] tweaked toml for crates.io crate riscv-minimal-rt 0.5.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate riscv-minimal-rt 0.5.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding bare-metal v0.2.4 (available: v0.2.5)
[INFO] [stderr]       Adding r0 v0.2.2 (available: v1.0.0)
[INFO] [stderr]       Adding riscv v0.5.6 (available: v0.15.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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] 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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c32051c5c3806093d41a1b2338d66c73b4b9fa75438987b8cda47cf1235ca28
[INFO] running `Command { std: "docker" "start" "-a" "4c32051c5c3806093d41a1b2338d66c73b4b9fa75438987b8cda47cf1235ca28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c32051c5c3806093d41a1b2338d66c73b4b9fa75438987b8cda47cf1235ca28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c32051c5c3806093d41a1b2338d66c73b4b9fa75438987b8cda47cf1235ca28", kill_on_drop: false }`
[INFO] [stdout] 4c32051c5c3806093d41a1b2338d66c73b4b9fa75438987b8cda47cf1235ca28
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 447ebf3fad1aa3ced4f4da3aa0eed9b9dc3a67ac9cf8b0cd33538543a002c08a
[INFO] running `Command { std: "docker" "start" "-a" "447ebf3fad1aa3ced4f4da3aa0eed9b9dc3a67ac9cf8b0cd33538543a002c08a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling riscv v0.5.6
[INFO] [stderr]    Compiling bit_field v0.9.0
[INFO] [stderr]    Compiling riscv-minimal-rt v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling r0 v0.2.2
[INFO] [stderr]    Compiling bare-metal v0.2.4
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling riscv-minimal-rt-macros v0.1.5
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:249:18
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &mut _ebss);
[INFO] [stdout]     |                  ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&raw mut _sbss, &mut _ebss);
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:249:30
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &mut _ebss);
[INFO] [stdout]     |                              ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &raw mut _ebss);
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:250:19
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                   ^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&raw mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:250:32
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                                ^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &raw mut _edata, &_sidata);
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
[INFO] running `Command { std: "docker" "inspect" "447ebf3fad1aa3ced4f4da3aa0eed9b9dc3a67ac9cf8b0cd33538543a002c08a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "447ebf3fad1aa3ced4f4da3aa0eed9b9dc3a67ac9cf8b0cd33538543a002c08a", kill_on_drop: false }`
[INFO] [stdout] 447ebf3fad1aa3ced4f4da3aa0eed9b9dc3a67ac9cf8b0cd33538543a002c08a
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a905d028b022962b4250934b2e90c5607493e51bdc7c04cf14b5285c2a984500
[INFO] running `Command { std: "docker" "start" "-a" "a905d028b022962b4250934b2e90c5607493e51bdc7c04cf14b5285c2a984500", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:249:18
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &mut _ebss);
[INFO] [stdout]     |                  ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&raw mut _sbss, &mut _ebss);
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:249:30
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &mut _ebss);
[INFO] [stdout]     |                              ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &raw mut _ebss);
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling riscv-minimal-rt v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:250:19
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                   ^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&raw mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:250:32
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                                ^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &raw mut _edata, &_sidata);
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:249:18
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &mut _ebss);
[INFO] [stdout]     |                  ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&raw mut _sbss, &mut _ebss);
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:249:30
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &mut _ebss);
[INFO] [stdout]     |                              ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 249 |     r0::zero_bss(&mut _sbss, &raw mut _ebss);
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:250:19
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                   ^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&raw mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:250:32
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &mut _edata, &_sidata);
[INFO] [stdout]     |                                ^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 250 |     r0::init_data(&mut _sdata, &raw mut _edata, &_sidata);
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: entry symbol `main` declared multiple times
[INFO] [stdout]   |
[INFO] [stdout]   = help: did you use `#[no_mangle]` on `fn main`? Use `#![no_main]` to suppress the usual Rust-generated entry point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `riscv-minimal-rt` (lib test) due to 1 previous error; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "a905d028b022962b4250934b2e90c5607493e51bdc7c04cf14b5285c2a984500", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a905d028b022962b4250934b2e90c5607493e51bdc7c04cf14b5285c2a984500", kill_on_drop: false }`
[INFO] [stdout] a905d028b022962b4250934b2e90c5607493e51bdc7c04cf14b5285c2a984500
