Sep 19 22:10:55.515 INFO checking raw_serde-0.1.4 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:10:55.515 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:10:55.515 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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.860 INFO blam! 116f880ad705a168e313cf2c490c662c34abd089c1f30ff4a147e085982c45a7 Sep 19 22:10:55.862 INFO running `"docker" "start" "-a" "116f880ad705a168e313cf2c490c662c34abd089c1f30ff4a147e085982c45a7"` Sep 19 22:10:56.754 INFO kablam! usermod: no changes Sep 19 22:10:56.818 INFO kablam! Compiling raw_serde_derive v0.1.2 Sep 19 22:11:00.008 INFO kablam! Checking raw_serde v0.1.4 (/source) Sep 19 22:11:00.758 INFO kablam! warning: unused `#[macro_use]` import Sep 19 22:11:00.758 INFO kablam! --> src/lib.rs:3:1 Sep 19 22:11:00.758 INFO kablam! | Sep 19 22:11:00.758 INFO kablam! 3 | #[macro_use] Sep 19 22:11:00.758 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:11:00.758 INFO kablam! | Sep 19 22:11:00.758 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:11:00.758 INFO kablam! Sep 19 22:11:00.934 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:01.286 INFO kablam! warning: unused `#[macro_use]` import Sep 19 22:11:01.286 INFO kablam! --> src/lib.rs:3:1 Sep 19 22:11:01.286 INFO kablam! | Sep 19 22:11:01.286 INFO kablam! 3 | #[macro_use] Sep 19 22:11:01.286 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:11:01.286 INFO kablam! | Sep 19 22:11:01.286 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:11:01.286 INFO kablam! Sep 19 22:11:01.318 INFO kablam! warning: unused import: `File` Sep 19 22:11:01.318 INFO kablam! --> src/lib.rs:30:20 Sep 19 22:11:01.318 INFO kablam! | Sep 19 22:11:01.318 INFO kablam! 30 | use std::fs::{ File, OpenOptions }; Sep 19 22:11:01.318 INFO kablam! | ^^^^ Sep 19 22:11:01.318 INFO kablam! Sep 19 22:11:08.578 INFO kablam! warning: unused import: `Read` Sep 19 22:11:08.578 INFO kablam! --> src/lib.rs:31:20 Sep 19 22:11:08.578 INFO kablam! | Sep 19 22:11:08.578 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 19 22:11:08.578 INFO kablam! | ^^^^ Sep 19 22:11:08.578 INFO kablam! Sep 19 22:11:08.586 INFO kablam! warning: unused import: `Write` Sep 19 22:11:08.586 INFO kablam! --> src/lib.rs:31:26 Sep 19 22:11:08.586 INFO kablam! | Sep 19 22:11:08.586 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 19 22:11:08.586 INFO kablam! | ^^^^^ Sep 19 22:11:08.586 INFO kablam! Sep 19 22:11:09.242 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:09.242 INFO kablam! --> src/lib.rs:1:12 Sep 19 22:11:09.242 INFO kablam! | Sep 19 22:11:09.242 INFO kablam! 1 | #![feature(i128_type)] Sep 19 22:11:09.243 INFO kablam! | ^^^^^^^^^ Sep 19 22:11:09.243 INFO kablam! | Sep 19 22:11:09.243 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:11:09.243 INFO kablam! Sep 19 22:11:10.182 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:10.182 INFO kablam! --> src/lib.rs:1:12 Sep 19 22:11:10.182 INFO kablam! | Sep 19 22:11:10.182 INFO kablam! 1 | #![feature(i128_type)] Sep 19 22:11:10.182 INFO kablam! | ^^^^^^^^^ Sep 19 22:11:10.182 INFO kablam! | Sep 19 22:11:10.182 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:11:10.182 INFO kablam! Sep 19 22:11:10.266 INFO kablam! warning: type `test_struct` should have a camel case name such as `TestStruct` Sep 19 22:11:10.266 INFO kablam! --> src/lib.rs:37:5 Sep 19 22:11:10.266 INFO kablam! | Sep 19 22:11:10.266 INFO kablam! 37 | / struct test_struct { Sep 19 22:11:10.266 INFO kablam! 38 | | x: i32, Sep 19 22:11:10.266 INFO kablam! 39 | | y: i32, Sep 19 22:11:10.266 INFO kablam! 40 | | t: [i32; 5], Sep 19 22:11:10.266 INFO kablam! 41 | | z: i128 Sep 19 22:11:10.266 INFO kablam! 42 | | } Sep 19 22:11:10.266 INFO kablam! | |_____^ Sep 19 22:11:10.266 INFO kablam! | Sep 19 22:11:10.266 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 19 22:11:10.266 INFO kablam! Sep 19 22:11:10.266 INFO kablam! warning: type `test_struct2` should have a camel case name such as `TestStruct2` Sep 19 22:11:10.266 INFO kablam! --> src/lib.rs:45:5 Sep 19 22:11:10.266 INFO kablam! | Sep 19 22:11:10.266 INFO kablam! 45 | struct test_struct2(pub i32, pub i32, pub i64); Sep 19 22:11:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:11:10.266 INFO kablam! Sep 19 22:11:10.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.59s Sep 19 22:11:10.378 INFO kablam! su: No module specific data is present Sep 19 22:11:11.662 INFO running `"docker" "rm" "-f" "116f880ad705a168e313cf2c490c662c34abd089c1f30ff4a147e085982c45a7"` Sep 19 22:11:11.782 INFO blam! 116f880ad705a168e313cf2c490c662c34abd089c1f30ff4a147e085982c45a7