[INFO] fetching crate ogg_metadata 0.4.1...
[INFO] checking ogg_metadata-0.4.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate ogg_metadata 0.4.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate ogg_metadata 0.4.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ogg_metadata 0.4.1
[INFO] finished tweaking crates.io crate ogg_metadata 0.4.1
[INFO] tweaked toml for crates.io crate ogg_metadata 0.4.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding ogg v0.5.1 (latest: v0.9.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ogg v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 50ac9d2dc0b42f11c611579622d56ec1d0e4815d51f0bda1bb2275f75167945b
[INFO] running `Command { std: "docker" "start" "-a" "50ac9d2dc0b42f11c611579622d56ec1d0e4815d51f0bda1bb2275f75167945b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50ac9d2dc0b42f11c611579622d56ec1d0e4815d51f0bda1bb2275f75167945b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50ac9d2dc0b42f11c611579622d56ec1d0e4815d51f0bda1bb2275f75167945b", kill_on_drop: false }`
[INFO] [stdout] 50ac9d2dc0b42f11c611579622d56ec1d0e4815d51f0bda1bb2275f75167945b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03441e258c507ebcfb202c1df289c3e0edad237bae5a1edf22304d6c5eaabb0c
[INFO] running `Command { std: "docker" "start" "-a" "03441e258c507ebcfb202c1df289c3e0edad237bae5a1edf22304d6c5eaabb0c", kill_on_drop: false }`
[INFO] [stderr]     Checking ogg v0.5.1
[INFO] [stderr]     Checking ogg_metadata v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let vorbis_version = try!(rdr.read_u32::<LittleEndian>());
[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/vorbis.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let audio_channels = try!(rdr.read_u8());
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let audio_sample_rate = try!(rdr.read_u32::<LittleEndian>());
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let opus_version = try!(rdr.read_u8());
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:67:3
[INFO] [stdout]    |
[INFO] [stdout] 67 |         try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let output_channels = try!(rdr.read_u8());
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let pre_skip = try!(rdr.read_u16::<LittleEndian>());
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let vmaj = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let vmin = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let vrev = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let fmbw = try!(rdr.read_u16::<BigEndian>());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let fmbh = try!(rdr.read_u16::<BigEndian>());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let picw = try!(rdr.read_uint::<BigEndian>(3)) as u32;
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let pich = try!(rdr.read_uint::<BigEndian>(3)) as u32;
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:135:16
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let end_pos = try!(pck_rdr.seek_bytes(SeekFrom::End(0)));
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:137:12
[INFO] [stdout]     |
[INFO] [stdout] 137 |     return Ok(try!(pck_rdr.seek_bytes(SeekFrom::End(-(end_pos_to_seek as i64)))));
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:2
[INFO] [stdout]     |
[INFO] [stdout] 145 |     try!(seek_before_end(pck_rdr, 150 * 1024));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:146:16
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let mut pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |             let ident_hdr = try!(vorbis::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:210:20
[INFO] [stdout]     |
[INFO] [stdout] 210 |             let ident_hdr = try!(opus::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:218:20
[INFO] [stdout]     |
[INFO] [stdout] 218 |             let ident_hdr = try!(theora::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:248:12
[INFO] [stdout]     |
[INFO] [stdout] 248 |     let pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 259 |         Some(try!(get_absgp_of_last_packet(&mut pck_rdr)))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let vorbis_version = try!(rdr.read_u32::<LittleEndian>());
[INFO] [stdout]    |                          ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:264:11
[INFO] [stdout]     |
[INFO] [stdout] 264 |     res.push(try!(parse_format(&pck.data[id_inner.0..],
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:311:3
[INFO] [stdout]     |
[INFO] [stdout] 311 |         try!(seek_before_end(&mut pck_rdr, 200 * 1024));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:274:18
[INFO] [stdout]     |
[INFO] [stdout] 274 |             let pck_cur = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:350:6
[INFO] [stdout]     |
[INFO] [stdout] 350 |                     try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:352:14
[INFO] [stdout]     |
[INFO] [stdout] 352 |                 let st = try!(parse_format(&(stream.1).data[(stream.0).0..],
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let audio_channels = try!(rdr.read_u8());
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:361:13
[INFO] [stdout]     |
[INFO] [stdout] 361 |             let st = try!(parse_format(&(stream.1).data[(stream.0).0..],
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let audio_sample_rate = try!(rdr.read_u32::<LittleEndian>());
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let opus_version = try!(rdr.read_u8());
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:67:3
[INFO] [stdout]    |
[INFO] [stdout] 67 |         try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let output_channels = try!(rdr.read_u8());
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let pre_skip = try!(rdr.read_u16::<LittleEndian>());
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let vmaj = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let vmin = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let vrev = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let fmbw = try!(rdr.read_u16::<BigEndian>());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let fmbh = try!(rdr.read_u16::<BigEndian>());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let picw = try!(rdr.read_uint::<BigEndian>(3)) as u32;
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let pich = try!(rdr.read_uint::<BigEndian>(3)) as u32;
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:135:16
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let end_pos = try!(pck_rdr.seek_bytes(SeekFrom::End(0)));
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:137:12
[INFO] [stdout]     |
[INFO] [stdout] 137 |     return Ok(try!(pck_rdr.seek_bytes(SeekFrom::End(-(end_pos_to_seek as i64)))));
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:2
[INFO] [stdout]     |
[INFO] [stdout] 145 |     try!(seek_before_end(pck_rdr, 150 * 1024));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:146:16
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let mut pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |             let ident_hdr = try!(vorbis::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:210:20
[INFO] [stdout]     |
[INFO] [stdout] 210 |             let ident_hdr = try!(opus::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:218:20
[INFO] [stdout]     |
[INFO] [stdout] 218 |             let ident_hdr = try!(theora::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:248:12
[INFO] [stdout]     |
[INFO] [stdout] 248 |     let pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 259 |         Some(try!(get_absgp_of_last_packet(&mut pck_rdr)))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:264:11
[INFO] [stdout]     |
[INFO] [stdout] 264 |     res.push(try!(parse_format(&pck.data[id_inner.0..],
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:311:3
[INFO] [stdout]     |
[INFO] [stdout] 311 |         try!(seek_before_end(&mut pck_rdr, 200 * 1024));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:274:18
[INFO] [stdout]     |
[INFO] [stdout] 274 |             let pck_cur = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:350:6
[INFO] [stdout]     |
[INFO] [stdout] 350 |                     try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:352:14
[INFO] [stdout]     |
[INFO] [stdout] 352 |                 let st = try!(parse_format(&(stream.1).data[(stream.0).0..],
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:361:13
[INFO] [stdout]     |
[INFO] [stdout] 361 |             let st = try!(parse_format(&(stream.1).data[(stream.0).0..],
[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/lib.rs:113:40
[INFO] [stdout]     |
[INFO] [stdout] 113 |         write!(fmt, "{}", std::error::Error::description(self))
[INFO] [stdout]     |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:113:40
[INFO] [stdout]     |
[INFO] [stdout] 113 |         write!(fmt, "{}", std::error::Error::description(self))
[INFO] [stdout]     |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:102:29
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn cause(&self) -> Option<&std::error::Error> {
[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/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn cause(&self) -> Option<&dyn std::error::Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:102:29
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn cause(&self) -> Option<&std::error::Error> {
[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/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn cause(&self) -> Option<&dyn std::error::Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:105:18
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(err as &std::error::Error),
[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/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(err as &dyn std::error::Error),
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:105:18
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(err as &std::error::Error),
[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/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(err as &dyn std::error::Error),
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 34 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ogg_metadata` (lib test) due to 35 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "03441e258c507ebcfb202c1df289c3e0edad237bae5a1edf22304d6c5eaabb0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03441e258c507ebcfb202c1df289c3e0edad237bae5a1edf22304d6c5eaabb0c", kill_on_drop: false }`
[INFO] [stdout] 03441e258c507ebcfb202c1df289c3e0edad237bae5a1edf22304d6c5eaabb0c
[INFO] checking ogg_metadata-0.4.1 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate ogg_metadata 0.4.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate ogg_metadata 0.4.1 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ogg_metadata 0.4.1
[INFO] finished tweaking crates.io crate ogg_metadata 0.4.1
[INFO] tweaked toml for crates.io crate ogg_metadata 0.4.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding ogg v0.5.1 (latest: v0.9.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c7b8b9c6a72b2c102d6262ae873ca2d12398c97cbcdf8da2083e3307acb09584
[INFO] running `Command { std: "docker" "start" "-a" "c7b8b9c6a72b2c102d6262ae873ca2d12398c97cbcdf8da2083e3307acb09584", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c7b8b9c6a72b2c102d6262ae873ca2d12398c97cbcdf8da2083e3307acb09584", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7b8b9c6a72b2c102d6262ae873ca2d12398c97cbcdf8da2083e3307acb09584", kill_on_drop: false }`
[INFO] [stdout] c7b8b9c6a72b2c102d6262ae873ca2d12398c97cbcdf8da2083e3307acb09584
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7fdf629f11e110c395b30cffc3ff88445aa72aa473e8fc81991f0a5b6f5db94c
[INFO] running `Command { std: "docker" "start" "-a" "7fdf629f11e110c395b30cffc3ff88445aa72aa473e8fc81991f0a5b6f5db94c", kill_on_drop: false }`
[INFO] [stderr]     Checking ogg v0.5.1
[INFO] [stderr]     Checking ogg_metadata v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let vorbis_version = try!(rdr.read_u32::<LittleEndian>());
[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/vorbis.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let audio_channels = try!(rdr.read_u8());
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let audio_sample_rate = try!(rdr.read_u32::<LittleEndian>());
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let vorbis_version = try!(rdr.read_u32::<LittleEndian>());
[INFO] [stdout]    |                          ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let opus_version = try!(rdr.read_u8());
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:67:3
[INFO] [stdout]    |
[INFO] [stdout] 67 |         try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let output_channels = try!(rdr.read_u8());
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let pre_skip = try!(rdr.read_u16::<LittleEndian>());
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let audio_channels = try!(rdr.read_u8());
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let vmaj = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/vorbis.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let audio_sample_rate = try!(rdr.read_u32::<LittleEndian>());
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let vmin = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let opus_version = try!(rdr.read_u8());
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:67:3
[INFO] [stdout]    |
[INFO] [stdout] 67 |         try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let vrev = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let output_channels = try!(rdr.read_u8());
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let fmbw = try!(rdr.read_u16::<BigEndian>());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/opus.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let pre_skip = try!(rdr.read_u16::<LittleEndian>());
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let fmbh = try!(rdr.read_u16::<BigEndian>());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let vmaj = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let vmin = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let vrev = try!(rdr.read_u8());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let picw = try!(rdr.read_uint::<BigEndian>(3)) as u32;
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let fmbw = try!(rdr.read_u16::<BigEndian>());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let fmbh = try!(rdr.read_u16::<BigEndian>());
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let pich = try!(rdr.read_uint::<BigEndian>(3)) as u32;
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let picw = try!(rdr.read_uint::<BigEndian>(3)) as u32;
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:135:16
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let end_pos = try!(pck_rdr.seek_bytes(SeekFrom::End(0)));
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/theora.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let pich = try!(rdr.read_uint::<BigEndian>(3)) as u32;
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:137:12
[INFO] [stdout]     |
[INFO] [stdout] 137 |     return Ok(try!(pck_rdr.seek_bytes(SeekFrom::End(-(end_pos_to_seek as i64)))));
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:2
[INFO] [stdout]     |
[INFO] [stdout] 145 |     try!(seek_before_end(pck_rdr, 150 * 1024));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:135:16
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let end_pos = try!(pck_rdr.seek_bytes(SeekFrom::End(0)));
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:146:16
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let mut pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:137:12
[INFO] [stdout]     |
[INFO] [stdout] 137 |     return Ok(try!(pck_rdr.seek_bytes(SeekFrom::End(-(end_pos_to_seek as i64)))));
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:2
[INFO] [stdout]     |
[INFO] [stdout] 145 |     try!(seek_before_end(pck_rdr, 150 * 1024));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |             let ident_hdr = try!(vorbis::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:146:16
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let mut pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:210:20
[INFO] [stdout]     |
[INFO] [stdout] 210 |             let ident_hdr = try!(opus::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:218:20
[INFO] [stdout]     |
[INFO] [stdout] 218 |             let ident_hdr = try!(theora::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:248:12
[INFO] [stdout]     |
[INFO] [stdout] 248 |     let pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |             let ident_hdr = try!(vorbis::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:210:20
[INFO] [stdout]     |
[INFO] [stdout] 210 |             let ident_hdr = try!(opus::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 259 |         Some(try!(get_absgp_of_last_packet(&mut pck_rdr)))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:218:20
[INFO] [stdout]     |
[INFO] [stdout] 218 |             let ident_hdr = try!(theora::read_header_ident(pck_data));
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:264:11
[INFO] [stdout]     |
[INFO] [stdout] 264 |     res.push(try!(parse_format(&pck.data[id_inner.0..],
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:248:12
[INFO] [stdout]     |
[INFO] [stdout] 248 |     let pck = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:311:3
[INFO] [stdout]     |
[INFO] [stdout] 311 |         try!(seek_before_end(&mut pck_rdr, 200 * 1024));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 259 |         Some(try!(get_absgp_of_last_packet(&mut pck_rdr)))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:274:18
[INFO] [stdout]     |
[INFO] [stdout] 274 |             let pck_cur = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:350:6
[INFO] [stdout]     |
[INFO] [stdout] 350 |                     try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:264:11
[INFO] [stdout]     |
[INFO] [stdout] 264 |     res.push(try!(parse_format(&pck.data[id_inner.0..],
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:352:14
[INFO] [stdout]     |
[INFO] [stdout] 352 |                 let st = try!(parse_format(&(stream.1).data[(stream.0).0..],
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:311:3
[INFO] [stdout]     |
[INFO] [stdout] 311 |         try!(seek_before_end(&mut pck_rdr, 200 * 1024));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:361:13
[INFO] [stdout]     |
[INFO] [stdout] 361 |             let st = try!(parse_format(&(stream.1).data[(stream.0).0..],
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:274:18
[INFO] [stdout]     |
[INFO] [stdout] 274 |             let pck_cur = try!(pck_rdr.read_packet_expected());
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:350:6
[INFO] [stdout]     |
[INFO] [stdout] 350 |                     try!(Err(OggMetadataError::UnrecognizedFormat));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:352:14
[INFO] [stdout]     |
[INFO] [stdout] 352 |                 let st = try!(parse_format(&(stream.1).data[(stream.0).0..],
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:361:13
[INFO] [stdout]     |
[INFO] [stdout] 361 |             let st = try!(parse_format(&(stream.1).data[(stream.0).0..],
[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/lib.rs:113:40
[INFO] [stdout]     |
[INFO] [stdout] 113 |         write!(fmt, "{}", std::error::Error::description(self))
[INFO] [stdout]     |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:113:40
[INFO] [stdout]     |
[INFO] [stdout] 113 |         write!(fmt, "{}", std::error::Error::description(self))
[INFO] [stdout]     |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:102:29
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn cause(&self) -> Option<&std::error::Error> {
[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/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn cause(&self) -> Option<&dyn std::error::Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:102:29
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn cause(&self) -> Option<&std::error::Error> {
[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/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn cause(&self) -> Option<&dyn std::error::Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:105:18
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(err as &std::error::Error),
[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/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(err as &dyn std::error::Error),
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:105:18
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(err as &std::error::Error),
[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/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(err as &dyn std::error::Error),
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 34 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ogg_metadata` (lib test) due to 35 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/detector.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let mut f = try!(File::open(file_path));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7fdf629f11e110c395b30cffc3ff88445aa72aa473e8fc81991f0a5b6f5db94c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fdf629f11e110c395b30cffc3ff88445aa72aa473e8fc81991f0a5b6f5db94c", kill_on_drop: false }`
[INFO] [stdout] 7fdf629f11e110c395b30cffc3ff88445aa72aa473e8fc81991f0a5b6f5db94c
