[INFO] fetching crate fdcan 0.1.0... [INFO] documenting fdcan-0.1.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate fdcan 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate fdcan 0.1.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fdcan 0.1.0 [INFO] finished tweaking crates.io crate fdcan 0.1.0 [INFO] tweaked toml for crates.io crate fdcan 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5daf56db3cc10c1df1d56e5cab668198565c0745b118e4e34fe18a34f5c26cbe [INFO] running `Command { std: "docker" "start" "-a" "5daf56db3cc10c1df1d56e5cab668198565c0745b118e4e34fe18a34f5c26cbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5daf56db3cc10c1df1d56e5cab668198565c0745b118e4e34fe18a34f5c26cbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5daf56db3cc10c1df1d56e5cab668198565c0745b118e4e34fe18a34f5c26cbe", kill_on_drop: false }` [INFO] [stdout] 5daf56db3cc10c1df1d56e5cab668198565c0745b118e4e34fe18a34f5c26cbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 50153b76f3f8ecf256050cadd07f55c5a56f45340fc6db42806fa2742f51e371 [INFO] running `Command { std: "docker" "start" "-a" "50153b76f3f8ecf256050cadd07f55c5a56f45340fc6db42806fa2742f51e371", kill_on_drop: false }` [INFO] [stderr] Checking vcell v0.1.3 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Documenting fdcan v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `super::interrupt::Interrupt`, `super::interrupt::Interrupts` [INFO] [stdout] --> src/config.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | pub use super::interrupt::{Interrupt, InterruptLine, Interrupts}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ no `Interrupts` in `interrupt` [INFO] [stdout] | | [INFO] [stdout] | no `Interrupt` in `interrupt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `interrupt::Interrupt`, `interrupt::Interrupts` [INFO] [stdout] --> src/lib.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | use interrupt::{Interrupt, InterruptLine, Interrupts}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ no `Interrupts` in `interrupt` [INFO] [stdout] | | [INFO] [stdout] | no `Interrupt` in `interrupt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ir` [INFO] [stdout] --> src/pac/fdcan.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | pub ir: crate::Reg, [INFO] [stdout] | ^^ use of undeclared crate or module `ir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ie` [INFO] [stdout] --> src/pac/fdcan.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | pub ie: crate::Reg, [INFO] [stdout] | ^^ use of undeclared crate or module `ie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ils` [INFO] [stdout] --> src/pac/fdcan.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | pub ils: crate::Reg, [INFO] [stdout] | ^^^ use of undeclared crate or module `ils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ile` [INFO] [stdout] --> src/pac/fdcan.rs:69:25 [INFO] [stdout] | [INFO] [stdout] 69 | pub ile: crate::Reg, [INFO] [stdout] | ^^^ use of undeclared crate or module `ile` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rxgfc` [INFO] [stdout] --> src/pac/fdcan.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | pub rxgfc: crate::Reg, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `rxgfc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `txbc` [INFO] [stdout] --> src/pac/fdcan.rs:143:26 [INFO] [stdout] | [INFO] [stdout] 143 | pub txbc: crate::Reg, [INFO] [stdout] | ^^^^ use of undeclared crate or module `txbc` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 143 | pub txbc: crate::Reg, [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ir` [INFO] [stdout] --> src/pac/fdcan.rs:277:26 [INFO] [stdout] | [INFO] [stdout] 277 | pub type IR = crate::Reg; [INFO] [stdout] | ^^ use of undeclared crate or module `ir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ie` [INFO] [stdout] --> src/pac/fdcan.rs:282:26 [INFO] [stdout] | [INFO] [stdout] 282 | pub type IE = crate::Reg; [INFO] [stdout] | ^^ use of undeclared crate or module `ie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ils` [INFO] [stdout] --> src/pac/fdcan.rs:287:27 [INFO] [stdout] | [INFO] [stdout] 287 | pub type ILS = crate::Reg; [INFO] [stdout] | ^^^ use of undeclared crate or module `ils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ile` [INFO] [stdout] --> src/pac/fdcan.rs:292:27 [INFO] [stdout] | [INFO] [stdout] 292 | pub type ILE = crate::Reg; [INFO] [stdout] | ^^^ use of undeclared crate or module `ile` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rxgfc` [INFO] [stdout] --> src/pac/fdcan.rs:297:29 [INFO] [stdout] | [INFO] [stdout] 297 | pub type RXGFC = crate::Reg; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `rxgfc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `txbc` [INFO] [stdout] --> src/pac/fdcan.rs:358:28 [INFO] [stdout] | [INFO] [stdout] 358 | pub type TXBC = crate::Reg; [INFO] [stdout] | ^^^^ use of undeclared crate or module `txbc` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 358 | pub type TXBC = crate::Reg; [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Interrupts` in this scope [INFO] [stdout] --> src/interrupt.rs:172:6 [INFO] [stdout] | [INFO] [stdout] 172 | impl Interrupts { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Interrupt` in this scope [INFO] [stdout] --> src/interrupt.rs:179:11 [INFO] [stdout] | [INFO] [stdout] 179 | impl From for Interrupts { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Interrupts` in this scope [INFO] [stdout] --> src/interrupt.rs:179:26 [INFO] [stdout] | [INFO] [stdout] 179 | impl From for Interrupts { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Interrupt` in this scope [INFO] [stdout] --> src/interrupt.rs:181:16 [INFO] [stdout] | [INFO] [stdout] 181 | fn from(i: Interrupt) -> Self { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Interrupt` in this scope [INFO] [stdout] --> src/interrupt.rs:187:23 [INFO] [stdout] | [INFO] [stdout] 187 | impl ops::BitOrAssign for Interrupts { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Interrupts` in this scope [INFO] [stdout] --> src/interrupt.rs:187:38 [INFO] [stdout] | [INFO] [stdout] 187 | impl ops::BitOrAssign for Interrupts { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Interrupt` in this scope [INFO] [stdout] --> src/interrupt.rs:189:37 [INFO] [stdout] | [INFO] [stdout] 189 | fn bitor_assign(&mut self, rhs: Interrupt) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not document `fdcan` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name fdcan src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=da39fecada781766 -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-885ae3214f28c119.rmeta --extern nb=/opt/rustwide/target/debug/deps/libnb-7008a47dc8798919.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-0b64b372909baba4.so --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-0676c5c55130f395.rmeta --extern vcell=/opt/rustwide/target/debug/deps/libvcell-01c90c091d7069a7.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "50153b76f3f8ecf256050cadd07f55c5a56f45340fc6db42806fa2742f51e371", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50153b76f3f8ecf256050cadd07f55c5a56f45340fc6db42806fa2742f51e371", kill_on_drop: false }` [INFO] [stdout] 50153b76f3f8ecf256050cadd07f55c5a56f45340fc6db42806fa2742f51e371