Oct 27 17:28:12.770 INFO checking raw_serde-0.1.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:28:12.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 17:28:13.151 INFO blam! 2751b764d6b3ba5863d8ad18478f8463951d7b0076c399e532d5e1d128bb70df Oct 27 17:28:13.167 INFO running `"docker" "start" "-a" "2751b764d6b3ba5863d8ad18478f8463951d7b0076c399e532d5e1d128bb70df"` Oct 27 17:28:15.006 INFO kablam! usermod: no changes Oct 27 17:28:15.091 INFO kablam! Compiling raw_serde_derive v0.1.2 Oct 27 17:28:21.103 INFO kablam! Checking raw_serde v0.1.4 (/source) Oct 27 17:28:22.332 INFO kablam! warning: unused `#[macro_use]` import Oct 27 17:28:22.332 INFO kablam! --> src/lib.rs:3:1 Oct 27 17:28:22.332 INFO kablam! | Oct 27 17:28:22.332 INFO kablam! 3 | #[macro_use] Oct 27 17:28:22.332 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:28:22.332 INFO kablam! | Oct 27 17:28:22.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:28:22.332 INFO kablam! Oct 27 17:28:22.491 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 27 17:28:22.792 INFO kablam! warning: unused `#[macro_use]` import Oct 27 17:28:22.792 INFO kablam! --> src/lib.rs:3:1 Oct 27 17:28:22.793 INFO kablam! | Oct 27 17:28:22.793 INFO kablam! 3 | #[macro_use] Oct 27 17:28:22.794 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:28:22.794 INFO kablam! | Oct 27 17:28:22.794 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:28:22.794 INFO kablam! Oct 27 17:28:22.823 INFO kablam! warning: unused import: `File` Oct 27 17:28:22.824 INFO kablam! --> src/lib.rs:30:20 Oct 27 17:28:22.824 INFO kablam! | Oct 27 17:28:22.824 INFO kablam! 30 | use std::fs::{ File, OpenOptions }; Oct 27 17:28:22.825 INFO kablam! | ^^^^ Oct 27 17:28:22.825 INFO kablam! Oct 27 17:28:29.599 INFO kablam! warning: unused import: `Read` Oct 27 17:28:29.599 INFO kablam! --> src/lib.rs:31:20 Oct 27 17:28:29.599 INFO kablam! | Oct 27 17:28:29.599 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Oct 27 17:28:29.599 INFO kablam! | ^^^^ Oct 27 17:28:29.599 INFO kablam! Oct 27 17:28:29.599 INFO kablam! warning: unused import: `Write` Oct 27 17:28:29.599 INFO kablam! --> src/lib.rs:31:26 Oct 27 17:28:29.599 INFO kablam! | Oct 27 17:28:29.599 INFO kablam! 31 | use std::io::{ Read, Write, Seek, SeekFrom }; Oct 27 17:28:29.599 INFO kablam! | ^^^^^ Oct 27 17:28:29.599 INFO kablam! Oct 27 17:28:31.367 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 17:28:31.367 INFO kablam! --> src/lib.rs:1:12 Oct 27 17:28:31.367 INFO kablam! | Oct 27 17:28:31.367 INFO kablam! 1 | #![feature(i128_type)] Oct 27 17:28:31.367 INFO kablam! | ^^^^^^^^^ Oct 27 17:28:31.367 INFO kablam! | Oct 27 17:28:31.367 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 17:28:31.367 INFO kablam! Oct 27 17:28:31.699 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 17:28:31.699 INFO kablam! --> src/lib.rs:1:12 Oct 27 17:28:31.699 INFO kablam! | Oct 27 17:28:31.699 INFO kablam! 1 | #![feature(i128_type)] Oct 27 17:28:31.699 INFO kablam! | ^^^^^^^^^ Oct 27 17:28:31.699 INFO kablam! | Oct 27 17:28:31.699 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 17:28:31.699 INFO kablam! Oct 27 17:28:31.760 INFO kablam! warning: type `test_struct` should have a camel case name such as `TestStruct` Oct 27 17:28:31.760 INFO kablam! --> src/lib.rs:37:5 Oct 27 17:28:31.760 INFO kablam! | Oct 27 17:28:31.760 INFO kablam! 37 | / struct test_struct { Oct 27 17:28:31.760 INFO kablam! 38 | | x: i32, Oct 27 17:28:31.760 INFO kablam! 39 | | y: i32, Oct 27 17:28:31.760 INFO kablam! 40 | | t: [i32; 5], Oct 27 17:28:31.760 INFO kablam! 41 | | z: i128 Oct 27 17:28:31.760 INFO kablam! 42 | | } Oct 27 17:28:31.760 INFO kablam! | |_____^ Oct 27 17:28:31.760 INFO kablam! | Oct 27 17:28:31.760 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 17:28:31.760 INFO kablam! Oct 27 17:28:31.760 INFO kablam! warning: type `test_struct2` should have a camel case name such as `TestStruct2` Oct 27 17:28:31.760 INFO kablam! --> src/lib.rs:45:5 Oct 27 17:28:31.760 INFO kablam! | Oct 27 17:28:31.760 INFO kablam! 45 | struct test_struct2(pub i32, pub i32, pub i64); Oct 27 17:28:31.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:28:31.760 INFO kablam! Oct 27 17:28:31.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.82s Oct 27 17:28:31.860 INFO kablam! su: No module specific data is present Oct 27 17:28:32.545 INFO running `"docker" "rm" "-f" "2751b764d6b3ba5863d8ad18478f8463951d7b0076c399e532d5e1d128bb70df"` Oct 27 17:28:32.856 INFO blam! 2751b764d6b3ba5863d8ad18478f8463951d7b0076c399e532d5e1d128bb70df