Build #1311360 2024-08-03 13:50:47
# rustc version
rustc 1.82.0-nightly (fd8d6fbe5 2024-08-02)# docs.rs version
docsrs 0.6.0 (e434406d 2024-07-31)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/executorch-sys-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/executorch-sys-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "data-loader module" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240802-1.82.0-nightly-fd8d6fbe5\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 167f2351f8c150c88ce44a3a6fbe0bf685c0fd7c7ba523e421f5f4a7bbf0cd44
[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" "167f2351f8c150c88ce44a3a6fbe0bf685c0fd7c7ba523e421f5f4a7bbf0cd44", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] warning: executorch-sys@0.1.0: /opt/rustwide/workdir/cpp/executorch_rs_ext/api_utils.cpp: In function 'executorch_rs::Result_i64 executorch_rs::{anonymous}::crate_Result_i64(const torch::executor::Result<long int>&)':
[INFO] [stderr] warning: executorch-sys@0.1.0: /opt/rustwide/workdir/cpp/executorch_rs_ext/api_utils.cpp:42:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct executorch_rs::Result_i64' with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: executorch-sys@0.1.0: 42 | memcpy(&result2, &result, sizeof(Result_i64));
[INFO] [stderr] warning: executorch-sys@0.1.0: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: executorch-sys@0.1.0: In file included from /opt/rustwide/workdir/cpp/executorch_rs_ext/api_utils.cpp:4:
[INFO] [stderr] warning: executorch-sys@0.1.0: /opt/rustwide/workdir/cpp/executorch_rs_ext/api_utils.hpp:29:12: note: 'struct executorch_rs::Result_i64' declared here
[INFO] [stderr] warning: executorch-sys@0.1.0: 29 | struct Result_i64
[INFO] [stderr] warning: executorch-sys@0.1.0: | ^~~~~~~~~~
[INFO] [stderr] warning: executorch-sys@0.1.0: /opt/rustwide/workdir/cpp/executorch_rs_ext/api_utils.cpp: In function 'executorch_rs::Result_MethodMeta executorch_rs::{anonymous}::crate_Result_MethodMeta(const torch::executor::Result<torch::executor::MethodMeta>&)':
[INFO] [stderr] warning: executorch-sys@0.1.0: /opt/rustwide/workdir/cpp/executorch_rs_ext/api_utils.cpp:56:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct executorch_rs::Result_MethodMeta' with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: executorch-sys@0.1.0: 56 | memcpy(&result2, &result, sizeof(Result_MethodMeta));
[INFO] [stderr] warning: executorch-sys@0.1.0: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: executorch-sys@0.1.0: In file included from /opt/rustwide/workdir/cpp/executorch_rs_ext/api_utils.cpp:4:
[INFO] [stderr] warning: executorch-sys@0.1.0: /opt/rustwide/workdir/cpp/executorch_rs_ext/api_utils.hpp:41:12: note: 'struct executorch_rs::Result_MethodMeta' declared here
[INFO] [stderr] warning: executorch-sys@0.1.0: 41 | struct Result_MethodMeta
[INFO] [stderr] warning: executorch-sys@0.1.0: | ^~~~~~~~~~~~~~~~~
[INFO] [stderr] Documenting executorch-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:930:25
[INFO] [stderr] |
[INFO] [stderr] 930 | ... = " Get the tag of the specified input.\n\n @param[in] index The index of the input to look up.\n @returns The tag of input, can only be [Tensor, Int, Bool, Double, String]...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] index The index of the input to look up.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:938:25
[INFO] [stderr] |
[INFO] [stderr] 938 | ... = " Get metadata about the specified input.\n\n @param[in] index The index of the input to look up.\n @returns The metadata on success, or an error on failure. Only valid for\n tag::Tenso...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] index The index of the input to look up.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:953:25
[INFO] [stderr] |
[INFO] [stderr] 953 | ... = " Get the tag of the specified output.\n\n @param[in] index The index of the output to look up.\n @returns The tag of output, can only be [Tensor, Int, Bool, Double,\n String]...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] index The index of the output to look up.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:961:25
[INFO] [stderr] |
[INFO] [stderr] 961 | ... = " Get metadata about the specified output.\n\n @param[in] index The index of the output to look up.\n @returns The metadata on success, or an error on failure. Only valid for\n tag::Tenso...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] index The index of the output to look up.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:976:25
[INFO] [stderr] |
[INFO] [stderr] 976 | ... = " Get the size in bytes of the specified memory-planned buffer.\n\n @param[in] index The index of the buffer to look up.\n @returns The size in bytes on success, or an error on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] index The index of the buffer to look up.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1060:25
[INFO] [stderr] |
[INFO] [stderr] 1060 | ... = " Sets the internal input value to be equivalent to the to the provided\n value.\n\n @param[in] input_evalue The evalue to copy into the method input. If the\n evalue is a tensor, the data is copied in most cases, so the tensor\n passed in here does not always need to outlive this call. But there is\n a case where the Method will keep a pointer to the tensor's data.\n Based on the memory plan of the method, the inputs may not have\n buffer space pre-allocated for them. In this case the executor will\n alias the memory of the tensors provided as inputs here rather then\n deepcopy the input into the memory planned arena.\n\n @param[in] input_idx Zero-based index of the input to set. Must be less\n than the value returned by inputs_size().\n\n @returns Error::Ok on success, non-Ok on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] input_evalue The evalue to copy into the method input. If the
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1060:25
[INFO] [stderr] |
[INFO] [stderr] 1060 | ... = " Sets the internal input value to be equivalent to the to the provided\n value.\n\n @param[in] input_evalue The evalue to copy into the method input. If the\n evalue is a tensor, the data is copied in most cases, so the tensor\n passed in here does not always need to outlive this call. But there is\n a case where the Method will keep a pointer to the tensor's data.\n Based on the memory plan of the method, the inputs may not have\n buffer space pre-allocated for them. In this case the executor will\n alias the memory of the tensors provided as inputs here rather then\n deepcopy the input into the memory planned arena.\n\n @param[in] input_idx Zero-based index of the input to set. Must be less\n than the value returned by inputs_size().\n\n @returns Error::Ok on success, non-Ok on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] input_idx Zero-based index of the input to set. Must be less
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1070:25
[INFO] [stderr] |
[INFO] [stderr] 1070 | ... = " Sets the values of all method inputs.\n\n See set_input() for a more detailed description of the behavior.\n\n @param[in] input_evalues The new values for all of the method inputs. The\n type of each element must match the type of corresponding input. If the\n value of an element is a tensor, attempts to allow dynamic shape, but\n the dtype must always agree.\n\n @returns Error::Ok on success, non-Ok on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] input_evalues The new values for all of the method inputs. The
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1081:25
[INFO] [stderr] |
[INFO] [stderr] 1081 | ... = " Sets the data buffer of the specified method output to the provided value.\n\n NOTE: Based on the memory plan of the method, the output tensors may not\n have buffer space pre-allocated for them, in this case the executor will\n point those tensors to the buffer provided here, so the user should take\n care that the life span of this memory outlasts the executor forward.\n\n @param[in] buffer The block of memory to point the specified tensor at.\n\n @param[in] size the length of buffer in bytes, must be >= the nbytes of the\n specified tensor.\n\n @param[in] output_idx The index of the output to set the data_ptr for. Must\n correspond to a tensor, and that tensor must not have had a buffer\n allocated by the memory plan.\n\n @returns Error::Ok on success, non-Ok on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] buffer The block of memory to point the specified tensor at.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1081:25
[INFO] [stderr] |
[INFO] [stderr] 1081 | ... = " Sets the data buffer of the specified method output to the provided value.\n\n NOTE: Based on the memory plan of the method, the output tensors may not\n have buffer space pre-allocated for them, in this case the executor will\n point those tensors to the buffer provided here, so the user should take\n care that the life span of this memory outlasts the executor forward.\n\n @param[in] buffer The block of memory to point the specified tensor at.\n\n @param[in] size the length of buffer in bytes, must be >= the nbytes of the\n specified tensor.\n\n @param[in] output_idx The index of the output to set the data_ptr for. Must\n correspond to a tensor, and that tensor must not have had a buffer\n allocated by the memory plan.\n\n @returns Error::Ok on success, non-Ok on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] size the length of buffer in bytes, must be >= the nbytes of the
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1081:25
[INFO] [stderr] |
[INFO] [stderr] 1081 | ... = " Sets the data buffer of the specified method output to the provided value.\n\n NOTE: Based on the memory plan of the method, the output tensors may not\n have buffer space pre-allocated for them, in this case the executor will\n point those tensors to the buffer provided here, so the user should take\n care that the life span of this memory outlasts the executor forward.\n\n @param[in] buffer The block of memory to point the specified tensor at.\n\n @param[in] size the length of buffer in bytes, must be >= the nbytes of the\n specified tensor.\n\n @param[in] output_idx The index of the output to set the data_ptr for. Must\n correspond to a tensor, and that tensor must not have had a buffer\n allocated by the memory plan.\n\n @returns Error::Ok on success, non-Ok on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] output_idx The index of the output to set the data_ptr for. Must
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1092:25
[INFO] [stderr] |
[INFO] [stderr] 1092 | ... = " Copies the method's outputs into the provided array.\n\n WARNING: The output contains shallow copies of internal tensor outputs.\n Please do not mutate returned Tensor elements.\n\n TODO(T139259264): Add checks to detect output mutation, or deep-copy\n outputs.\n\n @param[in] output_evalues The array to copy the outputs into. The first\n `outputs_size()` elements will be set to the corresponding output\n values. The rest of the array will be set to the EValue value None.\n @param[in] length The size of the `output_evalues` array in elements. Must\n be greater than or equal to `outputs_size()`.\n\n @returns Error::Ok on success, non-Ok on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] output_evalues The array to copy the outputs into. The first
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1092:25
[INFO] [stderr] |
[INFO] [stderr] 1092 | ... = " Copies the method's outputs into the provided array.\n\n WARNING: The output contains shallow copies of internal tensor outputs.\n Please do not mutate returned Tensor elements.\n\n TODO(T139259264): Add checks to detect output mutation, or deep-copy\n outputs.\n\n @param[in] output_evalues The array to copy the outputs into. The first\n `outputs_size()` elements will be set to the corresponding output\n values. The rest of the array will be set to the EValue value None.\n @param[in] length The size of the `output_evalues` array in elements. Must\n be greater than or equal to `outputs_size()`.\n\n @returns Error::Ok on success, non-Ok on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] length The size of the `output_evalues` array in elements. Must
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1328:25
[INFO] [stderr] |
[INFO] [stderr] 1328 | ... = " Loads a Program from the provided loader. The Program will hold a pointer\n to the loader, which must outlive the returned Program instance.\n\n @param[in] loader The source to load program data from. The Program will\n hold a pointer to this loader, which must outlive the returned Program\n instance.\n @param[in] verification The type of verification to do before returning\n success...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] loader The source to load program data from. The Program will
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1328:25
[INFO] [stderr] |
[INFO] [stderr] 1328 | ... = " Loads a Program from the provided loader. The Program will hold a pointer\n to the loader, which must outlive the returned Program instance.\n\n @param[in] loader The source to load program data from. The Program will\n hold a pointer to this loader, which must outlive the returned Program\n instance.\n @param[in] verification The type of verification to do before returning\n success...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] verification The type of verification to do before returning
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1336:25
[INFO] [stderr] |
[INFO] [stderr] 1336 | ... = " Get the constant buffer inside Program with index buffer_idx.\n @param[in] buffer_idx the index of the buffer in the constant_buffer.\n @param[in] nbytes the number of bytes to read from the buffer.\n @return The buffer with corresponding index...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] buffer_idx the index of the buffer in the constant_buffer.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1336:25
[INFO] [stderr] |
[INFO] [stderr] 1336 | ... = " Get the constant buffer inside Program with index buffer_idx.\n @param[in] buffer_idx the index of the buffer in the constant_buffer.\n @param[in] nbytes the number of bytes to read from the buffer.\n @return The buffer with corresponding index...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] nbytes the number of bytes to read from the buffer.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1350:25
[INFO] [stderr] |
[INFO] [stderr] 1350 | ... = " Returns the name of the method at particular index.\n\n @param[in] method_index The index of the method name to retrieve. Must be\n less than the value returned by `num_methods()`.\n\n @returns The name of the requested method. The pointer is owned by the\n Program, and has the same lifetime as the Program...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] method_index The index of the method name to retrieve. Must be
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1358:25
[INFO] [stderr] |
[INFO] [stderr] 1358 | ... = " Loads the named method and prepares it for execution.\n\n @param[in] method_name The name of the method to load.\n @param[in] memory_manager The allocators to use during initialization and\n execution of the loaded method.\n @param[in] event_tracer The event tracer to use for this method run.\n\n @returns The loaded method on success, or an error on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] method_name The name of the method to load.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1358:25
[INFO] [stderr] |
[INFO] [stderr] 1358 | ... = " Loads the named method and prepares it for execution.\n\n @param[in] method_name The name of the method to load.\n @param[in] memory_manager The allocators to use during initialization and\n execution of the loaded method.\n @param[in] event_tracer The event tracer to use for this method run.\n\n @returns The loaded method on success, or an error on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] memory_manager The allocators to use during initialization and
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1358:25
[INFO] [stderr] |
[INFO] [stderr] 1358 | ... = " Loads the named method and prepares it for execution.\n\n @param[in] method_name The name of the method to load.\n @param[in] memory_manager The allocators to use during initialization and\n execution of the loaded method.\n @param[in] event_tracer The event tracer to use for this method run.\n\n @returns The loaded method on success, or an error on failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] event_tracer The event tracer to use for this method run.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1368:25
[INFO] [stderr] |
[INFO] [stderr] 1368 | #[doc = " Gathers metadata for the named method.\n\n @param[in] method_name The name of the method to get metadata for."]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] method_name The name of the method to get metadata for.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1376:25
[INFO] [stderr] |
[INFO] [stderr] 1376 | ... = " DEPRECATED: Use MethodMeta instead.\n\n Get the size of the buffer with index buffer_index. Note that this function\n does not return the correct value for index 0 which denotes constant\n memory. Only index >= 1 should be used to retrieve the size of\n non-constant pools.\n @param[in] buffer_index the index of the buffer in the non_const_buffer\n list\n @param[in] method_name The name of the method to retrieve buffer\n information from.\n @return The size of the non_constant buffer corresponding to buffer_index,\n or Error if it cannot be retrieved...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] buffer_index the index of the buffer in the non_const_buffer
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1376:25
[INFO] [stderr] |
[INFO] [stderr] 1376 | ... = " DEPRECATED: Use MethodMeta instead.\n\n Get the size of the buffer with index buffer_index. Note that this function\n does not return the correct value for index 0 which denotes constant\n memory. Only index >= 1 should be used to retrieve the size of\n non-constant pools.\n @param[in] buffer_index the index of the buffer in the non_const_buffer\n list\n @param[in] method_name The name of the method to retrieve buffer\n information from.\n @return The size of the non_constant buffer corresponding to buffer_index,\n or Error if it cannot be retrieved...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] method_name The name of the method to retrieve buffer
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1385:25
[INFO] [stderr] |
[INFO] [stderr] 1385 | ... = " DEPRECATED: Use MethodMeta instead.\n\n Get the number of non_constant buffers.\n @param[in] method_name The name of the method to get the buffer amounts\n for.\n @return The number of non_constant buffers, or Error if it cannot be\n retrieved...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] method_name The name of the method to get the buffer amounts
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1393:25
[INFO] [stderr] |
[INFO] [stderr] 1393 | ... = " DEPRECATED: Get the pytree encoding string for the output. Deprecated as\n this functionality will eventually move out of the core program into a\n higher level structure, but that does not exist at this time.\n @param[in] method_name The name of the method to get the encoding for.\n\n @return The pytree encoding string for the outpu...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] method_name The name of the method to get the encoding for.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1401:25
[INFO] [stderr] |
[INFO] [stderr] 1401 | ... = " Looks for an ExecuTorch program header in the provided data.\n\n @param[in] data The data from the beginning of a file that might contain\n an ExecuTorch program.\n @param[in] size The size of `data` in bytes. Must be >= `kMinHeadBytes`.\n\n @returns A value describing the presence of a header in the data...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] data The data from the beginning of a file that might contain
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1401:25
[INFO] [stderr] |
[INFO] [stderr] 1401 | ... = " Looks for an ExecuTorch program header in the provided data.\n\n @param[in] data The data from the beginning of a file that might contain\n an ExecuTorch program.\n @param[in] size The size of `data` in bytes. Must be >= `kMinHeadBytes`.\n\n @returns A value describing the presence of a header in the data...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] size The size of `data` in bytes. Must be >= `kMinHeadBytes`.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1691:25
[INFO] [stderr] |
[INFO] [stderr] 1691 | ... = " Loads the program using the specified data loader and memory allocator.\n\n @param[in] verification The type of verification to do before returning\n success.\n\n @returns An Error to indicate success or failure of the loading process...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] verification The type of verification to do before returning
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1709:25
[INFO] [stderr] |
[INFO] [stderr] 1709 | ... = " Constructs an instance with the provided data loader and memory allocator.\n\n @param[in] data_loader A DataLoader used for loading program data.\n @param[in] memory_allocator A MemoryAllocator used for memory management.\n @param[in] event_tracer A EventTracer used for tracking and logging events...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] data_loader A DataLoader used for loading program data.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1709:25
[INFO] [stderr] |
[INFO] [stderr] 1709 | ... = " Constructs an instance with the provided data loader and memory allocator.\n\n @param[in] data_loader A DataLoader used for loading program data.\n @param[in] memory_allocator A MemoryAllocator used for memory management.\n @param[in] event_tracer A EventTracer used for tracking and logging events...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] memory_allocator A MemoryAllocator used for memory management.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1709:25
[INFO] [stderr] |
[INFO] [stderr] 1709 | ... = " Constructs an instance with the provided data loader and memory allocator.\n\n @param[in] data_loader A DataLoader used for loading program data.\n @param[in] memory_allocator A MemoryAllocator used for memory management.\n @param[in] event_tracer A EventTracer used for tracking and logging events...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] event_tracer A EventTracer used for tracking and logging events.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1527:29
[INFO] [stderr] |
[INFO] [stderr] 1527 | ... = " Creates a new FileDataLoader that wraps the named file.\n\n @param[in] file_name Path to the file to read from.\n @param[in] alignment Alignment in bytes of pointers returned by this\n instance. Must be a power of two.\n\n @returns A new FileDataLoader on success.\n @retval Error::InvalidArgument `alignment` is not a power of two.\n @retval Error::AccessFailed `file_name` could not be opened, or its size\n could not be found.\n @retval Error::MemoryAllocationFailed Internal memory allocation failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] file_name Path to the file to read from.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1527:29
[INFO] [stderr] |
[INFO] [stderr] 1527 | ... = " Creates a new FileDataLoader that wraps the named file.\n\n @param[in] file_name Path to the file to read from.\n @param[in] alignment Alignment in bytes of pointers returned by this\n instance. Must be a power of two.\n\n @returns A new FileDataLoader on success.\n @retval Error::InvalidArgument `alignment` is not a power of two.\n @retval Error::AccessFailed `file_name` could not be opened, or its size\n could not be found.\n @retval Error::MemoryAllocationFailed Internal memory allocation failure...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] alignment Alignment in bytes of pointers returned by this
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1598:29
[INFO] [stderr] |
[INFO] [stderr] 1598 | ... = " Creates a new MmapDataLoader that wraps the named file. Fails if\n the file can't be opened for reading or if its size can't be found.\n\n @param[in] file_name The path to the file to load from. The file will be\n kept open until the MmapDataLoader is destroyed, to avoid the\n overhead of opening it again for every Load() call.\n @param[in] mlock_config How and whether to lock loaded pages with\n `mlock()`...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] file_name The path to the file to load from. The file will be
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:1598:29
[INFO] [stderr] |
[INFO] [stderr] 1598 | ... = " Creates a new MmapDataLoader that wraps the named file. Fails if\n the file can't be opened for reading or if its size can't be found.\n\n @param[in] file_name The path to the file to load from. The file will be\n kept open until the MmapDataLoader is destroyed, to avoid the\n overhead of opening it again for every Load() call.\n @param[in] mlock_config How and whether to lock loaded pages with\n `mlock()`...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] mlock_config How and whether to lock loaded pages with
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `opcode`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:82:21
[INFO] [stderr] |
[INFO] [stderr] 82 | ... = " Result type wrapping either a value of type T or an error.\n\n Example use case:\n @code\n Result<OpFn> getOp(int opcode) {\n if (isValidOpCode(opcode)) {\n return opFns[opcode];\n }\n return Error::NotFound;\n }\n\n Error useOp(int opcode) {\n Result<OpFn> op = getOp(opcode);\n if (!op.ok()) {\n return op.error();\n }\n print(op->toString());\n execute(*op);\n return Error::Ok;\n }\n @endcod...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] return opFns[opcode];
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `opcode` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `OpFn`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/executorch-sys-a8676e51fa7a3d50/out/executorch_bindings.rs:82:21
[INFO] [stderr] |
[INFO] [stderr] 82 | ... = " Result type wrapping either a value of type T or an error.\n\n Example use case:\n @code\n Result<OpFn> getOp(int opcode) {\n if (isValidOpCode(opcode)) {\n return opFns[opcode];\n }\n return Error::NotFound;\n }\n\n Error useOp(int opcode) {\n Result<OpFn> op = getOp(opcode);\n if (!op.ok()) {\n return op.error();\n }\n print(op->toString());\n execute(*op);\n return Error::Ok;\n }\n @endcod...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 82 | #[doc = `" Result type wrapping either a value of type T or an error.\n\n Example use case:\n @code\n Result<OpFn> getOp(int opcode) {\n if (isValidOpCode(opcode)) {\n return opFns[opcode];\n }\n return Error::NotFound;\n }\n\n Error useOp(int opcode) {\n Result<OpFn> op = getOp(opcode);\n if (!op.ok()) {\n return op.error();\n }\n print(op->toString());\n execute(*op);\n return Error::Ok;\n }\n @endcode"`]
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `executorch-sys` (lib doc) generated 38 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/executorch_sys/index.html
[INFO] running `Command { std: "docker" "inspect" "167f2351f8c150c88ce44a3a6fbe0bf685c0fd7c7ba523e421f5f4a7bbf0cd44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "167f2351f8c150c88ce44a3a6fbe0bf685c0fd7c7ba523e421f5f4a7bbf0cd44", kill_on_drop: false }`
[INFO] [stdout] 167f2351f8c150c88ce44a3a6fbe0bf685c0fd7c7ba523e421f5f4a7bbf0cd44