Build #226298 2020-03-02T08:59:17.937248+00:00
# rustc version
rustc 1.43.0-nightly (beac68a88 2020-03-01)# docs.rs version
docsrs 0.6.0 (c0dfd78 2020-03-01)# build log
[INFO] running `"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" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200301-1.43.0-nightly-beac68a88 --static-root-path / --extern-html-root-url quickcheck=https://docs.rs/quickcheck/0.8.5 --extern-html-root-url num_complex=https://docs.rs/num-complex/0.2.4 --extern-html-root-url num_traits=https://docs.rs/num-traits/0.2.11 --extern-html-root-url approx=https://docs.rs/approx/0.3.2 --extern-html-root-url alga_derive=https://docs.rs/alga_derive/0.9.1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d007eefc781727cc7cd5d62ac5cd6007eec6d4cec96387c7ef4018ae5d4bc48b
[INFO] running `"docker" "start" "-a" "d007eefc781727cc7cd5d62ac5cd6007eec6d4cec96387c7ef4018ae5d4bc48b"`
[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] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr] --> src/linear/matrix.rs:108:5
[INFO] [stderr] |
[INFO] [stderr] 108 | #[inline]
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr] --> src/linear/transformation.rs:275:5
[INFO] [stderr] |
[INFO] [stderr] 275 | #[inline]
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[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] | ^^^^^ cannot be resolved, ignoring
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[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] | ^^^^^ cannot be resolved, ignoring
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[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] | ^^^^^ cannot be resolved, ignoring
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[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] | ^^^^^ cannot be resolved, ignoring
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[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] | ^^^^^ cannot be resolved, ignoring
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:18:14
[INFO] [stderr] |
[INFO] [stderr] 18 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:18:14
[INFO] [stderr] |
[INFO] [stderr] 18 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/general/specialized.rs:18:14
[INFO] [stderr] |
[INFO] [stderr] 18 | /// [Alias] Algebraic structure specialized for one kind of operation.
[INFO] [stderr] | ^^^^^ cannot be resolved, ignoring
[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, just add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `[Alias]` cannot be resolved, ignoring it.
[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] | ^^^^^ cannot be resolved, ignoring
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.74s
[INFO] running `"docker" "inspect" "d007eefc781727cc7cd5d62ac5cd6007eec6d4cec96387c7ef4018ae5d4bc48b"`
[INFO] running `"docker" "rm" "-f" "d007eefc781727cc7cd5d62ac5cd6007eec6d4cec96387c7ef4018ae5d4bc48b"`
[INFO] [stdout] d007eefc781727cc7cd5d62ac5cd6007eec6d4cec96387c7ef4018ae5d4bc48b