[INFO] fetching crate ra2-pal 0.0.2... [INFO] checking ra2-pal-0.0.2 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate ra2-pal 0.0.2 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ra2-pal 0.0.2 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95d81e5452103840b4620c3431d80fe38aa927279da2fda632726aca2575ddcd [INFO] running `Command { std: "docker" "start" "-a" "95d81e5452103840b4620c3431d80fe38aa927279da2fda632726aca2575ddcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95d81e5452103840b4620c3431d80fe38aa927279da2fda632726aca2575ddcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95d81e5452103840b4620c3431d80fe38aa927279da2fda632726aca2575ddcd", kill_on_drop: false }` [INFO] [stdout] 95d81e5452103840b4620c3431d80fe38aa927279da2fda632726aca2575ddcd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5fe5975d93381145af26deaf2acbed02c9fbee777ac01d9067100bf6d324577 [INFO] running `Command { std: "docker" "start" "-a" "e5fe5975d93381145af26deaf2acbed02c9fbee777ac01d9067100bf6d324577", 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 serde v1.0.219 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Checking ra2-types v0.0.2 [INFO] [stderr] Checking tempfile v3.19.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking 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] [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] [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/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] [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] 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] [stderr] error: could not compile `ra2-pal` (example "basic") 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 "extract") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e5fe5975d93381145af26deaf2acbed02c9fbee777ac01d9067100bf6d324577", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5fe5975d93381145af26deaf2acbed02c9fbee777ac01d9067100bf6d324577", kill_on_drop: false }` [INFO] [stdout] e5fe5975d93381145af26deaf2acbed02c9fbee777ac01d9067100bf6d324577