Sep 21 05:25:17.560 INFO checking prost-0.3.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:25:17.560 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:25:17.560 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:25:17.729 INFO blam! 248def252ca430aa335173507948292fa021e02e109dbce29c2e8cd2722004f8 Sep 21 05:25:17.731 INFO running `"docker" "start" "-a" "248def252ca430aa335173507948292fa021e02e109dbce29c2e8cd2722004f8"` Sep 21 05:25:18.957 INFO kablam! usermod: no changes Sep 21 05:25:19.080 INFO kablam! Checking prost v0.3.2 (/source) Sep 21 05:25:19.126 INFO kablam! Compiling prost-derive v0.3.2 Sep 21 05:25:20.106 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 21 05:25:20.106 INFO kablam! --> src/encoding.rs:517:53 Sep 21 05:25:20.106 INFO kablam! | Sep 21 05:25:20.106 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 21 05:25:20.106 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.106 INFO kablam! | Sep 21 05:25:20.106 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:25:20.106 INFO kablam! Sep 21 05:25:20.106 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f64': use put_f64_be or put_f64_le Sep 21 05:25:20.106 INFO kablam! --> src/encoding.rs:518:54 Sep 21 05:25:20.106 INFO kablam! | Sep 21 05:25:20.106 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 21 05:25:20.106 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.106 INFO kablam! Sep 21 05:25:20.106 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Sep 21 05:25:20.106 INFO kablam! --> src/encoding.rs:519:55 Sep 21 05:25:20.106 INFO kablam! | Sep 21 05:25:20.106 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 21 05:25:20.106 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.106 INFO kablam! Sep 21 05:25:20.106 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Sep 21 05:25:20.106 INFO kablam! --> src/encoding.rs:520:55 Sep 21 05:25:20.106 INFO kablam! | Sep 21 05:25:20.106 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 21 05:25:20.106 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.106 INFO kablam! Sep 21 05:25:20.106 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i32': use put_i32_be or put_i32_le Sep 21 05:25:20.106 INFO kablam! --> src/encoding.rs:521:56 Sep 21 05:25:20.106 INFO kablam! | Sep 21 05:25:20.106 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 21 05:25:20.106 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.106 INFO kablam! Sep 21 05:25:20.106 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i64': use put_i64_be or put_i64_le Sep 21 05:25:20.107 INFO kablam! --> src/encoding.rs:522:56 Sep 21 05:25:20.107 INFO kablam! | Sep 21 05:25:20.107 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 21 05:25:20.107 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.107 INFO kablam! Sep 21 05:25:20.107 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f32': use get_f32_be or get_f32_le Sep 21 05:25:20.107 INFO kablam! --> src/encoding.rs:517:62 Sep 21 05:25:20.107 INFO kablam! | Sep 21 05:25:20.107 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 21 05:25:20.107 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.107 INFO kablam! Sep 21 05:25:20.109 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f64': use get_f64_be or get_f64_le Sep 21 05:25:20.109 INFO kablam! --> src/encoding.rs:518:63 Sep 21 05:25:20.109 INFO kablam! | Sep 21 05:25:20.109 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 21 05:25:20.109 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.109 INFO kablam! Sep 21 05:25:20.110 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Sep 21 05:25:20.110 INFO kablam! --> src/encoding.rs:519:64 Sep 21 05:25:20.110 INFO kablam! | Sep 21 05:25:20.110 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 21 05:25:20.110 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.110 INFO kablam! Sep 21 05:25:20.114 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Sep 21 05:25:20.114 INFO kablam! --> src/encoding.rs:520:64 Sep 21 05:25:20.114 INFO kablam! | Sep 21 05:25:20.114 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 21 05:25:20.114 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.114 INFO kablam! Sep 21 05:25:20.114 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Sep 21 05:25:20.114 INFO kablam! --> src/encoding.rs:521:65 Sep 21 05:25:20.114 INFO kablam! | Sep 21 05:25:20.114 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 21 05:25:20.114 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.114 INFO kablam! Sep 21 05:25:20.122 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Sep 21 05:25:20.122 INFO kablam! --> src/encoding.rs:522:65 Sep 21 05:25:20.122 INFO kablam! | Sep 21 05:25:20.122 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 21 05:25:20.122 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.122 INFO kablam! Sep 21 05:25:20.122 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 21 05:25:20.122 INFO kablam! --> src/encoding.rs:517:53 Sep 21 05:25:20.122 INFO kablam! | Sep 21 05:25:20.122 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 21 05:25:20.122 INFO kablam! | ^^^^^^^ Sep 21 05:25:20.122 INFO kablam! Sep 21 05:25:27.978 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 21 05:25:27.978 INFO kablam! --> src/encoding.rs:517:53 Sep 21 05:25:27.978 INFO kablam! | Sep 21 05:25:27.978 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 21 05:25:27.978 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.978 INFO kablam! | Sep 21 05:25:27.978 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:25:27.978 INFO kablam! Sep 21 05:25:27.986 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f64': use put_f64_be or put_f64_le Sep 21 05:25:27.986 INFO kablam! --> src/encoding.rs:518:54 Sep 21 05:25:27.986 INFO kablam! | Sep 21 05:25:27.986 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 21 05:25:27.986 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.986 INFO kablam! Sep 21 05:25:27.986 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Sep 21 05:25:27.986 INFO kablam! --> src/encoding.rs:519:55 Sep 21 05:25:27.986 INFO kablam! | Sep 21 05:25:27.986 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 21 05:25:27.986 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.986 INFO kablam! Sep 21 05:25:27.986 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Sep 21 05:25:27.986 INFO kablam! --> src/encoding.rs:520:55 Sep 21 05:25:27.986 INFO kablam! | Sep 21 05:25:27.986 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 21 05:25:27.986 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.986 INFO kablam! Sep 21 05:25:27.986 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i32': use put_i32_be or put_i32_le Sep 21 05:25:27.986 INFO kablam! --> src/encoding.rs:521:56 Sep 21 05:25:27.986 INFO kablam! | Sep 21 05:25:27.986 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 21 05:25:27.986 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.986 INFO kablam! Sep 21 05:25:27.986 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i64': use put_i64_be or put_i64_le Sep 21 05:25:27.986 INFO kablam! --> src/encoding.rs:522:56 Sep 21 05:25:27.987 INFO kablam! | Sep 21 05:25:27.987 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 21 05:25:27.987 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.987 INFO kablam! Sep 21 05:25:27.987 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f32': use get_f32_be or get_f32_le Sep 21 05:25:27.987 INFO kablam! --> src/encoding.rs:517:62 Sep 21 05:25:27.987 INFO kablam! | Sep 21 05:25:27.987 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 21 05:25:27.987 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.987 INFO kablam! Sep 21 05:25:27.987 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f64': use get_f64_be or get_f64_le Sep 21 05:25:27.987 INFO kablam! --> src/encoding.rs:518:63 Sep 21 05:25:27.987 INFO kablam! | Sep 21 05:25:27.987 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 21 05:25:27.987 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.987 INFO kablam! Sep 21 05:25:27.987 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Sep 21 05:25:27.987 INFO kablam! --> src/encoding.rs:519:64 Sep 21 05:25:27.987 INFO kablam! | Sep 21 05:25:27.987 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 21 05:25:27.987 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.987 INFO kablam! Sep 21 05:25:27.987 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Sep 21 05:25:27.987 INFO kablam! --> src/encoding.rs:520:64 Sep 21 05:25:27.987 INFO kablam! | Sep 21 05:25:27.987 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 21 05:25:27.987 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.987 INFO kablam! Sep 21 05:25:27.987 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Sep 21 05:25:27.987 INFO kablam! --> src/encoding.rs:521:65 Sep 21 05:25:27.987 INFO kablam! | Sep 21 05:25:27.987 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 21 05:25:27.987 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.987 INFO kablam! Sep 21 05:25:27.987 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Sep 21 05:25:27.987 INFO kablam! --> src/encoding.rs:522:65 Sep 21 05:25:27.987 INFO kablam! | Sep 21 05:25:27.987 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 21 05:25:27.987 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.987 INFO kablam! Sep 21 05:25:27.987 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 21 05:25:27.987 INFO kablam! --> src/encoding.rs:517:53 Sep 21 05:25:27.987 INFO kablam! | Sep 21 05:25:27.987 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 21 05:25:27.987 INFO kablam! | ^^^^^^^ Sep 21 05:25:27.987 INFO kablam! Sep 21 05:25:30.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.41s Sep 21 05:25:30.398 INFO kablam! su: No module specific data is present Sep 21 05:25:30.909 INFO running `"docker" "rm" "-f" "248def252ca430aa335173507948292fa021e02e109dbce29c2e8cd2722004f8"` Sep 21 05:25:30.995 INFO blam! 248def252ca430aa335173507948292fa021e02e109dbce29c2e8cd2722004f8