[INFO] fetching crate openal 0.2.2...
[INFO] testing openal-0.2.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate openal 0.2.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate openal 0.2.2
[INFO] finished tweaking crates.io crate openal 0.2.2
[INFO] tweaked toml for crates.io crate openal 0.2.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate openal 0.2.2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 51 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c0b738a9aecaa0fce48235b9f62bb16d7530ab18b68715b27015a611d69fbe7
[INFO] running `Command { std: "docker" "start" "-a" "7c0b738a9aecaa0fce48235b9f62bb16d7530ab18b68715b27015a611d69fbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c0b738a9aecaa0fce48235b9f62bb16d7530ab18b68715b27015a611d69fbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c0b738a9aecaa0fce48235b9f62bb16d7530ab18b68715b27015a611d69fbe7", kill_on_drop: false }`
[INFO] [stdout] 7c0b738a9aecaa0fce48235b9f62bb16d7530ab18b68715b27015a611d69fbe7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59f3523d5f58fbd6f6194941514081af4c4e6f5a6def2868ea0a921ae5b31718
[INFO] running `Command { std: "docker" "start" "-a" "59f3523d5f58fbd6f6194941514081af4c4e6f5a6def2868ea0a921ae5b31718", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling openal-sys v1.16.0
[INFO] [stderr]    Compiling openal v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/error.rs:109:3
[INFO] [stdout]     |
[INFO] [stdout] 109 |         try!(f.write_str("openal::Error("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/error.rs:110:3
[INFO] [stdout]     |
[INFO] [stdout] 110 |         try!(fmt::Display::fmt(self, f));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:267:3
[INFO] [stdout]     |
[INFO] [stdout] 267 |         try!(f.write_str("openal::Listener("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:269:3
[INFO] [stdout]     |
[INFO] [stdout] 269 |         try!(f.write_str(&format!("vendor={:?} ", self.vendor())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:270:3
[INFO] [stdout]     |
[INFO] [stdout] 270 |         try!(f.write_str(&format!("version={:?} ", self.version())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:271:3
[INFO] [stdout]     |
[INFO] [stdout] 271 |         try!(f.write_str(&format!("renderer={:?} ", self.renderer())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:272:3
[INFO] [stdout]     |
[INFO] [stdout] 272 |         try!(f.write_str(&format!("extensions={:?}; ", self.extensions())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:274:3
[INFO] [stdout]     |
[INFO] [stdout] 274 |         try!(f.write_str(&format!("doppler={:?} ", self.doppler())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:275:3
[INFO] [stdout]     |
[INFO] [stdout] 275 |         try!(f.write_str(&format!("speed_of_sound={} ", self.speed_of_sound())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:276:3
[INFO] [stdout]     |
[INFO] [stdout] 276 |         try!(f.write_str(&format!("gain={} ", self.gain())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:277:3
[INFO] [stdout]     |
[INFO] [stdout] 277 |         try!(f.write_str(&format!("position={:?} ", self.position())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:278:3
[INFO] [stdout]     |
[INFO] [stdout] 278 |         try!(f.write_str(&format!("velocity={:?} ", self.velocity())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:279:3
[INFO] [stdout]     |
[INFO] [stdout] 279 |         try!(f.write_str(&format!("orientation={:?}", self.orientation())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/capture/capture.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 try!(<U as Sample>::format(channels)),
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/capture/capture.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 try!(<U as Sample>::format(channels)),
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/capture/capture.rs:105:3
[INFO] [stdout]     |
[INFO] [stdout] 105 |         try!(f.write_str("openal::Capture("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/capture/capture.rs:106:3
[INFO] [stdout]     |
[INFO] [stdout] 106 |         try!(f.write_str(&format!("len={}; ", self.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/source/stream.rs:32:3
[INFO] [stdout]    |
[INFO] [stdout] 32 |         try!(self.clear());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/source/stream.rs:31:16
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let buffer = try!(unsafe { Buffer::new(channels, data, rate) });
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/stream.rs:110:3
[INFO] [stdout]     |
[INFO] [stdout] 110 |         try!(f.write_str("openal::source::Stream("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/stream.rs:111:3
[INFO] [stdout]     |
[INFO] [stdout] 111 |         try!(f.write_str(&format!("{}; ", unsafe { self.id() })));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/stream.rs:112:3
[INFO] [stdout]     |
[INFO] [stdout] 112 |         try!(f.write_str(&format!("len={}", self.buffers.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/source.rs:359:3
[INFO] [stdout]     |
[INFO] [stdout] 359 |         try!(f.write_str("openal::Source("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/source.rs:360:3
[INFO] [stdout]     |
[INFO] [stdout] 360 |         try!(f.write_str(&format!("{}", unsafe { self.id() })));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let mut buffer = try!(Buffer::empty());
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |         al_try!(alBufferData(self.id, try!(<T as Sample>::format(channels)), data.as_ptr() as *const _,
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:95:3
[INFO] [stdout]    |
[INFO] [stdout] 95 |         try!(f.write_str("openal::Buffer("));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 |         try!(f.write_str(&format!("{}; ", unsafe { self.id() })));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:97:3
[INFO] [stdout]    |
[INFO] [stdout] 97 |         try!(f.write_str(&format!("rate={} ", self.rate())));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:98:3
[INFO] [stdout]    |
[INFO] [stdout] 98 |         try!(f.write_str(&format!("bits={} ", self.bits())));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:99:3
[INFO] [stdout]    |
[INFO] [stdout] 99 |         try!(f.write_str(&format!("channels={} ", self.channels())));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/buffer.rs:100:3
[INFO] [stdout]     |
[INFO] [stdout] 100 |         try!(f.write_str(&format!("len={}", self.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/error.rs:103:29
[INFO] [stdout]     |
[INFO] [stdout] 103 |         f.write_str(error::Error::description(self))
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/traits.rs:50:24
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Device for Context {
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Device for dyn Context {
[INFO] [stdout]    |                        +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Device` for all types that also implement `Context`
[INFO] [stdout]    |
[INFO] [stdout] 50 - unsafe impl Device for Context {
[INFO] [stdout] 50 + unsafe impl<T: Context> Device for T {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/source/stream.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn pop(&mut self) -> Result<Buffer, Error> {
[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] 44 |     pub fn pop(&mut self) -> Result<Buffer<'_>, Error> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
[INFO] running `Command { std: "docker" "inspect" "59f3523d5f58fbd6f6194941514081af4c4e6f5a6def2868ea0a921ae5b31718", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59f3523d5f58fbd6f6194941514081af4c4e6f5a6def2868ea0a921ae5b31718", kill_on_drop: false }`
[INFO] [stdout] 59f3523d5f58fbd6f6194941514081af4c4e6f5a6def2868ea0a921ae5b31718
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8b90a317d515a1df0022e2871a08b6888c5c5f94853d5888717de090ae73a19
[INFO] running `Command { std: "docker" "start" "-a" "c8b90a317d515a1df0022e2871a08b6888c5c5f94853d5888717de090ae73a19", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling bindgen v0.58.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling ffmpeg v0.3.0
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/error.rs:109:3
[INFO] [stdout]     |
[INFO] [stdout] 109 |         try!(f.write_str("openal::Error("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/error.rs:110:3
[INFO] [stdout]     |
[INFO] [stdout] 110 |         try!(fmt::Display::fmt(self, f));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:267:3
[INFO] [stdout]     |
[INFO] [stdout] 267 |         try!(f.write_str("openal::Listener("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:269:3
[INFO] [stdout]     |
[INFO] [stdout] 269 |         try!(f.write_str(&format!("vendor={:?} ", self.vendor())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:270:3
[INFO] [stdout]     |
[INFO] [stdout] 270 |         try!(f.write_str(&format!("version={:?} ", self.version())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:271:3
[INFO] [stdout]     |
[INFO] [stdout] 271 |         try!(f.write_str(&format!("renderer={:?} ", self.renderer())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:272:3
[INFO] [stdout]     |
[INFO] [stdout] 272 |         try!(f.write_str(&format!("extensions={:?}; ", self.extensions())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:274:3
[INFO] [stdout]     |
[INFO] [stdout] 274 |         try!(f.write_str(&format!("doppler={:?} ", self.doppler())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:275:3
[INFO] [stdout]     |
[INFO] [stdout] 275 |         try!(f.write_str(&format!("speed_of_sound={} ", self.speed_of_sound())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:276:3
[INFO] [stdout]     |
[INFO] [stdout] 276 |         try!(f.write_str(&format!("gain={} ", self.gain())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:277:3
[INFO] [stdout]     |
[INFO] [stdout] 277 |         try!(f.write_str(&format!("position={:?} ", self.position())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:278:3
[INFO] [stdout]     |
[INFO] [stdout] 278 |         try!(f.write_str(&format!("velocity={:?} ", self.velocity())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/listener/listener.rs:279:3
[INFO] [stdout]     |
[INFO] [stdout] 279 |         try!(f.write_str(&format!("orientation={:?}", self.orientation())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/capture/capture.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 try!(<U as Sample>::format(channels)),
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/capture/capture.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 try!(<U as Sample>::format(channels)),
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/capture/capture.rs:105:3
[INFO] [stdout]     |
[INFO] [stdout] 105 |         try!(f.write_str("openal::Capture("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/capture/capture.rs:106:3
[INFO] [stdout]     |
[INFO] [stdout] 106 |         try!(f.write_str(&format!("len={}; ", self.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/source/stream.rs:32:3
[INFO] [stdout]    |
[INFO] [stdout] 32 |         try!(self.clear());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/source/stream.rs:31:16
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let buffer = try!(unsafe { Buffer::new(channels, data, rate) });
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/stream.rs:110:3
[INFO] [stdout]     |
[INFO] [stdout] 110 |         try!(f.write_str("openal::source::Stream("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/stream.rs:111:3
[INFO] [stdout]     |
[INFO] [stdout] 111 |         try!(f.write_str(&format!("{}; ", unsafe { self.id() })));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/stream.rs:112:3
[INFO] [stdout]     |
[INFO] [stdout] 112 |         try!(f.write_str(&format!("len={}", self.buffers.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/source.rs:359:3
[INFO] [stdout]     |
[INFO] [stdout] 359 |         try!(f.write_str("openal::Source("));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/source/source.rs:360:3
[INFO] [stdout]     |
[INFO] [stdout] 360 |         try!(f.write_str(&format!("{}", unsafe { self.id() })));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let mut buffer = try!(Buffer::empty());
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |         al_try!(alBufferData(self.id, try!(<T as Sample>::format(channels)), data.as_ptr() as *const _,
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:95:3
[INFO] [stdout]    |
[INFO] [stdout] 95 |         try!(f.write_str("openal::Buffer("));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 |         try!(f.write_str(&format!("{}; ", unsafe { self.id() })));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:97:3
[INFO] [stdout]    |
[INFO] [stdout] 97 |         try!(f.write_str(&format!("rate={} ", self.rate())));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:98:3
[INFO] [stdout]    |
[INFO] [stdout] 98 |         try!(f.write_str(&format!("bits={} ", self.bits())));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/buffer.rs:99:3
[INFO] [stdout]    |
[INFO] [stdout] 99 |         try!(f.write_str(&format!("channels={} ", self.channels())));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/buffer.rs:100:3
[INFO] [stdout]     |
[INFO] [stdout] 100 |         try!(f.write_str(&format!("len={}", self.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/error.rs:103:29
[INFO] [stdout]     |
[INFO] [stdout] 103 |         f.write_str(error::Error::description(self))
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/traits.rs:50:24
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Device for Context {
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Device for dyn Context {
[INFO] [stdout]    |                        +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Device` for all types that also implement `Context`
[INFO] [stdout]    |
[INFO] [stdout] 50 - unsafe impl Device for Context {
[INFO] [stdout] 50 + unsafe impl<T: Context> Device for T {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/source/stream.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn pop(&mut self) -> Result<Buffer, Error> {
[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] 44 |     pub fn pop(&mut self) -> Result<Buffer<'_>, Error> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling ffmpeg-sys v4.3.3
[INFO] [stderr] error: failed to run custom build command for `ffmpeg-sys v4.3.3`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/ffmpeg-sys-e51eb8ba47cbe9dd/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBAVUTIL_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo:rustc-link-lib=avutil
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBAVFORMAT_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo:rustc-link-lib=avformat
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBAVFILTER_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo:rustc-link-lib=avfilter
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBAVDEVICE_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo:rustc-link-lib=avdevice
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBSWSCALE_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo:rustc-link-lib=swscale
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBSWRESAMPLE_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo:rustc-link-lib=swresample
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBAVCODEC_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo:rustc-link-lib=avcodec
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/ffmpeg-sys-7979c4b7abbf6ff7/out)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn)
[INFO] [stderr]   stdout of /opt/rustwide/target/debug/build/ffmpeg-sys-7979c4b7abbf6ff7/out/check=[FF_API_OLD_AVOPTIONS]00
[INFO] [stderr]   [FF_API_PIX_FMT]00
[INFO] [stderr]   [FF_API_CONTEXT_SIZE]00
[INFO] [stderr]   [FF_API_PIX_FMT_DESC]00
[INFO] [stderr]   [FF_API_AV_REVERSE]00
[INFO] [stderr]   [FF_API_AUDIOCONVERT]00
[INFO] [stderr]   [FF_API_CPU_FLAG_MMX2]00
[INFO] [stderr]   [FF_API_LLS_PRIVATE]00
[INFO] [stderr]   [FF_API_AVFRAME_LAVC]00
[INFO] [stderr]   [FF_API_VDPAU]00
[INFO] [stderr]   [FF_API_GET_CHANNEL_LAYOUT_COMPAT]00
[INFO] [stderr]   [FF_API_XVMC]11
[INFO] [stderr]   [FF_API_OPT_TYPE_METADATA]00
[INFO] [stderr]   [FF_API_DLOG]00
[INFO] [stderr]   [FF_API_HMAC]00
[INFO] [stderr]   [FF_API_VAAPI]00
[INFO] [stderr]   [FF_API_PKT_PTS]00
[INFO] [stderr]   [FF_API_ERROR_FRAME]00
[INFO] [stderr]   [FF_API_FRAME_QP]00
[INFO] [stderr]   [FF_API_VIMA_DECODER]00
[INFO] [stderr]   [FF_API_REQUEST_CHANNELS]00
[INFO] [stderr]   [FF_API_OLD_DECODE_AUDIO]00
[INFO] [stderr]   [FF_API_OLD_ENCODE_AUDIO]00
[INFO] [stderr]   [FF_API_OLD_ENCODE_VIDEO]00
[INFO] [stderr]   [FF_API_CODEC_ID]00
[INFO] [stderr]   [FF_API_AUDIO_CONVERT]00
[INFO] [stderr]   [FF_API_AVCODEC_RESAMPLE]00
[INFO] [stderr]   [FF_API_DEINTERLACE]00
[INFO] [stderr]   [FF_API_DESTRUCT_PACKET]00
[INFO] [stderr]   [FF_API_GET_BUFFER]00
[INFO] [stderr]   [FF_API_MISSING_SAMPLE]00
[INFO] [stderr]   [FF_API_LOWRES]00
[INFO] [stderr]   [FF_API_CAP_VDPAU]00
[INFO] [stderr]   [FF_API_BUFS_VDPAU]00
[INFO] [stderr]   [FF_API_VOXWARE]00
[INFO] [stderr]   [FF_API_SET_DIMENSIONS]00
[INFO] [stderr]   [FF_API_DEBUG_MV]00
[INFO] [stderr]   [FF_API_AC_VLC]00
[INFO] [stderr]   [FF_API_OLD_MSMPEG4]00
[INFO] [stderr]   [FF_API_ASPECT_EXTENDED]00
[INFO] [stderr]   [FF_API_THREAD_OPAQUE]00
[INFO] [stderr]   [FF_API_CODEC_PKT]00
[INFO] [stderr]   [FF_API_ARCH_ALPHA]00
[INFO] [stderr]   [FF_API_ERROR_RATE]00
[INFO] [stderr]   [FF_API_QSCALE_TYPE]00
[INFO] [stderr]   [FF_API_MB_TYPE]00
[INFO] [stderr]   [FF_API_MAX_BFRAMES]00
[INFO] [stderr]   [FF_API_NEG_LINESIZES]00
[INFO] [stderr]   [FF_API_EMU_EDGE]00
[INFO] [stderr]   [FF_API_ARCH_SH4]00
[INFO] [stderr]   [FF_API_ARCH_SPARC]00
[INFO] [stderr]   [FF_API_UNUSED_MEMBERS]00
[INFO] [stderr]   [FF_API_IDCT_XVIDMMX]00
[INFO] [stderr]   [FF_API_INPUT_PRESERVED]00
[INFO] [stderr]   [FF_API_NORMALIZE_AQP]00
[INFO] [stderr]   [FF_API_GMC]00
[INFO] [stderr]   [FF_API_MV0]00
[INFO] [stderr]   [FF_API_CODEC_NAME]00
[INFO] [stderr]   [FF_API_AFD]00
[INFO] [stderr]   [FF_API_VISMV]00
[INFO] [stderr]   [FF_API_DV_FRAME_PROFILE]00
[INFO] [stderr]   [FF_API_AUDIOENC_DELAY]00
[INFO] [stderr]   [FF_API_VAAPI_CONTEXT]00
[INFO] [stderr]   [FF_API_AVCTX_TIMEBASE]00
[INFO] [stderr]   [FF_API_MPV_OPT]00
[INFO] [stderr]   [FF_API_STREAM_CODEC_TAG]00
[INFO] [stderr]   [FF_API_QUANT_BIAS]00
[INFO] [stderr]   [FF_API_RC_STRATEGY]00
[INFO] [stderr]   [FF_API_CODED_FRAME]00
[INFO] [stderr]   [FF_API_MOTION_EST]00
[INFO] [stderr]   [FF_API_WITHOUT_PREFIX]00
[INFO] [stderr]   [FF_API_CONVERGENCE_DURATION]00
[INFO] [stderr]   [FF_API_PRIVATE_OPT]00
[INFO] [stderr]   [FF_API_CODER_TYPE]00
[INFO] [stderr]   [FF_API_RTP_CALLBACK]00
[INFO] [stderr]   [FF_API_STAT_BITS]00
[INFO] [stderr]   [FF_API_VBV_DELAY]00
[INFO] [stderr]   [FF_API_SIDEDATA_ONLY_PKT]00
[INFO] [stderr]   [FF_API_AVPICTURE]00
[INFO] [stderr]   [FF_API_LAVF_BITEXACT]00
[INFO] [stderr]   [FF_API_LAVF_FRAC]00
[INFO] [stderr]   [FF_API_URL_FEOF]00
[INFO] [stderr]   [FF_API_PROBESIZE_32]00
[INFO] [stderr]   [FF_API_LAVF_AVCTX]00
[INFO] [stderr]   [FF_API_OLD_OPEN_CALLBACKS]00
[INFO] [stderr]   [FF_API_AVFILTERPAD_PUBLIC]00
[INFO] [stderr]   [FF_API_FOO_COUNT]00
[INFO] [stderr]   [FF_API_OLD_FILTER_OPTS]00
[INFO] [stderr]   [FF_API_OLD_FILTER_OPTS_ERROR]00
[INFO] [stderr]   [FF_API_AVFILTER_OPEN]00
[INFO] [stderr]   [FF_API_OLD_FILTER_REGISTER]00
[INFO] [stderr]   [FF_API_OLD_GRAPH_PARSE]00
[INFO] [stderr]   [FF_API_NOCONST_GET_NAME]00
[INFO] [stderr]   [FF_API_SWS_CPU_CAPS]00
[INFO] [stderr]   [FF_API_ARCH_BFIN]00
[INFO] [stderr]   [avcodec_version_greater_than_56_0]1
[INFO] [stderr]   [avcodec_version_greater_than_56_1]1
[INFO] [stderr]   [avcodec_version_greater_than_56_2]1
[INFO] [stderr]   [avcodec_version_greater_than_56_3]1
[INFO] [stderr]   [avcodec_version_greater_than_56_4]1
[INFO] [stderr]   [avcodec_version_greater_than_56_5]1
[INFO] [stderr]   [avcodec_version_greater_than_56_6]1
[INFO] [stderr]   [avcodec_version_greater_than_56_7]1
[INFO] [stderr]   [avcodec_version_greater_than_56_8]1
[INFO] [stderr]   [avcodec_version_greater_than_56_9]1
[INFO] [stderr]   [avcodec_version_greater_than_56_10]1
[INFO] [stderr]   [avcodec_version_greater_than_56_11]1
[INFO] [stderr]   [avcodec_version_greater_than_56_12]1
[INFO] [stderr]   [avcodec_version_greater_than_56_13]1
[INFO] [stderr]   [avcodec_version_greater_than_56_14]1
[INFO] [stderr]   [avcodec_version_greater_than_56_15]1
[INFO] [stderr]   [avcodec_version_greater_than_56_16]1
[INFO] [stderr]   [avcodec_version_greater_than_56_17]1
[INFO] [stderr]   [avcodec_version_greater_than_56_18]1
[INFO] [stderr]   [avcodec_version_greater_than_56_19]1
[INFO] [stderr]   [avcodec_version_greater_than_56_20]1
[INFO] [stderr]   [avcodec_version_greater_than_56_21]1
[INFO] [stderr]   [avcodec_version_greater_than_56_22]1
[INFO] [stderr]   [avcodec_version_greater_than_56_23]1
[INFO] [stderr]   [avcodec_version_greater_than_56_24]1
[INFO] [stderr]   [avcodec_version_greater_than_56_25]1
[INFO] [stderr]   [avcodec_version_greater_than_56_26]1
[INFO] [stderr]   [avcodec_version_greater_than_56_27]1
[INFO] [stderr]   [avcodec_version_greater_than_56_28]1
[INFO] [stderr]   [avcodec_version_greater_than_56_29]1
[INFO] [stderr]   [avcodec_version_greater_than_56_30]1
[INFO] [stderr]   [avcodec_version_greater_than_56_31]1
[INFO] [stderr]   [avcodec_version_greater_than_56_32]1
[INFO] [stderr]   [avcodec_version_greater_than_56_33]1
[INFO] [stderr]   [avcodec_version_greater_than_56_34]1
[INFO] [stderr]   [avcodec_version_greater_than_56_35]1
[INFO] [stderr]   [avcodec_version_greater_than_56_36]1
[INFO] [stderr]   [avcodec_version_greater_than_56_37]1
[INFO] [stderr]   [avcodec_version_greater_than_56_38]1
[INFO] [stderr]   [avcodec_version_greater_than_56_39]1
[INFO] [stderr]   [avcodec_version_greater_than_56_40]1
[INFO] [stderr]   [avcodec_version_greater_than_56_41]1
[INFO] [stderr]   [avcodec_version_greater_than_56_42]1
[INFO] [stderr]   [avcodec_version_greater_than_56_43]1
[INFO] [stderr]   [avcodec_version_greater_than_56_44]1
[INFO] [stderr]   [avcodec_version_greater_than_56_45]1
[INFO] [stderr]   [avcodec_version_greater_than_56_46]1
[INFO] [stderr]   [avcodec_version_greater_than_56_47]1
[INFO] [stderr]   [avcodec_version_greater_than_56_48]1
[INFO] [stderr]   [avcodec_version_greater_than_56_49]1
[INFO] [stderr]   [avcodec_version_greater_than_56_50]1
[INFO] [stderr]   [avcodec_version_greater_than_56_51]1
[INFO] [stderr]   [avcodec_version_greater_than_56_52]1
[INFO] [stderr]   [avcodec_version_greater_than_56_53]1
[INFO] [stderr]   [avcodec_version_greater_than_56_54]1
[INFO] [stderr]   [avcodec_version_greater_than_56_55]1
[INFO] [stderr]   [avcodec_version_greater_than_56_56]1
[INFO] [stderr]   [avcodec_version_greater_than_56_57]1
[INFO] [stderr]   [avcodec_version_greater_than_56_58]1
[INFO] [stderr]   [avcodec_version_greater_than_56_59]1
[INFO] [stderr]   [avcodec_version_greater_than_56_60]1
[INFO] [stderr]   [avcodec_version_greater_than_56_61]1
[INFO] [stderr]   [avcodec_version_greater_than_56_62]1
[INFO] [stderr]   [avcodec_version_greater_than_56_63]1
[INFO] [stderr]   [avcodec_version_greater_than_56_64]1
[INFO] [stderr]   [avcodec_version_greater_than_56_65]1
[INFO] [stderr]   [avcodec_version_greater_than_56_66]1
[INFO] [stderr]   [avcodec_version_greater_than_56_67]1
[INFO] [stderr]   [avcodec_version_greater_than_56_68]1
[INFO] [stderr]   [avcodec_version_greater_than_56_69]1
[INFO] [stderr]   [avcodec_version_greater_than_56_70]1
[INFO] [stderr]   [avcodec_version_greater_than_56_71]1
[INFO] [stderr]   [avcodec_version_greater_than_56_72]1
[INFO] [stderr]   [avcodec_version_greater_than_56_73]1
[INFO] [stderr]   [avcodec_version_greater_than_56_74]1
[INFO] [stderr]   [avcodec_version_greater_than_56_75]1
[INFO] [stderr]   [avcodec_version_greater_than_56_76]1
[INFO] [stderr]   [avcodec_version_greater_than_56_77]1
[INFO] [stderr]   [avcodec_version_greater_than_56_78]1
[INFO] [stderr]   [avcodec_version_greater_than_56_79]1
[INFO] [stderr]   [avcodec_version_greater_than_56_80]1
[INFO] [stderr]   [avcodec_version_greater_than_56_81]1
[INFO] [stderr]   [avcodec_version_greater_than_56_82]1
[INFO] [stderr]   [avcodec_version_greater_than_56_83]1
[INFO] [stderr]   [avcodec_version_greater_than_56_84]1
[INFO] [stderr]   [avcodec_version_greater_than_56_85]1
[INFO] [stderr]   [avcodec_version_greater_than_56_86]1
[INFO] [stderr]   [avcodec_version_greater_than_56_87]1
[INFO] [stderr]   [avcodec_version_greater_than_56_88]1
[INFO] [stderr]   [avcodec_version_greater_than_56_89]1
[INFO] [stderr]   [avcodec_version_greater_than_56_90]1
[INFO] [stderr]   [avcodec_version_greater_than_56_91]1
[INFO] [stderr]   [avcodec_version_greater_than_56_92]1
[INFO] [stderr]   [avcodec_version_greater_than_56_93]1
[INFO] [stderr]   [avcodec_version_greater_than_56_94]1
[INFO] [stderr]   [avcodec_version_greater_than_56_95]1
[INFO] [stderr]   [avcodec_version_greater_than_56_96]1
[INFO] [stderr]   [avcodec_version_greater_than_56_97]1
[INFO] [stderr]   [avcodec_version_greater_than_56_98]1
[INFO] [stderr]   [avcodec_version_greater_than_56_99]1
[INFO] [stderr]   [avcodec_version_greater_than_56_100]1
[INFO] [stderr]   [avcodec_version_greater_than_56_101]1
[INFO] [stderr]   [avcodec_version_greater_than_56_102]1
[INFO] [stderr]   [avcodec_version_greater_than_56_103]1
[INFO] [stderr]   [avcodec_version_greater_than_56_104]1
[INFO] [stderr]   [avcodec_version_greater_than_56_105]1
[INFO] [stderr]   [avcodec_version_greater_than_56_106]1
[INFO] [stderr]   [avcodec_version_greater_than_56_107]1
[INFO] [stderr]   [avcodec_version_greater_than_57_0]1
[INFO] [stderr]   [avcodec_version_greater_than_57_1]1
[INFO] [stderr]   [avcodec_version_greater_than_57_2]1
[INFO] [stderr]   [avcodec_version_greater_than_57_3]1
[INFO] [stderr]   [avcodec_version_greater_than_57_4]1
[INFO] [stderr]   [avcodec_version_greater_than_57_5]1
[INFO] [stderr]   [avcodec_version_greater_than_57_6]1
[INFO] [stderr]   [avcodec_version_greater_than_57_7]1
[INFO] [stderr]   [avcodec_version_greater_than_57_8]1
[INFO] [stderr]   [avcodec_version_greater_than_57_9]1
[INFO] [stderr]   [avcodec_version_greater_than_57_10]1
[INFO] [stderr]   [avcodec_version_greater_than_57_11]1
[INFO] [stderr]   [avcodec_version_greater_than_57_12]1
[INFO] [stderr]   [avcodec_version_greater_than_57_13]1
[INFO] [stderr]   [avcodec_version_greater_than_57_14]1
[INFO] [stderr]   [avcodec_version_greater_than_57_15]1
[INFO] [stderr]   [avcodec_version_greater_than_57_16]1
[INFO] [stderr]   [avcodec_version_greater_than_57_17]1
[INFO] [stderr]   [avcodec_version_greater_than_57_18]1
[INFO] [stderr]   [avcodec_version_greater_than_57_19]1
[INFO] [stderr]   [avcodec_version_greater_than_57_20]1
[INFO] [stderr]   [avcodec_version_greater_than_57_21]1
[INFO] [stderr]   [avcodec_version_greater_than_57_22]1
[INFO] [stderr]   [avcodec_version_greater_than_57_23]1
[INFO] [stderr]   [avcodec_version_greater_than_57_24]1
[INFO] [stderr]   [avcodec_version_greater_than_57_25]1
[INFO] [stderr]   [avcodec_version_greater_than_57_26]1
[INFO] [stderr]   [avcodec_version_greater_than_57_27]1
[INFO] [stderr]   [avcodec_version_greater_than_57_28]1
[INFO] [stderr]   [avcodec_version_greater_than_57_29]1
[INFO] [stderr]   [avcodec_version_greater_than_57_30]1
[INFO] [stderr]   [avcodec_version_greater_than_57_31]1
[INFO] [stderr]   [avcodec_version_greater_than_57_32]1
[INFO] [stderr]   [avcodec_version_greater_than_57_33]1
[INFO] [stderr]   [avcodec_version_greater_than_57_34]1
[INFO] [stderr]   [avcodec_version_greater_than_57_35]1
[INFO] [stderr]   [avcodec_version_greater_than_57_36]1
[INFO] [stderr]   [avcodec_version_greater_than_57_37]1
[INFO] [stderr]   [avcodec_version_greater_than_57_38]1
[INFO] [stderr]   [avcodec_version_greater_than_57_39]1
[INFO] [stderr]   [avcodec_version_greater_than_57_40]1
[INFO] [stderr]   [avcodec_version_greater_than_57_41]1
[INFO] [stderr]   [avcodec_version_greater_than_57_42]1
[INFO] [stderr]   [avcodec_version_greater_than_57_43]1
[INFO] [stderr]   [avcodec_version_greater_than_57_44]1
[INFO] [stderr]   [avcodec_version_greater_than_57_45]1
[INFO] [stderr]   [avcodec_version_greater_than_57_46]1
[INFO] [stderr]   [avcodec_version_greater_than_57_47]1
[INFO] [stderr]   [avcodec_version_greater_than_57_48]1
[INFO] [stderr]   [avcodec_version_greater_than_57_49]1
[INFO] [stderr]   [avcodec_version_greater_than_57_50]1
[INFO] [stderr]   [avcodec_version_greater_than_57_51]1
[INFO] [stderr]   [avcodec_version_greater_than_57_52]1
[INFO] [stderr]   [avcodec_version_greater_than_57_53]1
[INFO] [stderr]   [avcodec_version_greater_than_57_54]1
[INFO] [stderr]   [avcodec_version_greater_than_57_55]1
[INFO] [stderr]   [avcodec_version_greater_than_57_56]1
[INFO] [stderr]   [avcodec_version_greater_than_57_57]1
[INFO] [stderr]   [avcodec_version_greater_than_57_58]1
[INFO] [stderr]   [avcodec_version_greater_than_57_59]1
[INFO] [stderr]   [avcodec_version_greater_than_57_60]1
[INFO] [stderr]   [avcodec_version_greater_than_57_61]1
[INFO] [stderr]   [avcodec_version_greater_than_57_62]1
[INFO] [stderr]   [avcodec_version_greater_than_57_63]1
[INFO] [stderr]   [avcodec_version_greater_than_57_64]1
[INFO] [stderr]   [avcodec_version_greater_than_57_65]1
[INFO] [stderr]   [avcodec_version_greater_than_57_66]1
[INFO] [stderr]   [avcodec_version_greater_than_57_67]1
[INFO] [stderr]   [avcodec_version_greater_than_57_68]1
[INFO] [stderr]   [avcodec_version_greater_than_57_69]1
[INFO] [stderr]   [avcodec_version_greater_than_57_70]1
[INFO] [stderr]   [avcodec_version_greater_than_57_71]1
[INFO] [stderr]   [avcodec_version_greater_than_57_72]1
[INFO] [stderr]   [avcodec_version_greater_than_57_73]1
[INFO] [stderr]   [avcodec_version_greater_than_57_74]1
[INFO] [stderr]   [avcodec_version_greater_than_57_75]1
[INFO] [stderr]   [avcodec_version_greater_than_57_76]1
[INFO] [stderr]   [avcodec_version_greater_than_57_77]1
[INFO] [stderr]   [avcodec_version_greater_than_57_78]1
[INFO] [stderr]   [avcodec_version_greater_than_57_79]1
[INFO] [stderr]   [avcodec_version_greater_than_57_80]1
[INFO] [stderr]   [avcodec_version_greater_than_57_81]1
[INFO] [stderr]   [avcodec_version_greater_than_57_82]1
[INFO] [stderr]   [avcodec_version_greater_than_57_83]1
[INFO] [stderr]   [avcodec_version_greater_than_57_84]1
[INFO] [stderr]   [avcodec_version_greater_than_57_85]1
[INFO] [stderr]   [avcodec_version_greater_than_57_86]1
[INFO] [stderr]   [avcodec_version_greater_than_57_87]1
[INFO] [stderr]   [avcodec_version_greater_than_57_88]1
[INFO] [stderr]   [avcodec_version_greater_than_57_89]1
[INFO] [stderr]   [avcodec_version_greater_than_57_90]1
[INFO] [stderr]   [avcodec_version_greater_than_57_91]1
[INFO] [stderr]   [avcodec_version_greater_than_57_92]1
[INFO] [stderr]   [avcodec_version_greater_than_57_93]1
[INFO] [stderr]   [avcodec_version_greater_than_57_94]1
[INFO] [stderr]   [avcodec_version_greater_than_57_95]1
[INFO] [stderr]   [avcodec_version_greater_than_57_96]1
[INFO] [stderr]   [avcodec_version_greater_than_57_97]1
[INFO] [stderr]   [avcodec_version_greater_than_57_98]1
[INFO] [stderr]   [avcodec_version_greater_than_57_99]1
[INFO] [stderr]   [avcodec_version_greater_than_57_100]1
[INFO] [stderr]   [avcodec_version_greater_than_57_101]1
[INFO] [stderr]   [avcodec_version_greater_than_57_102]1
[INFO] [stderr]   [avcodec_version_greater_than_57_103]1
[INFO] [stderr]   [avcodec_version_greater_than_57_104]1
[INFO] [stderr]   [avcodec_version_greater_than_57_105]1
[INFO] [stderr]   [avcodec_version_greater_than_57_106]1
[INFO] [stderr]   [avcodec_version_greater_than_57_107]1
[INFO] [stderr]   [avcodec_version_greater_than_58_0]1
[INFO] [stderr]   [avcodec_version_greater_than_58_1]1
[INFO] [stderr]   [avcodec_version_greater_than_58_2]1
[INFO] [stderr]   [avcodec_version_greater_than_58_3]1
[INFO] [stderr]   [avcodec_version_greater_than_58_4]1
[INFO] [stderr]   [avcodec_version_greater_than_58_5]1
[INFO] [stderr]   [avcodec_version_greater_than_58_6]1
[INFO] [stderr]   [avcodec_version_greater_than_58_7]1
[INFO] [stderr]   [avcodec_version_greater_than_58_8]1
[INFO] [stderr]   [avcodec_version_greater_than_58_9]1
[INFO] [stderr]   [avcodec_version_greater_than_58_10]1
[INFO] [stderr]   [avcodec_version_greater_than_58_11]1
[INFO] [stderr]   [avcodec_version_greater_than_58_12]1
[INFO] [stderr]   [avcodec_version_greater_than_58_13]1
[INFO] [stderr]   [avcodec_version_greater_than_58_14]1
[INFO] [stderr]   [avcodec_version_greater_than_58_15]1
[INFO] [stderr]   [avcodec_version_greater_than_58_16]1
[INFO] [stderr]   [avcodec_version_greater_than_58_17]1
[INFO] [stderr]   [avcodec_version_greater_than_58_18]1
[INFO] [stderr]   [avcodec_version_greater_than_58_19]1
[INFO] [stderr]   [avcodec_version_greater_than_58_20]1
[INFO] [stderr]   [avcodec_version_greater_than_58_21]1
[INFO] [stderr]   [avcodec_version_greater_than_58_22]1
[INFO] [stderr]   [avcodec_version_greater_than_58_23]1
[INFO] [stderr]   [avcodec_version_greater_than_58_24]1
[INFO] [stderr]   [avcodec_version_greater_than_58_25]1
[INFO] [stderr]   [avcodec_version_greater_than_58_26]1
[INFO] [stderr]   [avcodec_version_greater_than_58_27]1
[INFO] [stderr]   [avcodec_version_greater_than_58_28]1
[INFO] [stderr]   [avcodec_version_greater_than_58_29]1
[INFO] [stderr]   [avcodec_version_greater_than_58_30]1
[INFO] [stderr]   [avcodec_version_greater_than_58_31]1
[INFO] [stderr]   [avcodec_version_greater_than_58_32]1
[INFO] [stderr]   [avcodec_version_greater_than_58_33]1
[INFO] [stderr]   [avcodec_version_greater_than_58_34]1
[INFO] [stderr]   [avcodec_version_greater_than_58_35]1
[INFO] [stderr]   [avcodec_version_greater_than_58_36]1
[INFO] [stderr]   [avcodec_version_greater_than_58_37]1
[INFO] [stderr]   [avcodec_version_greater_than_58_38]1
[INFO] [stderr]   [avcodec_version_greater_than_58_39]1
[INFO] [stderr]   [avcodec_version_greater_than_58_40]1
[INFO] [stderr]   [avcodec_version_greater_than_58_41]1
[INFO] [stderr]   [avcodec_version_greater_than_58_42]1
[INFO] [stderr]   [avcodec_version_greater_than_58_43]1
[INFO] [stderr]   [avcodec_version_greater_than_58_44]1
[INFO] [stderr]   [avcodec_version_greater_than_58_45]1
[INFO] [stderr]   [avcodec_version_greater_than_58_46]1
[INFO] [stderr]   [avcodec_version_greater_than_58_47]1
[INFO] [stderr]   [avcodec_version_greater_than_58_48]1
[INFO] [stderr]   [avcodec_version_greater_than_58_49]1
[INFO] [stderr]   [avcodec_version_greater_than_58_50]1
[INFO] [stderr]   [avcodec_version_greater_than_58_51]1
[INFO] [stderr]   [avcodec_version_greater_than_58_52]1
[INFO] [stderr]   [avcodec_version_greater_than_58_53]1
[INFO] [stderr]   [avcodec_version_greater_than_58_54]1
[INFO] [stderr]   [avcodec_version_greater_than_58_55]1
[INFO] [stderr]   [avcodec_version_greater_than_58_56]1
[INFO] [stderr]   [avcodec_version_greater_than_58_57]1
[INFO] [stderr]   [avcodec_version_greater_than_58_58]1
[INFO] [stderr]   [avcodec_version_greater_than_58_59]1
[INFO] [stderr]   [avcodec_version_greater_than_58_60]1
[INFO] [stderr]   [avcodec_version_greater_than_58_61]1
[INFO] [stderr]   [avcodec_version_greater_than_58_62]1
[INFO] [stderr]   [avcodec_version_greater_than_58_63]1
[INFO] [stderr]   [avcodec_version_greater_than_58_64]1
[INFO] [stderr]   [avcodec_version_greater_than_58_65]1
[INFO] [stderr]   [avcodec_version_greater_than_58_66]1
[INFO] [stderr]   [avcodec_version_greater_than_58_67]1
[INFO] [stderr]   [avcodec_version_greater_than_58_68]1
[INFO] [stderr]   [avcodec_version_greater_than_58_69]1
[INFO] [stderr]   [avcodec_version_greater_than_58_70]1
[INFO] [stderr]   [avcodec_version_greater_than_58_71]1
[INFO] [stderr]   [avcodec_version_greater_than_58_72]1
[INFO] [stderr]   [avcodec_version_greater_than_58_73]1
[INFO] [stderr]   [avcodec_version_greater_than_58_74]1
[INFO] [stderr]   [avcodec_version_greater_than_58_75]1
[INFO] [stderr]   [avcodec_version_greater_than_58_76]1
[INFO] [stderr]   [avcodec_version_greater_than_58_77]1
[INFO] [stderr]   [avcodec_version_greater_than_58_78]1
[INFO] [stderr]   [avcodec_version_greater_than_58_79]1
[INFO] [stderr]   [avcodec_version_greater_than_58_80]1
[INFO] [stderr]   [avcodec_version_greater_than_58_81]1
[INFO] [stderr]   [avcodec_version_greater_than_58_82]1
[INFO] [stderr]   [avcodec_version_greater_than_58_83]1
[INFO] [stderr]   [avcodec_version_greater_than_58_84]1
[INFO] [stderr]   [avcodec_version_greater_than_58_85]1
[INFO] [stderr]   [avcodec_version_greater_than_58_86]1
[INFO] [stderr]   [avcodec_version_greater_than_58_87]1
[INFO] [stderr]   [avcodec_version_greater_than_58_88]1
[INFO] [stderr]   [avcodec_version_greater_than_58_89]1
[INFO] [stderr]   [avcodec_version_greater_than_58_90]1
[INFO] [stderr]   [avcodec_version_greater_than_58_91]1
[INFO] [stderr]   [avcodec_version_greater_than_58_92]1
[INFO] [stderr]   [avcodec_version_greater_than_58_93]1
[INFO] [stderr]   [avcodec_version_greater_than_58_94]1
[INFO] [stderr]   [avcodec_version_greater_than_58_95]1
[INFO] [stderr]   [avcodec_version_greater_than_58_96]1
[INFO] [stderr]   [avcodec_version_greater_than_58_97]1
[INFO] [stderr]   [avcodec_version_greater_than_58_98]1
[INFO] [stderr]   [avcodec_version_greater_than_58_99]1
[INFO] [stderr]   [avcodec_version_greater_than_58_100]1
[INFO] [stderr]   [avcodec_version_greater_than_58_101]1
[INFO] [stderr]   [avcodec_version_greater_than_58_102]1
[INFO] [stderr]   [avcodec_version_greater_than_58_103]1
[INFO] [stderr]   [avcodec_version_greater_than_58_104]1
[INFO] [stderr]   [avcodec_version_greater_than_58_105]1
[INFO] [stderr]   [avcodec_version_greater_than_58_106]1
[INFO] [stderr]   [avcodec_version_greater_than_58_107]1
[INFO] [stderr]   [avcodec_version_greater_than_59_0]1
[INFO] [stderr]   [avcodec_version_greater_than_59_1]1
[INFO] [stderr]   [avcodec_version_greater_than_59_2]1
[INFO] [stderr]   [avcodec_version_greater_than_59_3]1
[INFO] [stderr]   [avcodec_version_greater_than_59_4]1
[INFO] [stderr]   [avcodec_version_greater_than_59_5]1
[INFO] [stderr]   [avcodec_version_greater_than_59_6]1
[INFO] [stderr]   [avcodec_version_greater_than_59_7]1
[INFO] [stderr]   [avcodec_version_greater_than_59_8]1
[INFO] [stderr]   [avcodec_version_greater_than_59_9]1
[INFO] [stderr]   [avcodec_version_greater_than_59_10]1
[INFO] [stderr]   [avcodec_version_greater_than_59_11]1
[INFO] [stderr]   [avcodec_version_greater_than_59_12]1
[INFO] [stderr]   [avcodec_version_greater_than_59_13]1
[INFO] [stderr]   [avcodec_version_greater_than_59_14]1
[INFO] [stderr]   [avcodec_version_greater_than_59_15]1
[INFO] [stderr]   [avcodec_version_greater_than_59_16]1
[INFO] [stderr]   [avcodec_version_greater_than_59_17]1
[INFO] [stderr]   [avcodec_version_greater_than_59_18]1
[INFO] [stderr]   [avcodec_version_greater_than_59_19]1
[INFO] [stderr]   [avcodec_version_greater_than_59_20]1
[INFO] [stderr]   [avcodec_version_greater_than_59_21]1
[INFO] [stderr]   [avcodec_version_greater_than_59_22]1
[INFO] [stderr]   [avcodec_version_greater_than_59_23]1
[INFO] [stderr]   [avcodec_version_greater_than_59_24]1
[INFO] [stderr]   [avcodec_version_greater_than_59_25]1
[INFO] [stderr]   [avcodec_version_greater_than_59_26]1
[INFO] [stderr]   [avcodec_version_greater_than_59_27]1
[INFO] [stderr]   [avcodec_version_greater_than_59_28]1
[INFO] [stderr]   [avcodec_version_greater_than_59_29]1
[INFO] [stderr]   [avcodec_version_greater_than_59_30]1
[INFO] [stderr]   [avcodec_version_greater_than_59_31]1
[INFO] [stderr]   [avcodec_version_greater_than_59_32]1
[INFO] [stderr]   [avcodec_version_greater_than_59_33]1
[INFO] [stderr]   [avcodec_version_greater_than_59_34]1
[INFO] [stderr]   [avcodec_version_greater_than_59_35]1
[INFO] [stderr]   [avcodec_version_greater_than_59_36]1
[INFO] [stderr]   [avcodec_version_greater_than_59_37]1
[INFO] [stderr]   [avcodec_version_greater_than_59_38]1
[INFO] [stderr]   [avcodec_version_greater_than_59_39]1
[INFO] [stderr]   [avcodec_version_greater_than_59_40]1
[INFO] [stderr]   [avcodec_version_greater_than_59_41]1
[INFO] [stderr]   [avcodec_version_greater_than_59_42]1
[INFO] [stderr]   [avcodec_version_greater_than_59_43]1
[INFO] [stderr]   [avcodec_version_greater_than_59_44]1
[INFO] [stderr]   [avcodec_version_greater_than_59_45]1
[INFO] [stderr]   [avcodec_version_greater_than_59_46]1
[INFO] [stderr]   [avcodec_version_greater_than_59_47]1
[INFO] [stderr]   [avcodec_version_greater_than_59_48]1
[INFO] [stderr]   [avcodec_version_greater_than_59_49]1
[INFO] [stderr]   [avcodec_version_greater_than_59_50]1
[INFO] [stderr]   [avcodec_version_greater_than_59_51]1
[INFO] [stderr]   [avcodec_version_greater_than_59_52]1
[INFO] [stderr]   [avcodec_version_greater_than_59_53]1
[INFO] [stderr]   [avcodec_version_greater_than_59_54]1
[INFO] [stderr]   [avcodec_version_greater_than_59_55]1
[INFO] [stderr]   [avcodec_version_greater_than_59_56]1
[INFO] [stderr]   [avcodec_version_greater_than_59_57]1
[INFO] [stderr]   [avcodec_version_greater_than_59_58]1
[INFO] [stderr]   [avcodec_version_greater_than_59_59]1
[INFO] [stderr]   [avcodec_version_greater_than_59_60]1
[INFO] [stderr]   [avcodec_version_greater_than_59_61]1
[INFO] [stderr]   [avcodec_version_greater_than_59_62]1
[INFO] [stderr]   [avcodec_version_greater_than_59_63]1
[INFO] [stderr]   [avcodec_version_greater_than_59_64]1
[INFO] [stderr]   [avcodec_version_greater_than_59_65]1
[INFO] [stderr]   [avcodec_version_greater_than_59_66]1
[INFO] [stderr]   [avcodec_version_greater_than_59_67]1
[INFO] [stderr]   [avcodec_version_greater_than_59_68]1
[INFO] [stderr]   [avcodec_version_greater_than_59_69]1
[INFO] [stderr]   [avcodec_version_greater_than_59_70]1
[INFO] [stderr]   [avcodec_version_greater_than_59_71]1
[INFO] [stderr]   [avcodec_version_greater_than_59_72]1
[INFO] [stderr]   [avcodec_version_greater_than_59_73]1
[INFO] [stderr]   [avcodec_version_greater_than_59_74]1
[INFO] [stderr]   [avcodec_version_greater_than_59_75]1
[INFO] [stderr]   [avcodec_version_greater_than_59_76]1
[INFO] [stderr]   [avcodec_version_greater_than_59_77]1
[INFO] [stderr]   [avcodec_version_greater_than_59_78]1
[INFO] [stderr]   [avcodec_version_greater_than_59_79]1
[INFO] [stderr]   [avcodec_version_greater_than_59_80]1
[INFO] [stderr]   [avcodec_version_greater_than_59_81]1
[INFO] [stderr]   [avcodec_version_greater_than_59_82]1
[INFO] [stderr]   [avcodec_version_greater_than_59_83]1
[INFO] [stderr]   [avcodec_version_greater_than_59_84]1
[INFO] [stderr]   [avcodec_version_greater_than_59_85]1
[INFO] [stderr]   [avcodec_version_greater_than_59_86]1
[INFO] [stderr]   [avcodec_version_greater_than_59_87]1
[INFO] [stderr]   [avcodec_version_greater_than_59_88]1
[INFO] [stderr]   [avcodec_version_greater_than_59_89]1
[INFO] [stderr]   [avcodec_version_greater_than_59_90]1
[INFO] [stderr]   [avcodec_version_greater_than_59_91]1
[INFO] [stderr]   [avcodec_version_greater_than_59_92]1
[INFO] [stderr]   [avcodec_version_greater_than_59_93]1
[INFO] [stderr]   [avcodec_version_greater_than_59_94]1
[INFO] [stderr]   [avcodec_version_greater_than_59_95]1
[INFO] [stderr]   [avcodec_version_greater_than_59_96]1
[INFO] [stderr]   [avcodec_version_greater_than_59_97]1
[INFO] [stderr]   [avcodec_version_greater_than_59_98]1
[INFO] [stderr]   [avcodec_version_greater_than_59_99]1
[INFO] [stderr]   [avcodec_version_greater_than_59_100]1
[INFO] [stderr]   [avcodec_version_greater_than_59_101]1
[INFO] [stderr]   [avcodec_version_greater_than_59_102]1
[INFO] [stderr]   [avcodec_version_greater_than_59_103]1
[INFO] [stderr]   [avcodec_version_greater_than_59_104]1
[INFO] [stderr]   [avcodec_version_greater_than_59_105]1
[INFO] [stderr]   [avcodec_version_greater_than_59_106]1
[INFO] [stderr]   [avcodec_version_greater_than_59_107]1
[INFO] [stderr] 
[INFO] [stderr]   cargo:rustc-cfg=feature="ff_api_xvmc"
[INFO] [stderr]   cargo:ff_api_xvmc=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ff_api_xvmc_is_defined"
[INFO] [stderr]   cargo:ff_api_xvmc_is_defined=true
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_0"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_1"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_2"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_3"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_4"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_5"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_6"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_7"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_8"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_9"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_10"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_11"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_12"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_13"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_14"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_15"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_16"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_17"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_18"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_19"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_20"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_21"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_22"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_23"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_24"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_25"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_26"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_27"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_28"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_29"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_30"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_31"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_32"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_33"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_34"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_35"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_36"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_37"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_38"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_39"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_40"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_41"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_42"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_43"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_44"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_45"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_46"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_47"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_48"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_49"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_50"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_51"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_52"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_53"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_54"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_55"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_56"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_57"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_58"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_59"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_60"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_61"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_62"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_63"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_64"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_65"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_66"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_67"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_68"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_69"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_70"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_71"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_72"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_73"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_74"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_75"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_76"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_77"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_78"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_79"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_80"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_81"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_82"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_83"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_84"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_85"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_86"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_87"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_88"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_89"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_90"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_91"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_92"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_93"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_94"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_95"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_96"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_97"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_98"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_99"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_100"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_101"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_102"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_103"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_104"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_105"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_106"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_56_107"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_0"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_1"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_2"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_3"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_4"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_5"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_6"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_7"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_8"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_9"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_10"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_11"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_12"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_13"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_14"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_15"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_16"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_17"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_18"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_19"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_20"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_21"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_22"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_23"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_24"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_25"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_26"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_27"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_28"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_29"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_30"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_31"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_32"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_33"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_34"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_35"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_36"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_37"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_38"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_39"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_40"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_41"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_42"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_43"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_44"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_45"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_46"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_47"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_48"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_49"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_50"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_51"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_52"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_53"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_54"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_55"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_56"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_57"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_58"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_59"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_60"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_61"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_62"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_63"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_64"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_65"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_66"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_67"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_68"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_69"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_70"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_71"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_72"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_73"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_74"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_75"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_76"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_77"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_78"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_79"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_80"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_81"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_82"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_83"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_84"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_85"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_86"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_87"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_88"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_89"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_90"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_91"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_92"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_93"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_94"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_95"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_96"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_97"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_98"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_99"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_100"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_101"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_102"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_103"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_104"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_105"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_106"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_57_107"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_0"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_1"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_2"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_3"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_4"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_5"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_6"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_7"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_8"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_9"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_10"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_11"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_12"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_13"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_14"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_15"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_16"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_17"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_18"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_19"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_20"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_21"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_22"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_23"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_24"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_25"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_26"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_27"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_28"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_29"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_30"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_31"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_32"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_33"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_34"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_35"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_36"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_37"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_38"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_39"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_40"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_41"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_42"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_43"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_44"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_45"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_46"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_47"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_48"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_49"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_50"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_51"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_52"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_53"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_54"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_55"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_56"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_57"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_58"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_59"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_60"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_61"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_62"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_63"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_64"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_65"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_66"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_67"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_68"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_69"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_70"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_71"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_72"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_73"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_74"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_75"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_76"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_77"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_78"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_79"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_80"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_81"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_82"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_83"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_84"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_85"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_86"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_87"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_88"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_89"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_90"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_91"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_92"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_93"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_94"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_95"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_96"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_97"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_98"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_99"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_100"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_101"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_102"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_103"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_104"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_105"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_106"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_58_107"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_0"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_1"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_2"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_3"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_4"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_5"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_6"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_7"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_8"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_9"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_10"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_11"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_12"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_13"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_14"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_15"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_16"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_17"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_18"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_19"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_20"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_21"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_22"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_23"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_24"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_25"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_26"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_27"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_28"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_29"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_30"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_31"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_32"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_33"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_34"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_35"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_36"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_37"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_38"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_39"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_40"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_41"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_42"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_43"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_44"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_45"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_46"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_47"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_48"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_49"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_50"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_51"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_52"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_53"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_54"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_55"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_56"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_57"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_58"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_59"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_60"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_61"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_62"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_63"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_64"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_65"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_66"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_67"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_68"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_69"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_70"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_71"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_72"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_73"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_74"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_75"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_76"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_77"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_78"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_79"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_80"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_81"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_82"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_83"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_84"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_85"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_86"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_87"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_88"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_89"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_90"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_91"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_92"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_93"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_94"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_95"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_96"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_97"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_98"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_99"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_100"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_101"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_102"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_103"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_104"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_105"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_106"
[INFO] [stderr]   cargo:rustc-cfg=feature="avcodec_version_greater_than_59_107"
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_3_0"
[INFO] [stderr]   cargo:ffmpeg_3_0=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_3_1"
[INFO] [stderr]   cargo:ffmpeg_3_1=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_3_2"
[INFO] [stderr]   cargo:ffmpeg_3_2=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_3_3"
[INFO] [stderr]   cargo:ffmpeg_3_3=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_3_1"
[INFO] [stderr]   cargo:ffmpeg_3_1=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_4_0"
[INFO] [stderr]   cargo:ffmpeg_4_0=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_4_1"
[INFO] [stderr]   cargo:ffmpeg_4_1=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_4_2"
[INFO] [stderr]   cargo:ffmpeg_4_2=true
[INFO] [stderr]   cargo:rustc-cfg=feature="ffmpeg_4_3"
[INFO] [stderr]   cargo:ffmpeg_4_3=true
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Using stack size: Ok(3145728)
[INFO] [stderr]   fatal error: '/usr/include/libavcodec/vaapi.h' file not found
[INFO] [stderr]   fatal error: '/usr/include/libavcodec/vaapi.h' file not found, err: true
[INFO] [stderr] 
[INFO] [stderr]   thread 'ffmpg-sys-build' (473) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ffmpeg-sys-4.3.3/build.rs:1279:10:
[INFO] [stderr]   Unable to generate bindings: ()
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x64865076daa2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x64865076daa2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x64865076daa2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x64865076daa2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x6486507802df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x6486507802df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]      6:     0x64865073c2d1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x64865073c2d1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x648650747d22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x64865074ad6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x64865074abc9 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x64865074b3f5 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x64865074b28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x648650747e59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x64865073015d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x64865078a7a0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x6486507896a6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stderr]     17:     0x6486501e6e14 - core::result::Result<T,E>::expect::h19e572411018f0d4
[INFO] [stderr]     18:     0x6486501d81d1 - build_script_build::thread_main::h6c966d95fb7aec33
[INFO] [stderr]     19:     0x6486501e99b6 - core::ops::function::FnOnce::call_once::h4b0987658aa2310e
[INFO] [stderr]     20:     0x6486501ebcd6 - std::sys::backtrace::__rust_begin_short_backtrace::hdebdc98e0a0a10d2
[INFO] [stderr]     21:     0x6486501ed136 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc423519bd55adc67
[INFO] [stderr]     22:     0x6486501eb9f1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h5fb1a580ae42c73c
[INFO] [stderr]     23:     0x6486501e4c31 - std::panicking::catch_unwind::do_call::h5dbcf44b3b7e64b9
[INFO] [stderr]     24:     0x6486501eec2b - __rust_try
[INFO] [stderr]     25:     0x6486501ece1a - std::thread::Builder::spawn_unchecked_::{{closure}}::habb25279f2bf3836
[INFO] [stderr]     26:     0x6486501e9926 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h98e35a9d22af7d31
[INFO] [stderr]     27:     0x648650743d7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stderr]     28:     0x648650743d7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stderr]     29:     0x7cdb65cd8aa4 - <unknown>
[INFO] [stderr]     30:     0x7cdb65d65a34 - clone
[INFO] [stderr]     31:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (472) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ffmpeg-sys-4.3.3/build.rs:629:10:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Any { .. }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x64865076daa2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x64865076daa2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x64865076daa2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x64865076daa2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x6486507802df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x6486507802df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]      6:     0x64865073c2d1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x64865073c2d1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x648650747d22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x64865074ad6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x64865074abc9 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x64865074b3f5 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x64865074b28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x648650747e59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x64865073015d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x64865078a7a0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x6486507896a6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stderr]     17:     0x6486501dd691 - build_script_build::main::h4327911dd57ed95e
[INFO] [stderr]     18:     0x6486501e99c3 - core::ops::function::FnOnce::call_once::hc5794117a6578fe8
[INFO] [stderr]     19:     0x6486501ebcb6 - std::sys::backtrace::__rust_begin_short_backtrace::h1f1918ca0d0f077a
[INFO] [stderr]     20:     0x6486501e8d29 - std::rt::lang_start::{{closure}}::hcf4033c97fa19d69
[INFO] [stderr]     21:     0x64865073de60 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     22:     0x64865073de60 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]     23:     0x64865073de60 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]     24:     0x64865073de60 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]     25:     0x64865073de60 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stderr]     26:     0x64865073de60 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]     27:     0x64865073de60 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]     28:     0x64865073de60 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x64865073de60 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stderr]     30:     0x6486501e8d11 - std::rt::lang_start::ha31456dd9101d1ca
[INFO] [stderr]     31:     0x6486501e28f5 - main
[INFO] [stderr]     32:     0x7cdb65c661ca - <unknown>
[INFO] [stderr]     33:     0x7cdb65c6628b - __libc_start_main
[INFO] [stderr]     34:     0x6486501d16d5 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "c8b90a317d515a1df0022e2871a08b6888c5c5f94853d5888717de090ae73a19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8b90a317d515a1df0022e2871a08b6888c5c5f94853d5888717de090ae73a19", kill_on_drop: false }`
[INFO] [stdout] c8b90a317d515a1df0022e2871a08b6888c5c5f94853d5888717de090ae73a19
