[INFO] fetching crate alga 0.9.3... [INFO] documenting alga-0.9.3 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate alga 0.9.3 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate alga 0.9.3 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 alga 0.9.3 [INFO] finished tweaking crates.io crate alga 0.9.3 [INFO] tweaked toml for crates.io crate alga 0.9.3 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate alga 0.9.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded decimal v2.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] [stdout] 15adbf7e20dfd2694dc0e2f6c2055f04d1f5c7ce1ede4e384888446685ba1603 [INFO] running `Command { std: "docker" "start" "-a" "15adbf7e20dfd2694dc0e2f6c2055f04d1f5c7ce1ede4e384888446685ba1603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15adbf7e20dfd2694dc0e2f6c2055f04d1f5c7ce1ede4e384888446685ba1603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15adbf7e20dfd2694dc0e2f6c2055f04d1f5c7ce1ede4e384888446685ba1603", kill_on_drop: false }` [INFO] [stdout] 15adbf7e20dfd2694dc0e2f6c2055f04d1f5c7ce1ede4e384888446685ba1603 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] [stdout] eea19fd3f96c6520c545ae833398b2b44389752056652c34233e15ed6bc96f21 [INFO] running `Command { std: "docker" "start" "-a" "eea19fd3f96c6520c545ae833398b2b44389752056652c34233e15ed6bc96f21", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Documenting alga v0.9.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:125:6 [INFO] [stdout] | [INFO] [stdout] 125 | /// [Alias] Trait alias for `Add` and `AddAssign` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:128:6 [INFO] [stdout] | [INFO] [stdout] 128 | /// [Alias] Trait alias for `Sub` and `SubAssign` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:131:6 [INFO] [stdout] | [INFO] [stdout] 131 | /// [Alias] Trait alias for `Mul` and `MulAssign` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:134:6 [INFO] [stdout] | [INFO] [stdout] 134 | /// [Alias] Trait alias for `Div` and `DivAssign` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:137:6 [INFO] [stdout] | [INFO] [stdout] 137 | /// [Alias] Trait alias for `Neg` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 24 | specialize_structures!(AdditiveMagma, AbstractMagma : ); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 25 | specialize_structures!(AdditiveQuasigroup, AbstractQuasigroup : AdditiveMagma ClosedSub); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 26 | specialize_structures!(AdditiveLoop, AbstractLoop : AdditiveQuasigroup ClosedNeg Zero); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 27 | specialize_structures!(AdditiveSemigroup, AbstractSemigroup : AdditiveMagma ClosedAdd); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 28 | specialize_structures!(AdditiveMonoid, AbstractMonoid : AdditiveSemigroup Zero); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 29 | specialize_structures!(AdditiveGroup, AbstractGroup : AdditiveLoop AdditiveMonoid); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 30 | specialize_structures!(AdditiveGroupAbelian, AbstractGroupAbelian : AdditiveGroup); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 32 | specialize_structures!(MultiplicativeMagma, AbstractMagma : ); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 33 | specialize_structures!(MultiplicativeQuasigroup, AbstractQuasigroup : MultiplicativeMagma ClosedDiv); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 34 | specialize_structures!(MultiplicativeLoop, AbstractLoop : MultiplicativeQuasigroup One); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 35 | specialize_structures!(MultiplicativeSemigroup, AbstractSemigroup : MultiplicativeMagma ClosedMul); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 36 | specialize_structures!(MultiplicativeMonoid, AbstractMonoid : MultiplicativeSemigroup One); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 37 | specialize_structures!(MultiplicativeGroup, AbstractGroup : MultiplicativeLoop MultiplicativeMonoid); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 38 | specialize_structures!(MultiplicativeGroupAbelian, AbstractGroupAbelian : MultiplicativeGroup); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 40 | specialize_structures!(Ring, AbstractRing: AdditiveGroupAbelian MultiplicativeMonoid); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 41 | specialize_structures!(RingCommutative, AbstractRingCommutative: Ring); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 42 | specialize_structures!(Field, AbstractField: RingCommutative MultiplicativeGroupAbelian); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.68s [INFO] running `Command { std: "docker" "inspect" "eea19fd3f96c6520c545ae833398b2b44389752056652c34233e15ed6bc96f21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eea19fd3f96c6520c545ae833398b2b44389752056652c34233e15ed6bc96f21", kill_on_drop: false }` [INFO] [stdout] eea19fd3f96c6520c545ae833398b2b44389752056652c34233e15ed6bc96f21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 8b1dd5be93963102a73f722310b851674f6be2e0e73450a8e75a4a98dcd80de1 [INFO] running `Command { std: "docker" "start" "-a" "8b1dd5be93963102a73f722310b851674f6be2e0e73450a8e75a4a98dcd80de1", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Documenting alga v0.9.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:125:6 [INFO] [stdout] | [INFO] [stdout] 125 | /// [Alias] Trait alias for `Add` and `AddAssign` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:128:6 [INFO] [stdout] | [INFO] [stdout] 128 | /// [Alias] Trait alias for `Sub` and `SubAssign` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:131:6 [INFO] [stdout] | [INFO] [stdout] 131 | /// [Alias] Trait alias for `Mul` and `MulAssign` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:134:6 [INFO] [stdout] | [INFO] [stdout] 134 | /// [Alias] Trait alias for `Div` and `DivAssign` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/operator.rs:137:6 [INFO] [stdout] | [INFO] [stdout] 137 | /// [Alias] Trait alias for `Neg` with result of type `Self`. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 24 | specialize_structures!(AdditiveMagma, AbstractMagma : ); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 25 | specialize_structures!(AdditiveQuasigroup, AbstractQuasigroup : AdditiveMagma ClosedSub); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 26 | specialize_structures!(AdditiveLoop, AbstractLoop : AdditiveQuasigroup ClosedNeg Zero); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 27 | specialize_structures!(AdditiveSemigroup, AbstractSemigroup : AdditiveMagma ClosedAdd); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 28 | specialize_structures!(AdditiveMonoid, AbstractMonoid : AdditiveSemigroup Zero); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 29 | specialize_structures!(AdditiveGroup, AbstractGroup : AdditiveLoop AdditiveMonoid); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 30 | specialize_structures!(AdditiveGroupAbelian, AbstractGroupAbelian : AdditiveGroup); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 32 | specialize_structures!(MultiplicativeMagma, AbstractMagma : ); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 33 | specialize_structures!(MultiplicativeQuasigroup, AbstractQuasigroup : MultiplicativeMagma ClosedDiv); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 34 | specialize_structures!(MultiplicativeLoop, AbstractLoop : MultiplicativeQuasigroup One); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 35 | specialize_structures!(MultiplicativeSemigroup, AbstractSemigroup : MultiplicativeMagma ClosedMul); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 36 | specialize_structures!(MultiplicativeMonoid, AbstractMonoid : MultiplicativeSemigroup One); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 37 | specialize_structures!(MultiplicativeGroup, AbstractGroup : MultiplicativeLoop MultiplicativeMonoid); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 38 | specialize_structures!(MultiplicativeGroupAbelian, AbstractGroupAbelian : MultiplicativeGroup); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 40 | specialize_structures!(Ring, AbstractRing: AdditiveGroupAbelian MultiplicativeMonoid); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 41 | specialize_structures!(RingCommutative, AbstractRingCommutative: Ring); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Alias` [INFO] [stdout] --> src/general/specialized.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | /// [Alias] Algebraic structure specialized for one kind of operation. [INFO] [stdout] | ^^^^^ no item named `Alias` in scope [INFO] [stdout] ... [INFO] [stdout] 42 | specialize_structures!(Field, AbstractField: RingCommutative MultiplicativeGroupAbelian); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.42s [INFO] running `Command { std: "docker" "inspect" "8b1dd5be93963102a73f722310b851674f6be2e0e73450a8e75a4a98dcd80de1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b1dd5be93963102a73f722310b851674f6be2e0e73450a8e75a4a98dcd80de1", kill_on_drop: false }` [INFO] [stdout] 8b1dd5be93963102a73f722310b851674f6be2e0e73450a8e75a4a98dcd80de1