Sep 19 22:10:55.598 INFO checking raw_serde-0.1.4 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 22:10:55.599 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 22:10:55.599 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:10:55.922 INFO blam! c5f2974ba56136e02e55625e13394f6b377fbe06e1c5fb361c8768cc638d907f Sep 19 22:10:55.924 INFO running `"docker" "start" "-a" "c5f2974ba56136e02e55625e13394f6b377fbe06e1c5fb361c8768cc638d907f"` Sep 19 22:10:56.934 INFO kablam! usermod: no changes Sep 19 22:10:57.000 INFO kablam! Compiling syn v0.10.8 Sep 19 22:11:01.430 INFO kablam! Compiling raw_serde_derive v0.1.2 Sep 19 22:11:04.546 INFO kablam! Checking raw_serde v0.1.4 (/source) Sep 19 22:11:05.386 INFO blam! detup: Tokens("impl RawDeserialize for test_struct2 { fn raw_deserialize ( from : & mut std :: io :: Read ) -> Result < test_struct2 , std :: io :: Error > { let __field_0 ; { type __T = i32 ; check ! ( __T :: raw_deserialize ( from ) , __field_0 ) ; } let __field_1 ; { type __T = i32 ; check ! ( __T :: raw_deserialize ( from ) , __field_1 ) ; } let __field_2 ; { type __T = i64 ; check ! ( __T :: raw_deserialize ( from ) , __field_2 ) ; } Ok ( test_struct2 ( __field_0 , __field_1 , __field_2 ) ) } }") Sep 19 22:11:05.626 INFO kablam! warning: unused `#[macro_use]` import Sep 19 22:11:05.626 INFO kablam! --> src/lib.rs:3:1 Sep 19 22:11:05.626 INFO kablam! | Sep 19 22:11:05.626 INFO kablam! 3 | #[macro_use] Sep 19 22:11:05.626 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:11:05.626 INFO kablam! | Sep 19 22:11:05.626 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:11:05.626 INFO kablam! Sep 19 22:11:05.666 INFO kablam! warning: unused `#[macro_use]` import Sep 19 22:11:05.666 INFO kablam! --> src/lib.rs:3:1 Sep 19 22:11:05.666 INFO kablam! | Sep 19 22:11:05.666 INFO kablam! 3 | #[macro_use] Sep 19 22:11:05.666 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:11:05.666 INFO kablam! | Sep 19 22:11:05.666 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:11:05.666 INFO kablam! Sep 19 22:11:05.714 INFO kablam! warning: unused import: `File` Sep 19 22:11:05.714 INFO kablam! --> src/lib.rs:30:20 Sep 19 22:11:05.714 INFO kablam! | Sep 19 22:11:05.714 INFO kablam! 30 | use std::fs::{ File, OpenOptions }; Sep 19 22:11:05.714 INFO kablam! | ^^^^ Sep 19 22:11:05.714 INFO kablam! Sep 19 22:11:11.842 INFO kablam! warning: unused import: `Read` Sep 19 22:11:11.842 INFO kablam! --> src/lib.rs:31:20 Sep 19 22:11:11.842 INFO kablam! | Sep 19 22:11:11.842 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 19 22:11:11.842 INFO kablam! | ^^^^ Sep 19 22:11:11.842 INFO kablam! Sep 19 22:11:11.842 INFO kablam! warning: unused import: `Write` Sep 19 22:11:11.842 INFO kablam! --> src/lib.rs:31:26 Sep 19 22:11:11.842 INFO kablam! | Sep 19 22:11:11.842 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 19 22:11:11.842 INFO kablam! | ^^^^^ Sep 19 22:11:11.842 INFO kablam! Sep 19 22:11:13.067 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 22:11:13.067 INFO kablam! --> src/lib.rs:1:12 Sep 19 22:11:13.067 INFO kablam! | Sep 19 22:11:13.067 INFO kablam! 1 | #![feature(i128_type)] Sep 19 22:11:13.067 INFO kablam! | ^^^^^^^^^ Sep 19 22:11:13.074 INFO kablam! | Sep 19 22:11:13.074 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:11:13.074 INFO kablam! Sep 19 22:11:13.418 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 22:11:13.418 INFO kablam! --> src/lib.rs:1:12 Sep 19 22:11:13.418 INFO kablam! | Sep 19 22:11:13.418 INFO kablam! 1 | #![feature(i128_type)] Sep 19 22:11:13.418 INFO kablam! | ^^^^^^^^^ Sep 19 22:11:13.418 INFO kablam! | Sep 19 22:11:13.418 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:11:13.418 INFO kablam! Sep 19 22:11:13.490 INFO kablam! warning: type `test_struct` should have a camel case name such as `TestStruct` Sep 19 22:11:13.490 INFO kablam! --> src/lib.rs:37:5 Sep 19 22:11:13.490 INFO kablam! | Sep 19 22:11:13.490 INFO kablam! 37 | / struct test_struct { Sep 19 22:11:13.490 INFO kablam! 38 | | x: i32, Sep 19 22:11:13.490 INFO kablam! 39 | | y: i32, Sep 19 22:11:13.490 INFO kablam! 40 | | t: [i32; 5], Sep 19 22:11:13.490 INFO kablam! 41 | | z: i128 Sep 19 22:11:13.490 INFO kablam! 42 | | } Sep 19 22:11:13.490 INFO kablam! | |_____^ Sep 19 22:11:13.490 INFO kablam! | Sep 19 22:11:13.490 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 19 22:11:13.490 INFO kablam! Sep 19 22:11:13.490 INFO kablam! warning: type `test_struct2` should have a camel case name such as `TestStruct2` Sep 19 22:11:13.490 INFO kablam! --> src/lib.rs:45:5 Sep 19 22:11:13.490 INFO kablam! | Sep 19 22:11:13.490 INFO kablam! 45 | struct test_struct2(pub i32, pub i32, pub i64); Sep 19 22:11:13.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:11:13.490 INFO kablam! Sep 19 22:11:13.594 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.62s Sep 19 22:11:13.594 INFO kablam! su: No module specific data is present Sep 19 22:11:14.675 INFO running `"docker" "rm" "-f" "c5f2974ba56136e02e55625e13394f6b377fbe06e1c5fb361c8768cc638d907f"` Sep 19 22:11:14.862 INFO blam! c5f2974ba56136e02e55625e13394f6b377fbe06e1c5fb361c8768cc638d907f