[INFO] fetching crate ra2-pal 0.0.2... [INFO] testing ra2-pal-0.0.2 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [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 caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91d3334d2fad63220e6121410110b1c774f1ec8a3772e472834721bf9310d6a3 [INFO] running `Command { std: "docker" "start" "-a" "91d3334d2fad63220e6121410110b1c774f1ec8a3772e472834721bf9310d6a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91d3334d2fad63220e6121410110b1c774f1ec8a3772e472834721bf9310d6a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91d3334d2fad63220e6121410110b1c774f1ec8a3772e472834721bf9310d6a3", kill_on_drop: false }` [INFO] [stdout] 91d3334d2fad63220e6121410110b1c774f1ec8a3772e472834721bf9310d6a3 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aedd004252ddb55b7992776c238812b3a657ce74a14b7f30ddd555404953353f [INFO] running `Command { std: "docker" "start" "-a" "aedd004252ddb55b7992776c238812b3a657ce74a14b7f30ddd555404953353f", kill_on_drop: false }` [INFO] [stderr] Compiling bytemuck v1.22.0 [INFO] [stderr] Compiling ra2-types v0.0.2 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling image v0.24.9 [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 { [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.68s [INFO] running `Command { std: "docker" "inspect" "aedd004252ddb55b7992776c238812b3a657ce74a14b7f30ddd555404953353f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aedd004252ddb55b7992776c238812b3a657ce74a14b7f30ddd555404953353f", kill_on_drop: false }` [INFO] [stdout] aedd004252ddb55b7992776c238812b3a657ce74a14b7f30ddd555404953353f [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51327fa963c1e6020d4d36daeb249235268bb9634c20ba8d936943692c686df8 [INFO] running `Command { std: "docker" "start" "-a" "51327fa963c1e6020d4d36daeb249235268bb9634c20ba8d936943692c686df8", 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] [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 { [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/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] 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] 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] 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 { [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" "51327fa963c1e6020d4d36daeb249235268bb9634c20ba8d936943692c686df8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51327fa963c1e6020d4d36daeb249235268bb9634c20ba8d936943692c686df8", kill_on_drop: false }` [INFO] [stdout] 51327fa963c1e6020d4d36daeb249235268bb9634c20ba8d936943692c686df8