tflite 0.9.8

Rust bindings for TensorFlow Lite
Build #1259051 2024-06-24T11:38:09.887057+00:00
# rustc version
rustc 1.81.0-nightly (bcf94dec5 2024-06-23)# docs.rs version
docsrs 0.6.0 (34981d90 2024-06-23)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/tflite-0.9.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/tflite-0.9.8/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240623-1.81.0-nightly-bcf94dec5\", \"--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] 60e0e1b592d1a1df2994906fe04d5ef0ed3108f2b774e568df4db7ebebc3e1a9
[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" "60e0e1b592d1a1df2994906fe04d5ef0ed3108f2b774e568df4db7ebebc3e1a9", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] warning: unused import: `std::env::VarError`
[INFO] [stderr]  --> build.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::env::VarError;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `binary_changing_features` is never used
[INFO] [stderr]   --> build.rs:51:4
[INFO] [stderr]    |
[INFO] [stderr] 51 | fn binary_changing_features() -> String {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tflite` (build script) generated 2 warnings
[INFO] [stderr]  Documenting tflite v0.9.8 (/opt/rustwide/workdir)
[INFO] [stderr] error: expected one of `!` or `::`, found keyword `static`
[INFO] [stderr]  --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/tflite-fe6e1ee2e74dee12/out/tflite_types.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | rewriting static
[INFO] [stderr]   |           ^^^^^^ expected one of `!` or `::`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `self::root`
[INFO] [stderr]  --> src/bindings.rs:3:15
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use self::root::*;
[INFO] [stderr]   |               ^^^^ could not find `root` in `self`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::bindings::tflite`
[INFO] [stderr]  --> src/interpreter/builder.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::bindings::tflite as bindings;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tflite` in `bindings`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::bindings::tflite`
[INFO] [stderr]  --> src/interpreter/fbmodel.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::bindings::tflite as bindings;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tflite` in `bindings`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::bindings::tflite`
[INFO] [stderr]  --> src/interpreter/op_resolver.rs:3:22
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::bindings::tflite::OpResolver as SysOpResolver;
[INFO] [stderr]   |                      ^^^^^^ could not find `tflite` in `bindings`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::bindings::tflite`
[INFO] [stderr]  --> src/interpreter/ops/builtin/resolver.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::bindings::tflite as bindings;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tflite` in `bindings`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::bindings::flatbuffers`
[INFO] [stderr]  --> src/model/builtin_options.rs:4:22
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::bindings::flatbuffers::NativeTable;
[INFO] [stderr]   |                      ^^^^^^^^^^^ could not find `flatbuffers` in `bindings`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::bindings::tflite`
[INFO] [stderr]  --> src/model/builtin_options.rs:5:22
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::bindings::tflite::*;
[INFO] [stderr]   |                      ^^^^^^ could not find `tflite` in `bindings`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `super::BuiltinOptions`, `super::NativeTable`
[INFO] [stderr]  --> src/model/builtin_options_impl.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use super::{BuiltinOptions, BuiltinOptionsUnion, NativeTable};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^                       ^^^^^^^^^^^ no `NativeTable` in `model`
[INFO] [stderr]   |             |
[INFO] [stderr]   |             no `BuiltinOptions` in `model`
[INFO] [stderr]   |             help: a similar name exists in the module: `builtin_options`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::bindings::flatbuffers`
[INFO] [stderr]   --> src/model/mod.rs:22:26
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub use crate::bindings::flatbuffers::NativeTable;
[INFO] [stderr]    |                          ^^^^^^^^^^^ could not find `flatbuffers` in `bindings`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::bindings::tflite`
[INFO] [stderr]   --> src/model/mod.rs:23:26
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub use crate::bindings::tflite::*;
[INFO] [stderr]    |                          ^^^^^^ could not find `tflite` in `bindings`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]    --> src/interpreter/mod.rs:258:18
[INFO] [stderr]     |
[INFO] [stderr] 258 |             ] -> bindings::TfLiteStatus as "TfLiteStatus" {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]    --> src/interpreter/mod.rs:283:18
[INFO] [stderr]     |
[INFO] [stderr] 283 |             ] -> bindings::TfLiteStatus as "TfLiteStatus" {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]    --> src/interpreter/mod.rs:309:18
[INFO] [stderr]     |
[INFO] [stderr] 309 |             ] -> bindings::TfLiteStatus as "TfLiteStatus" {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]    --> src/interpreter/mod.rs:335:18
[INFO] [stderr]     |
[INFO] [stderr] 335 |             ] -> bindings::TfLiteStatus as "TfLiteStatus" {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]    --> src/interpreter/mod.rs:378:18
[INFO] [stderr]     |
[INFO] [stderr] 378 |             ] -> bindings::TfLiteStatus as "TfLiteStatus" {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::TfLiteStatus`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::TfLiteTensor`
[INFO] [stderr]    --> src/interpreter/mod.rs:399:25
[INFO] [stderr]     |
[INFO] [stderr] 399 |             ] -> *const bindings::TfLiteTensor as "const TfLiteTensor*" {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::TfLiteTensor`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::InterpreterBuilder`
[INFO] [stderr]   --> src/interpreter/builder.rs:56:27
[INFO] [stderr]    |
[INFO] [stderr] 56 |                 ] -> *mut bindings::InterpreterBuilder as "InterpreterBuilder*" {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::InterpreterBuilder`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::Interpreter`
[INFO] [stderr]   --> src/interpreter/builder.rs:73:65
[INFO] [stderr]    |
[INFO] [stderr] 73 |                 cpp!([builder as "InterpreterBuilder*"] -> *mut bindings::Interpreter as "Interpreter*" {
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::Interpreter`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::Interpreter`
[INFO] [stderr]   --> src/interpreter/builder.rs:95:83
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 cpp!([builder as "InterpreterBuilder*", threads as "int"] -> *mut bindings::Interpreter as "Interpreter*" {
[INFO] [stderr]    |                                                                                   ^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::Interpreter`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::FlatBufferModel`
[INFO] [stderr]   --> src/interpreter/fbmodel.rs:46:27
[INFO] [stderr]    |
[INFO] [stderr] 46 |                   -> *mut bindings::FlatBufferModel as "FlatBufferModel*" {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::FlatBufferModel`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `bindings::OpResolver`
[INFO] [stderr]   --> src/interpreter/ops/builtin/resolver.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 |             cpp!([] -> *mut bindings::OpResolver as "OpResolver*" {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^ could not resolve path `bindings::OpResolver`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]  --> src/model/builtin_options_impl.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]   |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]   = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]   = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]   --> src/model/builtin_options_impl.rs:20:29
[INFO] [stderr]    |
[INFO] [stderr] 20 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]    |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]   --> src/model/builtin_options_impl.rs:33:29
[INFO] [stderr]    |
[INFO] [stderr] 33 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]    |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]   --> src/model/builtin_options_impl.rs:46:29
[INFO] [stderr]    |
[INFO] [stderr] 46 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]    |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]   --> src/model/builtin_options_impl.rs:59:29
[INFO] [stderr]    |
[INFO] [stderr] 59 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]    |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]   --> src/model/builtin_options_impl.rs:72:29
[INFO] [stderr]    |
[INFO] [stderr] 72 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]    |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]   --> src/model/builtin_options_impl.rs:85:29
[INFO] [stderr]    |
[INFO] [stderr] 85 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]    |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]   --> src/model/builtin_options_impl.rs:98:29
[INFO] [stderr]    |
[INFO] [stderr] 98 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]    |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]    = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:111:29
[INFO] [stderr]     |
[INFO] [stderr] 111 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:124:29
[INFO] [stderr]     |
[INFO] [stderr] 124 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:137:29
[INFO] [stderr]     |
[INFO] [stderr] 137 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:150:29
[INFO] [stderr]     |
[INFO] [stderr] 150 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:163:29
[INFO] [stderr]     |
[INFO] [stderr] 163 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:176:29
[INFO] [stderr]     |
[INFO] [stderr] 176 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:189:29
[INFO] [stderr]     |
[INFO] [stderr] 189 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:202:29
[INFO] [stderr]     |
[INFO] [stderr] 202 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:215:29
[INFO] [stderr]     |
[INFO] [stderr] 215 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:228:29
[INFO] [stderr]     |
[INFO] [stderr] 228 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:241:29
[INFO] [stderr]     |
[INFO] [stderr] 241 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:254:29
[INFO] [stderr]     |
[INFO] [stderr] 254 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:267:29
[INFO] [stderr]     |
[INFO] [stderr] 267 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:280:29
[INFO] [stderr]     |
[INFO] [stderr] 280 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:293:29
[INFO] [stderr]     |
[INFO] [stderr] 293 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:306:29
[INFO] [stderr]     |
[INFO] [stderr] 306 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:319:29
[INFO] [stderr]     |
[INFO] [stderr] 319 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:332:29
[INFO] [stderr]     |
[INFO] [stderr] 332 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:345:29
[INFO] [stderr]     |
[INFO] [stderr] 345 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:358:29
[INFO] [stderr]     |
[INFO] [stderr] 358 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:371:29
[INFO] [stderr]     |
[INFO] [stderr] 371 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:384:29
[INFO] [stderr]     |
[INFO] [stderr] 384 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:397:29
[INFO] [stderr]     |
[INFO] [stderr] 397 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:410:29
[INFO] [stderr]     |
[INFO] [stderr] 410 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:423:29
[INFO] [stderr]     |
[INFO] [stderr] 423 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:436:29
[INFO] [stderr]     |
[INFO] [stderr] 436 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:449:29
[INFO] [stderr]     |
[INFO] [stderr] 449 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:462:29
[INFO] [stderr]     |
[INFO] [stderr] 462 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:475:29
[INFO] [stderr]     |
[INFO] [stderr] 475 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:488:29
[INFO] [stderr]     |
[INFO] [stderr] 488 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:501:29
[INFO] [stderr]     |
[INFO] [stderr] 501 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:514:29
[INFO] [stderr]     |
[INFO] [stderr] 514 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:527:29
[INFO] [stderr]     |
[INFO] [stderr] 527 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:553:29
[INFO] [stderr]     |
[INFO] [stderr] 553 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:566:29
[INFO] [stderr]     |
[INFO] [stderr] 566 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:579:29
[INFO] [stderr]     |
[INFO] [stderr] 579 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:592:29
[INFO] [stderr]     |
[INFO] [stderr] 592 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:605:29
[INFO] [stderr]     |
[INFO] [stderr] 605 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:618:29
[INFO] [stderr]     |
[INFO] [stderr] 618 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:631:29
[INFO] [stderr]     |
[INFO] [stderr] 631 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:644:29
[INFO] [stderr]     |
[INFO] [stderr] 644 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:657:29
[INFO] [stderr]     |
[INFO] [stderr] 657 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:670:29
[INFO] [stderr]     |
[INFO] [stderr] 670 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:683:29
[INFO] [stderr]     |
[INFO] [stderr] 683 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:696:29
[INFO] [stderr]     |
[INFO] [stderr] 696 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:709:29
[INFO] [stderr]     |
[INFO] [stderr] 709 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:722:29
[INFO] [stderr]     |
[INFO] [stderr] 722 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:735:29
[INFO] [stderr]     |
[INFO] [stderr] 735 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:748:29
[INFO] [stderr]     |
[INFO] [stderr] 748 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:761:29
[INFO] [stderr]     |
[INFO] [stderr] 761 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:774:29
[INFO] [stderr]     |
[INFO] [stderr] 774 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:787:29
[INFO] [stderr]     |
[INFO] [stderr] 787 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:800:29
[INFO] [stderr]     |
[INFO] [stderr] 800 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:813:29
[INFO] [stderr]     |
[INFO] [stderr] 813 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:826:29
[INFO] [stderr]     |
[INFO] [stderr] 826 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:839:29
[INFO] [stderr]     |
[INFO] [stderr] 839 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:852:29
[INFO] [stderr]     |
[INFO] [stderr] 852 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:865:29
[INFO] [stderr]     |
[INFO] [stderr] 865 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:878:29
[INFO] [stderr]     |
[INFO] [stderr] 878 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:891:29
[INFO] [stderr]     |
[INFO] [stderr] 891 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:904:29
[INFO] [stderr]     |
[INFO] [stderr] 904 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:917:29
[INFO] [stderr]     |
[INFO] [stderr] 917 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:930:29
[INFO] [stderr]     |
[INFO] [stderr] 930 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:943:29
[INFO] [stderr]     |
[INFO] [stderr] 943 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:956:29
[INFO] [stderr]     |
[INFO] [stderr] 956 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:969:29
[INFO] [stderr]     |
[INFO] [stderr] 969 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:982:29
[INFO] [stderr]     |
[INFO] [stderr] 982 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]    --> src/model/builtin_options_impl.rs:995:29
[INFO] [stderr]     |
[INFO] [stderr] 995 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]     |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]     = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]     = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1008:29
[INFO] [stderr]      |
[INFO] [stderr] 1008 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1021:29
[INFO] [stderr]      |
[INFO] [stderr] 1021 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1034:29
[INFO] [stderr]      |
[INFO] [stderr] 1034 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1047:29
[INFO] [stderr]      |
[INFO] [stderr] 1047 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1060:29
[INFO] [stderr]      |
[INFO] [stderr] 1060 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1073:29
[INFO] [stderr]      |
[INFO] [stderr] 1073 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1086:29
[INFO] [stderr]      |
[INFO] [stderr] 1086 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1099:29
[INFO] [stderr]      |
[INFO] [stderr] 1099 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1112:29
[INFO] [stderr]      |
[INFO] [stderr] 1112 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1125:29
[INFO] [stderr]      |
[INFO] [stderr] 1125 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1138:29
[INFO] [stderr]      |
[INFO] [stderr] 1138 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1151:29
[INFO] [stderr]      |
[INFO] [stderr] 1151 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1164:29
[INFO] [stderr]      |
[INFO] [stderr] 1164 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1177:29
[INFO] [stderr]      |
[INFO] [stderr] 1177 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1190:29
[INFO] [stderr]      |
[INFO] [stderr] 1190 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1203:29
[INFO] [stderr]      |
[INFO] [stderr] 1203 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `NativeTable`
[INFO] [stderr]     --> src/model/builtin_options_impl.rs:1216:29
[INFO] [stderr]      |
[INFO] [stderr] 1216 |             cpp!([] -> *mut NativeTable as "flatbuffers::NativeTable*" {
[INFO] [stderr]      |                             ^^^^^^^^^^^ could not resolve path `NativeTable`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `__cpp_closure_impl` which comes from the expansion of the macro `cpp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `tflite`
[INFO] running `Command { std: "docker" "inspect" "60e0e1b592d1a1df2994906fe04d5ef0ed3108f2b774e568df4db7ebebc3e1a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60e0e1b592d1a1df2994906fe04d5ef0ed3108f2b774e568df4db7ebebc3e1a9", kill_on_drop: false }`
[INFO] [stdout] 60e0e1b592d1a1df2994906fe04d5ef0ed3108f2b774e568df4db7ebebc3e1a9