[INFO] fetching crate ra2-pal 0.0.2...
[INFO] testing ra2-pal-0.0.2 against 1.90.0 for beta-1.91-3
[INFO] extracting crate ra2-pal 0.0.2 into /workspace/builds/worker-7-tc1/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-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ra2-pal 0.0.2 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ra2-types v0.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e5b9f06382b2e9618026bc6ab33302d6ef1a9c93f4394921d3b3cc8e2c477a52
[INFO] running `Command { std: "docker" "start" "-a" "e5b9f06382b2e9618026bc6ab33302d6ef1a9c93f4394921d3b3cc8e2c477a52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5b9f06382b2e9618026bc6ab33302d6ef1a9c93f4394921d3b3cc8e2c477a52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5b9f06382b2e9618026bc6ab33302d6ef1a9c93f4394921d3b3cc8e2c477a52", kill_on_drop: false }`
[INFO] [stdout] e5b9f06382b2e9618026bc6ab33302d6ef1a9c93f4394921d3b3cc8e2c477a52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3479ca4ba4ab68b5d11ed7a78388fbee2415459e36312815600e0ce8f4f27d08
[INFO] running `Command { std: "docker" "start" "-a" "3479ca4ba4ab68b5d11ed7a78388fbee2415459e36312815600e0ce8f4f27d08", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling ra2-types v0.0.2
[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 serde 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 8.13s
[INFO] running `Command { std: "docker" "inspect" "3479ca4ba4ab68b5d11ed7a78388fbee2415459e36312815600e0ce8f4f27d08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3479ca4ba4ab68b5d11ed7a78388fbee2415459e36312815600e0ce8f4f27d08", kill_on_drop: false }`
[INFO] [stdout] 3479ca4ba4ab68b5d11ed7a78388fbee2415459e36312815600e0ce8f4f27d08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b77fb18e9a75c27705ab74cfbec0294262c2c9ccfe2c63fb0d843dfdec24181
[INFO] running `Command { std: "docker" "start" "-a" "7b77fb18e9a75c27705ab74cfbec0294262c2c9ccfe2c63fb0d843dfdec24181", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rustix v1.0.5
[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] [stderr] error: could not compile `ra2-pal` (example "encrypted") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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] 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] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[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] error: could not compile `ra2-pal` (example "extract") due to 1 previous error
[INFO] [stderr] error: could not compile `ra2-pal` (example "basic") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7b77fb18e9a75c27705ab74cfbec0294262c2c9ccfe2c63fb0d843dfdec24181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b77fb18e9a75c27705ab74cfbec0294262c2c9ccfe2c63fb0d843dfdec24181", kill_on_drop: false }`
[INFO] [stdout] 7b77fb18e9a75c27705ab74cfbec0294262c2c9ccfe2c63fb0d843dfdec24181
