Sep 21 05:03:22.139 INFO checking raw_serde-0.1.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:03:22.139 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:03:22.139 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:03:22.485 INFO blam! 2c3d8ca8673333094c5373a205b4f22a6037fd15cccc4d156005e0af46b909ac Sep 21 05:03:22.485 INFO running `"docker" "start" "-a" "2c3d8ca8673333094c5373a205b4f22a6037fd15cccc4d156005e0af46b909ac"` Sep 21 05:03:23.670 INFO kablam! usermod: no changes Sep 21 05:03:23.799 INFO kablam! Compiling raw_serde_derive v0.1.2 Sep 21 05:03:27.495 INFO kablam! Checking raw_serde v0.1.4 (/source) Sep 21 05:03:28.182 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 21 05:03:28.410 INFO kablam! warning: unused `#[macro_use]` import Sep 21 05:03:28.410 INFO kablam! --> src/lib.rs:3:1 Sep 21 05:03:28.410 INFO kablam! | Sep 21 05:03:28.410 INFO kablam! 3 | #[macro_use] Sep 21 05:03:28.410 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:03:28.410 INFO kablam! | Sep 21 05:03:28.410 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:03:28.410 INFO kablam! Sep 21 05:03:28.446 INFO kablam! warning: unused import: `File` Sep 21 05:03:28.446 INFO kablam! --> src/lib.rs:30:20 Sep 21 05:03:28.446 INFO kablam! | Sep 21 05:03:28.446 INFO kablam! 30 | use std::fs::{ File, OpenOptions }; Sep 21 05:03:28.446 INFO kablam! | ^^^^ Sep 21 05:03:28.446 INFO kablam! Sep 21 05:03:28.590 INFO kablam! warning: unused `#[macro_use]` import Sep 21 05:03:28.590 INFO kablam! --> src/lib.rs:3:1 Sep 21 05:03:28.590 INFO kablam! | Sep 21 05:03:28.590 INFO kablam! 3 | #[macro_use] Sep 21 05:03:28.590 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:03:28.590 INFO kablam! | Sep 21 05:03:28.590 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:03:28.590 INFO kablam! Sep 21 05:03:33.758 INFO kablam! warning: unused import: `Read` Sep 21 05:03:33.758 INFO kablam! --> src/lib.rs:31:20 Sep 21 05:03:33.758 INFO kablam! | Sep 21 05:03:33.758 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 21 05:03:33.758 INFO kablam! | ^^^^ Sep 21 05:03:33.758 INFO kablam! Sep 21 05:03:33.758 INFO kablam! warning: unused import: `Write` Sep 21 05:03:33.758 INFO kablam! --> src/lib.rs:31:26 Sep 21 05:03:33.758 INFO kablam! | Sep 21 05:03:33.758 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 21 05:03:33.758 INFO kablam! | ^^^^^ Sep 21 05:03:33.758 INFO kablam! Sep 21 05:03:35.202 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 21 05:03:35.202 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:03:35.202 INFO kablam! | Sep 21 05:03:35.202 INFO kablam! 1 | #![feature(i128_type)] Sep 21 05:03:35.202 INFO kablam! | ^^^^^^^^^ Sep 21 05:03:35.202 INFO kablam! | Sep 21 05:03:35.202 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:03:35.202 INFO kablam! Sep 21 05:03:35.267 INFO kablam! warning: type `test_struct` should have a camel case name such as `TestStruct` Sep 21 05:03:35.267 INFO kablam! --> src/lib.rs:37:5 Sep 21 05:03:35.267 INFO kablam! | Sep 21 05:03:35.267 INFO kablam! 37 | / struct test_struct { Sep 21 05:03:35.267 INFO kablam! 38 | | x: i32, Sep 21 05:03:35.267 INFO kablam! 39 | | y: i32, Sep 21 05:03:35.267 INFO kablam! 40 | | t: [i32; 5], Sep 21 05:03:35.267 INFO kablam! 41 | | z: i128 Sep 21 05:03:35.267 INFO kablam! 42 | | } Sep 21 05:03:35.267 INFO kablam! | |_____^ Sep 21 05:03:35.267 INFO kablam! | Sep 21 05:03:35.267 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 21 05:03:35.267 INFO kablam! Sep 21 05:03:35.267 INFO kablam! warning: type `test_struct2` should have a camel case name such as `TestStruct2` Sep 21 05:03:35.267 INFO kablam! --> src/lib.rs:45:5 Sep 21 05:03:35.267 INFO kablam! | Sep 21 05:03:35.267 INFO kablam! 45 | struct test_struct2(pub i32, pub i32, pub i64); Sep 21 05:03:35.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:03:35.267 INFO kablam! Sep 21 05:03:35.926 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 21 05:03:35.926 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:03:35.926 INFO kablam! | Sep 21 05:03:35.926 INFO kablam! 1 | #![feature(i128_type)] Sep 21 05:03:35.926 INFO kablam! | ^^^^^^^^^ Sep 21 05:03:35.926 INFO kablam! | Sep 21 05:03:35.926 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:03:35.926 INFO kablam! Sep 21 05:03:36.154 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.45s Sep 21 05:03:36.158 INFO kablam! su: No module specific data is present Sep 21 05:03:37.390 INFO running `"docker" "rm" "-f" "2c3d8ca8673333094c5373a205b4f22a6037fd15cccc4d156005e0af46b909ac"` Sep 21 05:03:37.527 INFO blam! 2c3d8ca8673333094c5373a205b4f22a6037fd15cccc4d156005e0af46b909ac