Oct 14 15:57:55.325 INFO testing jupp0r/preschool-planner against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:57:55.326 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 15:57:55.815 INFO blam! b5b066fa6492dd2f0484e39fe06dd88c1fa5bbba4c2874412e1c0bcd1e9e230f Oct 14 15:57:55.817 INFO running `"docker" "start" "-a" "b5b066fa6492dd2f0484e39fe06dd88c1fa5bbba4c2874412e1c0bcd1e9e230f"` Oct 14 15:57:58.290 INFO kablam! usermod: no changes Oct 14 15:57:58.431 INFO kablam! Compiling memchr v2.0.1 Oct 14 15:57:58.443 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 14 15:57:58.443 INFO kablam! Compiling syn v0.14.8 Oct 14 15:57:59.135 INFO kablam! Compiling backtrace v0.3.9 Oct 14 15:57:59.679 INFO kablam! Compiling csv-core v0.1.4 Oct 14 15:58:02.675 INFO kablam! Compiling csv v1.0.0 Oct 14 15:58:16.305 INFO kablam! Compiling synstructure v0.9.0 Oct 14 15:58:16.305 INFO kablam! Compiling serde_derive v1.0.71 Oct 14 15:58:22.071 INFO kablam! Compiling failure_derive v0.1.2 Oct 14 15:58:26.535 INFO kablam! Compiling failure v0.1.2 Oct 14 15:58:38.127 INFO kablam! Compiling preschool-planner v0.1.0 (/source) Oct 14 15:58:38.887 INFO kablam! warning: unused `#[macro_use]` import Oct 14 15:58:38.887 INFO kablam! --> src/main.rs:3:1 Oct 14 15:58:38.887 INFO kablam! | Oct 14 15:58:38.887 INFO kablam! 3 | #[macro_use] extern crate failure; Oct 14 15:58:38.887 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:58:38.887 INFO kablam! | Oct 14 15:58:38.887 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:58:38.887 INFO kablam! Oct 14 15:58:39.539 INFO kablam! warning: unused variable: `input` Oct 14 15:58:39.539 INFO kablam! --> src/fitness.rs:8:24 Oct 14 15:58:39.539 INFO kablam! | Oct 14 15:58:39.539 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 14 15:58:39.539 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 14 15:58:39.539 INFO kablam! | Oct 14 15:58:39.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:58:39.539 INFO kablam! Oct 14 15:58:39.907 INFO kablam! warning: constant item is never used: `ANTIPREFERENCE_COST` Oct 14 15:58:39.908 INFO kablam! --> src/fitness.rs:4:1 Oct 14 15:58:39.908 INFO kablam! | Oct 14 15:58:39.908 INFO kablam! 4 | const ANTIPREFERENCE_COST: f64 = 1000f64; Oct 14 15:58:39.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:39.909 INFO kablam! | Oct 14 15:58:39.909 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:58:39.910 INFO kablam! Oct 14 15:58:39.910 INFO kablam! warning: constant item is never used: `NOT_FIRST_PREFERENCE_COST` Oct 14 15:58:39.910 INFO kablam! --> src/fitness.rs:5:1 Oct 14 15:58:39.911 INFO kablam! | Oct 14 15:58:39.911 INFO kablam! 5 | const NOT_FIRST_PREFERENCE_COST: f64 = 10f64; Oct 14 15:58:39.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:39.911 INFO kablam! Oct 14 15:58:39.912 INFO kablam! warning: constant item is never used: `NOT_SECOND_PREFERENCE_COST` Oct 14 15:58:39.912 INFO kablam! --> src/fitness.rs:6:1 Oct 14 15:58:39.912 INFO kablam! | Oct 14 15:58:39.913 INFO kablam! 6 | const NOT_SECOND_PREFERENCE_COST: f64 = 5f64; Oct 14 15:58:39.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:39.913 INFO kablam! Oct 14 15:58:39.913 INFO kablam! warning: function is never used: `compute_fitness` Oct 14 15:58:39.914 INFO kablam! --> src/fitness.rs:8:1 Oct 14 15:58:39.914 INFO kablam! | Oct 14 15:58:39.914 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 14 15:58:39.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:39.915 INFO kablam! Oct 14 15:58:39.915 INFO kablam! warning: function is never used: `load_from_file` Oct 14 15:58:39.915 INFO kablam! --> src/input.rs:77:1 Oct 14 15:58:39.916 INFO kablam! | Oct 14 15:58:39.916 INFO kablam! 77 | pub fn load_from_file(path: &str) -> Result, Error> { Oct 14 15:58:39.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:39.917 INFO kablam! Oct 14 15:58:39.917 INFO kablam! warning: struct is never constructed: `Schedule` Oct 14 15:58:39.917 INFO kablam! --> src/model.rs:118:1 Oct 14 15:58:39.918 INFO kablam! | Oct 14 15:58:39.918 INFO kablam! 118 | pub struct Schedule { Oct 14 15:58:39.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:39.918 INFO kablam! Oct 14 15:58:39.919 INFO kablam! warning: struct is never constructed: `DaySchedule` Oct 14 15:58:39.919 INFO kablam! --> src/model.rs:126:1 Oct 14 15:58:39.919 INFO kablam! | Oct 14 15:58:39.920 INFO kablam! 126 | pub struct DaySchedule { Oct 14 15:58:39.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:39.920 INFO kablam! Oct 14 15:58:40.455 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.14s Oct 14 15:58:40.459 INFO kablam! su: No module specific data is present Oct 14 15:58:41.506 INFO running `"docker" "rm" "-f" "b5b066fa6492dd2f0484e39fe06dd88c1fa5bbba4c2874412e1c0bcd1e9e230f"` Oct 14 15:58:41.768 INFO blam! b5b066fa6492dd2f0484e39fe06dd88c1fa5bbba4c2874412e1c0bcd1e9e230f Oct 14 15:58:41.769 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 15:58:42.337 INFO blam! b3ee49516470f3e6f673a940fcd7f21fd8315cd393e10f43c81f7b474377f7db Oct 14 15:58:42.339 INFO running `"docker" "start" "-a" "b3ee49516470f3e6f673a940fcd7f21fd8315cd393e10f43c81f7b474377f7db"` Oct 14 15:58:43.823 INFO kablam! usermod: no changes Oct 14 15:58:43.963 INFO kablam! Compiling preschool-planner v0.1.0 (/source) Oct 14 15:58:44.831 INFO kablam! warning: unused `#[macro_use]` import Oct 14 15:58:44.832 INFO kablam! --> src/main.rs:3:1 Oct 14 15:58:44.832 INFO kablam! | Oct 14 15:58:44.833 INFO kablam! 3 | #[macro_use] extern crate failure; Oct 14 15:58:44.833 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:58:44.834 INFO kablam! | Oct 14 15:58:44.835 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:58:44.835 INFO kablam! Oct 14 15:58:45.479 INFO kablam! warning: unused variable: `input` Oct 14 15:58:45.479 INFO kablam! --> src/fitness.rs:8:24 Oct 14 15:58:45.479 INFO kablam! | Oct 14 15:58:45.479 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 14 15:58:45.479 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 14 15:58:45.479 INFO kablam! | Oct 14 15:58:45.479 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:58:45.479 INFO kablam! Oct 14 15:58:45.803 INFO kablam! warning: constant item is never used: `ANTIPREFERENCE_COST` Oct 14 15:58:45.803 INFO kablam! --> src/fitness.rs:4:1 Oct 14 15:58:45.803 INFO kablam! | Oct 14 15:58:45.803 INFO kablam! 4 | const ANTIPREFERENCE_COST: f64 = 1000f64; Oct 14 15:58:45.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:45.803 INFO kablam! | Oct 14 15:58:45.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:58:45.803 INFO kablam! Oct 14 15:58:45.803 INFO kablam! warning: constant item is never used: `NOT_FIRST_PREFERENCE_COST` Oct 14 15:58:45.803 INFO kablam! --> src/fitness.rs:5:1 Oct 14 15:58:45.803 INFO kablam! | Oct 14 15:58:45.803 INFO kablam! 5 | const NOT_FIRST_PREFERENCE_COST: f64 = 10f64; Oct 14 15:58:45.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:45.803 INFO kablam! Oct 14 15:58:45.803 INFO kablam! warning: constant item is never used: `NOT_SECOND_PREFERENCE_COST` Oct 14 15:58:45.803 INFO kablam! --> src/fitness.rs:6:1 Oct 14 15:58:45.803 INFO kablam! | Oct 14 15:58:45.803 INFO kablam! 6 | const NOT_SECOND_PREFERENCE_COST: f64 = 5f64; Oct 14 15:58:45.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:45.803 INFO kablam! Oct 14 15:58:45.803 INFO kablam! warning: function is never used: `compute_fitness` Oct 14 15:58:45.803 INFO kablam! --> src/fitness.rs:8:1 Oct 14 15:58:45.803 INFO kablam! | Oct 14 15:58:45.803 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 14 15:58:45.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:45.803 INFO kablam! Oct 14 15:58:45.803 INFO kablam! warning: struct is never constructed: `Schedule` Oct 14 15:58:45.803 INFO kablam! --> src/model.rs:118:1 Oct 14 15:58:45.803 INFO kablam! | Oct 14 15:58:45.803 INFO kablam! 118 | pub struct Schedule { Oct 14 15:58:45.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:45.803 INFO kablam! Oct 14 15:58:45.803 INFO kablam! warning: struct is never constructed: `DaySchedule` Oct 14 15:58:45.803 INFO kablam! --> src/model.rs:126:1 Oct 14 15:58:45.803 INFO kablam! | Oct 14 15:58:45.803 INFO kablam! 126 | pub struct DaySchedule { Oct 14 15:58:45.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:58:45.803 INFO kablam! Oct 14 15:58:47.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.57s Oct 14 15:58:47.429 INFO kablam! su: No module specific data is present Oct 14 15:58:47.983 INFO running `"docker" "rm" "-f" "b3ee49516470f3e6f673a940fcd7f21fd8315cd393e10f43c81f7b474377f7db"` Oct 14 15:58:48.244 INFO blam! b3ee49516470f3e6f673a940fcd7f21fd8315cd393e10f43c81f7b474377f7db