[INFO] fetching crate ffmpeg 0.2.0-alpha.1... [INFO] checking ffmpeg-0.2.0-alpha.1 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate ffmpeg 0.2.0-alpha.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate ffmpeg 0.2.0-alpha.1 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ffmpeg 0.2.0-alpha.1 [INFO] finished tweaking crates.io crate ffmpeg 0.2.0-alpha.1 [INFO] tweaked toml for crates.io crate ffmpeg 0.2.0-alpha.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ffd3c80675f66b704ee7ab1ad2b66b88e657f6cea402996e47b79f2f1ed51fb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9ffd3c80675f66b704ee7ab1ad2b66b88e657f6cea402996e47b79f2f1ed51fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ffd3c80675f66b704ee7ab1ad2b66b88e657f6cea402996e47b79f2f1ed51fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ffd3c80675f66b704ee7ab1ad2b66b88e657f6cea402996e47b79f2f1ed51fb", kill_on_drop: false }` [INFO] [stdout] 9ffd3c80675f66b704ee7ab1ad2b66b88e657f6cea402996e47b79f2f1ed51fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d40ca081c9d97526375c5b15b77f47f8675b590b0a69bbb125d1f4a815afa4da [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d40ca081c9d97526375c5b15b77f47f8675b590b0a69bbb125d1f4a815afa4da", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v0.3.3 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling ffmpeg-sys v2.8.9 [INFO] [stderr] Checking ffmpeg v0.2.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stdout] --> src/lib.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #![allow(raw_pointer_derive, non_camel_case_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stdout] --> src/lib.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #![allow(raw_pointer_derive, non_camel_case_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_XVMC_MPEG2_MC` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:509:30 [INFO] [stdout] | [INFO] [stdout] 509 | Pixel::XVMC_MPEG2_MC => AV_PIX_FMT_XVMC_MPEG2_MC, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_XVMC_MPEG2_IDCT` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:510:30 [INFO] [stdout] | [INFO] [stdout] 510 | Pixel::XVMC_MPEG2_IDCT => AV_PIX_FMT_XVMC_MPEG2_IDCT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VAAPI_IDCT` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | AV_PIX_FMT_VAAPI_IDCT, [INFO] [stdout] | --------------------- similarly named unit variant `AV_PIX_FMT_VAAPI_IDCT` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_H264` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:532:26 [INFO] [stdout] | [INFO] [stdout] 532 | Pixel::VDPAU_H264 => AV_PIX_FMT_VDPAU_H264, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_MPEG1` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:533:26 [INFO] [stdout] | [INFO] [stdout] 533 | Pixel::VDPAU_MPEG1 => AV_PIX_FMT_VDPAU_MPEG1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_MPEG2` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:534:26 [INFO] [stdout] | [INFO] [stdout] 534 | Pixel::VDPAU_MPEG2 => AV_PIX_FMT_VDPAU_MPEG2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_WMV3` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:535:26 [INFO] [stdout] | [INFO] [stdout] 535 | Pixel::VDPAU_WMV3 => AV_PIX_FMT_VDPAU_WMV3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_VC1` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:536:26 [INFO] [stdout] | [INFO] [stdout] 536 | Pixel::VDPAU_VC1 => AV_PIX_FMT_VDPAU_VC1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDA_VLD` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | AV_PIX_FMT_VDA_VLD, [INFO] [stdout] | ------------------ similarly named unit variant `AV_PIX_FMT_VDA_VLD` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_MPEG4` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:561:26 [INFO] [stdout] | [INFO] [stdout] 561 | Pixel::VDPAU_MPEG4 => AV_PIX_FMT_VDPAU_MPEG4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_XVMC` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:696:21 [INFO] [stdout] | [INFO] [stdout] 696 | Pixel::XVMC => AV_PIX_FMT_XVMC, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_NV12` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | AV_PIX_FMT_NV12, [INFO] [stdout] | --------------- similarly named unit variant `AV_PIX_FMT_NV12` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_CODEC_ID_MPEG2VIDEO_XVMC` in this scope [INFO] [stdout] --> src/codec/id.rs:919:34 [INFO] [stdout] | [INFO] [stdout] 919 | Id::MPEG2VIDEO_XVMC => AV_CODEC_ID_MPEG2VIDEO_XVMC, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_CODEC_ID_MPEG2VIDEO` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avcodec/codec.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | AV_CODEC_ID_MPEG2VIDEO, [INFO] [stdout] | ---------------------- similarly named unit variant `AV_CODEC_ID_MPEG2VIDEO` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_CODEC_ID_VOXWARE` in this scope [INFO] [stdout] --> src/codec/id.rs:1261:32 [INFO] [stdout] | [INFO] [stdout] 1261 | Id::VOXWARE => AV_CODEC_ID_VOXWARE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_CODEC_ID_XFACE` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avcodec/codec.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | AV_CODEC_ID_XFACE = MKBETAG!(b'X', b'F', b'A', b'C'), [INFO] [stdout] | ---------------------------------------------------------- similarly named unit variant `AV_CODEC_ID_XFACE` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/error.rs:128:3 [INFO] [stdout] | [INFO] [stdout] 128 | try!(f.write_str("ffmpeg::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/util/error.rs:129:3 [INFO] [stdout] | [INFO] [stdout] 129 | try!(f.write_str(&format!("{}: ", AVUNERROR((*self).into())))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/error.rs:130:3 [INFO] [stdout] | [INFO] [stdout] 130 | 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/util/frame/audio.rs:224:3 [INFO] [stdout] | [INFO] [stdout] 224 | try!(f.write_str("ffmpeg::frame::Audio { ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/frame/audio.rs:225:3 [INFO] [stdout] | [INFO] [stdout] 225 | try!(f.write_str(&format!("format: {:?}, ", self.format()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/frame/audio.rs:226:3 [INFO] [stdout] | [INFO] [stdout] 226 | 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/util/frame/audio.rs:227:3 [INFO] [stdout] | [INFO] [stdout] 227 | 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/util/frame/audio.rs:228:3 [INFO] [stdout] | [INFO] [stdout] 228 | try!(f.write_str(&format!("samples: {:?} ", self.samples()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/frame/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const CORRUPT = AV_FRAME_FLAG_CORRUPT, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/frame/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const CORRUPT = AV_FRAME_FLAG_CORRUPT, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/channel_layout.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags ChannelLayout: c_ulonglong { [INFO] [stdout] 6 | | const FRONT_LEFT = AV_CH_FRONT_LEFT, [INFO] [stdout] 7 | | const FRONT_RIGHT = AV_CH_FRONT_RIGHT, [INFO] [stdout] ... | [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/channel_layout.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags ChannelLayout: c_ulonglong { [INFO] [stdout] 6 | | const FRONT_LEFT = AV_CH_FRONT_LEFT, [INFO] [stdout] 7 | | const FRONT_RIGHT = AV_CH_FRONT_RIGHT, [INFO] [stdout] ... | [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/stream/disposition.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Disposition: c_int { [INFO] [stdout] 6 | | const DEFAULT = AV_DISPOSITION_DEFAULT, [INFO] [stdout] 7 | | const DUB = AV_DISPOSITION_DUB, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/stream/disposition.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Disposition: c_int { [INFO] [stdout] 6 | | const DEFAULT = AV_DISPOSITION_DEFAULT, [INFO] [stdout] 7 | | const DUB = AV_DISPOSITION_DUB, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/context/output.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | let codec = try!(codec.encoder().ok_or(Error::EncoderNotFound)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/format/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const NO_FILE = AVFMT_NOFILE, [INFO] [stdout] 7 | | const NEED_NUMBER = AVFMT_NEEDNUMBER, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/format/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const NO_FILE = AVFMT_NOFILE, [INFO] [stdout] 7 | | const NEED_NUMBER = AVFMT_NEEDNUMBER, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_uint { [INFO] [stdout] 6 | | const UNALIGNED = AV_CODEC_FLAG_UNALIGNED, [INFO] [stdout] 7 | | const QSCALE = AV_CODEC_FLAG_QSCALE, [INFO] [stdout] ... | [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_uint { [INFO] [stdout] 6 | | const UNALIGNED = AV_CODEC_FLAG_UNALIGNED, [INFO] [stdout] 7 | | const QSCALE = AV_CODEC_FLAG_QSCALE, [INFO] [stdout] ... | [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/packet/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const KEY = AV_PKT_FLAG_KEY, [INFO] [stdout] 7 | | const CORRUPT = AV_PKT_FLAG_CORRUPT, [INFO] [stdout] 8 | | } [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/packet/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const KEY = AV_PKT_FLAG_KEY, [INFO] [stdout] 7 | | const CORRUPT = AV_PKT_FLAG_CORRUPT, [INFO] [stdout] 8 | | } [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/subtitle/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FORCED = AV_SUBTITLE_FLAG_FORCED, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/subtitle/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FORCED = AV_SUBTITLE_FLAG_FORCED, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/capabilities.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Capabilities: c_uint { [INFO] [stdout] 6 | | const DRAW_HORIZ_BAND = AV_CODEC_CAP_DRAW_HORIZ_BAND, [INFO] [stdout] 7 | | const DR1 = AV_CODEC_CAP_DR1, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/capabilities.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Capabilities: c_uint { [INFO] [stdout] 6 | | const DRAW_HORIZ_BAND = AV_CODEC_CAP_DRAW_HORIZ_BAND, [INFO] [stdout] 7 | | const DR1 = AV_CODEC_CAP_DR1, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/debug.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Debug: c_int { [INFO] [stdout] 6 | | const PICT_INFO = FF_DEBUG_PICT_INFO, [INFO] [stdout] 7 | | const RC = FF_DEBUG_RC, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/debug.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Debug: c_int { [INFO] [stdout] 6 | | const PICT_INFO = FF_DEBUG_PICT_INFO, [INFO] [stdout] 7 | | const RC = FF_DEBUG_RC, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/slice.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const CODED_ORDER = SLICE_FLAG_CODED_ORDER, [INFO] [stdout] 7 | | const ALLOW_FIELD = SLICE_FLAG_ALLOW_FIELD, [INFO] [stdout] 8 | | const ALLOW_PLANE = SLICE_FLAG_ALLOW_PLANE, [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/slice.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const CODED_ORDER = SLICE_FLAG_CODED_ORDER, [INFO] [stdout] 7 | | const ALLOW_FIELD = SLICE_FLAG_ALLOW_FIELD, [INFO] [stdout] 8 | | const ALLOW_PLANE = SLICE_FLAG_ALLOW_PLANE, [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/conceal.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Conceal: c_int { [INFO] [stdout] 6 | | const GUESS_MVS = FF_EC_GUESS_MVS, [INFO] [stdout] 7 | | const DEBLOCK = FF_EC_DEBLOCK, [INFO] [stdout] 8 | | const FAVOR_INTER = FF_EC_FAVOR_INTER, [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/conceal.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Conceal: c_int { [INFO] [stdout] 6 | | const GUESS_MVS = FF_EC_GUESS_MVS, [INFO] [stdout] 7 | | const DEBLOCK = FF_EC_DEBLOCK, [INFO] [stdout] 8 | | const FAVOR_INTER = FF_EC_FAVOR_INTER, [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/check.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Check: c_int { [INFO] [stdout] 6 | | const CRC = AV_EF_CRCCHECK, [INFO] [stdout] 7 | | const BISTREAM = AV_EF_BITSTREAM, [INFO] [stdout] ... | [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/check.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Check: c_int { [INFO] [stdout] 6 | | const CRC = AV_EF_CRCCHECK, [INFO] [stdout] 7 | | const BISTREAM = AV_EF_BITSTREAM, [INFO] [stdout] ... | [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/filter/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const DYNAMIC_INPUTS = AVFILTER_FLAG_DYNAMIC_INPUTS, [INFO] [stdout] 7 | | const DYNAMIC_OUTPUTS = AVFILTER_FLAG_DYNAMIC_OUTPUTS, [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/filter/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const DYNAMIC_INPUTS = AVFILTER_FLAG_DYNAMIC_INPUTS, [INFO] [stdout] 7 | | const DYNAMIC_OUTPUTS = AVFILTER_FLAG_DYNAMIC_OUTPUTS, [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/filter/graph.rs:136:22 [INFO] [stdout] | [INFO] [stdout] 136 | let mut context = try!(self.graph.get(name).ok_or(Error::InvalidData)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/filter/graph.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 163 | let mut context = try!(self.graph.get(name).ok_or(Error::InvalidData)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/scaling/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FAST_BILINEAR = SWS_FAST_BILINEAR, [INFO] [stdout] 7 | | const BILINEAR = SWS_BILINEAR, [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/scaling/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FAST_BILINEAR = SWS_FAST_BILINEAR, [INFO] [stdout] 7 | | const BILINEAR = SWS_BILINEAR, [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/scaling/capability.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Capabilities: c_uint { [INFO] [stdout] 6 | | const MMX = SWS_CPU_CAPS_MMX, [INFO] [stdout] 7 | | const MMXEXT = SWS_CPU_CAPS_MMXEXT, [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/scaling/capability.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Capabilities: c_uint { [INFO] [stdout] 6 | | const MMX = SWS_CPU_CAPS_MMX, [INFO] [stdout] 7 | | const MMXEXT = SWS_CPU_CAPS_MMXEXT, [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/resampling/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FORCE = SWR_FLAG_RESAMPLE, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/resampling/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FORCE = SWR_FLAG_RESAMPLE, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern crate `sys` is private, and cannot be re-exported (error E0365), consider declaring with `pub` [INFO] [stdout] --> src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use sys as ffi; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(pub_use_of_private_extern_crate)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/util/frame/video.rs:58:60 [INFO] [stdout] | [INFO] [stdout] 58 | format::Pixel::from(mem::transmute::<_, AVPixelFormat>(((*self.as_ptr()).format))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/util/frame/audio.rs:55:62 [INFO] [stdout] | [INFO] [stdout] 55 | format::Sample::from(mem::transmute::<_, AVSampleFormat>(((*self.as_ptr()).format))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec/context.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | owner: Option>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Drop` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec/context.rs:20:64 [INFO] [stdout] | [INFO] [stdout] 20 | pub unsafe fn wrap(ptr: *mut AVCodecContext, owner: Option>) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Drop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/filter/graph.rs:89:52 [INFO] [stdout] | [INFO] [stdout] 89 | let cstr = from_utf8_unchecked(CStr::from_ptr((ptr)).to_bytes()); [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/util/error.rs:122:15 [INFO] [stdout] | [INFO] [stdout] 122 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/rational.rs:5:19 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_int, int64_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/rational.rs:42:46 [INFO] [stdout] | [INFO] [stdout] 42 | self.numerator() as int64_t, self.denominator() as int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/rational.rs:42:77 [INFO] [stdout] | [INFO] [stdout] 42 | self.numerator() as int64_t, self.denominator() as int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/rational.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | max as int64_t); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/util/format/sample.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | use libc::{c_int, uint8_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/util/format/sample.rs:136:20 [INFO] [stdout] | [INFO] [stdout] 136 | buffer: *mut *mut uint8_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/frame/audio.rs:5:19 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_int, int64_t, c_ulonglong}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/frame/audio.rs:77:67 [INFO] [stdout] | [INFO] [stdout] 77 | av_frame_set_channel_layout(self.as_mut_ptr(), value.bits() as int64_t); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/option/traits.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | use libc::{c_void, c_int, int64_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/option/traits.rs:55:14 [INFO] [stdout] | [INFO] [stdout] 55 | value as int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/option/traits.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | layout.bits() as int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/codec/subtitle/mod.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | use libc::{c_uint, uint32_t, size_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/codec/subtitle/mod.rs:81:40 [INFO] [stdout] | [INFO] [stdout] 81 | self.0.start_display_time = value as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/codec/subtitle/mod.rs:89:38 [INFO] [stdout] | [INFO] [stdout] 89 | self.0.end_display_time = value as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/delay.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/delay.rs:19:75 [INFO] [stdout] | [INFO] [stdout] 19 | input: swr_get_delay(context.as_ptr(), context.input().rate as int64_t), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/delay.rs:20:76 [INFO] [stdout] | [INFO] [stdout] 20 | output: swr_get_delay(context.as_ptr(), context.output().rate as int64_t), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/context.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::{c_int, int64_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/context.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | dst_channel_layout.bits() as int64_t, dst_format.into(), dst_rate as c_int, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/context.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | src_channel_layout.bits() as int64_t, src_format.into(), src_rate as c_int, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_XVMC_MPEG2_MC` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:509:30 [INFO] [stdout] | [INFO] [stdout] 509 | Pixel::XVMC_MPEG2_MC => AV_PIX_FMT_XVMC_MPEG2_MC, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_XVMC_MPEG2_IDCT` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:510:30 [INFO] [stdout] | [INFO] [stdout] 510 | Pixel::XVMC_MPEG2_IDCT => AV_PIX_FMT_XVMC_MPEG2_IDCT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VAAPI_IDCT` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | AV_PIX_FMT_VAAPI_IDCT, [INFO] [stdout] | --------------------- similarly named unit variant `AV_PIX_FMT_VAAPI_IDCT` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_H264` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:532:26 [INFO] [stdout] | [INFO] [stdout] 532 | Pixel::VDPAU_H264 => AV_PIX_FMT_VDPAU_H264, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_MPEG1` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:533:26 [INFO] [stdout] | [INFO] [stdout] 533 | Pixel::VDPAU_MPEG1 => AV_PIX_FMT_VDPAU_MPEG1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_MPEG2` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:534:26 [INFO] [stdout] | [INFO] [stdout] 534 | Pixel::VDPAU_MPEG2 => AV_PIX_FMT_VDPAU_MPEG2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_WMV3` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:535:26 [INFO] [stdout] | [INFO] [stdout] 535 | Pixel::VDPAU_WMV3 => AV_PIX_FMT_VDPAU_WMV3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_VC1` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:536:26 [INFO] [stdout] | [INFO] [stdout] 536 | Pixel::VDPAU_VC1 => AV_PIX_FMT_VDPAU_VC1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDA_VLD` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | AV_PIX_FMT_VDA_VLD, [INFO] [stdout] | ------------------ similarly named unit variant `AV_PIX_FMT_VDA_VLD` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_VDPAU_MPEG4` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:561:26 [INFO] [stdout] | [INFO] [stdout] 561 | Pixel::VDPAU_MPEG4 => AV_PIX_FMT_VDPAU_MPEG4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_VDPAU` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | AV_PIX_FMT_VDPAU, [INFO] [stdout] | ---------------- similarly named unit variant `AV_PIX_FMT_VDPAU` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_PIX_FMT_XVMC` in this scope [INFO] [stdout] --> src/util/format/pixel.rs:696:21 [INFO] [stdout] | [INFO] [stdout] 696 | Pixel::XVMC => AV_PIX_FMT_XVMC, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_NV12` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avutil/pixfmt.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | AV_PIX_FMT_NV12, [INFO] [stdout] | --------------- similarly named unit variant `AV_PIX_FMT_NV12` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_CODEC_ID_MPEG2VIDEO_XVMC` in this scope [INFO] [stdout] --> src/codec/id.rs:919:34 [INFO] [stdout] | [INFO] [stdout] 919 | Id::MPEG2VIDEO_XVMC => AV_CODEC_ID_MPEG2VIDEO_XVMC, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_CODEC_ID_MPEG2VIDEO` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avcodec/codec.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | AV_CODEC_ID_MPEG2VIDEO, [INFO] [stdout] | ---------------------- similarly named unit variant `AV_CODEC_ID_MPEG2VIDEO` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AV_CODEC_ID_VOXWARE` in this scope [INFO] [stdout] --> src/codec/id.rs:1261:32 [INFO] [stdout] | [INFO] [stdout] 1261 | Id::VOXWARE => AV_CODEC_ID_VOXWARE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_CODEC_ID_XFACE` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ffmpeg-sys-2.8.9/src/avcodec/codec.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | AV_CODEC_ID_XFACE = MKBETAG!(b'X', b'F', b'A', b'C'), [INFO] [stdout] | ---------------------------------------------------------- similarly named unit variant `AV_CODEC_ID_XFACE` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/error.rs:128:3 [INFO] [stdout] | [INFO] [stdout] 128 | try!(f.write_str("ffmpeg::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/util/error.rs:129:3 [INFO] [stdout] | [INFO] [stdout] 129 | try!(f.write_str(&format!("{}: ", AVUNERROR((*self).into())))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/error.rs:130:3 [INFO] [stdout] | [INFO] [stdout] 130 | 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/util/frame/audio.rs:224:3 [INFO] [stdout] | [INFO] [stdout] 224 | try!(f.write_str("ffmpeg::frame::Audio { ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/frame/audio.rs:225:3 [INFO] [stdout] | [INFO] [stdout] 225 | try!(f.write_str(&format!("format: {:?}, ", self.format()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/frame/audio.rs:226:3 [INFO] [stdout] | [INFO] [stdout] 226 | 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/util/frame/audio.rs:227:3 [INFO] [stdout] | [INFO] [stdout] 227 | 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/util/frame/audio.rs:228:3 [INFO] [stdout] | [INFO] [stdout] 228 | try!(f.write_str(&format!("samples: {:?} ", self.samples()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/frame/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const CORRUPT = AV_FRAME_FLAG_CORRUPT, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/frame/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const CORRUPT = AV_FRAME_FLAG_CORRUPT, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/channel_layout.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags ChannelLayout: c_ulonglong { [INFO] [stdout] 6 | | const FRONT_LEFT = AV_CH_FRONT_LEFT, [INFO] [stdout] 7 | | const FRONT_RIGHT = AV_CH_FRONT_RIGHT, [INFO] [stdout] ... | [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util/channel_layout.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags ChannelLayout: c_ulonglong { [INFO] [stdout] 6 | | const FRONT_LEFT = AV_CH_FRONT_LEFT, [INFO] [stdout] 7 | | const FRONT_RIGHT = AV_CH_FRONT_RIGHT, [INFO] [stdout] ... | [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/stream/disposition.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Disposition: c_int { [INFO] [stdout] 6 | | const DEFAULT = AV_DISPOSITION_DEFAULT, [INFO] [stdout] 7 | | const DUB = AV_DISPOSITION_DUB, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/stream/disposition.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Disposition: c_int { [INFO] [stdout] 6 | | const DEFAULT = AV_DISPOSITION_DEFAULT, [INFO] [stdout] 7 | | const DUB = AV_DISPOSITION_DUB, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/context/output.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | let codec = try!(codec.encoder().ok_or(Error::EncoderNotFound)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/format/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const NO_FILE = AVFMT_NOFILE, [INFO] [stdout] 7 | | const NEED_NUMBER = AVFMT_NEEDNUMBER, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/format/format/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const NO_FILE = AVFMT_NOFILE, [INFO] [stdout] 7 | | const NEED_NUMBER = AVFMT_NEEDNUMBER, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_uint { [INFO] [stdout] 6 | | const UNALIGNED = AV_CODEC_FLAG_UNALIGNED, [INFO] [stdout] 7 | | const QSCALE = AV_CODEC_FLAG_QSCALE, [INFO] [stdout] ... | [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_uint { [INFO] [stdout] 6 | | const UNALIGNED = AV_CODEC_FLAG_UNALIGNED, [INFO] [stdout] 7 | | const QSCALE = AV_CODEC_FLAG_QSCALE, [INFO] [stdout] ... | [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/packet/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const KEY = AV_PKT_FLAG_KEY, [INFO] [stdout] 7 | | const CORRUPT = AV_PKT_FLAG_CORRUPT, [INFO] [stdout] 8 | | } [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/packet/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const KEY = AV_PKT_FLAG_KEY, [INFO] [stdout] 7 | | const CORRUPT = AV_PKT_FLAG_CORRUPT, [INFO] [stdout] 8 | | } [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/subtitle/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FORCED = AV_SUBTITLE_FLAG_FORCED, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/subtitle/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FORCED = AV_SUBTITLE_FLAG_FORCED, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/capabilities.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Capabilities: c_uint { [INFO] [stdout] 6 | | const DRAW_HORIZ_BAND = AV_CODEC_CAP_DRAW_HORIZ_BAND, [INFO] [stdout] 7 | | const DR1 = AV_CODEC_CAP_DR1, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/capabilities.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Capabilities: c_uint { [INFO] [stdout] 6 | | const DRAW_HORIZ_BAND = AV_CODEC_CAP_DRAW_HORIZ_BAND, [INFO] [stdout] 7 | | const DR1 = AV_CODEC_CAP_DR1, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/debug.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Debug: c_int { [INFO] [stdout] 6 | | const PICT_INFO = FF_DEBUG_PICT_INFO, [INFO] [stdout] 7 | | const RC = FF_DEBUG_RC, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/debug.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Debug: c_int { [INFO] [stdout] 6 | | const PICT_INFO = FF_DEBUG_PICT_INFO, [INFO] [stdout] 7 | | const RC = FF_DEBUG_RC, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/slice.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const CODED_ORDER = SLICE_FLAG_CODED_ORDER, [INFO] [stdout] 7 | | const ALLOW_FIELD = SLICE_FLAG_ALLOW_FIELD, [INFO] [stdout] 8 | | const ALLOW_PLANE = SLICE_FLAG_ALLOW_PLANE, [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/slice.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const CODED_ORDER = SLICE_FLAG_CODED_ORDER, [INFO] [stdout] 7 | | const ALLOW_FIELD = SLICE_FLAG_ALLOW_FIELD, [INFO] [stdout] 8 | | const ALLOW_PLANE = SLICE_FLAG_ALLOW_PLANE, [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/conceal.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Conceal: c_int { [INFO] [stdout] 6 | | const GUESS_MVS = FF_EC_GUESS_MVS, [INFO] [stdout] 7 | | const DEBLOCK = FF_EC_DEBLOCK, [INFO] [stdout] 8 | | const FAVOR_INTER = FF_EC_FAVOR_INTER, [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/conceal.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Conceal: c_int { [INFO] [stdout] 6 | | const GUESS_MVS = FF_EC_GUESS_MVS, [INFO] [stdout] 7 | | const DEBLOCK = FF_EC_DEBLOCK, [INFO] [stdout] 8 | | const FAVOR_INTER = FF_EC_FAVOR_INTER, [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/check.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Check: c_int { [INFO] [stdout] 6 | | const CRC = AV_EF_CRCCHECK, [INFO] [stdout] 7 | | const BISTREAM = AV_EF_BITSTREAM, [INFO] [stdout] ... | [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec/decoder/check.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Check: c_int { [INFO] [stdout] 6 | | const CRC = AV_EF_CRCCHECK, [INFO] [stdout] 7 | | const BISTREAM = AV_EF_BITSTREAM, [INFO] [stdout] ... | [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/filter/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const DYNAMIC_INPUTS = AVFILTER_FLAG_DYNAMIC_INPUTS, [INFO] [stdout] 7 | | const DYNAMIC_OUTPUTS = AVFILTER_FLAG_DYNAMIC_OUTPUTS, [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/filter/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const DYNAMIC_INPUTS = AVFILTER_FLAG_DYNAMIC_INPUTS, [INFO] [stdout] 7 | | const DYNAMIC_OUTPUTS = AVFILTER_FLAG_DYNAMIC_OUTPUTS, [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/filter/graph.rs:136:22 [INFO] [stdout] | [INFO] [stdout] 136 | let mut context = try!(self.graph.get(name).ok_or(Error::InvalidData)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/filter/graph.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 163 | let mut context = try!(self.graph.get(name).ok_or(Error::InvalidData)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/scaling/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FAST_BILINEAR = SWS_FAST_BILINEAR, [INFO] [stdout] 7 | | const BILINEAR = SWS_BILINEAR, [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/scaling/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FAST_BILINEAR = SWS_FAST_BILINEAR, [INFO] [stdout] 7 | | const BILINEAR = SWS_BILINEAR, [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/scaling/capability.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Capabilities: c_uint { [INFO] [stdout] 6 | | const MMX = SWS_CPU_CAPS_MMX, [INFO] [stdout] 7 | | const MMXEXT = SWS_CPU_CAPS_MMXEXT, [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/scaling/capability.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Capabilities: c_uint { [INFO] [stdout] 6 | | const MMX = SWS_CPU_CAPS_MMX, [INFO] [stdout] 7 | | const MMXEXT = SWS_CPU_CAPS_MMXEXT, [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/resampling/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FORCE = SWR_FLAG_RESAMPLE, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/software/resampling/flag.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | flags Flags: c_int { [INFO] [stdout] 6 | | const FORCE = SWR_FLAG_RESAMPLE, [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern crate `sys` is private, and cannot be re-exported (error E0365), consider declaring with `pub` [INFO] [stdout] --> src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use sys as ffi; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(pub_use_of_private_extern_crate)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/util/frame/video.rs:58:60 [INFO] [stdout] | [INFO] [stdout] 58 | format::Pixel::from(mem::transmute::<_, AVPixelFormat>(((*self.as_ptr()).format))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/util/frame/audio.rs:55:62 [INFO] [stdout] | [INFO] [stdout] 55 | format::Sample::from(mem::transmute::<_, AVSampleFormat>(((*self.as_ptr()).format))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec/context.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | owner: Option>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Drop` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec/context.rs:20:64 [INFO] [stdout] | [INFO] [stdout] 20 | pub unsafe fn wrap(ptr: *mut AVCodecContext, owner: Option>) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Drop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/filter/graph.rs:89:52 [INFO] [stdout] | [INFO] [stdout] 89 | let cstr = from_utf8_unchecked(CStr::from_ptr((ptr)).to_bytes()); [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/util/error.rs:122:15 [INFO] [stdout] | [INFO] [stdout] 122 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/rational.rs:5:19 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_int, int64_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/rational.rs:42:46 [INFO] [stdout] | [INFO] [stdout] 42 | self.numerator() as int64_t, self.denominator() as int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/rational.rs:42:77 [INFO] [stdout] | [INFO] [stdout] 42 | self.numerator() as int64_t, self.denominator() as int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/rational.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | max as int64_t); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/util/format/sample.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | use libc::{c_int, uint8_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/util/format/sample.rs:136:20 [INFO] [stdout] | [INFO] [stdout] 136 | buffer: *mut *mut uint8_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/frame/audio.rs:5:19 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_int, int64_t, c_ulonglong}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/frame/audio.rs:77:67 [INFO] [stdout] | [INFO] [stdout] 77 | av_frame_set_channel_layout(self.as_mut_ptr(), value.bits() as int64_t); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/option/traits.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | use libc::{c_void, c_int, int64_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/option/traits.rs:55:14 [INFO] [stdout] | [INFO] [stdout] 55 | value as int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/util/option/traits.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | layout.bits() as int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/codec/subtitle/mod.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | use libc::{c_uint, uint32_t, size_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/codec/subtitle/mod.rs:81:40 [INFO] [stdout] | [INFO] [stdout] 81 | self.0.start_display_time = value as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/codec/subtitle/mod.rs:89:38 [INFO] [stdout] | [INFO] [stdout] 89 | self.0.end_display_time = value as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/delay.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/delay.rs:19:75 [INFO] [stdout] | [INFO] [stdout] 19 | input: swr_get_delay(context.as_ptr(), context.input().rate as int64_t), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/delay.rs:20:76 [INFO] [stdout] | [INFO] [stdout] 20 | output: swr_get_delay(context.as_ptr(), context.output().rate as int64_t), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/context.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::{c_int, int64_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/context.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | dst_channel_layout.bits() as int64_t, dst_format.into(), dst_rate as c_int, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/software/resampling/context.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | src_channel_layout.bits() as int64_t, src_format.into(), src_rate as c_int, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `me_method` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | (*self.as_mut_ptr()).me_method = value.into(); [INFO] [stdout] | ^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `intra_quant_bias` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:296:26 [INFO] [stdout] | [INFO] [stdout] 296 | (*self.as_mut_ptr()).intra_quant_bias = value as c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `intra_quant_bias` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:299:26 [INFO] [stdout] | [INFO] [stdout] 299 | (*self.as_mut_ptr()).intra_quant_bias = FF_DEFAULT_QUANT_BIAS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `inter_quant_bias` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:308:26 [INFO] [stdout] | [INFO] [stdout] 308 | (*self.as_mut_ptr()).inter_quant_bias = value as c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `inter_quant_bias` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:311:26 [INFO] [stdout] | [INFO] [stdout] 311 | (*self.as_mut_ptr()).inter_quant_bias = FF_DEFAULT_QUANT_BIAS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors; 70 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ffmpeg` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0609]: no field `me_method` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | (*self.as_mut_ptr()).me_method = value.into(); [INFO] [stdout] | ^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `intra_quant_bias` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:296:26 [INFO] [stdout] | [INFO] [stdout] 296 | (*self.as_mut_ptr()).intra_quant_bias = value as c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `intra_quant_bias` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:299:26 [INFO] [stdout] | [INFO] [stdout] 299 | (*self.as_mut_ptr()).intra_quant_bias = FF_DEFAULT_QUANT_BIAS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `inter_quant_bias` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:308:26 [INFO] [stdout] | [INFO] [stdout] 308 | (*self.as_mut_ptr()).inter_quant_bias = value as c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `inter_quant_bias` on type `sys::AVCodecContext` [INFO] [stdout] --> src/codec/encoder/video.rs:311:26 [INFO] [stdout] | [INFO] [stdout] 311 | (*self.as_mut_ptr()).inter_quant_bias = FF_DEFAULT_QUANT_BIAS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_name` ... and 176 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors; 70 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d40ca081c9d97526375c5b15b77f47f8675b590b0a69bbb125d1f4a815afa4da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d40ca081c9d97526375c5b15b77f47f8675b590b0a69bbb125d1f4a815afa4da", kill_on_drop: false }` [INFO] [stdout] d40ca081c9d97526375c5b15b77f47f8675b590b0a69bbb125d1f4a815afa4da