Oct 31 22:20:41.116 INFO checking rongfengliang/hyperdemo against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 22:20:41.117 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 22:20:41.641 INFO blam! 3faad8f3912e25098afc28af38bc87b3e3c83e74a5e46aba8d1c5d4f518ed868 Oct 31 22:20:41.643 INFO running `"docker" "start" "-a" "3faad8f3912e25098afc28af38bc87b3e3c83e74a5e46aba8d1c5d4f518ed868"` Oct 31 22:20:44.373 INFO kablam! usermod: no changes Oct 31 22:20:44.576 INFO kablam! Checking futures-cpupool v0.1.8 Oct 31 22:20:44.588 INFO kablam! Checking tokio-proto v0.1.1 Oct 31 22:20:47.390 INFO kablam! Checking hyper v0.11.19 Oct 31 22:20:52.564 INFO kablam! Checking hyperdemo v0.1.0 (/source) Oct 31 22:20:53.932 INFO kablam! warning: struct is never constructed: `user` Oct 31 22:20:53.932 INFO kablam! --> src/app/user.rs:3:5 Oct 31 22:20:53.932 INFO kablam! | Oct 31 22:20:53.932 INFO kablam! 3 | pub struct user { Oct 31 22:20:53.932 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 22:20:53.932 INFO kablam! | Oct 31 22:20:53.932 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:20:53.932 INFO kablam! Oct 31 22:20:53.932 INFO kablam! warning: method is never used: `new` Oct 31 22:20:53.932 INFO kablam! --> src/app/user.rs:8:9 Oct 31 22:20:53.932 INFO kablam! | Oct 31 22:20:53.932 INFO kablam! 8 | fn new(&self) -> user { Oct 31 22:20:53.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:20:53.932 INFO kablam! Oct 31 22:20:53.932 INFO kablam! warning: struct is never constructed: `user2` Oct 31 22:20:53.933 INFO kablam! --> src/app/user.rs:17:9 Oct 31 22:20:53.933 INFO kablam! | Oct 31 22:20:53.933 INFO kablam! 17 | pub struct user2 { Oct 31 22:20:53.933 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 22:20:53.933 INFO kablam! Oct 31 22:20:53.933 INFO kablam! warning: method is never used: `new` Oct 31 22:20:53.933 INFO kablam! --> src/app/user.rs:22:13 Oct 31 22:20:53.933 INFO kablam! | Oct 31 22:20:53.933 INFO kablam! 22 | fn new(&self) -> user2 { Oct 31 22:20:53.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:20:53.933 INFO kablam! Oct 31 22:20:53.933 INFO kablam! warning: type `user` should have a camel case name such as `User` Oct 31 22:20:53.933 INFO kablam! --> src/app/user.rs:3:5 Oct 31 22:20:53.933 INFO kablam! | Oct 31 22:20:53.933 INFO kablam! 3 | / pub struct user { Oct 31 22:20:53.933 INFO kablam! 4 | | pub name: String, Oct 31 22:20:53.933 INFO kablam! 5 | | pub age: i32, Oct 31 22:20:53.933 INFO kablam! 6 | | } Oct 31 22:20:53.933 INFO kablam! | |_____^ Oct 31 22:20:53.933 INFO kablam! | Oct 31 22:20:53.933 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 31 22:20:53.933 INFO kablam! Oct 31 22:20:53.933 INFO kablam! warning: type `user2` should have a camel case name such as `User2` Oct 31 22:20:53.933 INFO kablam! --> src/app/user.rs:17:9 Oct 31 22:20:53.933 INFO kablam! | Oct 31 22:20:53.933 INFO kablam! 17 | / pub struct user2 { Oct 31 22:20:53.933 INFO kablam! 18 | | pub name2: String, Oct 31 22:20:53.933 INFO kablam! 19 | | pub age2: i32, Oct 31 22:20:53.933 INFO kablam! 20 | | } Oct 31 22:20:53.933 INFO kablam! | |_________^ Oct 31 22:20:53.933 INFO kablam! Oct 31 22:20:54.104 INFO kablam! warning: struct is never constructed: `user` Oct 31 22:20:54.104 INFO kablam! --> src/app/user.rs:3:5 Oct 31 22:20:54.104 INFO kablam! | Oct 31 22:20:54.104 INFO kablam! 3 | pub struct user { Oct 31 22:20:54.104 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 22:20:54.104 INFO kablam! | Oct 31 22:20:54.104 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:20:54.104 INFO kablam! Oct 31 22:20:54.104 INFO kablam! warning: method is never used: `new` Oct 31 22:20:54.104 INFO kablam! --> src/app/user.rs:8:9 Oct 31 22:20:54.104 INFO kablam! | Oct 31 22:20:54.104 INFO kablam! 8 | fn new(&self) -> user { Oct 31 22:20:54.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:20:54.104 INFO kablam! Oct 31 22:20:54.104 INFO kablam! warning: struct is never constructed: `user2` Oct 31 22:20:54.105 INFO kablam! --> src/app/user.rs:17:9 Oct 31 22:20:54.105 INFO kablam! | Oct 31 22:20:54.105 INFO kablam! 17 | pub struct user2 { Oct 31 22:20:54.105 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 22:20:54.105 INFO kablam! Oct 31 22:20:54.105 INFO kablam! warning: method is never used: `new` Oct 31 22:20:54.105 INFO kablam! --> src/app/user.rs:22:13 Oct 31 22:20:54.105 INFO kablam! | Oct 31 22:20:54.105 INFO kablam! 22 | fn new(&self) -> user2 { Oct 31 22:20:54.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:20:54.105 INFO kablam! Oct 31 22:20:54.105 INFO kablam! warning: type `user` should have a camel case name such as `User` Oct 31 22:20:54.105 INFO kablam! --> src/app/user.rs:3:5 Oct 31 22:20:54.105 INFO kablam! | Oct 31 22:20:54.105 INFO kablam! 3 | / pub struct user { Oct 31 22:20:54.105 INFO kablam! 4 | | pub name: String, Oct 31 22:20:54.105 INFO kablam! 5 | | pub age: i32, Oct 31 22:20:54.105 INFO kablam! 6 | | } Oct 31 22:20:54.105 INFO kablam! | |_____^ Oct 31 22:20:54.105 INFO kablam! | Oct 31 22:20:54.105 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 31 22:20:54.105 INFO kablam! Oct 31 22:20:54.105 INFO kablam! warning: type `user2` should have a camel case name such as `User2` Oct 31 22:20:54.105 INFO kablam! --> src/app/user.rs:17:9 Oct 31 22:20:54.105 INFO kablam! | Oct 31 22:20:54.105 INFO kablam! 17 | / pub struct user2 { Oct 31 22:20:54.105 INFO kablam! 18 | | pub name2: String, Oct 31 22:20:54.105 INFO kablam! 19 | | pub age2: i32, Oct 31 22:20:54.105 INFO kablam! 20 | | } Oct 31 22:20:54.105 INFO kablam! | |_________^ Oct 31 22:20:54.105 INFO kablam! Oct 31 22:20:54.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.80s Oct 31 22:20:54.200 INFO kablam! su: No module specific data is present Oct 31 22:20:55.056 INFO running `"docker" "rm" "-f" "3faad8f3912e25098afc28af38bc87b3e3c83e74a5e46aba8d1c5d4f518ed868"` Oct 31 22:20:55.341 INFO blam! 3faad8f3912e25098afc28af38bc87b3e3c83e74a5e46aba8d1c5d4f518ed868