Sep 14 11:29:25.792 INFO checking prost-0.3.2 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:29:25.792 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:29:25.792 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:29:26.146 INFO blam! e072bf8afffe9124abf639c732e306914598a99be3d46462ce6a3627181e8dc4 Sep 14 11:29:26.159 INFO running `"docker" "start" "-a" "e072bf8afffe9124abf639c732e306914598a99be3d46462ce6a3627181e8dc4"` Sep 14 11:29:27.331 INFO kablam! usermod: no changes Sep 14 11:29:27.462 INFO kablam! Compiling syn v0.12.15 Sep 14 11:29:27.462 INFO kablam! Checking prost v0.3.2 (file:///source) Sep 14 11:29:28.527 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 14 11:29:28.527 INFO kablam! --> src/encoding.rs:517:53 Sep 14 11:29:28.527 INFO kablam! | Sep 14 11:29:28.527 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 14 11:29:28.527 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.527 INFO kablam! | Sep 14 11:29:28.527 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 11:29:28.527 INFO kablam! Sep 14 11:29:28.527 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f64': use put_f64_be or put_f64_le Sep 14 11:29:28.527 INFO kablam! --> src/encoding.rs:518:54 Sep 14 11:29:28.527 INFO kablam! | Sep 14 11:29:28.527 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 14 11:29:28.527 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.527 INFO kablam! Sep 14 11:29:28.527 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Sep 14 11:29:28.527 INFO kablam! --> src/encoding.rs:519:55 Sep 14 11:29:28.527 INFO kablam! | Sep 14 11:29:28.527 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 14 11:29:28.527 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.527 INFO kablam! Sep 14 11:29:28.527 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Sep 14 11:29:28.527 INFO kablam! --> src/encoding.rs:520:55 Sep 14 11:29:28.527 INFO kablam! | Sep 14 11:29:28.527 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 14 11:29:28.527 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.527 INFO kablam! Sep 14 11:29:28.527 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i32': use put_i32_be or put_i32_le Sep 14 11:29:28.527 INFO kablam! --> src/encoding.rs:521:56 Sep 14 11:29:28.527 INFO kablam! | Sep 14 11:29:28.527 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 14 11:29:28.527 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.527 INFO kablam! Sep 14 11:29:28.527 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i64': use put_i64_be or put_i64_le Sep 14 11:29:28.527 INFO kablam! --> src/encoding.rs:522:56 Sep 14 11:29:28.527 INFO kablam! | Sep 14 11:29:28.527 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 14 11:29:28.527 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.527 INFO kablam! Sep 14 11:29:28.527 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f32': use get_f32_be or get_f32_le Sep 14 11:29:28.528 INFO kablam! --> src/encoding.rs:517:62 Sep 14 11:29:28.528 INFO kablam! | Sep 14 11:29:28.528 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 14 11:29:28.528 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.528 INFO kablam! Sep 14 11:29:28.531 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f64': use get_f64_be or get_f64_le Sep 14 11:29:28.531 INFO kablam! --> src/encoding.rs:518:63 Sep 14 11:29:28.531 INFO kablam! | Sep 14 11:29:28.531 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 14 11:29:28.531 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.531 INFO kablam! Sep 14 11:29:28.531 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Sep 14 11:29:28.531 INFO kablam! --> src/encoding.rs:519:64 Sep 14 11:29:28.531 INFO kablam! | Sep 14 11:29:28.531 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 14 11:29:28.531 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.531 INFO kablam! Sep 14 11:29:28.531 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Sep 14 11:29:28.531 INFO kablam! --> src/encoding.rs:520:64 Sep 14 11:29:28.531 INFO kablam! | Sep 14 11:29:28.531 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 14 11:29:28.531 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.531 INFO kablam! Sep 14 11:29:28.535 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Sep 14 11:29:28.535 INFO kablam! --> src/encoding.rs:521:65 Sep 14 11:29:28.535 INFO kablam! | Sep 14 11:29:28.535 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 14 11:29:28.535 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.535 INFO kablam! Sep 14 11:29:28.535 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Sep 14 11:29:28.535 INFO kablam! --> src/encoding.rs:522:65 Sep 14 11:29:28.535 INFO kablam! | Sep 14 11:29:28.535 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 14 11:29:28.535 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.535 INFO kablam! Sep 14 11:29:28.539 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 14 11:29:28.539 INFO kablam! --> src/encoding.rs:517:53 Sep 14 11:29:28.539 INFO kablam! | Sep 14 11:29:28.539 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 14 11:29:28.539 INFO kablam! | ^^^^^^^ Sep 14 11:29:28.539 INFO kablam! Sep 14 11:29:39.627 INFO kablam! Compiling prost-derive v0.3.2 Sep 14 11:29:47.282 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 14 11:29:47.282 INFO kablam! --> src/encoding.rs:517:53 Sep 14 11:29:47.282 INFO kablam! | Sep 14 11:29:47.282 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 14 11:29:47.282 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.282 INFO kablam! | Sep 14 11:29:47.282 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 11:29:47.282 INFO kablam! Sep 14 11:29:47.283 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f64': use put_f64_be or put_f64_le Sep 14 11:29:47.283 INFO kablam! --> src/encoding.rs:518:54 Sep 14 11:29:47.283 INFO kablam! | Sep 14 11:29:47.283 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 14 11:29:47.283 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.283 INFO kablam! Sep 14 11:29:47.283 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Sep 14 11:29:47.283 INFO kablam! --> src/encoding.rs:519:55 Sep 14 11:29:47.283 INFO kablam! | Sep 14 11:29:47.283 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 14 11:29:47.283 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.283 INFO kablam! Sep 14 11:29:47.283 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Sep 14 11:29:47.283 INFO kablam! --> src/encoding.rs:520:55 Sep 14 11:29:47.283 INFO kablam! | Sep 14 11:29:47.283 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 14 11:29:47.283 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.283 INFO kablam! Sep 14 11:29:47.284 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i32': use put_i32_be or put_i32_le Sep 14 11:29:47.284 INFO kablam! --> src/encoding.rs:521:56 Sep 14 11:29:47.284 INFO kablam! | Sep 14 11:29:47.284 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 14 11:29:47.284 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.284 INFO kablam! Sep 14 11:29:47.284 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i64': use put_i64_be or put_i64_le Sep 14 11:29:47.284 INFO kablam! --> src/encoding.rs:522:56 Sep 14 11:29:47.284 INFO kablam! | Sep 14 11:29:47.284 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 14 11:29:47.284 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.284 INFO kablam! Sep 14 11:29:47.286 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f32': use get_f32_be or get_f32_le Sep 14 11:29:47.286 INFO kablam! --> src/encoding.rs:517:62 Sep 14 11:29:47.286 INFO kablam! | Sep 14 11:29:47.286 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 14 11:29:47.286 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.286 INFO kablam! Sep 14 11:29:47.287 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f64': use get_f64_be or get_f64_le Sep 14 11:29:47.287 INFO kablam! --> src/encoding.rs:518:63 Sep 14 11:29:47.287 INFO kablam! | Sep 14 11:29:47.287 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 14 11:29:47.287 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.287 INFO kablam! Sep 14 11:29:47.288 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Sep 14 11:29:47.288 INFO kablam! --> src/encoding.rs:519:64 Sep 14 11:29:47.288 INFO kablam! | Sep 14 11:29:47.288 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 14 11:29:47.288 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.288 INFO kablam! Sep 14 11:29:47.290 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Sep 14 11:29:47.290 INFO kablam! --> src/encoding.rs:520:64 Sep 14 11:29:47.290 INFO kablam! | Sep 14 11:29:47.290 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 14 11:29:47.290 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.290 INFO kablam! Sep 14 11:29:47.291 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Sep 14 11:29:47.291 INFO kablam! --> src/encoding.rs:521:65 Sep 14 11:29:47.291 INFO kablam! | Sep 14 11:29:47.291 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 14 11:29:47.291 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.291 INFO kablam! Sep 14 11:29:47.294 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Sep 14 11:29:47.294 INFO kablam! --> src/encoding.rs:522:65 Sep 14 11:29:47.294 INFO kablam! | Sep 14 11:29:47.294 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 14 11:29:47.294 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.294 INFO kablam! Sep 14 11:29:47.294 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 14 11:29:47.295 INFO kablam! --> src/encoding.rs:517:53 Sep 14 11:29:47.295 INFO kablam! | Sep 14 11:29:47.295 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 14 11:29:47.295 INFO kablam! | ^^^^^^^ Sep 14 11:29:47.295 INFO kablam! Sep 14 11:29:49.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.35s Sep 14 11:29:49.714 INFO kablam! su: No module specific data is present Sep 14 11:29:50.540 INFO running `"docker" "rm" "-f" "e072bf8afffe9124abf639c732e306914598a99be3d46462ce6a3627181e8dc4"` Sep 14 11:29:50.698 INFO blam! e072bf8afffe9124abf639c732e306914598a99be3d46462ce6a3627181e8dc4