[INFO] fetching crate raml 0.1.0... [INFO] documenting raml-0.1.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate raml 0.1.0 into /workspace/builds/worker-33/source [INFO] validating manifest of crates.io crate raml 0.1.0 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 raml 0.1.0 [INFO] finished tweaking crates.io crate raml 0.1.0 [INFO] tweaked toml for crates.io crate raml 0.1.0 written to /workspace/builds/worker-33/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/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00c5b6a8cdfe2de79a2d42ae1732933ff08583a04bef606b58921e1a82d99ee1 [INFO] running `Command { std: "docker" "start" "-a" "00c5b6a8cdfe2de79a2d42ae1732933ff08583a04bef606b58921e1a82d99ee1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00c5b6a8cdfe2de79a2d42ae1732933ff08583a04bef606b58921e1a82d99ee1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00c5b6a8cdfe2de79a2d42ae1732933ff08583a04bef606b58921e1a82d99ee1", kill_on_drop: false }` [INFO] [stdout] 00c5b6a8cdfe2de79a2d42ae1732933ff08583a04bef606b58921e1a82d99ee1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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" "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] d8efdbbfc9753e949a1921c1daf1c29e9727a045c402ee623029258870b597ae [INFO] running `Command { std: "docker" "start" "-a" "d8efdbbfc9753e949a1921c1daf1c29e9727a045c402ee623029258870b597ae", kill_on_drop: false }` [INFO] [stderr] Documenting raml v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/alloc.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn caml_alloc_array(value: (unsafe extern "C" fn(*const u8) -> Value), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17 - pub fn caml_alloc_array(value: (unsafe extern "C" fn(*const u8) -> Value), [INFO] [stdout] 17 + pub fn caml_alloc_array(value: unsafe extern "C" fn(*const u8) -> Value, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `value` [INFO] [stdout] --> src/memory.rs:6:34 [INFO] [stdout] | [INFO] [stdout] 6 | //! function parameters of type [value]. [INFO] [stdout] | ^^^^^ no item named `value` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CAMLparam` [INFO] [stdout] --> src/memory.rs:8:51 [INFO] [stdout] | [INFO] [stdout] 8 | //! The function body must start with one of the [CAMLparam] macros. [INFO] [stdout] | ^^^^^^^^^ no item named `CAMLparam` 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 `value` [INFO] [stdout] --> src/memory.rs:9:47 [INFO] [stdout] | [INFO] [stdout] 9 | //! If the function has no parameter of type [value], use [CAMLparam0]. [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLparam0` [INFO] [stdout] --> src/memory.rs:9:60 [INFO] [stdout] | [INFO] [stdout] 9 | //! If the function has no parameter of type [value], use [CAMLparam0]. [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLparam0` 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 `value` [INFO] [stdout] --> src/memory.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | //! If the function has 1 to 5 [value] parameters, use the corresponding [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLparam` [INFO] [stdout] --> src/memory.rs:12:6 [INFO] [stdout] | [INFO] [stdout] 12 | //! [CAMLparam] with the parameters as arguments. [INFO] [stdout] | ^^^^^^^^^ no item named `CAMLparam` 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 `value` [INFO] [stdout] --> src/memory.rs:13:38 [INFO] [stdout] | [INFO] [stdout] 13 | //! If the function has more than 5 [value] parameters, use [CAMLparam5] [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLparam5` [INFO] [stdout] --> src/memory.rs:13:62 [INFO] [stdout] | [INFO] [stdout] 13 | //! If the function has more than 5 [value] parameters, use [CAMLparam5] [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLparam5` 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 `CAMLxparam` [INFO] [stdout] --> src/memory.rs:14:63 [INFO] [stdout] | [INFO] [stdout] 14 | //! for the first 5 parameters, and one or more calls to the [CAMLxparam] [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLxparam` 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 `value` [INFO] [stdout] --> src/memory.rs:17:40 [INFO] [stdout] | [INFO] [stdout] 17 | //! If the function takes an array of [value]s as argument, use [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLparamN` [INFO] [stdout] --> src/memory.rs:18:6 [INFO] [stdout] | [INFO] [stdout] 18 | //! [CAMLparamN] to declare it (or [CAMLxparamN] if you already have a [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLparamN` 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 `CAMLxparamN` [INFO] [stdout] --> src/memory.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | //! [CAMLparamN] to declare it (or [CAMLxparamN] if you already have a [INFO] [stdout] | ^^^^^^^^^^^ no item named `CAMLxparamN` 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 `CAMLparam` [INFO] [stdout] --> src/memory.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | //! call to [CAMLparam] for some other arguments). [INFO] [stdout] | ^^^^^^^^^ no item named `CAMLparam` 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 `value` [INFO] [stdout] --> src/memory.rs:21:42 [INFO] [stdout] | [INFO] [stdout] 21 | //! If you need local variables of type [value], declare them with one [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLlocal` [INFO] [stdout] --> src/memory.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | //! or more calls to the [CAMLlocal] macros at the beginning of the [INFO] [stdout] | ^^^^^^^^^ no item named `CAMLlocal` 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 `CAMLlocalN` [INFO] [stdout] --> src/memory.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | //! function, after the call to CAMLparam. Use [CAMLlocalN] (at the [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLlocalN` 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 `value` [INFO] [stdout] --> src/memory.rs:24:56 [INFO] [stdout] | [INFO] [stdout] 24 | //! beginning of the function) to declare an array of [value]s. [INFO] [stdout] | ^^^^^ no item named `value` 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 `value` [INFO] [stdout] --> src/memory.rs:26:55 [INFO] [stdout] | [INFO] [stdout] 26 | //! Your function may raise an exception or return a [value] with the [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLreturn` [INFO] [stdout] --> src/memory.rs:27:6 [INFO] [stdout] | [INFO] [stdout] 27 | //! [CAMLreturn] macro. Its argument is simply the [value] returned by [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLreturn` 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 `value` [INFO] [stdout] --> src/memory.rs:27:54 [INFO] [stdout] | [INFO] [stdout] 27 | //! [CAMLreturn] macro. Its argument is simply the [value] returned by [INFO] [stdout] | ^^^^^ no item named `value` 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 `value` [INFO] [stdout] --> src/memory.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | //! your function. Do NOT directly return a [value] with the [return] [INFO] [stdout] | ^^^^^ no item named `value` 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 `return` [INFO] [stdout] --> src/memory.rs:28:64 [INFO] [stdout] | [INFO] [stdout] 28 | //! your function. Do NOT directly return a [value] with the [return] [INFO] [stdout] | ^^^^^^ no item named `return` 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 `CAMLreturn0` [INFO] [stdout] --> src/memory.rs:29:51 [INFO] [stdout] | [INFO] [stdout] 29 | //! keyword. If your function returns void, use [CAMLreturn0]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `CAMLreturn0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/memory.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / /// Stores the `$val` at `$offset` in the `$block`. [INFO] [stdout] 88 | | /// [INFO] [stdout] 89 | | /// # Example [INFO] [stdout] 90 | | /// ```norun [INFO] [stdout] 91 | | /// // stores some_value in the first field in the given block [INFO] [stdout] 92 | | /// store_field!(some_block, 1, some_value) [INFO] [stdout] 93 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "d8efdbbfc9753e949a1921c1daf1c29e9727a045c402ee623029258870b597ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8efdbbfc9753e949a1921c1daf1c29e9727a045c402ee623029258870b597ae", kill_on_drop: false }` [INFO] [stdout] d8efdbbfc9753e949a1921c1daf1c29e9727a045c402ee623029258870b597ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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=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" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] f01333108757d1891a8c05454596060cd196c53efd7240279fe1d5e2f6c49f81 [INFO] running `Command { std: "docker" "start" "-a" "f01333108757d1891a8c05454596060cd196c53efd7240279fe1d5e2f6c49f81", kill_on_drop: false }` [INFO] [stderr] Documenting raml v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/alloc.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn caml_alloc_array(value: (unsafe extern "C" fn(*const u8) -> Value), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17 - pub fn caml_alloc_array(value: (unsafe extern "C" fn(*const u8) -> Value), [INFO] [stdout] 17 + pub fn caml_alloc_array(value: unsafe extern "C" fn(*const u8) -> Value, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `value` [INFO] [stdout] --> src/memory.rs:6:34 [INFO] [stdout] | [INFO] [stdout] 6 | //! function parameters of type [value]. [INFO] [stdout] | ^^^^^ no item named `value` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CAMLparam` [INFO] [stdout] --> src/memory.rs:8:51 [INFO] [stdout] | [INFO] [stdout] 8 | //! The function body must start with one of the [CAMLparam] macros. [INFO] [stdout] | ^^^^^^^^^ no item named `CAMLparam` 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 `value` [INFO] [stdout] --> src/memory.rs:9:47 [INFO] [stdout] | [INFO] [stdout] 9 | //! If the function has no parameter of type [value], use [CAMLparam0]. [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLparam0` [INFO] [stdout] --> src/memory.rs:9:60 [INFO] [stdout] | [INFO] [stdout] 9 | //! If the function has no parameter of type [value], use [CAMLparam0]. [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLparam0` 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 `value` [INFO] [stdout] --> src/memory.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | //! If the function has 1 to 5 [value] parameters, use the corresponding [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLparam` [INFO] [stdout] --> src/memory.rs:12:6 [INFO] [stdout] | [INFO] [stdout] 12 | //! [CAMLparam] with the parameters as arguments. [INFO] [stdout] | ^^^^^^^^^ no item named `CAMLparam` 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 `value` [INFO] [stdout] --> src/memory.rs:13:38 [INFO] [stdout] | [INFO] [stdout] 13 | //! If the function has more than 5 [value] parameters, use [CAMLparam5] [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLparam5` [INFO] [stdout] --> src/memory.rs:13:62 [INFO] [stdout] | [INFO] [stdout] 13 | //! If the function has more than 5 [value] parameters, use [CAMLparam5] [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLparam5` 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 `CAMLxparam` [INFO] [stdout] --> src/memory.rs:14:63 [INFO] [stdout] | [INFO] [stdout] 14 | //! for the first 5 parameters, and one or more calls to the [CAMLxparam] [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLxparam` 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 `value` [INFO] [stdout] --> src/memory.rs:17:40 [INFO] [stdout] | [INFO] [stdout] 17 | //! If the function takes an array of [value]s as argument, use [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLparamN` [INFO] [stdout] --> src/memory.rs:18:6 [INFO] [stdout] | [INFO] [stdout] 18 | //! [CAMLparamN] to declare it (or [CAMLxparamN] if you already have a [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLparamN` 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 `CAMLxparamN` [INFO] [stdout] --> src/memory.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | //! [CAMLparamN] to declare it (or [CAMLxparamN] if you already have a [INFO] [stdout] | ^^^^^^^^^^^ no item named `CAMLxparamN` 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 `CAMLparam` [INFO] [stdout] --> src/memory.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | //! call to [CAMLparam] for some other arguments). [INFO] [stdout] | ^^^^^^^^^ no item named `CAMLparam` 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 `value` [INFO] [stdout] --> src/memory.rs:21:42 [INFO] [stdout] | [INFO] [stdout] 21 | //! If you need local variables of type [value], declare them with one [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLlocal` [INFO] [stdout] --> src/memory.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | //! or more calls to the [CAMLlocal] macros at the beginning of the [INFO] [stdout] | ^^^^^^^^^ no item named `CAMLlocal` 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 `CAMLlocalN` [INFO] [stdout] --> src/memory.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | //! function, after the call to CAMLparam. Use [CAMLlocalN] (at the [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLlocalN` 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 `value` [INFO] [stdout] --> src/memory.rs:24:56 [INFO] [stdout] | [INFO] [stdout] 24 | //! beginning of the function) to declare an array of [value]s. [INFO] [stdout] | ^^^^^ no item named `value` 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 `value` [INFO] [stdout] --> src/memory.rs:26:55 [INFO] [stdout] | [INFO] [stdout] 26 | //! Your function may raise an exception or return a [value] with the [INFO] [stdout] | ^^^^^ no item named `value` 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 `CAMLreturn` [INFO] [stdout] --> src/memory.rs:27:6 [INFO] [stdout] | [INFO] [stdout] 27 | //! [CAMLreturn] macro. Its argument is simply the [value] returned by [INFO] [stdout] | ^^^^^^^^^^ no item named `CAMLreturn` 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 `value` [INFO] [stdout] --> src/memory.rs:27:54 [INFO] [stdout] | [INFO] [stdout] 27 | //! [CAMLreturn] macro. Its argument is simply the [value] returned by [INFO] [stdout] | ^^^^^ no item named `value` 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 `value` [INFO] [stdout] --> src/memory.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | //! your function. Do NOT directly return a [value] with the [return] [INFO] [stdout] | ^^^^^ no item named `value` 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 `return` [INFO] [stdout] --> src/memory.rs:28:64 [INFO] [stdout] | [INFO] [stdout] 28 | //! your function. Do NOT directly return a [value] with the [return] [INFO] [stdout] | ^^^^^^ no item named `return` 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 `CAMLreturn0` [INFO] [stdout] --> src/memory.rs:29:51 [INFO] [stdout] | [INFO] [stdout] 29 | //! keyword. If your function returns void, use [CAMLreturn0]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `CAMLreturn0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/memory.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / /// Stores the `$val` at `$offset` in the `$block`. [INFO] [stdout] 88 | | /// [INFO] [stdout] 89 | | /// # Example [INFO] [stdout] 90 | | /// ```norun [INFO] [stdout] 91 | | /// // stores some_value in the first field in the given block [INFO] [stdout] 92 | | /// store_field!(some_block, 1, some_value) [INFO] [stdout] 93 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "f01333108757d1891a8c05454596060cd196c53efd7240279fe1d5e2f6c49f81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f01333108757d1891a8c05454596060cd196c53efd7240279fe1d5e2f6c49f81", kill_on_drop: false }` [INFO] [stdout] f01333108757d1891a8c05454596060cd196c53efd7240279fe1d5e2f6c49f81