Oct 13 02:26:43.672 INFO testing rongfengliang/hyperdemo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:26:43.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 02:26:44.155 INFO blam! 5a16b335fda3f0db6f75c167880d3b3258d76f1b496b77d86c86c7e5e9de53fd Oct 13 02:26:44.157 INFO running `"docker" "start" "-a" "5a16b335fda3f0db6f75c167880d3b3258d76f1b496b77d86c86c7e5e9de53fd"` Oct 13 02:26:45.841 INFO kablam! usermod: no changes Oct 13 02:26:46.047 INFO kablam! Compiling hyper v0.11.19 Oct 13 02:26:57.271 INFO kablam! Compiling hyperdemo v0.1.0 (/source) Oct 13 02:26:58.111 INFO kablam! warning: struct is never constructed: `user` Oct 13 02:26:58.111 INFO kablam! --> src/app/user.rs:3:5 Oct 13 02:26:58.111 INFO kablam! | Oct 13 02:26:58.111 INFO kablam! 3 | pub struct user { Oct 13 02:26:58.111 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 02:26:58.111 INFO kablam! | Oct 13 02:26:58.111 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:26:58.111 INFO kablam! Oct 13 02:26:58.111 INFO kablam! warning: method is never used: `new` Oct 13 02:26:58.111 INFO kablam! --> src/app/user.rs:8:9 Oct 13 02:26:58.111 INFO kablam! | Oct 13 02:26:58.111 INFO kablam! 8 | fn new(&self) -> user { Oct 13 02:26:58.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:26:58.111 INFO kablam! Oct 13 02:26:58.111 INFO kablam! warning: struct is never constructed: `user2` Oct 13 02:26:58.111 INFO kablam! --> src/app/user.rs:17:9 Oct 13 02:26:58.111 INFO kablam! | Oct 13 02:26:58.111 INFO kablam! 17 | pub struct user2 { Oct 13 02:26:58.111 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 02:26:58.111 INFO kablam! Oct 13 02:26:58.111 INFO kablam! warning: method is never used: `new` Oct 13 02:26:58.111 INFO kablam! --> src/app/user.rs:22:13 Oct 13 02:26:58.111 INFO kablam! | Oct 13 02:26:58.111 INFO kablam! 22 | fn new(&self) -> user2 { Oct 13 02:26:58.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:26:58.111 INFO kablam! Oct 13 02:26:58.111 INFO kablam! warning: type `user` should have a camel case name such as `User` Oct 13 02:26:58.111 INFO kablam! --> src/app/user.rs:3:5 Oct 13 02:26:58.111 INFO kablam! | Oct 13 02:26:58.111 INFO kablam! 3 | / pub struct user { Oct 13 02:26:58.111 INFO kablam! 4 | | pub name: String, Oct 13 02:26:58.111 INFO kablam! 5 | | pub age: i32, Oct 13 02:26:58.111 INFO kablam! 6 | | } Oct 13 02:26:58.111 INFO kablam! | |_____^ Oct 13 02:26:58.111 INFO kablam! | Oct 13 02:26:58.111 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 02:26:58.111 INFO kablam! Oct 13 02:26:58.111 INFO kablam! warning: type `user2` should have a camel case name such as `User2` Oct 13 02:26:58.111 INFO kablam! --> src/app/user.rs:17:9 Oct 13 02:26:58.111 INFO kablam! | Oct 13 02:26:58.111 INFO kablam! 17 | / pub struct user2 { Oct 13 02:26:58.111 INFO kablam! 18 | | pub name2: String, Oct 13 02:26:58.111 INFO kablam! 19 | | pub age2: i32, Oct 13 02:26:58.111 INFO kablam! 20 | | } Oct 13 02:26:58.111 INFO kablam! | |_________^ Oct 13 02:26:58.111 INFO kablam! Oct 13 02:27:00.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.02s Oct 13 02:27:00.897 INFO kablam! su: No module specific data is present Oct 13 02:27:01.567 INFO running `"docker" "rm" "-f" "5a16b335fda3f0db6f75c167880d3b3258d76f1b496b77d86c86c7e5e9de53fd"` Oct 13 02:27:01.979 INFO blam! 5a16b335fda3f0db6f75c167880d3b3258d76f1b496b77d86c86c7e5e9de53fd Oct 13 02:27:01.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 02:27:02.442 INFO blam! 021d4d0cbb03a0e2a6e2e22aa8deb2e9ca19bf31f77af568fe925d95c6fc3977 Oct 13 02:27:02.444 INFO running `"docker" "start" "-a" "021d4d0cbb03a0e2a6e2e22aa8deb2e9ca19bf31f77af568fe925d95c6fc3977"` Oct 13 02:27:03.655 INFO kablam! usermod: no changes Oct 13 02:27:03.749 INFO kablam! Compiling hyperdemo v0.1.0 (/source) Oct 13 02:27:04.635 INFO kablam! warning: struct is never constructed: `user` Oct 13 02:27:04.635 INFO kablam! --> src/app/user.rs:3:5 Oct 13 02:27:04.635 INFO kablam! | Oct 13 02:27:04.635 INFO kablam! 3 | pub struct user { Oct 13 02:27:04.635 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 02:27:04.635 INFO kablam! | Oct 13 02:27:04.635 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:27:04.635 INFO kablam! Oct 13 02:27:04.635 INFO kablam! warning: method is never used: `new` Oct 13 02:27:04.635 INFO kablam! --> src/app/user.rs:8:9 Oct 13 02:27:04.635 INFO kablam! | Oct 13 02:27:04.635 INFO kablam! 8 | fn new(&self) -> user { Oct 13 02:27:04.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:27:04.635 INFO kablam! Oct 13 02:27:04.635 INFO kablam! warning: struct is never constructed: `user2` Oct 13 02:27:04.635 INFO kablam! --> src/app/user.rs:17:9 Oct 13 02:27:04.635 INFO kablam! | Oct 13 02:27:04.635 INFO kablam! 17 | pub struct user2 { Oct 13 02:27:04.635 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 02:27:04.635 INFO kablam! Oct 13 02:27:04.636 INFO kablam! warning: method is never used: `new` Oct 13 02:27:04.636 INFO kablam! --> src/app/user.rs:22:13 Oct 13 02:27:04.636 INFO kablam! | Oct 13 02:27:04.636 INFO kablam! 22 | fn new(&self) -> user2 { Oct 13 02:27:04.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:27:04.636 INFO kablam! Oct 13 02:27:04.636 INFO kablam! warning: type `user` should have a camel case name such as `User` Oct 13 02:27:04.636 INFO kablam! --> src/app/user.rs:3:5 Oct 13 02:27:04.636 INFO kablam! | Oct 13 02:27:04.636 INFO kablam! 3 | / pub struct user { Oct 13 02:27:04.636 INFO kablam! 4 | | pub name: String, Oct 13 02:27:04.636 INFO kablam! 5 | | pub age: i32, Oct 13 02:27:04.636 INFO kablam! 6 | | } Oct 13 02:27:04.636 INFO kablam! | |_____^ Oct 13 02:27:04.636 INFO kablam! | Oct 13 02:27:04.636 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 02:27:04.636 INFO kablam! Oct 13 02:27:04.636 INFO kablam! warning: type `user2` should have a camel case name such as `User2` Oct 13 02:27:04.636 INFO kablam! --> src/app/user.rs:17:9 Oct 13 02:27:04.636 INFO kablam! | Oct 13 02:27:04.636 INFO kablam! 17 | / pub struct user2 { Oct 13 02:27:04.636 INFO kablam! 18 | | pub name2: String, Oct 13 02:27:04.636 INFO kablam! 19 | | pub age2: i32, Oct 13 02:27:04.636 INFO kablam! 20 | | } Oct 13 02:27:04.636 INFO kablam! | |_________^ Oct 13 02:27:04.636 INFO kablam! Oct 13 02:27:05.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 13 02:27:05.094 INFO kablam! su: No module specific data is present Oct 13 02:27:05.715 INFO running `"docker" "rm" "-f" "021d4d0cbb03a0e2a6e2e22aa8deb2e9ca19bf31f77af568fe925d95c6fc3977"` Oct 13 02:27:05.974 INFO blam! 021d4d0cbb03a0e2a6e2e22aa8deb2e9ca19bf31f77af568fe925d95c6fc3977 Oct 13 02:27:05.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 02:27:06.343 INFO blam! 20b84249c4f10bd17961b2965b1624a32a93df89752a789aa751449cb9936a0f Oct 13 02:27:06.343 INFO running `"docker" "start" "-a" "20b84249c4f10bd17961b2965b1624a32a93df89752a789aa751449cb9936a0f"` Oct 13 02:27:07.382 INFO kablam! usermod: no changes Oct 13 02:27:07.553 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 13 02:27:07.567 INFO blam! Oct 13 02:27:07.567 INFO blam! running 0 tests Oct 13 02:27:07.567 INFO blam! Oct 13 02:27:07.567 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:27:07.567 INFO blam! Oct 13 02:27:07.569 INFO kablam! Running /target/debug/deps/hyperdemo-ec4fa34f1678aa5a Oct 13 02:27:07.569 INFO kablam! su: No module specific data is present Oct 13 02:27:08.324 INFO running `"docker" "rm" "-f" "20b84249c4f10bd17961b2965b1624a32a93df89752a789aa751449cb9936a0f"` Oct 13 02:27:08.593 INFO blam! 20b84249c4f10bd17961b2965b1624a32a93df89752a789aa751449cb9936a0f