Oct 22 00:35:17.478 INFO checking raw_serde-0.1.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:35:17.478 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 00:35:17.894 INFO blam! eb78291b5cd5b1f59bcbd7d26e7551b29a797eac075dc84877b7a309ab76a873 Oct 22 00:35:17.895 INFO running `"docker" "start" "-a" "eb78291b5cd5b1f59bcbd7d26e7551b29a797eac075dc84877b7a309ab76a873"` Oct 22 00:35:18.992 INFO kablam! usermod: no changes Oct 22 00:35:19.068 INFO kablam! Compiling raw_serde_derive v0.1.2 Oct 22 00:35:24.512 INFO kablam! Checking raw_serde v0.1.4 (/source) Oct 22 00:35:25.550 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 22 00:35:25.744 INFO kablam! warning: unused `#[macro_use]` import Oct 22 00:35:25.745 INFO kablam! --> src/lib.rs:3:1 Oct 22 00:35:25.745 INFO kablam! | Oct 22 00:35:25.745 INFO kablam! 3 | #[macro_use] Oct 22 00:35:25.746 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:35:25.746 INFO kablam! | Oct 22 00:35:25.746 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:35:25.747 INFO kablam! Oct 22 00:35:25.882 INFO kablam! warning: unused `#[macro_use]` import Oct 22 00:35:25.882 INFO kablam! --> src/lib.rs:3:1 Oct 22 00:35:25.882 INFO kablam! | Oct 22 00:35:25.882 INFO kablam! 3 | #[macro_use] Oct 22 00:35:25.882 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:35:25.882 INFO kablam! | Oct 22 00:35:25.882 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:35:25.882 INFO kablam! Oct 22 00:35:25.906 INFO kablam! warning: unused import: `File` Oct 22 00:35:25.906 INFO kablam! --> src/lib.rs:30:20 Oct 22 00:35:25.906 INFO kablam! | Oct 22 00:35:25.906 INFO kablam! 30 | use std::fs::{ File, OpenOptions }; Oct 22 00:35:25.906 INFO kablam! | ^^^^ Oct 22 00:35:25.906 INFO kablam! Oct 22 00:35:31.500 INFO kablam! warning: unused import: `Read` Oct 22 00:35:31.500 INFO kablam! --> src/lib.rs:31:20 Oct 22 00:35:31.500 INFO kablam! | Oct 22 00:35:31.500 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Oct 22 00:35:31.500 INFO kablam! | ^^^^ Oct 22 00:35:31.500 INFO kablam! Oct 22 00:35:31.500 INFO kablam! warning: unused import: `Write` Oct 22 00:35:31.500 INFO kablam! --> src/lib.rs:31:26 Oct 22 00:35:31.500 INFO kablam! | Oct 22 00:35:31.500 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Oct 22 00:35:31.500 INFO kablam! | ^^^^^ Oct 22 00:35:31.500 INFO kablam! Oct 22 00:35:33.117 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 22 00:35:33.117 INFO kablam! --> src/lib.rs:1:12 Oct 22 00:35:33.118 INFO kablam! | Oct 22 00:35:33.118 INFO kablam! 1 | #![feature(i128_type)] Oct 22 00:35:33.120 INFO kablam! | ^^^^^^^^^ Oct 22 00:35:33.120 INFO kablam! | Oct 22 00:35:33.120 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 00:35:33.121 INFO kablam! Oct 22 00:35:33.200 INFO kablam! warning: type `test_struct` should have a camel case name such as `TestStruct` Oct 22 00:35:33.200 INFO kablam! --> src/lib.rs:37:5 Oct 22 00:35:33.200 INFO kablam! | Oct 22 00:35:33.200 INFO kablam! 37 | / struct test_struct { Oct 22 00:35:33.200 INFO kablam! 38 | | x: i32, Oct 22 00:35:33.200 INFO kablam! 39 | | y: i32, Oct 22 00:35:33.200 INFO kablam! 40 | | t: [i32; 5], Oct 22 00:35:33.200 INFO kablam! 41 | | z: i128 Oct 22 00:35:33.200 INFO kablam! 42 | | } Oct 22 00:35:33.200 INFO kablam! | |_____^ Oct 22 00:35:33.200 INFO kablam! | Oct 22 00:35:33.200 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 22 00:35:33.200 INFO kablam! Oct 22 00:35:33.200 INFO kablam! warning: type `test_struct2` should have a camel case name such as `TestStruct2` Oct 22 00:35:33.200 INFO kablam! --> src/lib.rs:45:5 Oct 22 00:35:33.200 INFO kablam! | Oct 22 00:35:33.200 INFO kablam! 45 | struct test_struct2(pub i32, pub i32, pub i64); Oct 22 00:35:33.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:35:33.200 INFO kablam! Oct 22 00:35:33.936 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 22 00:35:33.952 INFO kablam! --> src/lib.rs:1:12 Oct 22 00:35:33.952 INFO kablam! | Oct 22 00:35:33.952 INFO kablam! 1 | #![feature(i128_type)] Oct 22 00:35:33.952 INFO kablam! | ^^^^^^^^^ Oct 22 00:35:33.952 INFO kablam! | Oct 22 00:35:33.952 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 00:35:33.952 INFO kablam! Oct 22 00:35:34.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.12s Oct 22 00:35:34.132 INFO kablam! su: No module specific data is present Oct 22 00:35:34.761 INFO running `"docker" "rm" "-f" "eb78291b5cd5b1f59bcbd7d26e7551b29a797eac075dc84877b7a309ab76a873"` Oct 22 00:35:35.028 INFO blam! eb78291b5cd5b1f59bcbd7d26e7551b29a797eac075dc84877b7a309ab76a873