[INFO] cloning repository https://github.com/KOBA789/flb-plugin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KOBA789/flb-plugin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKOBA789%2Fflb-plugin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKOBA789%2Fflb-plugin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 04482f53488d48b05155cd114c8a65d1b2b07f67
[INFO] testing KOBA789/flb-plugin against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKOBA789%2Fflb-plugin" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/KOBA789/flb-plugin
[INFO] finished tweaking git repo https://github.com/KOBA789/flb-plugin
[INFO] tweaked toml for git repo https://github.com/KOBA789/flb-plugin written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KOBA789/flb-plugin on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KOBA789/flb-plugin already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded paste v1.0.9
[INFO] [stderr]   Downloaded once_cell v1.15.0
[INFO] [stderr]   Downloaded flb-plugin-sys v0.1.0
[INFO] [stderr]   Downloaded rmpv v1.0.0
[INFO] [stderr]   Downloaded which v4.3.0
[INFO] [stderr]   Downloaded clap_lex v0.2.4
[INFO] [stderr]   Downloaded os_str_bytes v6.3.0
[INFO] [stderr]   Downloaded unicode-ident v1.0.4
[INFO] [stderr]   Downloaded clang-sys v1.4.0
[INFO] [stderr]   Downloaded textwrap v0.15.1
[INFO] [stderr]   Downloaded aho-corasick v0.7.19
[INFO] [stderr]   Downloaded env_logger v0.9.1
[INFO] [stderr]   Downloaded bindgen v0.60.1
[INFO] [stderr]   Downloaded clap v3.2.22
[INFO] [stderr]   Downloaded libc v0.2.133
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20a7c96a60a7517d2019bb0692c52536b8db81274b12b8335e08fc257a77479f
[INFO] running `Command { std: "docker" "start" "-a" "20a7c96a60a7517d2019bb0692c52536b8db81274b12b8335e08fc257a77479f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20a7c96a60a7517d2019bb0692c52536b8db81274b12b8335e08fc257a77479f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20a7c96a60a7517d2019bb0692c52536b8db81274b12b8335e08fc257a77479f", kill_on_drop: false }`
[INFO] [stdout] 20a7c96a60a7517d2019bb0692c52536b8db81274b12b8335e08fc257a77479f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a162b5e1a20bd8f1fd1aa5925f6d09b6fbc041d5ae10b12d0c97b3dbafe21ed
[INFO] running `Command { std: "docker" "start" "-a" "5a162b5e1a20bd8f1fd1aa5925f6d09b6fbc041d5ae10b12d0c97b3dbafe21ed", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.133
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling os_str_bytes v6.3.0
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling textwrap v0.15.1
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling clang-sys v1.4.0
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling bindgen v0.60.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling which v4.3.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling clap v3.2.22
[INFO] [stderr]    Compiling rmp v0.8.11
[INFO] [stderr]    Compiling rmpv v1.0.0
[INFO] [stderr]    Compiling env_logger v0.9.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling flb-plugin-sys v0.1.0
[INFO] [stderr]    Compiling flb-plugin-sys v0.1.0 (/opt/rustwide/workdir/flb-plugin-sys)
[INFO] [stderr]    Compiling flb-plugin v0.1.0 (/opt/rustwide/workdir/flb-plugin)
[INFO] [stderr]    Compiling hello v0.1.0 (/opt/rustwide/workdir/hello)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.31s
[INFO] running `Command { std: "docker" "inspect" "5a162b5e1a20bd8f1fd1aa5925f6d09b6fbc041d5ae10b12d0c97b3dbafe21ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a162b5e1a20bd8f1fd1aa5925f6d09b6fbc041d5ae10b12d0c97b3dbafe21ed", kill_on_drop: false }`
[INFO] [stdout] 5a162b5e1a20bd8f1fd1aa5925f6d09b6fbc041d5ae10b12d0c97b3dbafe21ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf590c00a7a8cf86ddfbabbee818ae16f4e1d3ff391cfc4124c55d51ce60c517
[INFO] running `Command { std: "docker" "start" "-a" "bf590c00a7a8cf86ddfbabbee818ae16f4e1d3ff391cfc4124c55d51ce60c517", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling flb-plugin-sys v0.1.0 (/opt/rustwide/workdir/flb-plugin-sys)
[INFO] [stderr]    Compiling flb-plugin v0.1.0 (/opt/rustwide/workdir/flb-plugin)
[INFO] [stderr]    Compiling hello v0.1.0 (/opt/rustwide/workdir/hello)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] running `Command { std: "docker" "inspect" "bf590c00a7a8cf86ddfbabbee818ae16f4e1d3ff391cfc4124c55d51ce60c517", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf590c00a7a8cf86ddfbabbee818ae16f4e1d3ff391cfc4124c55d51ce60c517", kill_on_drop: false }`
[INFO] [stdout] bf590c00a7a8cf86ddfbabbee818ae16f4e1d3ff391cfc4124c55d51ce60c517
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1a8586dc23f7a58666531d479de4bcd93c0f1959c8ac1883800f4adaf9a44b57
[INFO] running `Command { std: "docker" "start" "-a" "1a8586dc23f7a58666531d479de4bcd93c0f1959c8ac1883800f4adaf9a44b57", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flb_plugin-8fdb6112643e8203)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flb_plugin_sys-f49ac280b2c3acec)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test bindgen_test_layout_flbgo_output_plugin ... ok
[INFO] [stdout] test bindgen_test_layout_flb_plugin_proxy_def ... ok
[INFO] [stdout] test bindgen_test_layout_flb_plugin_proxy_context ... ok
[INFO] [stdout] test bindgen_test_layout_flb_api ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hello-9324628536dd8e50)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests flb_plugin
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test flb-plugin/src/output.rs - output (line 3) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- flb-plugin/src/output.rs - output (line 3) stdout ----
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let param = config.get_property(const_cstr!("param"));
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]  --> flb-plugin/src/output.rs:8:40
[INFO] [stdout]   |
[INFO] [stdout] 8 |     const DESCRIPTION: &'static CStr = const_cstr!("hello plugin");
[INFO] [stdout]   |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]  --> flb-plugin/src/output.rs:7:33
[INFO] [stdout]   |
[INFO] [stdout] 7 |     const NAME: &'static CStr = const_cstr!("hello");
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rmpv`
[INFO] [stdout]   --> flb-plugin/src/output.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let value = rmpv::decode::read_value_ref(&mut data).unwrap();
[INFO] [stdout]    |                     ^^^^ use of unresolved module or unlinked crate `rmpv`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rmpv`, use `cargo add rmpv` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CStr` in this scope
[INFO] [stdout]  --> flb-plugin/src/output.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 |     const NAME: &'static CStr = const_cstr!("hello");
[INFO] [stdout]   |                          ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::ffi::CStr;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CStr` in this scope
[INFO] [stdout]  --> flb-plugin/src/output.rs:8:33
[INFO] [stdout]   |
[INFO] [stdout] 8 |     const DESCRIPTION: &'static CStr = const_cstr!("hello plugin");
[INFO] [stdout]   |                                 ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::ffi::CStr;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `output`
[INFO] [stdout]   --> flb-plugin/src/output.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn new(config: &output::Config) -> Self {
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `output`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file flb-plugin/src/output.rs, use `mod output` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout]  2 + mod output;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use flb_plugin::output;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `c_int` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | flb_plugin::output_plugin_proxy!(Hello);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `flb_plugin::output_plugin_proxy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::os::raw::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `c_int` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | flb_plugin::output_plugin_proxy!(Hello);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `flb_plugin::output_plugin_proxy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::os::raw::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `c_int` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | flb_plugin::output_plugin_proxy!(Hello);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `flb_plugin::output_plugin_proxy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::os::raw::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `c_void` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | flb_plugin::output_plugin_proxy!(Hello);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `flb_plugin::output_plugin_proxy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::ffi::c_void;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::os::raw::c_void;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::ffi::c_void;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `c_int` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | flb_plugin::output_plugin_proxy!(Hello);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `flb_plugin::output_plugin_proxy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::os::raw::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `c_int` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | flb_plugin::output_plugin_proxy!(Hello);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `flb_plugin::output_plugin_proxy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::os::raw::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `c_void` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | flb_plugin::output_plugin_proxy!(Hello);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `flb_plugin::output_plugin_proxy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::ffi::c_void;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::os::raw::c_void;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::ffi::c_void;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `c_int` in this scope
[INFO] [stdout]   --> flb-plugin/src/output.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | flb_plugin::output_plugin_proxy!(Hello);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `flb_plugin::output_plugin_proxy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::os::raw::c_int;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::ffi::c_int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     flb-plugin/src/output.rs - output (line 3)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p flb-plugin --doc`
[INFO] running `Command { std: "docker" "inspect" "1a8586dc23f7a58666531d479de4bcd93c0f1959c8ac1883800f4adaf9a44b57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a8586dc23f7a58666531d479de4bcd93c0f1959c8ac1883800f4adaf9a44b57", kill_on_drop: false }`
[INFO] [stdout] 1a8586dc23f7a58666531d479de4bcd93c0f1959c8ac1883800f4adaf9a44b57
