Sep 01 10:06:09.035 INFO checking raw_serde-0.1.4 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 10:06:09.035 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 10:06:09.035 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:06:09.304 INFO blam! 444d13c54ff7c78004757323fcecd9d62a72eac887feff7f1013cee6552aec50 Sep 01 10:06:09.305 INFO running `"docker" "start" "-a" "444d13c54ff7c78004757323fcecd9d62a72eac887feff7f1013cee6552aec50"` Sep 01 10:06:10.185 INFO kablam! Compiling syn v0.10.8 Sep 01 10:06:17.328 INFO kablam! Compiling raw_serde_derive v0.1.2 Sep 01 10:06:22.808 INFO kablam! Checking raw_serde v0.1.4 (file:///source) Sep 01 10:06:23.663 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 01 10:06:24.060 INFO kablam! warning: unused `#[macro_use]` import Sep 01 10:06:24.060 INFO kablam! --> src/lib.rs:3:1 Sep 01 10:06:24.060 INFO kablam! | Sep 01 10:06:24.060 INFO kablam! 3 | #[macro_use] Sep 01 10:06:24.060 INFO kablam! | ^^^^^^^^^^^^ Sep 01 10:06:24.060 INFO kablam! | Sep 01 10:06:24.061 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 10:06:24.061 INFO kablam! Sep 01 10:06:24.061 INFO kablam! warning: unused import: `File` Sep 01 10:06:24.061 INFO kablam! --> src/lib.rs:30:20 Sep 01 10:06:24.061 INFO kablam! | Sep 01 10:06:24.061 INFO kablam! 30 | use std::fs::{ File, OpenOptions }; Sep 01 10:06:24.061 INFO kablam! | ^^^^ Sep 01 10:06:24.061 INFO kablam! | Sep 01 10:06:24.061 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 10:06:24.061 INFO kablam! Sep 01 10:06:32.921 INFO kablam! warning: unused import: `Read` Sep 01 10:06:32.921 INFO kablam! --> src/lib.rs:31:20 Sep 01 10:06:32.921 INFO kablam! | Sep 01 10:06:32.921 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 01 10:06:32.922 INFO kablam! | ^^^^ Sep 01 10:06:32.922 INFO kablam! Sep 01 10:06:32.922 INFO kablam! warning: unused import: `Write` Sep 01 10:06:32.922 INFO kablam! --> src/lib.rs:31:26 Sep 01 10:06:32.922 INFO kablam! | Sep 01 10:06:32.922 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 01 10:06:32.922 INFO kablam! | ^^^^^ Sep 01 10:06:32.922 INFO kablam! Sep 01 10:06:35.028 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 01 10:06:35.029 INFO kablam! --> src/lib.rs:1:12 Sep 01 10:06:35.029 INFO kablam! | Sep 01 10:06:35.029 INFO kablam! 1 | #![feature(i128_type)] Sep 01 10:06:35.029 INFO kablam! | ^^^^^^^^^ Sep 01 10:06:35.029 INFO kablam! | Sep 01 10:06:35.029 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 10:06:35.029 INFO kablam! Sep 01 10:06:35.278 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 01 10:06:35.278 INFO kablam! --> src/lib.rs:1:12 Sep 01 10:06:35.278 INFO kablam! | Sep 01 10:06:35.278 INFO kablam! 1 | #![feature(i128_type)] Sep 01 10:06:35.278 INFO kablam! | ^^^^^^^^^ Sep 01 10:06:35.278 INFO kablam! | Sep 01 10:06:35.278 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 10:06:35.278 INFO kablam! Sep 01 10:06:35.397 INFO kablam! warning: type `test_struct` should have a camel case name such as `TestStruct` Sep 01 10:06:35.397 INFO kablam! --> src/lib.rs:37:5 Sep 01 10:06:35.398 INFO kablam! | Sep 01 10:06:35.398 INFO kablam! 37 | / struct test_struct { Sep 01 10:06:35.398 INFO kablam! 38 | | x: i32, Sep 01 10:06:35.398 INFO kablam! 39 | | y: i32, Sep 01 10:06:35.398 INFO kablam! 40 | | t: [i32; 5], Sep 01 10:06:35.398 INFO kablam! 41 | | z: i128 Sep 01 10:06:35.398 INFO kablam! 42 | | } Sep 01 10:06:35.398 INFO kablam! | |_____^ Sep 01 10:06:35.398 INFO kablam! | Sep 01 10:06:35.398 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 01 10:06:35.398 INFO kablam! Sep 01 10:06:35.399 INFO kablam! warning: type `test_struct2` should have a camel case name such as `TestStruct2` Sep 01 10:06:35.399 INFO kablam! --> src/lib.rs:45:5 Sep 01 10:06:35.399 INFO kablam! | Sep 01 10:06:35.399 INFO kablam! 45 | struct test_struct2(pub i32, pub i32, pub i64); Sep 01 10:06:35.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:06:35.399 INFO kablam! Sep 01 10:06:35.489 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.36s Sep 01 10:06:35.495 INFO kablam! su: No module specific data is present Sep 01 10:06:36.096 INFO running `"docker" "rm" "-f" "444d13c54ff7c78004757323fcecd9d62a72eac887feff7f1013cee6552aec50"` Sep 01 10:06:36.239 INFO blam! 444d13c54ff7c78004757323fcecd9d62a72eac887feff7f1013cee6552aec50