[INFO] crate mpeg2ts-reader 0.12.0 is already in cache [INFO] extracting crate mpeg2ts-reader 0.12.0 into work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/mpeg2ts-reader/0.12.0 [INFO] extracting crate mpeg2ts-reader 0.12.0 into work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/mpeg2ts-reader/0.12.0 [INFO] validating manifest of mpeg2ts-reader-0.12.0 on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mpeg2ts-reader-0.12.0 on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mpeg2ts-reader-0.12.0 [INFO] finished frobbing mpeg2ts-reader-0.12.0 [INFO] frobbed toml for mpeg2ts-reader-0.12.0 written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/mpeg2ts-reader/0.12.0/Cargo.toml [INFO] started frobbing mpeg2ts-reader-0.12.0 [INFO] finished frobbing mpeg2ts-reader-0.12.0 [INFO] frobbed toml for mpeg2ts-reader-0.12.0 written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/mpeg2ts-reader/0.12.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mpeg2ts-reader-0.12.0 against try#18481b65f318e0b4b20c0fc61340054701719d6c for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-3/try#18481b65f318e0b4b20c0fc61340054701719d6c:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/mpeg2ts-reader/0.12.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4b4ac84d0eb27354872e624c6e68b36d9d9ed27c563a9b44ed7df01591bb7b24 [INFO] running `"docker" "start" "-a" "4b4ac84d0eb27354872e624c6e68b36d9d9ed27c563a9b44ed7df01591bb7b24"` [INFO] [stderr] Checking bitstream-io v0.8.3 [INFO] [stderr] Checking hex-slice v0.1.4 [INFO] [stderr] Checking mpeg2ts-reader v0.12.0 (/opt/crater/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/descriptor/mod.rs:133:21 [INFO] [stderr] | [INFO] [stderr] 133 | _ => Err($crate::descriptor::DescriptorError::UnhandledTagValue(tag)), [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 164 | / descriptor_enum! { [INFO] [stderr] 165 | | /// Default implementation of [`Descriptor`](trait.Descriptor.html) covering descriptor types [INFO] [stderr] 166 | | /// from _ISO/IEC 13818-1_. [INFO] [stderr] 167 | | /// [INFO] [stderr] ... | [INFO] [stderr] 276 | | } [INFO] [stderr] 277 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] error: outlives requirements can be inferred [INFO] [stderr] --> src/demultiplex.rs:289:32 [INFO] [stderr] | [INFO] [stderr] 289 | pub enum FilterRequest<'a, 'buf: 'a> { [INFO] [stderr] | ^^^^ help: remove this bound [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | #![deny(rust_2018_idioms, future_incompatible, missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[deny(explicit_outlives_requirements)] implied by #[deny(rust_2018_idioms)] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `mpeg2ts-reader`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/descriptor/avcvideo.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `matches::assert_matches` [INFO] [stderr] --> src/descriptor/avcvideo.rs:103:9 [INFO] [stderr] | [INFO] [stderr] 103 | use matches::assert_matches; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/descriptor/max_bitrate.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `matches::assert_matches` [INFO] [stderr] --> src/descriptor/max_bitrate.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | use matches::assert_matches; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/descriptor/mod.rs:133:21 [INFO] [stderr] | [INFO] [stderr] 133 | _ => Err($crate::descriptor::DescriptorError::UnhandledTagValue(tag)), [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 164 | / descriptor_enum! { [INFO] [stderr] 165 | | /// Default implementation of [`Descriptor`](trait.Descriptor.html) covering descriptor types [INFO] [stderr] 166 | | /// from _ISO/IEC 13818-1_. [INFO] [stderr] 167 | | /// [INFO] [stderr] ... | [INFO] [stderr] 276 | | } [INFO] [stderr] 277 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] error: outlives requirements can be inferred [INFO] [stderr] --> src/demultiplex.rs:289:32 [INFO] [stderr] | [INFO] [stderr] 289 | pub enum FilterRequest<'a, 'buf: 'a> { [INFO] [stderr] | ^^^^ help: remove this bound [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | #![deny(rust_2018_idioms, future_incompatible, missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[deny(explicit_outlives_requirements)] implied by #[deny(rust_2018_idioms)] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `mpeg2ts-reader`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4b4ac84d0eb27354872e624c6e68b36d9d9ed27c563a9b44ed7df01591bb7b24"` [INFO] running `"docker" "rm" "-f" "4b4ac84d0eb27354872e624c6e68b36d9d9ed27c563a9b44ed7df01591bb7b24"` [INFO] [stdout] 4b4ac84d0eb27354872e624c6e68b36d9d9ed27c563a9b44ed7df01591bb7b24