Sep 04 09:55:28.030 INFO checking raw_serde-0.1.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 09:55:28.030 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 09:55:28.031 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:55:28.289 INFO blam! f7bc870c166c49aa655439ff7bb8582dc5606a1620fc0cee9a04cd9b769bccab Sep 04 09:55:28.290 INFO running `"docker" "start" "-a" "f7bc870c166c49aa655439ff7bb8582dc5606a1620fc0cee9a04cd9b769bccab"` Sep 04 09:55:29.136 INFO kablam! Compiling raw_serde_derive v0.1.2 Sep 04 09:55:34.592 INFO kablam! Checking raw_serde v0.1.4 (file:///source) Sep 04 09:55:35.599 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 04 09:55:35.795 INFO kablam! warning: unused `#[macro_use]` import Sep 04 09:55:35.795 INFO kablam! --> src/lib.rs:3:1 Sep 04 09:55:35.795 INFO kablam! | Sep 04 09:55:35.795 INFO kablam! 3 | #[macro_use] Sep 04 09:55:35.795 INFO kablam! | ^^^^^^^^^^^^ Sep 04 09:55:35.795 INFO kablam! | Sep 04 09:55:35.795 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 09:55:35.796 INFO kablam! Sep 04 09:55:36.017 INFO kablam! warning: unused import: `File` Sep 04 09:55:36.017 INFO kablam! --> src/lib.rs:30:20 Sep 04 09:55:36.018 INFO kablam! | Sep 04 09:55:36.018 INFO kablam! 30 | use std::fs::{ File, OpenOptions }; Sep 04 09:55:36.018 INFO kablam! | ^^^^ Sep 04 09:55:36.018 INFO kablam! | Sep 04 09:55:36.018 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 09:55:36.019 INFO kablam! Sep 04 09:55:46.295 INFO kablam! warning: unused import: `Read` Sep 04 09:55:46.295 INFO kablam! --> src/lib.rs:31:20 Sep 04 09:55:46.295 INFO kablam! | Sep 04 09:55:46.295 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 04 09:55:46.295 INFO kablam! | ^^^^ Sep 04 09:55:46.295 INFO kablam! Sep 04 09:55:46.295 INFO kablam! warning: unused import: `Write` Sep 04 09:55:46.295 INFO kablam! --> src/lib.rs:31:26 Sep 04 09:55:46.295 INFO kablam! | Sep 04 09:55:46.295 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Sep 04 09:55:46.295 INFO kablam! | ^^^^^ Sep 04 09:55:46.295 INFO kablam! Sep 04 09:55:47.560 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 09:55:47.560 INFO kablam! --> src/lib.rs:1:12 Sep 04 09:55:47.560 INFO kablam! | Sep 04 09:55:47.560 INFO kablam! 1 | #![feature(i128_type)] Sep 04 09:55:47.560 INFO kablam! | ^^^^^^^^^ Sep 04 09:55:47.561 INFO kablam! | Sep 04 09:55:47.561 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 09:55:47.561 INFO kablam! Sep 04 09:55:48.882 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 09:55:48.882 INFO kablam! --> src/lib.rs:1:12 Sep 04 09:55:48.882 INFO kablam! | Sep 04 09:55:48.882 INFO kablam! 1 | #![feature(i128_type)] Sep 04 09:55:48.882 INFO kablam! | ^^^^^^^^^ Sep 04 09:55:48.882 INFO kablam! | Sep 04 09:55:48.882 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 09:55:48.882 INFO kablam! Sep 04 09:55:49.013 INFO kablam! warning: type `test_struct` should have a camel case name such as `TestStruct` Sep 04 09:55:49.013 INFO kablam! --> src/lib.rs:37:5 Sep 04 09:55:49.013 INFO kablam! | Sep 04 09:55:49.013 INFO kablam! 37 | / struct test_struct { Sep 04 09:55:49.013 INFO kablam! 38 | | x: i32, Sep 04 09:55:49.013 INFO kablam! 39 | | y: i32, Sep 04 09:55:49.013 INFO kablam! 40 | | t: [i32; 5], Sep 04 09:55:49.013 INFO kablam! 41 | | z: i128 Sep 04 09:55:49.013 INFO kablam! 42 | | } Sep 04 09:55:49.013 INFO kablam! | |_____^ Sep 04 09:55:49.013 INFO kablam! | Sep 04 09:55:49.013 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 04 09:55:49.013 INFO kablam! Sep 04 09:55:49.014 INFO kablam! warning: type `test_struct2` should have a camel case name such as `TestStruct2` Sep 04 09:55:49.014 INFO kablam! --> src/lib.rs:45:5 Sep 04 09:55:49.014 INFO kablam! | Sep 04 09:55:49.014 INFO kablam! 45 | struct test_struct2(pub i32, pub i32, pub i64); Sep 04 09:55:49.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:55:49.014 INFO kablam! Sep 04 09:55:49.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.99s Sep 04 09:55:49.082 INFO kablam! su: No module specific data is present Sep 04 09:55:49.722 INFO running `"docker" "rm" "-f" "f7bc870c166c49aa655439ff7bb8582dc5606a1620fc0cee9a04cd9b769bccab"` Sep 04 09:55:49.901 INFO blam! f7bc870c166c49aa655439ff7bb8582dc5606a1620fc0cee9a04cd9b769bccab