alga 0.9.3

Abstract algebra for Rust
Documentation
Build #1518934 2024-11-11T08:27:43.018990+00:00
# rustc version
rustc 1.84.0-nightly (143ce0920 2024-11-10)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/alga-0.9.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/alga-0.9.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241110-1.84.0-nightly-143ce0920\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 790a84fe798305bd5e48c9e6a54fa113c42024c1b687611cf448d022549f6bde
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "790a84fe798305bd5e48c9e6a54fa113c42024c1b687611cf448d022549f6bde", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: vectors
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting alga v0.9.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]    --> src/general/operator.rs:125:6
[INFO] [stderr]     |
[INFO] [stderr] 125 | /// [Alias] Trait alias for `Add` and `AddAssign` with result of type `Self`.
[INFO] [stderr]     |      ^^^^^ no item named `Alias` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]    --> src/general/operator.rs:128:6
[INFO] [stderr]     |
[INFO] [stderr] 128 | /// [Alias] Trait alias for `Sub` and `SubAssign` with result of type `Self`.
[INFO] [stderr]     |      ^^^^^ no item named `Alias` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]    --> src/general/operator.rs:131:6
[INFO] [stderr]     |
[INFO] [stderr] 131 | /// [Alias] Trait alias for `Mul` and `MulAssign` with result of type `Self`.
[INFO] [stderr]     |      ^^^^^ no item named `Alias` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]    --> src/general/operator.rs:134:6
[INFO] [stderr]     |
[INFO] [stderr] 134 | /// [Alias] Trait alias for `Div` and `DivAssign` with result of type `Self`.
[INFO] [stderr]     |      ^^^^^ no item named `Alias` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]    --> src/general/operator.rs:137:6
[INFO] [stderr]     |
[INFO] [stderr] 137 | /// [Alias] Trait alias for `Neg` with result of type `Self`.
[INFO] [stderr]     |      ^^^^^ no item named `Alias` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 24 | specialize_structures!(AdditiveMagma,        AbstractMagma<Additive>        : );
[INFO] [stderr]    | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 25 | specialize_structures!(AdditiveQuasigroup,   AbstractQuasigroup<Additive>   : AdditiveMagma ClosedSub);
[INFO] [stderr]    | ------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 26 | specialize_structures!(AdditiveLoop,         AbstractLoop<Additive>         : AdditiveQuasigroup ClosedNeg Zero);
[INFO] [stderr]    | ---------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 27 | specialize_structures!(AdditiveSemigroup,    AbstractSemigroup<Additive>    : AdditiveMagma ClosedAdd);
[INFO] [stderr]    | ------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 28 | specialize_structures!(AdditiveMonoid,       AbstractMonoid<Additive>       : AdditiveSemigroup Zero);
[INFO] [stderr]    | ----------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 29 | specialize_structures!(AdditiveGroup,        AbstractGroup<Additive>        : AdditiveLoop AdditiveMonoid);
[INFO] [stderr]    | ---------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 30 | specialize_structures!(AdditiveGroupAbelian, AbstractGroupAbelian<Additive> : AdditiveGroup);
[INFO] [stderr]    | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 32 | specialize_structures!(MultiplicativeMagma,      AbstractMagma<Multiplicative>      : );
[INFO] [stderr]    | --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 33 | specialize_structures!(MultiplicativeQuasigroup, AbstractQuasigroup<Multiplicative> : MultiplicativeMagma ClosedDiv);
[INFO] [stderr]    | -------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 34 | specialize_structures!(MultiplicativeLoop,       AbstractLoop<Multiplicative>       : MultiplicativeQuasigroup One);
[INFO] [stderr]    | ------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 35 | specialize_structures!(MultiplicativeSemigroup,  AbstractSemigroup<Multiplicative>  : MultiplicativeMagma ClosedMul);
[INFO] [stderr]    | -------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 36 | specialize_structures!(MultiplicativeMonoid,     AbstractMonoid<Multiplicative>     : MultiplicativeSemigroup One);
[INFO] [stderr]    | ------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 37 | specialize_structures!(MultiplicativeGroup,      AbstractGroup<Multiplicative>      : MultiplicativeLoop MultiplicativeMonoid);
[INFO] [stderr]    | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 38 | specialize_structures!(MultiplicativeGroupAbelian, AbstractGroupAbelian<Multiplicative> : MultiplicativeGroup);
[INFO] [stderr]    | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 40 | specialize_structures!(Ring,            AbstractRing:            AdditiveGroupAbelian MultiplicativeMonoid);
[INFO] [stderr]    | ----------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 41 | specialize_structures!(RingCommutative, AbstractRingCommutative: Ring);
[INFO] [stderr]    | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Alias`
[INFO] [stderr]   --> src/general/specialized.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |         /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr]    |              ^^^^^ no item named `Alias` in scope
[INFO] [stderr] ...
[INFO] [stderr] 42 | specialize_structures!(Field,           AbstractField:           RingCommutative MultiplicativeGroupAbelian);
[INFO] [stderr]    | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `specialize_structures` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected character `.`
[INFO] [stderr]    --> src/general/mod.rs:15:1
[INFO] [stderr]     |
[INFO] [stderr] 15  | / //! Fundamental algebraic structures.
[INFO] [stderr] 16  | | //!
[INFO] [stderr] 17  | | //! For most applications requiring an abstraction over the reals, `RealField`
[INFO] [stderr] 18  | | //! should be sufficient.
[INFO] [stderr] ...   |
[INFO] [stderr] 156 | | //! }
[INFO] [stderr] 157 | | //! ~~~
[INFO] [stderr]     | |_______^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `alga` (lib doc) generated 23 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/alga/index.html
[INFO] running `Command { std: "docker" "inspect" "790a84fe798305bd5e48c9e6a54fa113c42024c1b687611cf448d022549f6bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "790a84fe798305bd5e48c9e6a54fa113c42024c1b687611cf448d022549f6bde", kill_on_drop: false }`
[INFO] [stdout] 790a84fe798305bd5e48c9e6a54fa113c42024c1b687611cf448d022549f6bde