Oct 13 10:17:22.581 INFO checking raw_serde-0.1.4 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 10:17:22.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 10:17:23.157 INFO blam! 0d4a6ee065cd8d1e8f7694eed3c99308308a94068b19a7debd236d8f2391725d Oct 13 10:17:23.165 INFO running `"docker" "start" "-a" "0d4a6ee065cd8d1e8f7694eed3c99308308a94068b19a7debd236d8f2391725d"` Oct 13 10:17:24.265 INFO kablam! usermod: no changes Oct 13 10:17:24.356 INFO kablam! Compiling raw_serde_derive v0.1.2 Oct 13 10:17:30.597 INFO kablam! Checking raw_serde v0.1.4 (/source) Oct 13 10:17:31.914 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 ) ) } }") Oct 13 10:17:31.926 INFO kablam! warning: unused `#[macro_use]` import Oct 13 10:17:31.926 INFO kablam! --> src/lib.rs:3:1 Oct 13 10:17:31.926 INFO kablam! | Oct 13 10:17:31.926 INFO kablam! 3 | #[macro_use] Oct 13 10:17:31.927 INFO kablam! | ^^^^^^^^^^^^ Oct 13 10:17:31.927 INFO kablam! | Oct 13 10:17:31.927 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:17:31.927 INFO kablam! Oct 13 10:17:32.360 INFO kablam! warning: unused `#[macro_use]` import Oct 13 10:17:32.360 INFO kablam! --> src/lib.rs:3:1 Oct 13 10:17:32.360 INFO kablam! | Oct 13 10:17:32.360 INFO kablam! 3 | #[macro_use] Oct 13 10:17:32.360 INFO kablam! | ^^^^^^^^^^^^ Oct 13 10:17:32.360 INFO kablam! | Oct 13 10:17:32.360 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:17:32.360 INFO kablam! Oct 13 10:17:32.396 INFO kablam! warning: unused import: `File` Oct 13 10:17:32.396 INFO kablam! --> src/lib.rs:30:20 Oct 13 10:17:32.396 INFO kablam! | Oct 13 10:17:32.396 INFO kablam! 30 | use std::fs::{ File, OpenOptions }; Oct 13 10:17:32.396 INFO kablam! | ^^^^ Oct 13 10:17:32.396 INFO kablam! Oct 13 10:17:39.664 INFO kablam! warning: unused import: `Read` Oct 13 10:17:39.664 INFO kablam! --> src/lib.rs:31:20 Oct 13 10:17:39.664 INFO kablam! | Oct 13 10:17:39.664 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Oct 13 10:17:39.664 INFO kablam! | ^^^^ Oct 13 10:17:39.664 INFO kablam! Oct 13 10:17:39.664 INFO kablam! warning: unused import: `Write` Oct 13 10:17:39.664 INFO kablam! --> src/lib.rs:31:26 Oct 13 10:17:39.664 INFO kablam! | Oct 13 10:17:39.664 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Oct 13 10:17:39.664 INFO kablam! | ^^^^^ Oct 13 10:17:39.664 INFO kablam! Oct 13 10:17:41.212 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 10:17:41.212 INFO kablam! --> src/lib.rs:1:12 Oct 13 10:17:41.212 INFO kablam! | Oct 13 10:17:41.212 INFO kablam! 1 | #![feature(i128_type)] Oct 13 10:17:41.212 INFO kablam! | ^^^^^^^^^ Oct 13 10:17:41.212 INFO kablam! | Oct 13 10:17:41.212 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 10:17:41.212 INFO kablam! Oct 13 10:17:41.275 INFO kablam! warning: type `test_struct` should have a camel case name such as `TestStruct` Oct 13 10:17:41.275 INFO kablam! --> src/lib.rs:37:5 Oct 13 10:17:41.275 INFO kablam! | Oct 13 10:17:41.275 INFO kablam! 37 | / struct test_struct { Oct 13 10:17:41.275 INFO kablam! 38 | | x: i32, Oct 13 10:17:41.275 INFO kablam! 39 | | y: i32, Oct 13 10:17:41.275 INFO kablam! 40 | | t: [i32; 5], Oct 13 10:17:41.275 INFO kablam! 41 | | z: i128 Oct 13 10:17:41.275 INFO kablam! 42 | | } Oct 13 10:17:41.275 INFO kablam! | |_____^ Oct 13 10:17:41.275 INFO kablam! | Oct 13 10:17:41.275 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 10:17:41.275 INFO kablam! Oct 13 10:17:41.275 INFO kablam! warning: type `test_struct2` should have a camel case name such as `TestStruct2` Oct 13 10:17:41.275 INFO kablam! --> src/lib.rs:45:5 Oct 13 10:17:41.275 INFO kablam! | Oct 13 10:17:41.275 INFO kablam! 45 | struct test_struct2(pub i32, pub i32, pub i64); Oct 13 10:17:41.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:17:41.275 INFO kablam! Oct 13 10:17:41.785 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 10:17:41.786 INFO kablam! --> src/lib.rs:1:12 Oct 13 10:17:41.786 INFO kablam! | Oct 13 10:17:41.787 INFO kablam! 1 | #![feature(i128_type)] Oct 13 10:17:41.787 INFO kablam! | ^^^^^^^^^ Oct 13 10:17:41.788 INFO kablam! | Oct 13 10:17:41.789 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 10:17:41.789 INFO kablam! Oct 13 10:17:41.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.67s Oct 13 10:17:41.974 INFO kablam! su: No module specific data is present Oct 13 10:17:43.380 INFO running `"docker" "rm" "-f" "0d4a6ee065cd8d1e8f7694eed3c99308308a94068b19a7debd236d8f2391725d"` Oct 13 10:17:43.712 INFO blam! 0d4a6ee065cd8d1e8f7694eed3c99308308a94068b19a7debd236d8f2391725d