[INFO] fetching crate ra2-pal 0.0.2...
[INFO] testing ra2-pal-0.0.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate ra2-pal 0.0.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate ra2-pal 0.0.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ra2-pal 0.0.2
[INFO] tweaked toml for crates.io crate ra2-pal 0.0.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ra2-pal 0.0.2 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] crate crates.io crate ra2-pal 0.0.2 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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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] 1fedc76757639ef0416c4b639136e779d867cb6cea08a80f532bcfa9236a102b
[INFO] running `Command { std: "docker" "start" "-a" "1fedc76757639ef0416c4b639136e779d867cb6cea08a80f532bcfa9236a102b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1fedc76757639ef0416c4b639136e779d867cb6cea08a80f532bcfa9236a102b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fedc76757639ef0416c4b639136e779d867cb6cea08a80f532bcfa9236a102b", kill_on_drop: false }`
[INFO] [stdout] 1fedc76757639ef0416c4b639136e779d867cb6cea08a80f532bcfa9236a102b
[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] 90845567d45209bc68549a6b4cdb0080cc1d779b6fb960413a778689397e0463
[INFO] running `Command { std: "docker" "start" "-a" "90845567d45209bc68549a6b4cdb0080cc1d779b6fb960413a778689397e0463", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling ra2-types v0.0.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling ra2-pal v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn load(path: &Path) -> Result<Self, Ra2Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
[INFO] running `Command { std: "docker" "inspect" "90845567d45209bc68549a6b4cdb0080cc1d779b6fb960413a778689397e0463", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90845567d45209bc68549a6b4cdb0080cc1d779b6fb960413a778689397e0463", kill_on_drop: false }`
[INFO] [stdout] 90845567d45209bc68549a6b4cdb0080cc1d779b6fb960413a778689397e0463
[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] 7a5404fca40cb2866b5a4f7fa225c7db049c78ccb01ea8f5703003d8b71a5bcc
[INFO] running `Command { std: "docker" "start" "-a" "7a5404fca40cb2866b5a4f7fa225c7db049c78ccb01ea8f5703003d8b71a5bcc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn load(path: &Path) -> Result<Self, Ra2Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling ra2-pal v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `ra2_mix`
[INFO] [stdout]  --> examples/encrypted.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ra2_mix::{MixError, MixPackage};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `ra2_mix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ra2_mix`, use `cargo add ra2_mix` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ra2_mix`
[INFO] [stdout]  --> examples/extract.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ra2_mix::{MixError, MixPackage};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `ra2_mix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ra2_mix`, use `cargo add ra2_mix` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ra2-pal` (example "encrypted") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ra2-pal` (example "extract") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `ra2_mix`
[INFO] [stdout]  --> examples/basic.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ra2_mix::{MixError, MixPackage};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `ra2_mix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ra2_mix`, use `cargo add ra2_mix` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ra2-pal` (example "basic") due to 1 previous error
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn load(path: &Path) -> Result<Self, Ra2Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7a5404fca40cb2866b5a4f7fa225c7db049c78ccb01ea8f5703003d8b71a5bcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a5404fca40cb2866b5a4f7fa225c7db049c78ccb01ea8f5703003d8b71a5bcc", kill_on_drop: false }`
[INFO] [stdout] 7a5404fca40cb2866b5a4f7fa225c7db049c78ccb01ea8f5703003d8b71a5bcc
