Oct 27 01:00:37.263 INFO checking mars/persistent-state-machine against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:00:37.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:00:37.656 INFO blam! 0853cdc2ecabc50bb642738f4bd28ad3e7c33b0b884db69edaef90372fe91253 Oct 27 01:00:37.657 INFO running `"docker" "start" "-a" "0853cdc2ecabc50bb642738f4bd28ad3e7c33b0b884db69edaef90372fe91253"` Oct 27 01:00:39.427 INFO kablam! usermod: no changes Oct 27 01:00:39.665 INFO kablam! Compiling pq-sys v0.4.4 Oct 27 01:00:39.687 INFO kablam! Checking time v0.1.39 Oct 27 01:00:39.687 INFO kablam! Checking serde_json v1.0.10 Oct 27 01:00:39.688 INFO kablam! Compiling syn v0.11.11 Oct 27 01:00:39.699 INFO kablam! Checking r2d2 v0.8.2 Oct 27 01:00:39.723 INFO kablam! Checking backtrace-sys v0.1.16 Oct 27 01:00:39.723 INFO kablam! Checking regex v0.2.7 Oct 27 01:00:39.745 INFO kablam! Compiling serde_derive_internals v0.20.0 Oct 27 01:00:41.787 INFO kablam! Checking backtrace v0.3.5 Oct 27 01:00:44.671 INFO kablam! Checking error-chain v0.11.0 Oct 27 01:00:45.545 INFO kablam! Checking chrono v0.4.0 Oct 27 01:00:55.119 INFO kablam! Compiling serde_derive v1.0.29 Oct 27 01:01:04.679 INFO kablam! Compiling diesel_derives v1.1.0 Oct 27 01:01:04.679 INFO kablam! Compiling derive-error-chain v0.11.0 Oct 27 01:01:18.567 INFO kablam! Checking diesel v1.1.1 Oct 27 01:01:19.684 INFO kablam! Checking dotenv v0.11.0 Oct 27 01:01:30.114 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 27 01:01:31.025 INFO kablam! Checking persistent-state-machine v0.1.0 (/source) Oct 27 01:01:32.903 INFO kablam! warning: unused import: `r2d2::Pool` Oct 27 01:01:32.904 INFO kablam! --> src/models.rs:6:5 Oct 27 01:01:32.904 INFO kablam! | Oct 27 01:01:32.905 INFO kablam! 6 | use r2d2::Pool; Oct 27 01:01:32.905 INFO kablam! | ^^^^^^^^^^ Oct 27 01:01:32.906 INFO kablam! | Oct 27 01:01:32.906 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:01:32.907 INFO kablam! Oct 27 01:01:32.907 INFO kablam! warning: unused import: `r2d2_diesel::ConnectionManager` Oct 27 01:01:32.907 INFO kablam! --> src/models.rs:7:5 Oct 27 01:01:32.908 INFO kablam! | Oct 27 01:01:32.908 INFO kablam! 7 | use r2d2_diesel::ConnectionManager; Oct 27 01:01:32.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:01:32.909 INFO kablam! Oct 27 01:01:33.154 INFO kablam! warning: unused import: `r2d2::Pool` Oct 27 01:01:33.155 INFO kablam! --> src/models.rs:6:5 Oct 27 01:01:33.156 INFO kablam! | Oct 27 01:01:33.156 INFO kablam! 6 | use r2d2::Pool; Oct 27 01:01:33.157 INFO kablam! | ^^^^^^^^^^ Oct 27 01:01:33.158 INFO kablam! | Oct 27 01:01:33.158 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:01:33.159 INFO kablam! Oct 27 01:01:33.159 INFO kablam! warning: unused import: `r2d2_diesel::ConnectionManager` Oct 27 01:01:33.160 INFO kablam! --> src/models.rs:7:5 Oct 27 01:01:33.160 INFO kablam! | Oct 27 01:01:33.160 INFO kablam! 7 | use r2d2_diesel::ConnectionManager; Oct 27 01:01:33.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:01:33.160 INFO kablam! Oct 27 01:01:33.323 INFO kablam! warning: unused variable: `now` Oct 27 01:01:33.323 INFO kablam! --> src/lifecycle.rs:415:13 Oct 27 01:01:33.323 INFO kablam! | Oct 27 01:01:33.323 INFO kablam! 415 | let now = Utc::now().naive_utc(); Oct 27 01:01:33.323 INFO kablam! | ^^^ help: consider using `_now` instead Oct 27 01:01:33.325 INFO kablam! | Oct 27 01:01:33.325 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:01:33.326 INFO kablam! Oct 27 01:01:33.459 INFO kablam! warning: enum is never used: `Event` Oct 27 01:01:33.459 INFO kablam! --> src/lifecycle.rs:64:1 Oct 27 01:01:33.459 INFO kablam! | Oct 27 01:01:33.459 INFO kablam! 64 | enum Event { Oct 27 01:01:33.459 INFO kablam! | ^^^^^^^^^^ Oct 27 01:01:33.459 INFO kablam! | Oct 27 01:01:33.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:01:33.459 INFO kablam! Oct 27 01:01:33.699 INFO kablam! warning: enum is never used: `Event` Oct 27 01:01:33.699 INFO kablam! --> src/lifecycle.rs:64:1 Oct 27 01:01:33.699 INFO kablam! | Oct 27 01:01:33.699 INFO kablam! 64 | enum Event { Oct 27 01:01:33.699 INFO kablam! | ^^^^^^^^^^ Oct 27 01:01:33.699 INFO kablam! | Oct 27 01:01:33.699 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:01:33.699 INFO kablam! Oct 27 01:01:33.745 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.30s Oct 27 01:01:33.759 INFO kablam! su: No module specific data is present Oct 27 01:01:34.487 INFO running `"docker" "rm" "-f" "0853cdc2ecabc50bb642738f4bd28ad3e7c33b0b884db69edaef90372fe91253"` Oct 27 01:01:34.751 INFO blam! 0853cdc2ecabc50bb642738f4bd28ad3e7c33b0b884db69edaef90372fe91253