[INFO] fetching crate mosekcomodel 0.4.3... [INFO] documenting mosekcomodel-0.4.3 against master#8afe9ff1caa97654c31fb8c259dac9fdf67d6302 for pr-151918 [INFO] extracting crate mosekcomodel 0.4.3 into /workspace/builds/worker-2-tc1/source [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate mosekcomodel 0.4.3 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mosekcomodel 0.4.3 [INFO] tweaked toml for crates.io crate mosekcomodel 0.4.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mosekcomodel 0.4.3 on toolchain 8afe9ff1caa97654c31fb8c259dac9fdf67d6302 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mosekcomodel 0.4.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mosek v11.0.16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fdb826acf346aba44750c1fac9aefd0f8937a9362e9128cac0e0003004199a4e [INFO] running `Command { std: "docker" "start" "-a" "fdb826acf346aba44750c1fac9aefd0f8937a9362e9128cac0e0003004199a4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fdb826acf346aba44750c1fac9aefd0f8937a9362e9128cac0e0003004199a4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdb826acf346aba44750c1fac9aefd0f8937a9362e9128cac0e0003004199a4e", kill_on_drop: false }` [INFO] [stdout] fdb826acf346aba44750c1fac9aefd0f8937a9362e9128cac0e0003004199a4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef5d5eb3b6fc437866178c7a979c6e1809a136f827819c2d3ed5207d33342c0b [INFO] running `Command { std: "docker" "start" "-a" "ef5d5eb3b6fc437866178c7a979c6e1809a136f827819c2d3ed5207d33342c0b", kill_on_drop: false }` [INFO] [stderr] Compiling mosek v11.0.16 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Documenting mosekcomodel v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/domain/mod.rs:267:45 [INFO] [stdout] | [INFO] [stdout] 267 | *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))? [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 267 - *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))? [INFO] [stdout] 267 + *shape.get(d).ok_or_else(|| "Invalid cone dimension index for this shape".to_string())? [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 49 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 46 | (((!anti) && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 47 | ((!anti) && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 48 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 49 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:58:36 [INFO] [stdout] | [INFO] [stdout] 58 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 58 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 59 | ((!anti && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 60 | (!anti && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 61 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 62 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:74:36 [INFO] [stdout] | [INFO] [stdout] 74 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 78 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 74 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 75 | ((!anti && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 76 | (!anti && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 77 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 78 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | //! The [Model] object encapsulates a model of the form [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:150:56 [INFO] [stdout] | [INFO] [stdout] 150 | //! Variables and constraints are created through the [Model] object. Functions creating variables [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model` [INFO] [stdout] --> src/lib.rs:152:68 [INFO] [stdout] | [INFO] [stdout] 152 | //! [Result::Err] whenever an error was encountered that left the [Model] in a consistent state. [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model::variable` [INFO] [stdout] --> src/lib.rs:157:49 [INFO] [stdout] | [INFO] [stdout] 157 | //! When a [Variable] is created in a model as [Model::variable], the [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Model` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:164:41 [INFO] [stdout] | [INFO] [stdout] 164 | //! solution it represents through the [Model] object. [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model` [INFO] [stdout] --> src/lib.rs:168:35 [INFO] [stdout] | [INFO] [stdout] 168 | //! A constraint is created in a [Model] from an expression (something implementing [ExprTrait]) [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model::constraint` [INFO] [stdout] --> src/lib.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | //! and a domain using [Model::constraint]. The sparsity pattern of the domain is ignored, and a [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Model` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:172:18 [INFO] [stdout] | [INFO] [stdout] 172 | //! through the [Model] object. [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model` [INFO] [stdout] --> src/variable/mod.rs:20:80 [INFO] [stdout] | [INFO] [stdout] 20 | /// list with a shape and a sparsity pattern. It contains no reference to the [Model] object it [INFO] [stdout] | ^^^^^ no item named `Model` 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 `crate::Model` [INFO] [stdout] --> src/domain/mod.rs:205:6 [INFO] [stdout] | [INFO] [stdout] 205 | /// [crate::Model] object it is turned into a [VectorDomain] and consistency is checked. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Model::constraint` [INFO] [stdout] --> src/domain/mod.rs:661:34 [INFO] [stdout] | [INFO] [stdout] 661 | /// Define a range for use with [crate::Model::constraint] and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Model::variable` [INFO] [stdout] --> src/domain/mod.rs:662:6 [INFO] [stdout] | [INFO] [stdout] 662 | /// [crate::Model::variable] to create ranged variables and constraints. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ConicProtoDomain` [INFO] [stdout] --> src/model/mod.rs:443:34 [INFO] [stdout] | [INFO] [stdout] 443 | /// - [LinearProtoDomain], [ConicProtoDomain], [PSDProtoDomain] for example from [zeros], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `ConicProtoDomain` 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 `ScalableConicDomain` [INFO] [stdout] --> src/model/mod.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | /// - [ScalableConicDomain], [ScalablePSDDomain] will fail as they define no meaningful shape. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `ScalableConicDomain` 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 `ConicProtoDomain` [INFO] [stdout] --> src/model/mod.rs:505:34 [INFO] [stdout] | [INFO] [stdout] 505 | /// - [LinearProtoDomain], [ConicProtoDomain], [PSDProtoDomain] for example from [zeros], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `ConicProtoDomain` 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 `ScalableConicDomain` [INFO] [stdout] --> src/model/mod.rs:507:37 [INFO] [stdout] | [INFO] [stdout] 507 | /// - [ScalableLinearDomain], [ScalableConicDomain] will be expanded to match the shape of the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `ScalableConicDomain` 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 `constr` [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Each \\(A_ix+b_i\\) is called a _term_ (see [constr]). A term can be composed if multiple _clauses_: [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `constr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::ConicDomain` [INFO] [stdout] --> src/disjunction.rs:130:57 [INFO] [stdout] | [INFO] [stdout] 130 | /// - `domain` Something that can be turned into a [crate::ConicDomain]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `ConicDomain` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/optserver/mod.rs:555:13 [INFO] [stdout] | [INFO] [stdout] 555 | /// See https://docs.mosek.com/latest/capi/json-format.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 555 | /// See [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s [INFO] [stderr] Generated /opt/rustwide/target/doc/mosekcomodel/index.html [INFO] running `Command { std: "docker" "inspect" "ef5d5eb3b6fc437866178c7a979c6e1809a136f827819c2d3ed5207d33342c0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef5d5eb3b6fc437866178c7a979c6e1809a136f827819c2d3ed5207d33342c0b", kill_on_drop: false }` [INFO] [stdout] ef5d5eb3b6fc437866178c7a979c6e1809a136f827819c2d3ed5207d33342c0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcb1342a7383d067a422b65bed7a867aa5dae141591d23f68c07b6233e589be1 [INFO] running `Command { std: "docker" "start" "-a" "bcb1342a7383d067a422b65bed7a867aa5dae141591d23f68c07b6233e589be1", kill_on_drop: false }` [INFO] [stderr] Documenting mosekcomodel v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/domain/mod.rs:267:45 [INFO] [stdout] | [INFO] [stdout] 267 | *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))? [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 267 - *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))? [INFO] [stdout] 267 + *shape.get(d).ok_or_else(|| "Invalid cone dimension index for this shape".to_string())? [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 49 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 46 | (((!anti) && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 47 | ((!anti) && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 48 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 49 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:58:36 [INFO] [stdout] | [INFO] [stdout] 58 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 58 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 59 | ((!anti && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 60 | (!anti && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 61 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 62 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:74:36 [INFO] [stdout] | [INFO] [stdout] 74 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 78 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 74 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 75 | ((!anti && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 76 | (!anti && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 77 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 78 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | //! The [Model] object encapsulates a model of the form [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:150:56 [INFO] [stdout] | [INFO] [stdout] 150 | //! Variables and constraints are created through the [Model] object. Functions creating variables [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model` [INFO] [stdout] --> src/lib.rs:152:68 [INFO] [stdout] | [INFO] [stdout] 152 | //! [Result::Err] whenever an error was encountered that left the [Model] in a consistent state. [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model::variable` [INFO] [stdout] --> src/lib.rs:157:49 [INFO] [stdout] | [INFO] [stdout] 157 | //! When a [Variable] is created in a model as [Model::variable], the [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Model` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:164:41 [INFO] [stdout] | [INFO] [stdout] 164 | //! solution it represents through the [Model] object. [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model` [INFO] [stdout] --> src/lib.rs:168:35 [INFO] [stdout] | [INFO] [stdout] 168 | //! A constraint is created in a [Model] from an expression (something implementing [ExprTrait]) [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model::constraint` [INFO] [stdout] --> src/lib.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | //! and a domain using [Model::constraint]. The sparsity pattern of the domain is ignored, and a [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Model` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:172:18 [INFO] [stdout] | [INFO] [stdout] 172 | //! through the [Model] object. [INFO] [stdout] | ^^^^^ no item named `Model` 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 `Model` [INFO] [stdout] --> src/variable/mod.rs:20:80 [INFO] [stdout] | [INFO] [stdout] 20 | /// list with a shape and a sparsity pattern. It contains no reference to the [Model] object it [INFO] [stdout] | ^^^^^ no item named `Model` 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 `crate::Model` [INFO] [stdout] --> src/domain/mod.rs:205:6 [INFO] [stdout] | [INFO] [stdout] 205 | /// [crate::Model] object it is turned into a [VectorDomain] and consistency is checked. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Model::constraint` [INFO] [stdout] --> src/domain/mod.rs:661:34 [INFO] [stdout] | [INFO] [stdout] 661 | /// Define a range for use with [crate::Model::constraint] and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Model::variable` [INFO] [stdout] --> src/domain/mod.rs:662:6 [INFO] [stdout] | [INFO] [stdout] 662 | /// [crate::Model::variable] to create ranged variables and constraints. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ConicProtoDomain` [INFO] [stdout] --> src/model/mod.rs:443:34 [INFO] [stdout] | [INFO] [stdout] 443 | /// - [LinearProtoDomain], [ConicProtoDomain], [PSDProtoDomain] for example from [zeros], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `ConicProtoDomain` 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 `ScalableConicDomain` [INFO] [stdout] --> src/model/mod.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | /// - [ScalableConicDomain], [ScalablePSDDomain] will fail as they define no meaningful shape. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `ScalableConicDomain` 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 `ConicProtoDomain` [INFO] [stdout] --> src/model/mod.rs:505:34 [INFO] [stdout] | [INFO] [stdout] 505 | /// - [LinearProtoDomain], [ConicProtoDomain], [PSDProtoDomain] for example from [zeros], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `ConicProtoDomain` 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 `ScalableConicDomain` [INFO] [stdout] --> src/model/mod.rs:507:37 [INFO] [stdout] | [INFO] [stdout] 507 | /// - [ScalableLinearDomain], [ScalableConicDomain] will be expanded to match the shape of the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `ScalableConicDomain` 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 `constr` [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Each \\(A_ix+b_i\\) is called a _term_ (see [constr]). A term can be composed if multiple _clauses_: [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `constr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::ConicDomain` [INFO] [stdout] --> src/disjunction.rs:130:57 [INFO] [stdout] | [INFO] [stdout] 130 | /// - `domain` Something that can be turned into a [crate::ConicDomain]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `ConicDomain` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s [INFO] [stderr] Generated /opt/rustwide/target/doc/mosekcomodel/index.html [INFO] running `Command { std: "docker" "inspect" "bcb1342a7383d067a422b65bed7a867aa5dae141591d23f68c07b6233e589be1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcb1342a7383d067a422b65bed7a867aa5dae141591d23f68c07b6233e589be1", kill_on_drop: false }` [INFO] [stdout] bcb1342a7383d067a422b65bed7a867aa5dae141591d23f68c07b6233e589be1