[INFO] cloning repository https://github.com/DDRBoxman/decklink-cxx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DDRBoxman/decklink-cxx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDDRBoxman%2Fdecklink-cxx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDDRBoxman%2Fdecklink-cxx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cfe47a415df287f637b0b1f4b0c1e265ed821045
[INFO] testing DDRBoxman/decklink-cxx against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDDRBoxman%2Fdecklink-cxx" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DDRBoxman/decklink-cxx
[INFO] finished tweaking git repo https://github.com/DDRBoxman/decklink-cxx
[INFO] tweaked toml for git repo https://github.com/DDRBoxman/decklink-cxx written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DDRBoxman/decklink-cxx on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DDRBoxman/decklink-cxx 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded scratch v1.0.7
[INFO] [stderr]   Downloaded show-image-macros v0.12.3
[INFO] [stderr]   Downloaded link-cplusplus v1.0.9
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.120
[INFO] [stderr]   Downloaded show-image v0.14.0
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.120
[INFO] [stderr]   Downloaded cxx-build v1.0.120
[INFO] [stderr]   Downloaded wgpu v0.17.2
[INFO] [stderr]   Downloaded cxx v1.0.120
[INFO] [stderr]   Downloaded syn v2.0.57
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 53f5ee68ffcc6a67a763ee0a958ac1699068273dfe53e354c9768e03893dabd0
[INFO] running `Command { std: "docker" "start" "-a" "53f5ee68ffcc6a67a763ee0a958ac1699068273dfe53e354c9768e03893dabd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53f5ee68ffcc6a67a763ee0a958ac1699068273dfe53e354c9768e03893dabd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53f5ee68ffcc6a67a763ee0a958ac1699068273dfe53e354c9768e03893dabd0", kill_on_drop: false }`
[INFO] [stdout] 53f5ee68ffcc6a67a763ee0a958ac1699068273dfe53e354c9768e03893dabd0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b124706465598fd4b0e9652f88a466c7ab6747754f2b94a04d60d69c4c923453
[INFO] running `Command { std: "docker" "start" "-a" "b124706465598fd4b0e9652f88a466c7ab6747754f2b94a04d60d69c4c923453", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling scratch v1.0.7
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.120
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling link-cplusplus v1.0.9
[INFO] [stderr]    Compiling cxx v1.0.120
[INFO] [stderr]    Compiling cxx-build v1.0.120
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.120
[INFO] [stderr]    Compiling decklink-cxx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `invoke_vcvars_if_not_set` is never used
[INFO] [stdout]   --> build.rs:84:4
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn invoke_vcvars_if_not_set() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `vcvars_set` is never used
[INFO] [stdout]    --> build.rs:131:4
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn vcvars_set() -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `search_vcvars_all_bat` is never used
[INFO] [stdout]    --> build.rs:140:4
[INFO] [stdout]     |
[INFO] [stdout] 140 | fn search_vcvars_all_bat() -> PathBuf {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `guess_vcvars_all_bat` is never used
[INFO] [stdout]    --> build.rs:182:4
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn guess_vcvars_all_bat() -> Option<PathBuf> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `determine_vcvarsall_bat_arch_arg` is never used
[INFO] [stdout]    --> build.rs:256:4
[INFO] [stdout]     |
[INFO] [stdout] 256 | fn determine_vcvarsall_bat_arch_arg() -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: decklink-cxx@0.1.0: Compiler version doesn't include clang or GCC: "c++" "--version"
[INFO] [stderr] warning: decklink-cxx@0.1.0: Compiler version doesn't include clang or GCC: "c++" "--version"
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/include/decklink-cxx/src/bridge.rs.h:5,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/callback.h:2,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/sources/decklink-cxx/src/bridge.rs.cc:3:
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/include/decklink-cxx/src/bridge.rs.h:5,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/callback.h:2,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from ./include/callback.cc:1:
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-cac24b710926261f/out/cxxbridge/crate/decklink-cxx/include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::VideoInputFormatChanged(BMDVideoInputFormatChangedEvents, IDeckLinkDisplayMode*, BMDDetectedVideoInputFormatFlags)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:85: warning: unused parameter 'notificationEvents' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:127: warning: unused parameter 'newDisplayMode' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:176: warning: unused parameter 'detectedSignalFlags' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::VideoInputFrameArrived(IDeckLinkVideoInputFrame*, IDeckLinkAudioInputPacket*)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:10:115: warning: unused parameter 'audioPacket' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    10 | HRESULT CXXInputCallback::VideoInputFrameArrived(IDeckLinkVideoInputFrame* videoFrame, IDeckLinkAudioInputPacket* audioPacket) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:15:68: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    15 | HRESULT STDMETHODCALLTYPE CXXInputCallback::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                             ~~~~~~~^~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXOutputCallback::ScheduledFrameCompleted(IDeckLinkVideoFrame*, BMDOutputFrameCompletionResult)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:39:120: warning: unused parameter 'result' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    39 | HRESULT CXXOutputCallback::ScheduledFrameCompleted(IDeckLinkVideoFrame* completedFrame, BMDOutputFrameCompletionResult result) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXOutputCallback::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:49:69: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    49 | HRESULT STDMETHODCALLTYPE CXXOutputCallback::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                              ~~~~~~~^~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from ./include/bridge.cc:1:
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.cc: In member function 'virtual HRESULT ConversionFrame::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.cc:101:67: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:   101 | HRESULT STDMETHODCALLTYPE ConversionFrame::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                            ~~~~~~~^~~
[INFO] [stdout] warning: unused import: `std::pin::Pin`
[INFO] [stdout]  --> src/bridge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::pin::Pin;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConversionFrame`
[INFO] [stdout]  --> src/lib.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 |     decklink_ffi::{self, ConversionFrame, IDeckLinkVideoFrame},
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `marker::PhantomData`
[INFO] [stdout]  --> src/lib.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::{marker::PhantomData, pin::Pin, ptr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/lib.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let result = unsafe { decklink_ffi::GetOutput(self.device, output_ptr) };
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let result = unsafe { decklink_ffi::GetInput(self.device, input_ptr) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:158:13
[INFO] [stdout]     |
[INFO] [stdout] 158 |         let result = unsafe {
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:181:13
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let result = unsafe {
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/lib.rs:222:47
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let frame_completion_callback = move |frame: *mut decklink_ffi::IDeckLinkVideoFrame| {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:289:13
[INFO] [stdout]     |
[INFO] [stdout] 289 |         let mut pin: Pin<&mut decklink_ffi::IDeckLinkVideoFrame> =
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/lib.rs:361:13
[INFO] [stdout]     |
[INFO] [stdout] 361 |         let res = unsafe {
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:392:13
[INFO] [stdout]     |
[INFO] [stdout] 392 |         let result = unsafe { pin.GetPacketIterator(ancillary_packet_iterator_ptr) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:399:13
[INFO] [stdout]     |
[INFO] [stdout] 399 |         let result = unsafe { pin.AttachPacket(packet.packet) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:406:13
[INFO] [stdout]     |
[INFO] [stdout] 406 |         let result = unsafe { pin.DetachPacket(packet.packet) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:413:13
[INFO] [stdout]     |
[INFO] [stdout] 413 |         let result = pin.DetachAllPackets();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/lib.rs:638:13
[INFO] [stdout]     |
[INFO] [stdout] 638 |         let res =
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:265:12
[INFO] [stdout]     |
[INFO] [stdout] 265 |         fn Release(self: Pin<&mut IDeckLinkAPIInformation>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 271 |         fn Release(self: Pin<&mut IDeckLink>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:280:12
[INFO] [stdout]     |
[INFO] [stdout] 280 |         fn Release(self: Pin<&mut IDeckLinkIterator>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:298:12
[INFO] [stdout]     |
[INFO] [stdout] 298 |         fn Release(self: Pin<&mut IDeckLinkDisplayModeIterator>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `GetFrameRate` is never used
[INFO] [stdout]    --> src/bridge.rs:303:19
[INFO] [stdout]     |
[INFO] [stdout] 303 |         unsafe fn GetFrameRate(
[INFO] [stdout]     |                   ^^^^^^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:308:12
[INFO] [stdout]     |
[INFO] [stdout] 308 |         fn Release(self: Pin<&mut IDeckLinkDisplayMode>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:328:12
[INFO] [stdout]     |
[INFO] [stdout] 328 |         fn Release(self: Pin<&mut IDeckLinkInput>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:411:12
[INFO] [stdout]     |
[INFO] [stdout] 411 |         fn Release(self: Pin<&mut IDeckLinkOutput>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:425:12
[INFO] [stdout]     |
[INFO] [stdout] 425 |         fn Release(self: Pin<&mut IUnknown>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn get_output(&self) -> DecklinkOutput {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn get_output(&self) -> DecklinkOutput<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:97:22
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn get_input(&self) -> DecklinkInput {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn get_input(&self) -> DecklinkInput<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
[INFO] running `Command { std: "docker" "inspect" "b124706465598fd4b0e9652f88a466c7ab6747754f2b94a04d60d69c4c923453", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b124706465598fd4b0e9652f88a466c7ab6747754f2b94a04d60d69c4c923453", kill_on_drop: false }`
[INFO] [stdout] b124706465598fd4b0e9652f88a466c7ab6747754f2b94a04d60d69c4c923453
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e34988e162983fe504791a0cae68714e852086ba1c2737a73935b1b3272a012b
[INFO] running `Command { std: "docker" "start" "-a" "e34988e162983fe504791a0cae68714e852086ba1c2737a73935b1b3272a012b", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling bytemuck v1.15.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.2
[INFO] [stderr]    Compiling gpu-alloc-types v0.3.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]    Compiling built v0.7.1
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling xcursor v0.3.5
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling nix v0.25.1
[INFO] [stderr]    Compiling png v0.17.13
[INFO] [stderr]    Compiling strict-num v0.1.1
[INFO] [stderr]    Compiling arrayref v0.3.7
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling raw-window-handle v0.5.2
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling tiny-skia-path v0.8.4
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling gpu-alloc v0.6.0
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling gpu-descriptor v0.2.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling wgpu-types v0.17.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling glow v0.12.3
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling renderdoc-sys v1.1.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling tiny-skia v0.8.4
[INFO] [stderr]    Compiling owned_ttf_parser v0.20.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling ab_glyph v0.2.23
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling imgref v1.10.1
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling bitstream-io v2.2.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling av1-grain v0.2.3
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stderr]    Compiling show-image v0.14.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cxx-build v1.0.120
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling rgb v0.8.37
[INFO] [stderr]    Compiling avif-serialize v0.8.1
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling half v2.4.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling exr v1.72.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.11
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling glam v0.24.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling profiling-procmacros v1.0.15
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.120
[INFO] [stderr]    Compiling profiling v1.0.15
[INFO] [stderr]    Compiling decklink-cxx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `invoke_vcvars_if_not_set` is never used
[INFO] [stdout]   --> build.rs:84:4
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn invoke_vcvars_if_not_set() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `vcvars_set` is never used
[INFO] [stdout]    --> build.rs:131:4
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn vcvars_set() -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `search_vcvars_all_bat` is never used
[INFO] [stdout]    --> build.rs:140:4
[INFO] [stdout]     |
[INFO] [stdout] 140 | fn search_vcvars_all_bat() -> PathBuf {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `guess_vcvars_all_bat` is never used
[INFO] [stdout]    --> build.rs:182:4
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn guess_vcvars_all_bat() -> Option<PathBuf> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `determine_vcvarsall_bat_arch_arg` is never used
[INFO] [stdout]    --> build.rs:256:4
[INFO] [stdout]     |
[INFO] [stdout] 256 | fn determine_vcvarsall_bat_arch_arg() -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling calloop v0.10.6
[INFO] [stderr]    Compiling naga v0.13.0
[INFO] [stderr]    Compiling image-webp v0.1.1
[INFO] [stderr]    Compiling show-image-macros v0.12.3
[INFO] [stderr] warning: decklink-cxx@0.1.0: Compiler version doesn't include clang or GCC: "c++" "--version"
[INFO] [stderr] warning: decklink-cxx@0.1.0: Compiler version doesn't include clang or GCC: "c++" "--version"
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/include/decklink-cxx/src/bridge.rs.h:5,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/callback.h:2,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/sources/decklink-cxx/src/bridge.rs.cc:3:
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/include/decklink-cxx/src/bridge.rs.h:5,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/callback.h:2,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from ./include/callback.cc:1:
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::VideoInputFormatChanged(BMDVideoInputFormatChangedEvents, IDeckLinkDisplayMode*, BMDDetectedVideoInputFormatFlags)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:85: warning: unused parameter 'notificationEvents' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:127: warning: unused parameter 'newDisplayMode' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:176: warning: unused parameter 'detectedSignalFlags' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::VideoInputFrameArrived(IDeckLinkVideoInputFrame*, IDeckLinkAudioInputPacket*)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:10:115: warning: unused parameter 'audioPacket' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    10 | HRESULT CXXInputCallback::VideoInputFrameArrived(IDeckLinkVideoInputFrame* videoFrame, IDeckLinkAudioInputPacket* audioPacket) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:15:68: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    15 | HRESULT STDMETHODCALLTYPE CXXInputCallback::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                             ~~~~~~~^~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXOutputCallback::ScheduledFrameCompleted(IDeckLinkVideoFrame*, BMDOutputFrameCompletionResult)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:39:120: warning: unused parameter 'result' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    39 | HRESULT CXXOutputCallback::ScheduledFrameCompleted(IDeckLinkVideoFrame* completedFrame, BMDOutputFrameCompletionResult result) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXOutputCallback::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:49:69: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    49 | HRESULT STDMETHODCALLTYPE CXXOutputCallback::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                              ~~~~~~~^~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from ./include/bridge.cc:1:
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.cc: In member function 'virtual HRESULT ConversionFrame::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.cc:101:67: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:   101 | HRESULT STDMETHODCALLTYPE ConversionFrame::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                            ~~~~~~~^~~
[INFO] [stderr]    Compiling cxx v1.0.120
[INFO] [stdout] warning: unused import: `std::pin::Pin`
[INFO] [stdout]  --> src/bridge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::pin::Pin;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConversionFrame`
[INFO] [stdout]  --> src/lib.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 |     decklink_ffi::{self, ConversionFrame, IDeckLinkVideoFrame},
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `marker::PhantomData`
[INFO] [stdout]  --> src/lib.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::{marker::PhantomData, pin::Pin, ptr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/lib.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let result = unsafe { decklink_ffi::GetOutput(self.device, output_ptr) };
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let result = unsafe { decklink_ffi::GetInput(self.device, input_ptr) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:158:13
[INFO] [stdout]     |
[INFO] [stdout] 158 |         let result = unsafe {
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:181:13
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let result = unsafe {
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/lib.rs:222:47
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let frame_completion_callback = move |frame: *mut decklink_ffi::IDeckLinkVideoFrame| {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:289:13
[INFO] [stdout]     |
[INFO] [stdout] 289 |         let mut pin: Pin<&mut decklink_ffi::IDeckLinkVideoFrame> =
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/lib.rs:361:13
[INFO] [stdout]     |
[INFO] [stdout] 361 |         let res = unsafe {
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:392:13
[INFO] [stdout]     |
[INFO] [stdout] 392 |         let result = unsafe { pin.GetPacketIterator(ancillary_packet_iterator_ptr) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:399:13
[INFO] [stdout]     |
[INFO] [stdout] 399 |         let result = unsafe { pin.AttachPacket(packet.packet) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:406:13
[INFO] [stdout]     |
[INFO] [stdout] 406 |         let result = unsafe { pin.DetachPacket(packet.packet) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:413:13
[INFO] [stdout]     |
[INFO] [stdout] 413 |         let result = pin.DetachAllPackets();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/lib.rs:638:13
[INFO] [stdout]     |
[INFO] [stdout] 638 |         let res =
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:265:12
[INFO] [stdout]     |
[INFO] [stdout] 265 |         fn Release(self: Pin<&mut IDeckLinkAPIInformation>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 271 |         fn Release(self: Pin<&mut IDeckLink>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:280:12
[INFO] [stdout]     |
[INFO] [stdout] 280 |         fn Release(self: Pin<&mut IDeckLinkIterator>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:298:12
[INFO] [stdout]     |
[INFO] [stdout] 298 |         fn Release(self: Pin<&mut IDeckLinkDisplayModeIterator>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `GetFrameRate` is never used
[INFO] [stdout]    --> src/bridge.rs:303:19
[INFO] [stdout]     |
[INFO] [stdout] 303 |         unsafe fn GetFrameRate(
[INFO] [stdout]     |                   ^^^^^^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:308:12
[INFO] [stdout]     |
[INFO] [stdout] 308 |         fn Release(self: Pin<&mut IDeckLinkDisplayMode>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:328:12
[INFO] [stdout]     |
[INFO] [stdout] 328 |         fn Release(self: Pin<&mut IDeckLinkInput>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:411:12
[INFO] [stdout]     |
[INFO] [stdout] 411 |         fn Release(self: Pin<&mut IDeckLinkOutput>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:425:12
[INFO] [stdout]     |
[INFO] [stdout] 425 |         fn Release(self: Pin<&mut IUnknown>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn get_output(&self) -> DecklinkOutput {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn get_output(&self) -> DecklinkOutput<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:97:22
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn get_input(&self) -> DecklinkInput {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn get_input(&self) -> DecklinkInput<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ravif v0.11.5
[INFO] [stderr]    Compiling wgpu-hal v0.17.2
[INFO] [stderr]    Compiling image v0.25.1
[INFO] [stderr]    Compiling wgpu-core v0.17.1
[INFO] [stderr]    Compiling wgpu v0.17.2
[INFO] [stderr]    Compiling sctk-adwaita v0.5.4
[INFO] [stdout] warning: unused import: `DecklinkVideoFrame`
[INFO] [stdout]  --> examples/input.rs:1:36
[INFO] [stdout]   |
[INFO] [stdout] 1 | use decklink_cxx::{BMDPixelFormat, DecklinkVideoFrame};
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> examples/output.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     for i in 0..num_frames {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> examples/output.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     for i in 0..3 {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::pin::Pin`
[INFO] [stdout]  --> src/bridge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::pin::Pin;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConversionFrame`
[INFO] [stdout]  --> src/lib.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 |     decklink_ffi::{self, ConversionFrame, IDeckLinkVideoFrame},
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `marker::PhantomData`
[INFO] [stdout]  --> src/lib.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::{marker::PhantomData, pin::Pin, ptr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> examples/input.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         window.set_image("image-001", image);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let _ = window.set_image("image-001", image);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/lib.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let result = unsafe { decklink_ffi::GetOutput(self.device, output_ptr) };
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let result = unsafe { decklink_ffi::GetInput(self.device, input_ptr) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:158:13
[INFO] [stdout]     |
[INFO] [stdout] 158 |         let result = unsafe {
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:181:13
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let result = unsafe {
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/lib.rs:222:47
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let frame_completion_callback = move |frame: *mut decklink_ffi::IDeckLinkVideoFrame| {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:289:13
[INFO] [stdout]     |
[INFO] [stdout] 289 |         let mut pin: Pin<&mut decklink_ffi::IDeckLinkVideoFrame> =
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/lib.rs:361:13
[INFO] [stdout]     |
[INFO] [stdout] 361 |         let res = unsafe {
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:392:13
[INFO] [stdout]     |
[INFO] [stdout] 392 |         let result = unsafe { pin.GetPacketIterator(ancillary_packet_iterator_ptr) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:399:13
[INFO] [stdout]     |
[INFO] [stdout] 399 |         let result = unsafe { pin.AttachPacket(packet.packet) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:406:13
[INFO] [stdout]     |
[INFO] [stdout] 406 |         let result = unsafe { pin.DetachPacket(packet.packet) };
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/lib.rs:413:13
[INFO] [stdout]     |
[INFO] [stdout] 413 |         let result = pin.DetachAllPackets();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/lib.rs:638:13
[INFO] [stdout]     |
[INFO] [stdout] 638 |         let res =
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:265:12
[INFO] [stdout]     |
[INFO] [stdout] 265 |         fn Release(self: Pin<&mut IDeckLinkAPIInformation>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 271 |         fn Release(self: Pin<&mut IDeckLink>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:280:12
[INFO] [stdout]     |
[INFO] [stdout] 280 |         fn Release(self: Pin<&mut IDeckLinkIterator>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:298:12
[INFO] [stdout]     |
[INFO] [stdout] 298 |         fn Release(self: Pin<&mut IDeckLinkDisplayModeIterator>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `GetFrameRate` is never used
[INFO] [stdout]    --> src/bridge.rs:303:19
[INFO] [stdout]     |
[INFO] [stdout] 303 |         unsafe fn GetFrameRate(
[INFO] [stdout]     |                   ^^^^^^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:308:12
[INFO] [stdout]     |
[INFO] [stdout] 308 |         fn Release(self: Pin<&mut IDeckLinkDisplayMode>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:328:12
[INFO] [stdout]     |
[INFO] [stdout] 328 |         fn Release(self: Pin<&mut IDeckLinkInput>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:411:12
[INFO] [stdout]     |
[INFO] [stdout] 411 |         fn Release(self: Pin<&mut IDeckLinkOutput>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Release` is never used
[INFO] [stdout]    --> src/bridge.rs:425:12
[INFO] [stdout]     |
[INFO] [stdout] 425 |         fn Release(self: Pin<&mut IUnknown>) -> c_ulong;
[INFO] [stdout]     |            ^^^^^^^ method in this implementation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn get_output(&self) -> DecklinkOutput {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn get_output(&self) -> DecklinkOutput<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:97:22
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn get_input(&self) -> DecklinkInput {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn get_input(&self) -> DecklinkInput<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "e34988e162983fe504791a0cae68714e852086ba1c2737a73935b1b3272a012b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e34988e162983fe504791a0cae68714e852086ba1c2737a73935b1b3272a012b", kill_on_drop: false }`
[INFO] [stdout] e34988e162983fe504791a0cae68714e852086ba1c2737a73935b1b3272a012b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fcb7ab891d1c33b2d00701fd3c36c5ee38b96343002b0cf8e627633a45ed3dbb
[INFO] running `Command { std: "docker" "start" "-a" "fcb7ab891d1c33b2d00701fd3c36c5ee38b96343002b0cf8e627633a45ed3dbb", kill_on_drop: false }`
[INFO] [stderr] warning: function `invoke_vcvars_if_not_set` is never used
[INFO] [stderr]   --> build.rs:84:4
[INFO] [stderr]    |
[INFO] [stderr] 84 | fn invoke_vcvars_if_not_set() {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `vcvars_set` is never used
[INFO] [stderr]    --> build.rs:131:4
[INFO] [stderr]     |
[INFO] [stderr] 131 | fn vcvars_set() -> bool {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `search_vcvars_all_bat` is never used
[INFO] [stderr]    --> build.rs:140:4
[INFO] [stderr]     |
[INFO] [stderr] 140 | fn search_vcvars_all_bat() -> PathBuf {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `guess_vcvars_all_bat` is never used
[INFO] [stderr]    --> build.rs:182:4
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn guess_vcvars_all_bat() -> Option<PathBuf> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `determine_vcvarsall_bat_arch_arg` is never used
[INFO] [stderr]    --> build.rs:256:4
[INFO] [stderr]     |
[INFO] [stderr] 256 | fn determine_vcvarsall_bat_arch_arg() -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `decklink-cxx` (build script) generated 5 warnings
[INFO] [stderr] warning: decklink-cxx@0.1.0: Compiler version doesn't include clang or GCC: "c++" "--version"
[INFO] [stderr] warning: decklink-cxx@0.1.0: Compiler version doesn't include clang or GCC: "c++" "--version"
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/include/decklink-cxx/src/bridge.rs.h:5,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/callback.h:2,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/sources/decklink-cxx/src/bridge.rs.cc:3:
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/include/decklink-cxx/src/bridge.rs.h:5,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/callback.h:2,
[INFO] [stderr] warning: decklink-cxx@0.1.0:                  from ./include/callback.cc:1:
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: /opt/rustwide/target/debug/build/decklink-cxx-bc00b89a1c10ceb9/out/cxxbridge/crate/decklink-cxx/include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::VideoInputFormatChanged(BMDVideoInputFormatChangedEvents, IDeckLinkDisplayMode*, BMDDetectedVideoInputFormatFlags)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:85: warning: unused parameter 'notificationEvents' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:127: warning: unused parameter 'newDisplayMode' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:5:176: warning: unused parameter 'detectedSignalFlags' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:     5 | HRESULT CXXInputCallback::VideoInputFormatChanged (BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode* newDisplayMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::VideoInputFrameArrived(IDeckLinkVideoInputFrame*, IDeckLinkAudioInputPacket*)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:10:115: warning: unused parameter 'audioPacket' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    10 | HRESULT CXXInputCallback::VideoInputFrameArrived(IDeckLinkVideoInputFrame* videoFrame, IDeckLinkAudioInputPacket* audioPacket) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXInputCallback::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:15:68: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    15 | HRESULT STDMETHODCALLTYPE CXXInputCallback::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                             ~~~~~~~^~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXOutputCallback::ScheduledFrameCompleted(IDeckLinkVideoFrame*, BMDOutputFrameCompletionResult)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:39:120: warning: unused parameter 'result' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    39 | HRESULT CXXOutputCallback::ScheduledFrameCompleted(IDeckLinkVideoFrame* completedFrame, BMDOutputFrameCompletionResult result) {
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc: In member function 'virtual HRESULT CXXOutputCallback::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/callback.cc:49:69: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    49 | HRESULT STDMETHODCALLTYPE CXXOutputCallback::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                              ~~~~~~~^~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: In file included from ./include/bridge.cc:1:
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h: In constructor 'ConversionFrame::ConversionFrame(long int, long int, long int, BMDPixelFormat)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:47:33: warning: 'ConversionFrame::m_timeScale' will be initialized after [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    47 |         BMDTimeScale            m_timeScale;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                 ^~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:42:17: warning:   'int32_t ConversionFrame::m_refCount' [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    42 |     int32_t     m_refCount;
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                 ^~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.h:53:5: warning:   when initialized here [-Wreorder]
[INFO] [stderr] warning: decklink-cxx@0.1.0:    53 |     ConversionFrame(long width, long height, long rowBytes, BMDPixelFormat pixelFormat) :
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |     ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.cc: In member function 'virtual HRESULT ConversionFrame::QueryInterface(REFIID, void**)':
[INFO] [stderr] warning: decklink-cxx@0.1.0: ./include/bridge.cc:101:67: warning: unused parameter 'iid' [-Wunused-parameter]
[INFO] [stderr] warning: decklink-cxx@0.1.0:   101 | HRESULT STDMETHODCALLTYPE ConversionFrame::QueryInterface (REFIID iid, LPVOID *ppv)
[INFO] [stderr] warning: decklink-cxx@0.1.0:       |                                                            ~~~~~~~^~~
[INFO] [stderr] warning: unused import: `std::pin::Pin`
[INFO] [stderr]  --> src/bridge.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::pin::Pin;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ConversionFrame`
[INFO] [stderr]  --> src/lib.rs:4:26
[INFO] [stderr]   |
[INFO] [stderr] 4 |     decklink_ffi::{self, ConversionFrame, IDeckLinkVideoFrame},
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `marker::PhantomData`
[INFO] [stderr]  --> src/lib.rs:8:11
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::{marker::PhantomData, pin::Pin, ptr};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]   --> src/lib.rs:89:13
[INFO] [stderr]    |
[INFO] [stderr] 89 |         let result = unsafe { decklink_ffi::GetOutput(self.device, output_ptr) };
[INFO] [stderr]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/lib.rs:100:13
[INFO] [stderr]     |
[INFO] [stderr] 100 |         let result = unsafe { decklink_ffi::GetInput(self.device, input_ptr) };
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/lib.rs:158:13
[INFO] [stderr]     |
[INFO] [stderr] 158 |         let result = unsafe {
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/lib.rs:181:13
[INFO] [stderr]     |
[INFO] [stderr] 181 |         let result = unsafe {
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `frame`
[INFO] [stderr]    --> src/lib.rs:222:47
[INFO] [stderr]     |
[INFO] [stderr] 222 |         let frame_completion_callback = move |frame: *mut decklink_ffi::IDeckLinkVideoFrame| {
[INFO] [stderr]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/lib.rs:289:13
[INFO] [stderr]     |
[INFO] [stderr] 289 |         let mut pin: Pin<&mut decklink_ffi::IDeckLinkVideoFrame> =
[INFO] [stderr]     |             ----^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `res`
[INFO] [stderr]    --> src/lib.rs:361:13
[INFO] [stderr]     |
[INFO] [stderr] 361 |         let res = unsafe {
[INFO] [stderr]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/lib.rs:392:13
[INFO] [stderr]     |
[INFO] [stderr] 392 |         let result = unsafe { pin.GetPacketIterator(ancillary_packet_iterator_ptr) };
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/lib.rs:399:13
[INFO] [stderr]     |
[INFO] [stderr] 399 |         let result = unsafe { pin.AttachPacket(packet.packet) };
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/lib.rs:406:13
[INFO] [stderr]     |
[INFO] [stderr] 406 |         let result = unsafe { pin.DetachPacket(packet.packet) };
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/lib.rs:413:13
[INFO] [stderr]     |
[INFO] [stderr] 413 |         let result = pin.DetachAllPackets();
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `res`
[INFO] [stderr]    --> src/lib.rs:638:13
[INFO] [stderr]     |
[INFO] [stderr] 638 |         let res =
[INFO] [stderr]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stderr] 
[INFO] [stderr] warning: method `Release` is never used
[INFO] [stderr]    --> src/bridge.rs:265:12
[INFO] [stderr]     |
[INFO] [stderr] 265 |         fn Release(self: Pin<&mut IDeckLinkAPIInformation>) -> c_ulong;
[INFO] [stderr]     |            ^^^^^^^ method in this implementation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `Release` is never used
[INFO] [stderr]    --> src/bridge.rs:271:12
[INFO] [stderr]     |
[INFO] [stderr] 271 |         fn Release(self: Pin<&mut IDeckLink>) -> c_ulong;
[INFO] [stderr]     |            ^^^^^^^ method in this implementation
[INFO] [stderr] 
[INFO] [stderr] warning: method `Release` is never used
[INFO] [stderr]    --> src/bridge.rs:280:12
[INFO] [stderr]     |
[INFO] [stderr] 280 |         fn Release(self: Pin<&mut IDeckLinkIterator>) -> c_ulong;
[INFO] [stderr]     |            ^^^^^^^ method in this implementation
[INFO] [stderr] 
[INFO] [stderr] warning: method `Release` is never used
[INFO] [stderr]    --> src/bridge.rs:298:12
[INFO] [stderr]     |
[INFO] [stderr] 298 |         fn Release(self: Pin<&mut IDeckLinkDisplayModeIterator>) -> c_ulong;
[INFO] [stderr]     |            ^^^^^^^ method in this implementation
[INFO] [stderr] 
[INFO] [stderr] warning: method `GetFrameRate` is never used
[INFO] [stderr]    --> src/bridge.rs:303:19
[INFO] [stderr]     |
[INFO] [stderr] 303 |         unsafe fn GetFrameRate(
[INFO] [stderr]     |                   ^^^^^^^^^^^^ method in this implementation
[INFO] [stderr] 
[INFO] [stderr] warning: method `Release` is never used
[INFO] [stderr]    --> src/bridge.rs:308:12
[INFO] [stderr]     |
[INFO] [stderr] 308 |         fn Release(self: Pin<&mut IDeckLinkDisplayMode>) -> c_ulong;
[INFO] [stderr]     |            ^^^^^^^ method in this implementation
[INFO] [stderr] 
[INFO] [stderr] warning: method `Release` is never used
[INFO] [stderr]    --> src/bridge.rs:328:12
[INFO] [stderr]     |
[INFO] [stderr] 328 |         fn Release(self: Pin<&mut IDeckLinkInput>) -> c_ulong;
[INFO] [stderr]     |            ^^^^^^^ method in this implementation
[INFO] [stderr] 
[INFO] [stderr] warning: method `Release` is never used
[INFO] [stderr]    --> src/bridge.rs:411:12
[INFO] [stderr]     |
[INFO] [stderr] 411 |         fn Release(self: Pin<&mut IDeckLinkOutput>) -> c_ulong;
[INFO] [stderr]     |            ^^^^^^^ method in this implementation
[INFO] [stderr] 
[INFO] [stderr] warning: method `Release` is never used
[INFO] [stderr]    --> src/bridge.rs:425:12
[INFO] [stderr]     |
[INFO] [stderr] 425 |         fn Release(self: Pin<&mut IUnknown>) -> c_ulong;
[INFO] [stderr]     |            ^^^^^^^ method in this implementation
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:86:23
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub fn get_output(&self) -> DecklinkOutput {
[INFO] [stderr]    |                       ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub fn get_output(&self) -> DecklinkOutput<'_> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:97:22
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub fn get_input(&self) -> DecklinkInput {
[INFO] [stderr]    |                      ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub fn get_input(&self) -> DecklinkInput<'_> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `decklink-cxx` (lib) generated 26 warnings (run `cargo fix --lib -p decklink-cxx` to apply 17 suggestions)
[INFO] [stderr] warning: unused import: `DecklinkVideoFrame`
[INFO] [stderr]  --> examples/input.rs:1:36
[INFO] [stderr]   |
[INFO] [stderr] 1 | use decklink_cxx::{BMDPixelFormat, DecklinkVideoFrame};
[INFO] [stderr]   |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> examples/input.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |         window.set_image("image-001", image);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 32 |         let _ = window.set_image("image-001", image);
[INFO] [stderr]    |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]   --> examples/output.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 |     for i in 0..num_frames {
[INFO] [stderr]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]   --> examples/output.rs:57:9
[INFO] [stderr]    |
[INFO] [stderr] 57 |     for i in 0..3 {
[INFO] [stderr]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr] 
[INFO] [stderr] warning: `decklink-cxx` (example "input") generated 2 warnings (run `cargo fix --example "input" -p decklink-cxx` to apply 1 suggestion)
[INFO] [stderr] warning: `decklink-cxx` (lib test) generated 26 warnings (26 duplicates)
[INFO] [stderr] warning: `decklink-cxx` (example "output") generated 2 warnings (run `cargo fix --example "output" -p decklink-cxx` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/decklink_cxx-31283576aa08b6e2)
[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 decklink_cxx
[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] running `Command { std: "docker" "inspect" "fcb7ab891d1c33b2d00701fd3c36c5ee38b96343002b0cf8e627633a45ed3dbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcb7ab891d1c33b2d00701fd3c36c5ee38b96343002b0cf8e627633a45ed3dbb", kill_on_drop: false }`
[INFO] [stdout] fcb7ab891d1c33b2d00701fd3c36c5ee38b96343002b0cf8e627633a45ed3dbb
