[INFO] crate fmod 0.10.1 is already in cache [INFO] documenting fmod-0.10.1 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate fmod 0.10.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate fmod 0.10.1 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fmod 0.10.1 [INFO] finished tweaking crates.io crate fmod 0.10.1 [INFO] tweaked toml for crates.io crate fmod 0.10.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79cb2179ca503641d6e3c260c1df559a155500fb78ef766114d08a837d7dca90 [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" "79cb2179ca503641d6e3c260c1df559a155500fb78ef766114d08a837d7dca90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79cb2179ca503641d6e3c260c1df559a155500fb78ef766114d08a837d7dca90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79cb2179ca503641d6e3c260c1df559a155500fb78ef766114d08a837d7dca90", kill_on_drop: false }` [INFO] [stdout] 79cb2179ca503641d6e3c260c1df559a155500fb78ef766114d08a837d7dca90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce7568ecfdf07608617f56fbbc665eb1cc7c58c21a7408a9376949b3aecb388d [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" "ce7568ecfdf07608617f56fbbc665eb1cc7c58c21a7408a9376949b3aecb388d", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Documenting fmod v0.10.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `[r]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/rfmod.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | * Members marked with [r] mean the variable is modified by FMOD and is for reading purposes only. Do not change this value. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/rfmod.rs:111:25 [INFO] [stdout] | [INFO] [stdout] 111 | * Members marked with [w] mean the variable can be written to. The user can set the value. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | /// [w] Optional. Specify 0 to ignore. Size in bytes of file to load, or sound to create (in [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:499:10 [INFO] [stdout] | [INFO] [stdout] 499 | /// [w] Optional. Specify 0 to ignore. Offset from start of the file to start loading from. This [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | /// [w] Optional. Specify 0 to ignore. Number of channels in a sound mandatory if FMOD_OPENUSER [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:505:10 [INFO] [stdout] | [INFO] [stdout] 505 | /// [w] Optional. Specify 0 to ignore. Default frequency of sound in a sound mandatory if [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:509:10 [INFO] [stdout] | [INFO] [stdout] 509 | /// [w] Optional. Specify 0 or ::SoundFormatNone to ignore. Format of the sound mandatory if [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:513:10 [INFO] [stdout] | [INFO] [stdout] 513 | /// [w] Optional. Specify 0 to ignore. For streams. This determines the size of the double [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:518:10 [INFO] [stdout] | [INFO] [stdout] 518 | /// [w] Optional. Specify 0 to ignore. In a multi-sample file format such as .FSB/.DLS/.SF2, [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:521:10 [INFO] [stdout] | [INFO] [stdout] 521 | /// [w] Optional. Specify 0 to ignore or have no subsounds. In a sound created with [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:529:10 [INFO] [stdout] | [INFO] [stdout] 529 | /// [w] Optional. Specify 0 to ignore. In a multi-sample format such as .FSB/.DLS/.SF2 it may be [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:533:10 [INFO] [stdout] | [INFO] [stdout] 533 | /// [w] Optional. Specify 0 to ignore. Callback to 'piggyback' on FMOD's read functions and [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:537:10 [INFO] [stdout] | [INFO] [stdout] 537 | /// [w] Optional. Specify 0 to ignore. Callback for when the user calls a seeking function such [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:542:10 [INFO] [stdout] | [INFO] [stdout] 542 | /// [w] Optional. Specify 0 to ignore. Callback for successful completion, or error while [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:546:10 [INFO] [stdout] | [INFO] [stdout] 546 | /// [w] Optional. Specify 0 to ignore. Filename for a DLS or SF2 sample set when loading a MIDI [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:554:10 [INFO] [stdout] | [INFO] [stdout] 554 | /// [w] Optional. Specify 0 to ignore. Key for encrypted FSB file. Without this key an encrypted [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:558:10 [INFO] [stdout] | [INFO] [stdout] 558 | /// [w] Optional. Specify 0 to ignore. For sequenced formats with dynamic channel allocation [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | /// [w] Optional. Specify 0 to ignore. This is user data to be attached to the sound during [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:567:10 [INFO] [stdout] | [INFO] [stdout] 567 | /// [w] Optional. Specify 0 or SoundTypeUnknown to ignore. Instead of scanning all codec types, [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:570:10 [INFO] [stdout] | [INFO] [stdout] 570 | /// [w] Optional. Specify 0 to ignore. Callback for opening this file. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:572:10 [INFO] [stdout] | [INFO] [stdout] 572 | /// [w] Optional. Specify 0 to ignore. Callback for closing this file. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:574:10 [INFO] [stdout] | [INFO] [stdout] 574 | /// [w] Optional. Specify 0 to ignore. Callback for reading from this file. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:576:10 [INFO] [stdout] | [INFO] [stdout] 576 | /// [w] Optional. Specify 0 to ignore. Callback for seeking within this file. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:578:10 [INFO] [stdout] | [INFO] [stdout] 578 | /// [w] Optional. Specify 0 to ignore. Callback for seeking within this file. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:580:10 [INFO] [stdout] | [INFO] [stdout] 580 | /// [w] Optional. Specify 0 to ignore. Callback for seeking within this file. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:582:10 [INFO] [stdout] | [INFO] [stdout] 582 | /// [w] Optional. Specify 0 to ignore. Use this to differ the way fmod maps multichannel sounds [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:585:10 [INFO] [stdout] | [INFO] [stdout] 585 | /// [w] Optional. Specify 0 to ignore. Specify a sound group if required, to put sound in as it [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | /// [w] Optional. Specify 0 to ignore. For streams. Specify an initial position to seek the [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:591:10 [INFO] [stdout] | [INFO] [stdout] 591 | /// [w] Optional. Specify 0 to ignore. For streams. Specify the time unit for the position set [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:594:10 [INFO] [stdout] | [INFO] [stdout] 594 | /// [w] Optional. Specify true to ignore. Set to false to use fmod's built in file system. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:599:10 [INFO] [stdout] | [INFO] [stdout] 599 | /// [w] Optional. Specify 0 to ignore. For CDDA sounds only - if non-zero use ASPI instead of [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:602:10 [INFO] [stdout] | [INFO] [stdout] 602 | /// [w] Optional. Specify 0 or FMOD_AUDIOQUEUE_CODECPOLICY_DEFAULT to ignore. Policy used to [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:606:10 [INFO] [stdout] | [INFO] [stdout] 606 | /// [w] Optional. Specify 0 to ignore. Allows you to set a minimum desired MIDI mixer [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:610:10 [INFO] [stdout] | [INFO] [stdout] 610 | /// [w] Optional. Specify 0 to ignore. Specifies a thread index to execute non blocking load on. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:803:10 [INFO] [stdout] | [INFO] [stdout] 803 | /// [out] Memory not accounted for by other types [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:805:10 [INFO] [stdout] | [INFO] [stdout] 805 | /// [out] String data [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:807:10 [INFO] [stdout] | [INFO] [stdout] 807 | /// [out] System object and various internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:809:10 [INFO] [stdout] | [INFO] [stdout] 809 | /// [out] Plugin objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:811:10 [INFO] [stdout] | [INFO] [stdout] 811 | /// [out] Output module object and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:813:10 [INFO] [stdout] | [INFO] [stdout] 813 | /// [out] Channel related memory [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:815:10 [INFO] [stdout] | [INFO] [stdout] 815 | /// [out] ChannelGroup objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:817:10 [INFO] [stdout] | [INFO] [stdout] 817 | /// [out] Codecs allocated for streaming [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:819:10 [INFO] [stdout] | [INFO] [stdout] 819 | /// [out] File buffers and structures [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:821:10 [INFO] [stdout] | [INFO] [stdout] 821 | /// [out] Sound objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:823:10 [INFO] [stdout] | [INFO] [stdout] 823 | /// [out] Sound data stored in secondary RAM [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:825:10 [INFO] [stdout] | [INFO] [stdout] 825 | /// [out] SoundGroup objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:827:10 [INFO] [stdout] | [INFO] [stdout] 827 | /// [out] Stream buffer memory [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:829:10 [INFO] [stdout] | [INFO] [stdout] 829 | /// [out] DSPConnection objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:831:10 [INFO] [stdout] | [INFO] [stdout] 831 | /// [out] DSP implementation objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:833:10 [INFO] [stdout] | [INFO] [stdout] 833 | /// [out] Realtime file format decoding DSP objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:835:10 [INFO] [stdout] | [INFO] [stdout] 835 | /// [out] Profiler memory footprint. [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:837:10 [INFO] [stdout] | [INFO] [stdout] 837 | /// [out] Buffer used to store recorded data from microphone [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:839:10 [INFO] [stdout] | [INFO] [stdout] 839 | /// [out] Reverb implementation objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:841:10 [INFO] [stdout] | [INFO] [stdout] 841 | /// [out] Reverb channel properties structs [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:843:10 [INFO] [stdout] | [INFO] [stdout] 843 | /// [out] Geometry objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | /// [out] Sync point memory. [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:847:10 [INFO] [stdout] | [INFO] [stdout] 847 | /// [out] EventSystem and various internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:849:10 [INFO] [stdout] | [INFO] [stdout] 849 | /// [out] MusicSystem and various internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:851:10 [INFO] [stdout] | [INFO] [stdout] 851 | /// [out] Definition of objects contained in all loaded projects e.g. events, groups, categories [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:853:10 [INFO] [stdout] | [INFO] [stdout] 853 | /// [out] Data loaded with preloadFSB [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:855:10 [INFO] [stdout] | [INFO] [stdout] 855 | /// [out] EventProject objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:857:10 [INFO] [stdout] | [INFO] [stdout] 857 | /// [out] EventGroup objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:859:10 [INFO] [stdout] | [INFO] [stdout] 859 | /// [out] Objects used to manage wave banks [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:861:10 [INFO] [stdout] | [INFO] [stdout] 861 | /// [out] Data used to manage lists of wave bank usage [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:863:10 [INFO] [stdout] | [INFO] [stdout] 863 | /// [out] Stream objects and internals [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:865:10 [INFO] [stdout] | [INFO] [stdout] 865 | /// [out] Sound definition objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | /// [out] Sound definition static data objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:869:10 [INFO] [stdout] | [INFO] [stdout] 869 | /// [out] Sound definition pool data [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:871:10 [INFO] [stdout] | [INFO] [stdout] 871 | /// [out] Reverb definition objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:873:10 [INFO] [stdout] | [INFO] [stdout] 873 | /// [out] Reverb objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:875:10 [INFO] [stdout] | [INFO] [stdout] 875 | /// [out] User property objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:877:10 [INFO] [stdout] | [INFO] [stdout] 877 | /// [out] Event instance base objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:879:10 [INFO] [stdout] | [INFO] [stdout] 879 | /// [out] Complex event instance objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:881:10 [INFO] [stdout] | [INFO] [stdout] 881 | /// [out] Simple event instance objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | /// [out] Event layer instance objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:885:10 [INFO] [stdout] | [INFO] [stdout] 885 | /// [out] Event sound instance objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:887:10 [INFO] [stdout] | [INFO] [stdout] 887 | /// [out] Event envelope objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:889:10 [INFO] [stdout] | [INFO] [stdout] 889 | /// [out] Event envelope definition objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:891:10 [INFO] [stdout] | [INFO] [stdout] 891 | /// [out] Event parameter objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | /// [out] Event category objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:895:10 [INFO] [stdout] | [INFO] [stdout] 895 | /// [out] Event envelope point objects [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:897:10 [INFO] [stdout] | [INFO] [stdout] 897 | /// [out] Event instance pool memory [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[r]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/sound.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | /// [r] The type of this tag. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[r]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/sound.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | /// [r] The type of data that this tag contains [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[r]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/sound.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | /// [r] The name of this tag i.e. "TITLE", "ARTIST" etc. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[r]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/sound.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | /// [r] Pointer to the tag data - its format is determined by the datatype member [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[r]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/sound.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | /// [r] Length of the data contained in this tag [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[r]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/sound.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | /// [r] True if this tag has been updated since last being accessed with [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:281:10 [INFO] [stdout] | [INFO] [stdout] 281 | /// [w] Minimum value of the parameter (ie 100.0) [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:283:10 [INFO] [stdout] | [INFO] [stdout] 283 | /// [w] Maximum value of the parameter (ie 22050.0) [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:285:10 [INFO] [stdout] | [INFO] [stdout] 285 | /// [w] Default value of parameter [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | /// [w] Name of the parameter to be displayed (ie "Cutoff frequency") [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:289:10 [INFO] [stdout] | [INFO] [stdout] 289 | /// [w] Short string to be put next to value to denote the unit type (ie "hz") [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:291:10 [INFO] [stdout] | [INFO] [stdout] 291 | /// [w] Description of the parameter to be displayed as a help item / tooltip for this parameter [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | /// [w] Name of the unit to be displayed in the network. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | /// [w] Plugin writer's version number. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:397:10 [INFO] [stdout] | [INFO] [stdout] 397 | /// [w] Number of channels. Use 0 to process whatever number of channels is currently in the [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:400:10 [INFO] [stdout] | [INFO] [stdout] 400 | /// [w] Create callback. This is called when DSP unit is created. Can be null. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | /// [w] Release callback. This is called just before the unit is freed so the user can do any [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | /// [w] Reset callback. This is called by the user to reset any history buffers that may need [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | /// [w] Read callback. Processing is done here. Can be null. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:411:10 [INFO] [stdout] | [INFO] [stdout] 411 | /// [w] Set position callback. This is called if the unit wants to update its position info but [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:415:10 [INFO] [stdout] | [INFO] [stdout] 415 | /// [w] Number of parameters used in this filter. The user finds this with DSP::getNumParameters [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:417:10 [INFO] [stdout] | [INFO] [stdout] 417 | /// [w] Variable number of parameter structures. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 419 | /// [w] This is called when the user calls DSP::setParameter. Can be null. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:421:10 [INFO] [stdout] | [INFO] [stdout] 421 | /// [w] This is called when the user calls DSP::getParameter. Can be null. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:423:10 [INFO] [stdout] | [INFO] [stdout] 423 | /// [w] This is called when the user calls DSP::showConfigDialog. Can be used to display a [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | /// [w] Width of config dialog graphic if there is one. 0 otherwise. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:428:10 [INFO] [stdout] | [INFO] [stdout] 428 | /// [w] Height of config dialog graphic if there is one. 0 otherwise. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | /// [w] Optional. Specify 0 to ignore. This is user data to be attached to the DSP unit during [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[r]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:546:10 [INFO] [stdout] | [INFO] [stdout] 546 | /// [r] Handle to the DSP hand the user created. Not to be modified. C++ users cast toDSP to [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | /// [w] Plugin writer created data the output author wants to attach to this object. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/dsp.rs:551:10 [INFO] [stdout] | [INFO] [stdout] 551 | /// [w] Specifies which speakers the DSP effect is active on [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[w]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/reverb_properties.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | /// [w] Min: 0 - Max: 3 - Default: 0 - Environment Instance. (SUPPORTED:SFX(4 instances) and Wii (3 instances)) [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[n]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/enums.rs:468:11 [INFO] [stdout] | [INFO] [stdout] 468 | /// w[n] = 1.0 [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[n]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/enums.rs:470:11 [INFO] [stdout] | [INFO] [stdout] 470 | /// w[n] = TRI(2n/N) [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[n]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/enums.rs:472:11 [INFO] [stdout] | [INFO] [stdout] 472 | /// w[n] = 0.54 - (0.46 * COS(n/N) ) [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[n]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/enums.rs:474:11 [INFO] [stdout] | [INFO] [stdout] 474 | /// w[n] = 0.5 * (1.0 - COS(n/N) ) [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[n]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/enums.rs:476:11 [INFO] [stdout] | [INFO] [stdout] 476 | /// w[n] = 0.42 - (0.5 * COS(n/N) ) + (0.08 * COS(2.0 * n/N) ) [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[n]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/enums.rs:478:11 [INFO] [stdout] | [INFO] [stdout] 478 | /// w[n] = 0.35875 - (0.48829 * COS(1.0 * n/N)) + (0.14128 * COS(2.0 * n/N)) - (0.01168 * [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:729:10 [INFO] [stdout] | [INFO] [stdout] 729 | /// [in] Name of the codec. [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:731:10 [INFO] [stdout] | [INFO] [stdout] 731 | /// [in] Plugin writer's version number. [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:733:10 [INFO] [stdout] | [INFO] [stdout] 733 | /// [in] Tells FMOD to open the file as a stream when calling [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | /// [in] When setposition codec is called, only these time formats will be passed to the codec. [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:748:10 [INFO] [stdout] | [INFO] [stdout] 748 | /// [in] Open callback for the codec for when FMOD tries to open a sound using this codec. [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:750:10 [INFO] [stdout] | [INFO] [stdout] 750 | /// [in] Close callback for the codec for when FMOD tries to close a sound using this codec. [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:752:10 [INFO] [stdout] | [INFO] [stdout] 752 | /// [in] Read callback for the codec for when FMOD tries to read some data from the file to the [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:755:10 [INFO] [stdout] | [INFO] [stdout] 755 | /// [in] Callback to return the length of the song in whatever format required when [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:759:10 [INFO] [stdout] | [INFO] [stdout] 759 | /// [in] Seek callback for the codec for when FMOD tries to seek within the file with [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:762:10 [INFO] [stdout] | [INFO] [stdout] 762 | /// [in] Tell callback for the codec for when FMOD tries to get the current position within the [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:765:10 [INFO] [stdout] | [INFO] [stdout] 765 | /// [in] Sound creation callback for the codec when FMOD finishes creating the sound. (So the [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/fmod_sys.rs:769:10 [INFO] [stdout] | [INFO] [stdout] 769 | /// [in] Callback to tell FMOD about the waveformat of a particular subsound. This is to save [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 132 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.17s [INFO] running `Command { std: "docker" "inspect" "ce7568ecfdf07608617f56fbbc665eb1cc7c58c21a7408a9376949b3aecb388d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce7568ecfdf07608617f56fbbc665eb1cc7c58c21a7408a9376949b3aecb388d", kill_on_drop: false }` [INFO] [stdout] ce7568ecfdf07608617f56fbbc665eb1cc7c58c21a7408a9376949b3aecb388d