Oct 21 16:42:39.199 INFO checking jupp0r/preschool-planner against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:42:39.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 16:42:39.762 INFO blam! 59b74bb755d30c4da79ae02d414e7acb4aa1ba9d8d01774850cce0bf55306ec7 Oct 21 16:42:39.780 INFO running `"docker" "start" "-a" "59b74bb755d30c4da79ae02d414e7acb4aa1ba9d8d01774850cce0bf55306ec7"` Oct 21 16:42:41.427 INFO kablam! usermod: no changes Oct 21 16:42:41.584 INFO kablam! Compiling proc-macro2 v0.4.11 Oct 21 16:42:41.593 INFO kablam! Checking memchr v2.0.1 Oct 21 16:42:41.608 INFO kablam! Checking backtrace-sys v0.1.23 Oct 21 16:42:42.343 INFO kablam! Checking csv-core v0.1.4 Oct 21 16:42:42.608 INFO kablam! Checking backtrace v0.3.9 Oct 21 16:42:44.229 INFO kablam! Checking csv v1.0.0 Oct 21 16:42:49.092 INFO kablam! Compiling quote v0.6.6 Oct 21 16:42:51.064 INFO kablam! Compiling syn v0.14.8 Oct 21 16:43:03.033 INFO kablam! Compiling synstructure v0.9.0 Oct 21 16:43:03.033 INFO kablam! Compiling serde_derive v1.0.71 Oct 21 16:43:09.684 INFO kablam! Compiling failure_derive v0.1.2 Oct 21 16:43:13.338 INFO kablam! Checking failure v0.1.2 Oct 21 16:43:22.060 INFO kablam! Checking preschool-planner v0.1.0 (/source) Oct 21 16:43:23.474 INFO kablam! warning: unused `#[macro_use]` import Oct 21 16:43:23.474 INFO kablam! --> src/main.rs:3:1 Oct 21 16:43:23.474 INFO kablam! | Oct 21 16:43:23.474 INFO kablam! 3 | #[macro_use] extern crate failure; Oct 21 16:43:23.475 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:43:23.475 INFO kablam! | Oct 21 16:43:23.475 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:43:23.475 INFO kablam! Oct 21 16:43:23.656 INFO kablam! warning: unused `#[macro_use]` import Oct 21 16:43:23.656 INFO kablam! --> src/main.rs:3:1 Oct 21 16:43:23.656 INFO kablam! | Oct 21 16:43:23.656 INFO kablam! 3 | #[macro_use] extern crate failure; Oct 21 16:43:23.656 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:43:23.656 INFO kablam! | Oct 21 16:43:23.656 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:43:23.656 INFO kablam! Oct 21 16:43:24.284 INFO kablam! warning: unused variable: `input` Oct 21 16:43:24.285 INFO kablam! --> src/fitness.rs:8:24 Oct 21 16:43:24.285 INFO kablam! | Oct 21 16:43:24.285 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 21 16:43:24.286 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 21 16:43:24.286 INFO kablam! | Oct 21 16:43:24.286 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:43:24.286 INFO kablam! Oct 21 16:43:24.680 INFO kablam! warning: unused variable: `input` Oct 21 16:43:24.680 INFO kablam! --> src/fitness.rs:8:24 Oct 21 16:43:24.680 INFO kablam! | Oct 21 16:43:24.680 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 21 16:43:24.680 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 21 16:43:24.680 INFO kablam! | Oct 21 16:43:24.680 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:43:24.680 INFO kablam! Oct 21 16:43:24.686 INFO kablam! warning: constant item is never used: `ANTIPREFERENCE_COST` Oct 21 16:43:24.686 INFO kablam! --> src/fitness.rs:4:1 Oct 21 16:43:24.686 INFO kablam! | Oct 21 16:43:24.686 INFO kablam! 4 | const ANTIPREFERENCE_COST: f64 = 1000f64; Oct 21 16:43:24.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:24.686 INFO kablam! | Oct 21 16:43:24.686 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:43:24.686 INFO kablam! Oct 21 16:43:24.686 INFO kablam! warning: constant item is never used: `NOT_FIRST_PREFERENCE_COST` Oct 21 16:43:24.686 INFO kablam! --> src/fitness.rs:5:1 Oct 21 16:43:24.686 INFO kablam! | Oct 21 16:43:24.686 INFO kablam! 5 | const NOT_FIRST_PREFERENCE_COST: f64 = 10f64; Oct 21 16:43:24.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:24.686 INFO kablam! Oct 21 16:43:24.686 INFO kablam! warning: constant item is never used: `NOT_SECOND_PREFERENCE_COST` Oct 21 16:43:24.686 INFO kablam! --> src/fitness.rs:6:1 Oct 21 16:43:24.686 INFO kablam! | Oct 21 16:43:24.686 INFO kablam! 6 | const NOT_SECOND_PREFERENCE_COST: f64 = 5f64; Oct 21 16:43:24.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:24.686 INFO kablam! Oct 21 16:43:24.686 INFO kablam! warning: function is never used: `compute_fitness` Oct 21 16:43:24.686 INFO kablam! --> src/fitness.rs:8:1 Oct 21 16:43:24.686 INFO kablam! | Oct 21 16:43:24.686 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 21 16:43:24.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:24.686 INFO kablam! Oct 21 16:43:24.686 INFO kablam! warning: function is never used: `load_from_file` Oct 21 16:43:24.686 INFO kablam! --> src/input.rs:77:1 Oct 21 16:43:24.686 INFO kablam! | Oct 21 16:43:24.686 INFO kablam! 77 | pub fn load_from_file(path: &str) -> Result, Error> { Oct 21 16:43:24.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:24.686 INFO kablam! Oct 21 16:43:24.688 INFO kablam! warning: struct is never constructed: `Schedule` Oct 21 16:43:24.688 INFO kablam! --> src/model.rs:118:1 Oct 21 16:43:24.688 INFO kablam! | Oct 21 16:43:24.688 INFO kablam! 118 | pub struct Schedule { Oct 21 16:43:24.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:24.688 INFO kablam! Oct 21 16:43:24.688 INFO kablam! warning: struct is never constructed: `DaySchedule` Oct 21 16:43:24.688 INFO kablam! --> src/model.rs:126:1 Oct 21 16:43:24.688 INFO kablam! | Oct 21 16:43:24.688 INFO kablam! 126 | pub struct DaySchedule { Oct 21 16:43:24.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:24.688 INFO kablam! Oct 21 16:43:25.180 INFO kablam! warning: constant item is never used: `ANTIPREFERENCE_COST` Oct 21 16:43:25.181 INFO kablam! --> src/fitness.rs:4:1 Oct 21 16:43:25.181 INFO kablam! | Oct 21 16:43:25.181 INFO kablam! 4 | const ANTIPREFERENCE_COST: f64 = 1000f64; Oct 21 16:43:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:25.181 INFO kablam! | Oct 21 16:43:25.181 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:43:25.181 INFO kablam! Oct 21 16:43:25.181 INFO kablam! warning: constant item is never used: `NOT_FIRST_PREFERENCE_COST` Oct 21 16:43:25.181 INFO kablam! --> src/fitness.rs:5:1 Oct 21 16:43:25.181 INFO kablam! | Oct 21 16:43:25.181 INFO kablam! 5 | const NOT_FIRST_PREFERENCE_COST: f64 = 10f64; Oct 21 16:43:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:25.181 INFO kablam! Oct 21 16:43:25.181 INFO kablam! warning: constant item is never used: `NOT_SECOND_PREFERENCE_COST` Oct 21 16:43:25.181 INFO kablam! --> src/fitness.rs:6:1 Oct 21 16:43:25.181 INFO kablam! | Oct 21 16:43:25.181 INFO kablam! 6 | const NOT_SECOND_PREFERENCE_COST: f64 = 5f64; Oct 21 16:43:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:25.181 INFO kablam! Oct 21 16:43:25.181 INFO kablam! warning: function is never used: `compute_fitness` Oct 21 16:43:25.181 INFO kablam! --> src/fitness.rs:8:1 Oct 21 16:43:25.181 INFO kablam! | Oct 21 16:43:25.181 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 21 16:43:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:25.181 INFO kablam! Oct 21 16:43:25.181 INFO kablam! warning: struct is never constructed: `Schedule` Oct 21 16:43:25.181 INFO kablam! --> src/model.rs:118:1 Oct 21 16:43:25.181 INFO kablam! | Oct 21 16:43:25.181 INFO kablam! 118 | pub struct Schedule { Oct 21 16:43:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:25.181 INFO kablam! Oct 21 16:43:25.181 INFO kablam! warning: struct is never constructed: `DaySchedule` Oct 21 16:43:25.181 INFO kablam! --> src/model.rs:126:1 Oct 21 16:43:25.181 INFO kablam! | Oct 21 16:43:25.181 INFO kablam! 126 | pub struct DaySchedule { Oct 21 16:43:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:43:25.181 INFO kablam! Oct 21 16:43:25.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.78s Oct 21 16:43:25.248 INFO kablam! su: No module specific data is present Oct 21 16:43:25.804 INFO running `"docker" "rm" "-f" "59b74bb755d30c4da79ae02d414e7acb4aa1ba9d8d01774850cce0bf55306ec7"` Oct 21 16:43:26.184 INFO blam! 59b74bb755d30c4da79ae02d414e7acb4aa1ba9d8d01774850cce0bf55306ec7