Sep 19 20:39:49.513 INFO checking prost-0.3.2 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 20:39:49.513 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 20:39:49.513 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:39:49.956 INFO blam! 746daf1044261745b11e0e4b3e4402e3e37dd7318e1eab673753abd480ed72e2 Sep 19 20:39:49.959 INFO running `"docker" "start" "-a" "746daf1044261745b11e0e4b3e4402e3e37dd7318e1eab673753abd480ed72e2"` Sep 19 20:39:51.175 INFO kablam! usermod: no changes Sep 19 20:39:51.305 INFO kablam! Checking prost v0.3.2 (/source) Sep 19 20:39:51.308 INFO kablam! Compiling prost-derive v0.3.2 Sep 19 20:39:52.340 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 19 20:39:52.340 INFO kablam! --> src/encoding.rs:517:53 Sep 19 20:39:52.340 INFO kablam! | Sep 19 20:39:52.340 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 19 20:39:52.340 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.340 INFO kablam! | Sep 19 20:39:52.343 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:39:52.343 INFO kablam! Sep 19 20:39:52.344 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f64': use put_f64_be or put_f64_le Sep 19 20:39:52.344 INFO kablam! --> src/encoding.rs:518:54 Sep 19 20:39:52.344 INFO kablam! | Sep 19 20:39:52.344 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 19 20:39:52.345 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.345 INFO kablam! Sep 19 20:39:52.346 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Sep 19 20:39:52.346 INFO kablam! --> src/encoding.rs:519:55 Sep 19 20:39:52.346 INFO kablam! | Sep 19 20:39:52.346 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 19 20:39:52.346 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.346 INFO kablam! Sep 19 20:39:52.347 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Sep 19 20:39:52.347 INFO kablam! --> src/encoding.rs:520:55 Sep 19 20:39:52.347 INFO kablam! | Sep 19 20:39:52.347 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 19 20:39:52.347 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.347 INFO kablam! Sep 19 20:39:52.351 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i32': use put_i32_be or put_i32_le Sep 19 20:39:52.351 INFO kablam! --> src/encoding.rs:521:56 Sep 19 20:39:52.352 INFO kablam! | Sep 19 20:39:52.352 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 19 20:39:52.352 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.352 INFO kablam! Sep 19 20:39:52.353 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i64': use put_i64_be or put_i64_le Sep 19 20:39:52.353 INFO kablam! --> src/encoding.rs:522:56 Sep 19 20:39:52.353 INFO kablam! | Sep 19 20:39:52.353 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 19 20:39:52.353 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.353 INFO kablam! Sep 19 20:39:52.355 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f32': use get_f32_be or get_f32_le Sep 19 20:39:52.355 INFO kablam! --> src/encoding.rs:517:62 Sep 19 20:39:52.355 INFO kablam! | Sep 19 20:39:52.355 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 19 20:39:52.355 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.355 INFO kablam! Sep 19 20:39:52.367 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f64': use get_f64_be or get_f64_le Sep 19 20:39:52.367 INFO kablam! --> src/encoding.rs:518:63 Sep 19 20:39:52.367 INFO kablam! | Sep 19 20:39:52.367 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 19 20:39:52.367 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.368 INFO kablam! Sep 19 20:39:52.369 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Sep 19 20:39:52.370 INFO kablam! --> src/encoding.rs:519:64 Sep 19 20:39:52.370 INFO kablam! | Sep 19 20:39:52.370 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 19 20:39:52.370 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.370 INFO kablam! Sep 19 20:39:52.372 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Sep 19 20:39:52.372 INFO kablam! --> src/encoding.rs:520:64 Sep 19 20:39:52.372 INFO kablam! | Sep 19 20:39:52.373 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 19 20:39:52.373 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.373 INFO kablam! Sep 19 20:39:52.375 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Sep 19 20:39:52.375 INFO kablam! --> src/encoding.rs:521:65 Sep 19 20:39:52.375 INFO kablam! | Sep 19 20:39:52.375 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 19 20:39:52.375 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.375 INFO kablam! Sep 19 20:39:52.383 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Sep 19 20:39:52.383 INFO kablam! --> src/encoding.rs:522:65 Sep 19 20:39:52.383 INFO kablam! | Sep 19 20:39:52.383 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 19 20:39:52.383 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.383 INFO kablam! Sep 19 20:39:52.386 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 19 20:39:52.386 INFO kablam! --> src/encoding.rs:517:53 Sep 19 20:39:52.386 INFO kablam! | Sep 19 20:39:52.386 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 19 20:39:52.386 INFO kablam! | ^^^^^^^ Sep 19 20:39:52.386 INFO kablam! Sep 19 20:40:00.895 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 19 20:40:00.895 INFO kablam! --> src/encoding.rs:517:53 Sep 19 20:40:00.895 INFO kablam! | Sep 19 20:40:00.895 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 19 20:40:00.895 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.895 INFO kablam! | Sep 19 20:40:00.895 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:40:00.895 INFO kablam! Sep 19 20:40:00.896 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f64': use put_f64_be or put_f64_le Sep 19 20:40:00.896 INFO kablam! --> src/encoding.rs:518:54 Sep 19 20:40:00.896 INFO kablam! | Sep 19 20:40:00.896 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 19 20:40:00.896 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.896 INFO kablam! Sep 19 20:40:00.897 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Sep 19 20:40:00.897 INFO kablam! --> src/encoding.rs:519:55 Sep 19 20:40:00.897 INFO kablam! | Sep 19 20:40:00.897 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 19 20:40:00.897 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.897 INFO kablam! Sep 19 20:40:00.897 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Sep 19 20:40:00.897 INFO kablam! --> src/encoding.rs:520:55 Sep 19 20:40:00.897 INFO kablam! | Sep 19 20:40:00.897 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 19 20:40:00.897 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.897 INFO kablam! Sep 19 20:40:00.898 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i32': use put_i32_be or put_i32_le Sep 19 20:40:00.898 INFO kablam! --> src/encoding.rs:521:56 Sep 19 20:40:00.898 INFO kablam! | Sep 19 20:40:00.898 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 19 20:40:00.898 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.898 INFO kablam! Sep 19 20:40:00.898 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_i64': use put_i64_be or put_i64_le Sep 19 20:40:00.898 INFO kablam! --> src/encoding.rs:522:56 Sep 19 20:40:00.898 INFO kablam! | Sep 19 20:40:00.898 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 19 20:40:00.898 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.898 INFO kablam! Sep 19 20:40:00.899 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f32': use get_f32_be or get_f32_le Sep 19 20:40:00.899 INFO kablam! --> src/encoding.rs:517:62 Sep 19 20:40:00.900 INFO kablam! | Sep 19 20:40:00.900 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 19 20:40:00.900 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.900 INFO kablam! Sep 19 20:40:00.901 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_f64': use get_f64_be or get_f64_le Sep 19 20:40:00.901 INFO kablam! --> src/encoding.rs:518:63 Sep 19 20:40:00.901 INFO kablam! | Sep 19 20:40:00.901 INFO kablam! 518 | fixed_width!(f64, 8, WireType::SixtyFourBit, double, put_f64, get_f64); Sep 19 20:40:00.901 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.901 INFO kablam! Sep 19 20:40:00.902 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Sep 19 20:40:00.902 INFO kablam! --> src/encoding.rs:519:64 Sep 19 20:40:00.903 INFO kablam! | Sep 19 20:40:00.903 INFO kablam! 519 | fixed_width!(u32, 4, WireType::ThirtyTwoBit, fixed32, put_u32, get_u32); Sep 19 20:40:00.903 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.903 INFO kablam! Sep 19 20:40:00.904 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Sep 19 20:40:00.904 INFO kablam! --> src/encoding.rs:520:64 Sep 19 20:40:00.904 INFO kablam! | Sep 19 20:40:00.904 INFO kablam! 520 | fixed_width!(u64, 8, WireType::SixtyFourBit, fixed64, put_u64, get_u64); Sep 19 20:40:00.905 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.905 INFO kablam! Sep 19 20:40:00.905 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Sep 19 20:40:00.905 INFO kablam! --> src/encoding.rs:521:65 Sep 19 20:40:00.906 INFO kablam! | Sep 19 20:40:00.906 INFO kablam! 521 | fixed_width!(i32, 4, WireType::ThirtyTwoBit, sfixed32, put_i32, get_i32); Sep 19 20:40:00.906 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.906 INFO kablam! Sep 19 20:40:00.906 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Sep 19 20:40:00.907 INFO kablam! --> src/encoding.rs:522:65 Sep 19 20:40:00.907 INFO kablam! | Sep 19 20:40:00.907 INFO kablam! 522 | fixed_width!(i64, 8, WireType::SixtyFourBit, sfixed64, put_i64, get_i64); Sep 19 20:40:00.907 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.908 INFO kablam! Sep 19 20:40:00.908 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_f32': use put_f32_be or put_f32_le Sep 19 20:40:00.909 INFO kablam! --> src/encoding.rs:517:53 Sep 19 20:40:00.909 INFO kablam! | Sep 19 20:40:00.909 INFO kablam! 517 | fixed_width!(f32, 4, WireType::ThirtyTwoBit, float, put_f32, get_f32); Sep 19 20:40:00.909 INFO kablam! | ^^^^^^^ Sep 19 20:40:00.909 INFO kablam! Sep 19 20:40:03.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.38s Sep 19 20:40:03.584 INFO kablam! su: No module specific data is present Sep 19 20:40:04.318 INFO running `"docker" "rm" "-f" "746daf1044261745b11e0e4b3e4402e3e37dd7318e1eab673753abd480ed72e2"` Sep 19 20:40:04.430 INFO blam! 746daf1044261745b11e0e4b3e4402e3e37dd7318e1eab673753abd480ed72e2