[INFO] fetching crate fdcan 0.1.0... [INFO] documenting fdcan-0.1.0 against 1.61.0 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 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "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" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "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" "+1.61.0" "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] c65e0e20f3ed28a3b1c334959852ed1629691273ef139ac8e6db08520d3af664 [INFO] running `Command { std: "docker" "start" "-a" "c65e0e20f3ed28a3b1c334959852ed1629691273ef139ac8e6db08520d3af664", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c65e0e20f3ed28a3b1c334959852ed1629691273ef139ac8e6db08520d3af664", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c65e0e20f3ed28a3b1c334959852ed1629691273ef139ac8e6db08520d3af664", kill_on_drop: false }` [INFO] [stdout] c65e0e20f3ed28a3b1c334959852ed1629691273ef139ac8e6db08520d3af664 [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" "+1.61.0" "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] ed8493a26d08d5d68fcbfd1e778b5eaa4f4581a08ede64c0d85b5be6344441cf [INFO] running `Command { std: "docker" "start" "-a" "ed8493a26d08d5d68fcbfd1e778b5eaa4f4581a08ede64c0d85b5be6344441cf", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Checking vcell v0.1.3 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking static_assertions v1.1.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=08480cc1ee01475b -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-22d7f70832a3b85e.rmeta --extern nb=/opt/rustwide/target/debug/deps/libnb-be0ff757524a09fc.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-bd6d0284544a8d29.so --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-df62a6794b74038e.rmeta --extern vcell=/opt/rustwide/target/debug/deps/libvcell-87632ea7aa68e3c8.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "ed8493a26d08d5d68fcbfd1e778b5eaa4f4581a08ede64c0d85b5be6344441cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed8493a26d08d5d68fcbfd1e778b5eaa4f4581a08ede64c0d85b5be6344441cf", kill_on_drop: false }` [INFO] [stdout] ed8493a26d08d5d68fcbfd1e778b5eaa4f4581a08ede64c0d85b5be6344441cf