Oct 14 12:18:50.039 INFO testing mars/persistent-state-machine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:18:50.041 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 12:18:50.411 INFO blam! 48d45bc38861455635f5868dbee0836d42132ea02832c6f982863f2e87a527ff Oct 14 12:18:50.414 INFO running `"docker" "start" "-a" "48d45bc38861455635f5868dbee0836d42132ea02832c6f982863f2e87a527ff"` Oct 14 12:18:51.419 INFO kablam! usermod: no changes Oct 14 12:18:51.554 INFO kablam! Compiling cc v1.0.6 Oct 14 12:18:51.554 INFO kablam! Compiling num-traits v0.2.1 Oct 14 12:18:51.554 INFO kablam! Compiling pq-sys v0.4.4 Oct 14 12:18:51.554 INFO kablam! Compiling libc v0.2.37 Oct 14 12:18:51.600 INFO kablam! Compiling serde v1.0.29 Oct 14 12:18:51.602 INFO kablam! Compiling rustc-demangle v0.1.7 Oct 14 12:18:51.602 INFO kablam! Compiling regex-syntax v0.5.0 Oct 14 12:18:51.602 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Oct 14 12:18:54.879 INFO kablam! Compiling log v0.4.1 Oct 14 12:18:54.964 INFO kablam! Compiling syn v0.11.11 Oct 14 12:18:58.078 INFO kablam! Compiling serde_derive_internals v0.20.0 Oct 14 12:18:58.114 INFO kablam! Compiling r2d2 v0.8.2 Oct 14 12:19:00.912 INFO kablam! Compiling memchr v2.0.1 Oct 14 12:19:00.984 INFO kablam! Compiling time v0.1.39 Oct 14 12:19:01.802 INFO kablam! Compiling num-integer v0.1.36 Oct 14 12:19:03.655 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 12:19:04.039 INFO kablam! Compiling num-iter v0.1.35 Oct 14 12:19:05.311 INFO kablam! Compiling num v0.1.42 Oct 14 12:19:08.827 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 12:19:10.675 INFO kablam! Compiling serde_derive v1.0.29 Oct 14 12:19:16.141 INFO kablam! Compiling regex v0.2.7 Oct 14 12:19:22.163 INFO kablam! Compiling diesel_derives v1.1.0 Oct 14 12:19:22.163 INFO kablam! Compiling derive-error-chain v0.11.0 Oct 14 12:19:36.764 INFO kablam! Compiling serde_json v1.0.10 Oct 14 12:19:40.071 INFO kablam! Compiling chrono v0.4.0 Oct 14 12:19:45.283 INFO kablam! Compiling backtrace v0.3.5 Oct 14 12:19:48.104 INFO kablam! Compiling error-chain v0.11.0 Oct 14 12:19:49.495 INFO kablam! Compiling dotenv v0.11.0 Oct 14 12:19:53.572 INFO kablam! Compiling diesel v1.1.1 Oct 14 12:20:07.208 INFO kablam! Compiling r2d2-diesel v1.0.0 Oct 14 12:20:07.617 INFO kablam! Compiling persistent-state-machine v0.1.0 (/source) Oct 14 12:20:08.007 INFO kablam! warning: unused import: `r2d2::Pool` Oct 14 12:20:08.007 INFO kablam! --> src/models.rs:6:5 Oct 14 12:20:08.007 INFO kablam! | Oct 14 12:20:08.007 INFO kablam! 6 | use r2d2::Pool; Oct 14 12:20:08.007 INFO kablam! | ^^^^^^^^^^ Oct 14 12:20:08.007 INFO kablam! | Oct 14 12:20:08.007 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:20:08.007 INFO kablam! Oct 14 12:20:08.007 INFO kablam! warning: unused import: `r2d2_diesel::ConnectionManager` Oct 14 12:20:08.007 INFO kablam! --> src/models.rs:7:5 Oct 14 12:20:08.007 INFO kablam! | Oct 14 12:20:08.007 INFO kablam! 7 | use r2d2_diesel::ConnectionManager; Oct 14 12:20:08.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:20:08.007 INFO kablam! Oct 14 12:20:08.423 INFO kablam! warning: enum is never used: `Event` Oct 14 12:20:08.424 INFO kablam! --> src/lifecycle.rs:64:1 Oct 14 12:20:08.424 INFO kablam! | Oct 14 12:20:08.424 INFO kablam! 64 | enum Event { Oct 14 12:20:08.425 INFO kablam! | ^^^^^^^^^^ Oct 14 12:20:08.425 INFO kablam! | Oct 14 12:20:08.425 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:20:08.426 INFO kablam! Oct 14 12:20:08.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 14 12:20:08.773 INFO kablam! su: No module specific data is present Oct 14 12:20:10.042 INFO running `"docker" "rm" "-f" "48d45bc38861455635f5868dbee0836d42132ea02832c6f982863f2e87a527ff"` Oct 14 12:20:10.371 INFO blam! 48d45bc38861455635f5868dbee0836d42132ea02832c6f982863f2e87a527ff Oct 14 12:20:10.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 12:20:10.763 INFO blam! d249defa1bf1137cfa774826ab8a82a09240bead3cd41853d23a0f51de20a0f7 Oct 14 12:20:10.766 INFO running `"docker" "start" "-a" "d249defa1bf1137cfa774826ab8a82a09240bead3cd41853d23a0f51de20a0f7"` Oct 14 12:20:13.223 INFO kablam! usermod: no changes Oct 14 12:20:13.411 INFO kablam! Compiling persistent-state-machine v0.1.0 (/source) Oct 14 12:20:13.755 INFO kablam! warning: unused import: `r2d2::Pool` Oct 14 12:20:13.756 INFO kablam! --> src/models.rs:6:5 Oct 14 12:20:13.756 INFO kablam! | Oct 14 12:20:13.756 INFO kablam! 6 | use r2d2::Pool; Oct 14 12:20:13.756 INFO kablam! | ^^^^^^^^^^ Oct 14 12:20:13.757 INFO kablam! | Oct 14 12:20:13.757 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:20:13.757 INFO kablam! Oct 14 12:20:13.757 INFO kablam! warning: unused import: `r2d2_diesel::ConnectionManager` Oct 14 12:20:13.758 INFO kablam! --> src/models.rs:7:5 Oct 14 12:20:13.758 INFO kablam! | Oct 14 12:20:13.758 INFO kablam! 7 | use r2d2_diesel::ConnectionManager; Oct 14 12:20:13.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:20:13.759 INFO kablam! Oct 14 12:20:14.112 INFO kablam! warning: unused variable: `now` Oct 14 12:20:14.112 INFO kablam! --> src/lifecycle.rs:415:13 Oct 14 12:20:14.112 INFO kablam! | Oct 14 12:20:14.112 INFO kablam! 415 | let now = Utc::now().naive_utc(); Oct 14 12:20:14.112 INFO kablam! | ^^^ help: consider using `_now` instead Oct 14 12:20:14.112 INFO kablam! | Oct 14 12:20:14.115 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:20:14.115 INFO kablam! Oct 14 12:20:14.203 INFO kablam! warning: enum is never used: `Event` Oct 14 12:20:14.203 INFO kablam! --> src/lifecycle.rs:64:1 Oct 14 12:20:14.203 INFO kablam! | Oct 14 12:20:14.203 INFO kablam! 64 | enum Event { Oct 14 12:20:14.203 INFO kablam! | ^^^^^^^^^^ Oct 14 12:20:14.203 INFO kablam! | Oct 14 12:20:14.203 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:20:14.203 INFO kablam! Oct 14 12:20:17.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.87s Oct 14 12:20:17.145 INFO kablam! su: No module specific data is present Oct 14 12:20:18.093 INFO running `"docker" "rm" "-f" "d249defa1bf1137cfa774826ab8a82a09240bead3cd41853d23a0f51de20a0f7"` Oct 14 12:20:18.475 INFO blam! d249defa1bf1137cfa774826ab8a82a09240bead3cd41853d23a0f51de20a0f7