Sep 02 06:57:37.771 INFO checking mxf-0.1.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 06:57:37.771 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 06:57:37.771 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 06:57:37.965 INFO blam! 09ae9d7c9d111247d686d5dc6ee527f867566706754755f9e86efccc2147610a Sep 02 06:57:37.967 INFO running `"docker" "start" "-a" "09ae9d7c9d111247d686d5dc6ee527f867566706754755f9e86efccc2147610a"` Sep 02 06:57:38.591 INFO kablam! Checking mxf v0.1.2 (file:///source) Sep 02 06:57:39.117 INFO kablam! warning: unused macro definition Sep 02 06:57:39.117 INFO kablam! --> src/klv/ul.rs:618:1 Sep 02 06:57:39.117 INFO kablam! | Sep 02 06:57:39.118 INFO kablam! 618 | / macro_rules! tuple_to_vec { Sep 02 06:57:39.118 INFO kablam! 619 | | ($ul:expr) => ( Sep 02 06:57:39.118 INFO kablam! 620 | | vec![$ul.0, $ul.1, $ul.2, $ul.3, $ul.4, $ul.5, $ul.6, $ul.7, $ul.8, $ul.9, $ul.10, $ul.11, $ul.12, $ul.13, $ul.14, $ul.15] Sep 02 06:57:39.118 INFO kablam! 621 | | ); Sep 02 06:57:39.118 INFO kablam! 622 | | } Sep 02 06:57:39.118 INFO kablam! | |_^ Sep 02 06:57:39.118 INFO kablam! | Sep 02 06:57:39.118 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 06:57:39.118 INFO kablam! Sep 02 06:57:39.118 INFO kablam! warning: unused macro definition Sep 02 06:57:39.118 INFO kablam! --> src/klv/ul.rs:624:1 Sep 02 06:57:39.118 INFO kablam! | Sep 02 06:57:39.118 INFO kablam! 624 | / macro_rules! vec_ul { Sep 02 06:57:39.118 INFO kablam! 625 | | (Ul::HeaderPartition, $status:expr) => (tuple_to_vec!(partition_identifier!(Ul::HeaderPartition, $status));); Sep 02 06:57:39.118 INFO kablam! 626 | | (Ul::BodyPartition, $status:expr) => (tuple_to_vec!(partition_identifier!(Ul::BodyPartition, $status))); Sep 02 06:57:39.118 INFO kablam! 627 | | (Ul::FooterPartition, $status:expr) => (tuple_to_vec!(partition_identifier!(Ul::FooterPartition, $status))); Sep 02 06:57:39.118 INFO kablam! ... | Sep 02 06:57:39.118 INFO kablam! 670 | | (Ul::SoundfieldGroupLabelSubDescriptorSet) => (tuple_to_vec!(smpte_identifier!(SmpteRegitery::Set, 0x6c))); Sep 02 06:57:39.119 INFO kablam! 671 | | } Sep 02 06:57:39.119 INFO kablam! | |_^ Sep 02 06:57:39.119 INFO kablam! Sep 02 06:57:39.119 INFO kablam! warning: unused macro definition Sep 02 06:57:39.119 INFO kablam! --> src/klv/ul.rs:687:1 Sep 02 06:57:39.119 INFO kablam! | Sep 02 06:57:39.119 INFO kablam! 687 | / macro_rules! partition_status_identifier { Sep 02 06:57:39.119 INFO kablam! 688 | | ($ul:tt, $status:expr) => ( Sep 02 06:57:39.119 INFO kablam! 689 | | match $status { Sep 02 06:57:39.119 INFO kablam! 690 | | PartitionStatus::OpenAndIncomplete => smpte_identifier!(SmpteRegitery::Partition, $ul, 0x01), Sep 02 06:57:39.119 INFO kablam! ... | Sep 02 06:57:39.119 INFO kablam! 695 | | ); Sep 02 06:57:39.119 INFO kablam! 696 | | } Sep 02 06:57:39.119 INFO kablam! | |_^ Sep 02 06:57:39.119 INFO kablam! Sep 02 06:57:39.204 INFO kablam! warning: unused macro definition Sep 02 06:57:39.204 INFO kablam! --> src/klv/ul.rs:618:1 Sep 02 06:57:39.204 INFO kablam! | Sep 02 06:57:39.204 INFO kablam! 618 | / macro_rules! tuple_to_vec { Sep 02 06:57:39.204 INFO kablam! 619 | | ($ul:expr) => ( Sep 02 06:57:39.204 INFO kablam! 620 | | vec![$ul.0, $ul.1, $ul.2, $ul.3, $ul.4, $ul.5, $ul.6, $ul.7, $ul.8, $ul.9, $ul.10, $ul.11, $ul.12, $ul.13, $ul.14, $ul.15] Sep 02 06:57:39.204 INFO kablam! 621 | | ); Sep 02 06:57:39.204 INFO kablam! 622 | | } Sep 02 06:57:39.204 INFO kablam! | |_^ Sep 02 06:57:39.204 INFO kablam! | Sep 02 06:57:39.204 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 06:57:39.204 INFO kablam! Sep 02 06:57:39.204 INFO kablam! warning: unused macro definition Sep 02 06:57:39.205 INFO kablam! --> src/klv/ul.rs:624:1 Sep 02 06:57:39.205 INFO kablam! | Sep 02 06:57:39.205 INFO kablam! 624 | / macro_rules! vec_ul { Sep 02 06:57:39.205 INFO kablam! 625 | | (Ul::HeaderPartition, $status:expr) => (tuple_to_vec!(partition_identifier!(Ul::HeaderPartition, $status));); Sep 02 06:57:39.205 INFO kablam! 626 | | (Ul::BodyPartition, $status:expr) => (tuple_to_vec!(partition_identifier!(Ul::BodyPartition, $status))); Sep 02 06:57:39.205 INFO kablam! 627 | | (Ul::FooterPartition, $status:expr) => (tuple_to_vec!(partition_identifier!(Ul::FooterPartition, $status))); Sep 02 06:57:39.205 INFO kablam! ... | Sep 02 06:57:39.205 INFO kablam! 670 | | (Ul::SoundfieldGroupLabelSubDescriptorSet) => (tuple_to_vec!(smpte_identifier!(SmpteRegitery::Set, 0x6c))); Sep 02 06:57:39.205 INFO kablam! 671 | | } Sep 02 06:57:39.205 INFO kablam! | |_^ Sep 02 06:57:39.205 INFO kablam! Sep 02 06:57:39.205 INFO kablam! warning: unused macro definition Sep 02 06:57:39.205 INFO kablam! --> src/klv/ul.rs:687:1 Sep 02 06:57:39.205 INFO kablam! | Sep 02 06:57:39.205 INFO kablam! 687 | / macro_rules! partition_status_identifier { Sep 02 06:57:39.205 INFO kablam! 688 | | ($ul:tt, $status:expr) => ( Sep 02 06:57:39.205 INFO kablam! 689 | | match $status { Sep 02 06:57:39.205 INFO kablam! 690 | | PartitionStatus::OpenAndIncomplete => smpte_identifier!(SmpteRegitery::Partition, $ul, 0x01), Sep 02 06:57:39.205 INFO kablam! ... | Sep 02 06:57:39.205 INFO kablam! 695 | | ); Sep 02 06:57:39.205 INFO kablam! 696 | | } Sep 02 06:57:39.205 INFO kablam! | |_^ Sep 02 06:57:39.205 INFO kablam! Sep 02 06:57:41.922 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.34s Sep 02 06:57:41.926 INFO kablam! su: No module specific data is present Sep 02 06:57:42.258 INFO running `"docker" "rm" "-f" "09ae9d7c9d111247d686d5dc6ee527f867566706754755f9e86efccc2147610a"` Sep 02 06:57:42.367 INFO blam! 09ae9d7c9d111247d686d5dc6ee527f867566706754755f9e86efccc2147610a