Sep 10 12:37:33.393 INFO checking prost-0.3.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 12:37:33.393 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 12:37:33.393 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:37:33.564 INFO blam! 1e9d4078fdceb186ccacbc2608b1617b1c449252ef81eddd4ea35c7c9fd990fb Sep 10 12:37:33.566 INFO running `"docker" "start" "-a" "1e9d4078fdceb186ccacbc2608b1617b1c449252ef81eddd4ea35c7c9fd990fb"` Sep 10 12:37:34.940 INFO kablam! usermod: no changes Sep 10 12:37:35.090 INFO kablam! Compiling syn v0.12.15 Sep 10 12:37:35.090 INFO kablam! Checking prost v0.3.2 (file:///source) Sep 10 12:37:36.178 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 10 12:37:36.178 INFO kablam! --> src/encoding.rs:517:53 Sep 10 12:37:36.178 INFO kablam! | Sep 10 12:37:36.178 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 10 12:37:36.178 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.178 INFO kablam! | Sep 10 12:37:36.178 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 12:37:36.178 INFO kablam! Sep 10 12:37:36.178 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f64': use put_f64_be or put_f64_le Sep 10 12:37:36.178 INFO kablam! --> src/encoding.rs:518:54 Sep 10 12:37:36.178 INFO kablam! | Sep 10 12:37:36.178 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 10 12:37:36.178 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.178 INFO kablam! Sep 10 12:37:36.178 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Sep 10 12:37:36.178 INFO kablam! --> src/encoding.rs:519:55 Sep 10 12:37:36.178 INFO kablam! | Sep 10 12:37:36.178 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 10 12:37:36.178 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.178 INFO kablam! Sep 10 12:37:36.178 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Sep 10 12:37:36.178 INFO kablam! --> src/encoding.rs:520:55 Sep 10 12:37:36.178 INFO kablam! | Sep 10 12:37:36.178 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 10 12:37:36.178 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.178 INFO kablam! Sep 10 12:37:36.178 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i32': use put_i32_be or put_i32_le Sep 10 12:37:36.178 INFO kablam! --> src/encoding.rs:521:56 Sep 10 12:37:36.178 INFO kablam! | Sep 10 12:37:36.178 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 10 12:37:36.178 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.178 INFO kablam! Sep 10 12:37:36.178 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i64': use put_i64_be or put_i64_le Sep 10 12:37:36.179 INFO kablam! --> src/encoding.rs:522:56 Sep 10 12:37:36.179 INFO kablam! | Sep 10 12:37:36.179 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 10 12:37:36.179 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.179 INFO kablam! Sep 10 12:37:36.179 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f32': use get_f32_be or get_f32_le Sep 10 12:37:36.179 INFO kablam! --> src/encoding.rs:517:62 Sep 10 12:37:36.179 INFO kablam! | Sep 10 12:37:36.179 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 10 12:37:36.179 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.179 INFO kablam! Sep 10 12:37:36.179 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f64': use get_f64_be or get_f64_le Sep 10 12:37:36.179 INFO kablam! --> src/encoding.rs:518:63 Sep 10 12:37:36.179 INFO kablam! | Sep 10 12:37:36.179 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 10 12:37:36.179 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.179 INFO kablam! Sep 10 12:37:36.179 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Sep 10 12:37:36.179 INFO kablam! --> src/encoding.rs:519:64 Sep 10 12:37:36.179 INFO kablam! | Sep 10 12:37:36.179 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 10 12:37:36.179 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.179 INFO kablam! Sep 10 12:37:36.180 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Sep 10 12:37:36.180 INFO kablam! --> src/encoding.rs:520:64 Sep 10 12:37:36.180 INFO kablam! | Sep 10 12:37:36.180 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 10 12:37:36.180 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.180 INFO kablam! Sep 10 12:37:36.181 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Sep 10 12:37:36.181 INFO kablam! --> src/encoding.rs:521:65 Sep 10 12:37:36.181 INFO kablam! | Sep 10 12:37:36.181 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 10 12:37:36.181 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.181 INFO kablam! Sep 10 12:37:36.186 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Sep 10 12:37:36.186 INFO kablam! --> src/encoding.rs:522:65 Sep 10 12:37:36.186 INFO kablam! | Sep 10 12:37:36.186 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 10 12:37:36.186 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.186 INFO kablam! Sep 10 12:37:36.186 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 10 12:37:36.186 INFO kablam! --> src/encoding.rs:517:53 Sep 10 12:37:36.186 INFO kablam! | Sep 10 12:37:36.186 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 10 12:37:36.186 INFO kablam! | ^^^^^^^ Sep 10 12:37:36.186 INFO kablam! Sep 10 12:37:47.646 INFO kablam! Compiling prost-derive v0.3.2 Sep 10 12:37:54.946 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 10 12:37:54.946 INFO kablam! --> src/encoding.rs:517:53 Sep 10 12:37:54.946 INFO kablam! | Sep 10 12:37:54.946 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 10 12:37:54.946 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.946 INFO kablam! | Sep 10 12:37:54.946 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 12:37:54.946 INFO kablam! Sep 10 12:37:54.946 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f64': use put_f64_be or put_f64_le Sep 10 12:37:54.946 INFO kablam! --> src/encoding.rs:518:54 Sep 10 12:37:54.946 INFO kablam! | Sep 10 12:37:54.946 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 10 12:37:54.946 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.946 INFO kablam! Sep 10 12:37:54.946 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Sep 10 12:37:54.946 INFO kablam! --> src/encoding.rs:519:55 Sep 10 12:37:54.946 INFO kablam! | Sep 10 12:37:54.946 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 10 12:37:54.946 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.946 INFO kablam! Sep 10 12:37:54.946 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Sep 10 12:37:54.946 INFO kablam! --> src/encoding.rs:520:55 Sep 10 12:37:54.946 INFO kablam! | Sep 10 12:37:54.946 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 10 12:37:54.946 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.946 INFO kablam! Sep 10 12:37:54.947 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i32': use put_i32_be or put_i32_le Sep 10 12:37:54.947 INFO kablam! --> src/encoding.rs:521:56 Sep 10 12:37:54.947 INFO kablam! | Sep 10 12:37:54.947 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 10 12:37:54.947 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.947 INFO kablam! Sep 10 12:37:54.947 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i64': use put_i64_be or put_i64_le Sep 10 12:37:54.947 INFO kablam! --> src/encoding.rs:522:56 Sep 10 12:37:54.947 INFO kablam! | Sep 10 12:37:54.947 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 10 12:37:54.947 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.947 INFO kablam! Sep 10 12:37:54.950 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f32': use get_f32_be or get_f32_le Sep 10 12:37:54.950 INFO kablam! --> src/encoding.rs:517:62 Sep 10 12:37:54.950 INFO kablam! | Sep 10 12:37:54.950 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 10 12:37:54.950 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.950 INFO kablam! Sep 10 12:37:54.950 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f64': use get_f64_be or get_f64_le Sep 10 12:37:54.950 INFO kablam! --> src/encoding.rs:518:63 Sep 10 12:37:54.950 INFO kablam! | Sep 10 12:37:54.950 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 10 12:37:54.950 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.950 INFO kablam! Sep 10 12:37:54.954 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Sep 10 12:37:54.954 INFO kablam! --> src/encoding.rs:519:64 Sep 10 12:37:54.954 INFO kablam! | Sep 10 12:37:54.954 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 10 12:37:54.954 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.954 INFO kablam! Sep 10 12:37:54.954 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Sep 10 12:37:54.954 INFO kablam! --> src/encoding.rs:520:64 Sep 10 12:37:54.954 INFO kablam! | Sep 10 12:37:54.954 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 10 12:37:54.954 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.954 INFO kablam! Sep 10 12:37:54.954 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Sep 10 12:37:54.954 INFO kablam! --> src/encoding.rs:521:65 Sep 10 12:37:54.954 INFO kablam! | Sep 10 12:37:54.954 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 10 12:37:54.954 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.954 INFO kablam! Sep 10 12:37:54.956 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Sep 10 12:37:54.956 INFO kablam! --> src/encoding.rs:522:65 Sep 10 12:37:54.956 INFO kablam! | Sep 10 12:37:54.956 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 10 12:37:54.956 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.956 INFO kablam! Sep 10 12:37:54.957 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 10 12:37:54.957 INFO kablam! --> src/encoding.rs:517:53 Sep 10 12:37:54.957 INFO kablam! | Sep 10 12:37:54.957 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 10 12:37:54.957 INFO kablam! | ^^^^^^^ Sep 10 12:37:54.957 INFO kablam! Sep 10 12:37:57.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.64s Sep 10 12:37:57.625 INFO kablam! su: No module specific data is present Sep 10 12:37:58.112 INFO running `"docker" "rm" "-f" "1e9d4078fdceb186ccacbc2608b1617b1c449252ef81eddd4ea35c7c9fd990fb"` Sep 10 12:37:58.210 INFO blam! 1e9d4078fdceb186ccacbc2608b1617b1c449252ef81eddd4ea35c7c9fd990fb