[INFO] fetching crate librsb-sys 0.1.1... [INFO] documenting librsb-sys-0.1.1 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate librsb-sys 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate librsb-sys 0.1.1 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 librsb-sys 0.1.1 [INFO] finished tweaking crates.io crate librsb-sys 0.1.1 [INFO] tweaked toml for crates.io crate librsb-sys 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/ram-disk/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/ram-disk/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/ram-disk/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/ram-disk/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] 266978f7a386c702616e75d93f2e58b7f0ce6dbdfca954c73c0780b80c37a83b [INFO] running `Command { std: "docker" "start" "-a" "266978f7a386c702616e75d93f2e58b7f0ce6dbdfca954c73c0780b80c37a83b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "266978f7a386c702616e75d93f2e58b7f0ce6dbdfca954c73c0780b80c37a83b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "266978f7a386c702616e75d93f2e58b7f0ce6dbdfca954c73c0780b80c37a83b", kill_on_drop: false }` [INFO] [stdout] 266978f7a386c702616e75d93f2e58b7f0ce6dbdfca954c73c0780b80c37a83b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/ram-disk/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/ram-disk/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/ram-disk/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/ram-disk/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] c0384dfbec2f237d31724c91970662851f05d447a3dc5cd912b0003866cbb555 [INFO] running `Command { std: "docker" "start" "-a" "c0384dfbec2f237d31724c91970662851f05d447a3dc5cd912b0003866cbb555", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling librsb-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting librsb-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:324:5 [INFO] [stdout] | [INFO] [stdout] 324 | #[doc = " Specifies the default sorting method. Specified as a pointed integer (#rsb_int_t) number, in {[0],1}. (internal)"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies the default sorting method. Specified as a pointed integer (#rsb_int_t) number, in {[0],1}. (internal) [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | #[doc = " Specifies the default cache blocking method. Specified as a pointed integer (#rsb_int_t) number, in {-1,[0],1}. (internal)"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies the default cache blocking method. Specified as a pointed integer (#rsb_int_t) number, in {-1,[0],1}. (internal) [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/bindings.rs:334:5 [INFO] [stdout] | [INFO] [stdout] 334 | #[doc = " Prompts for bounded box computation, for a smoother submatrices locking; pointed #rsb_int_t in {0,[1]}. (internal)."] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Prompts for bounded box computation, for a smoother submatrices locking; pointed #rsb_int_t in {0,[1]}. (internal). [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:336:5 [INFO] [stdout] | [INFO] [stdout] 336 | #[doc = " Specifies the number of desired executing threads; pointed #rsb_int_t in {[0],1,..}."] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies the number of desired executing threads; pointed #rsb_int_t in {[0],1,..}. [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:338:5 [INFO] [stdout] | [INFO] [stdout] 338 | #[doc = " Specifies the level of interface verbosity; if setting, pointed #rsb_int_t values should be in {[0],1,..}. Support may be enabled or disabled at build time via the \\c --enable-internals-error-verbosity configure option. If disabled, only getting is supported and yields -1, but setting is not supported and the #RSB_ERR_NO_STREAM_OUTPUT_CONFIGURED_OUT error will be returned."] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies the level of interface verbosity; if setting, pointed #rsb_int_t values should be in {[0],1,..}. Support may be enabled or disabled at build time via the \c --enable-internals-error-verbosity configure option. If disabled, only getting is supported and yields -1, but setting is not supported and the #RSB_ERR_NO_STREAM_OUTPUT_CONFIGURED_OUT error will be returned. [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | #[doc = " Specifies whether the default multi-vector ops shall act at a leaf level (default value of 0 is yes). Specified as a pointed integer (#rsb_int_t) number, in {-1,[0]}. (internal)"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies whether the default multi-vector ops shall act at a leaf level (default value of 0 is yes). Specified as a pointed integer (#rsb_int_t) number, in {-1,[0]}. (internal) [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/bindings.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | / #[doc = " @brief A structure specifying library (initialization) options, to be used with the \\ref rsb_lib_reinit() function."] [INFO] [stdout] 360 | | #[doc = " \\n"] [INFO] [stdout] 361 | | #[doc = ""] [INFO] [stdout] 362 | | #[doc = " The structure specifies, for \\c i=0,..,n_pairs-1 , a list of (key,value)"] [INFO] [stdout] ... | [INFO] [stdout] 382 | | #[doc = "... // we are free to specify other option (type, value) pairs"] [INFO] [stdout] 383 | | #[doc = " \\endcode"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] pairs, stored respectively as (\c keys[i],values[i]). [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `i` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `max_io` [INFO] [stdout] --> src/bindings.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | / #[doc = " @brief A structure specifying library (initialization) options, to be used with the \\ref rsb_lib_reinit() function."] [INFO] [stdout] 360 | | #[doc = " \\n"] [INFO] [stdout] 361 | | #[doc = ""] [INFO] [stdout] 362 | | #[doc = " The structure specifies, for \\c i=0,..,n_pairs-1 , a list of (key,value)"] [INFO] [stdout] ... | [INFO] [stdout] 382 | | #[doc = "... // we are free to specify other option (type, value) pairs"] [INFO] [stdout] 383 | | #[doc = " \\endcode"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] void * io_values[max_io]; // an array of pointers to max_io different option values (we shall set) [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `max_io` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.95s [INFO] running `Command { std: "docker" "inspect" "c0384dfbec2f237d31724c91970662851f05d447a3dc5cd912b0003866cbb555", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0384dfbec2f237d31724c91970662851f05d447a3dc5cd912b0003866cbb555", kill_on_drop: false }` [INFO] [stdout] c0384dfbec2f237d31724c91970662851f05d447a3dc5cd912b0003866cbb555 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/ram-disk/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/ram-disk/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/ram-disk/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/ram-disk/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" "--features" "doc-only" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 067280bbe20bb0de880db9b949984f859e4c94c2dfd97d55edeecdd285ab9716 [INFO] running `Command { std: "docker" "start" "-a" "067280bbe20bb0de880db9b949984f859e4c94c2dfd97d55edeecdd285ab9716", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling librsb-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting librsb-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:324:5 [INFO] [stdout] | [INFO] [stdout] 324 | #[doc = " Specifies the default sorting method. Specified as a pointed integer (#rsb_int_t) number, in {[0],1}. (internal)"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies the default sorting method. Specified as a pointed integer (#rsb_int_t) number, in {[0],1}. (internal) [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | #[doc = " Specifies the default cache blocking method. Specified as a pointed integer (#rsb_int_t) number, in {-1,[0],1}. (internal)"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies the default cache blocking method. Specified as a pointed integer (#rsb_int_t) number, in {-1,[0],1}. (internal) [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/bindings.rs:334:5 [INFO] [stdout] | [INFO] [stdout] 334 | #[doc = " Prompts for bounded box computation, for a smoother submatrices locking; pointed #rsb_int_t in {0,[1]}. (internal)."] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Prompts for bounded box computation, for a smoother submatrices locking; pointed #rsb_int_t in {0,[1]}. (internal). [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:336:5 [INFO] [stdout] | [INFO] [stdout] 336 | #[doc = " Specifies the number of desired executing threads; pointed #rsb_int_t in {[0],1,..}."] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies the number of desired executing threads; pointed #rsb_int_t in {[0],1,..}. [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:338:5 [INFO] [stdout] | [INFO] [stdout] 338 | #[doc = " Specifies the level of interface verbosity; if setting, pointed #rsb_int_t values should be in {[0],1,..}. Support may be enabled or disabled at build time via the \\c --enable-internals-error-verbosity configure option. If disabled, only getting is supported and yields -1, but setting is not supported and the #RSB_ERR_NO_STREAM_OUTPUT_CONFIGURED_OUT error will be returned."] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies the level of interface verbosity; if setting, pointed #rsb_int_t values should be in {[0],1,..}. Support may be enabled or disabled at build time via the \c --enable-internals-error-verbosity configure option. If disabled, only getting is supported and yields -1, but setting is not supported and the #RSB_ERR_NO_STREAM_OUTPUT_CONFIGURED_OUT error will be returned. [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/bindings.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | #[doc = " Specifies whether the default multi-vector ops shall act at a leaf level (default value of 0 is yes). Specified as a pointed integer (#rsb_int_t) number, in {-1,[0]}. (internal)"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Specifies whether the default multi-vector ops shall act at a leaf level (default value of 0 is yes). Specified as a pointed integer (#rsb_int_t) number, in {-1,[0]}. (internal) [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/bindings.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | / #[doc = " @brief A structure specifying library (initialization) options, to be used with the \\ref rsb_lib_reinit() function."] [INFO] [stdout] 360 | | #[doc = " \\n"] [INFO] [stdout] 361 | | #[doc = ""] [INFO] [stdout] 362 | | #[doc = " The structure specifies, for \\c i=0,..,n_pairs-1 , a list of (key,value)"] [INFO] [stdout] ... | [INFO] [stdout] 382 | | #[doc = "... // we are free to specify other option (type, value) pairs"] [INFO] [stdout] 383 | | #[doc = " \\endcode"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] pairs, stored respectively as (\c keys[i],values[i]). [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `i` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `max_io` [INFO] [stdout] --> src/bindings.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | / #[doc = " @brief A structure specifying library (initialization) options, to be used with the \\ref rsb_lib_reinit() function."] [INFO] [stdout] 360 | | #[doc = " \\n"] [INFO] [stdout] 361 | | #[doc = ""] [INFO] [stdout] 362 | | #[doc = " The structure specifies, for \\c i=0,..,n_pairs-1 , a list of (key,value)"] [INFO] [stdout] ... | [INFO] [stdout] 382 | | #[doc = "... // we are free to specify other option (type, value) pairs"] [INFO] [stdout] 383 | | #[doc = " \\endcode"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] void * io_values[max_io]; // an array of pointers to max_io different option values (we shall set) [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `max_io` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.61s [INFO] running `Command { std: "docker" "inspect" "067280bbe20bb0de880db9b949984f859e4c94c2dfd97d55edeecdd285ab9716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "067280bbe20bb0de880db9b949984f859e4c94c2dfd97d55edeecdd285ab9716", kill_on_drop: false }` [INFO] [stdout] 067280bbe20bb0de880db9b949984f859e4c94c2dfd97d55edeecdd285ab9716