Oct 10 19:20:08.555 INFO testing lporter6/school-carpool-project against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:20:08.555 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:20:08.555 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:20:09.056 INFO blam! efcb21b0460afa1529396248678ab60be4bc8f61ae8c90d91c444534bc9614e5 Oct 10 19:20:09.069 INFO running `"docker" "start" "-a" "efcb21b0460afa1529396248678ab60be4bc8f61ae8c90d91c444534bc9614e5"` Oct 10 19:20:10.732 INFO kablam! usermod: no changes Oct 10 19:20:10.815 INFO kablam! Compiling school-carpool-project v0.1.0 (/source) Oct 10 19:20:11.436 INFO kablam! warning: value assigned to `name` is never read Oct 10 19:20:11.436 INFO kablam! --> src/data/mod.rs:15:17 Oct 10 19:20:11.436 INFO kablam! | Oct 10 19:20:11.436 INFO kablam! 15 | let mut name = String::from(""); Oct 10 19:20:11.436 INFO kablam! | ^^^^ Oct 10 19:20:11.436 INFO kablam! | Oct 10 19:20:11.436 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 19:20:11.436 INFO kablam! Oct 10 19:20:11.444 INFO kablam! warning: struct is never constructed: `Student` Oct 10 19:20:11.444 INFO kablam! --> src/data/mod.rs:33:1 Oct 10 19:20:11.444 INFO kablam! | Oct 10 19:20:11.444 INFO kablam! 33 | struct Student { Oct 10 19:20:11.444 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 19:20:11.444 INFO kablam! | Oct 10 19:20:11.444 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:20:11.444 INFO kablam! Oct 10 19:20:11.444 INFO kablam! warning: enum is never used: `Grade` Oct 10 19:20:11.444 INFO kablam! --> src/data/mod.rs:41:1 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 41 | enum Grade { Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:11.445 INFO kablam! warning: struct is never constructed: `Scores` Oct 10 19:20:11.445 INFO kablam! --> src/data/mod.rs:57:1 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 57 | struct Scores{ Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:11.445 INFO kablam! warning: struct is never constructed: `Table` Oct 10 19:20:11.445 INFO kablam! --> src/data/mod.rs:60:1 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 60 | struct Table { Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:11.445 INFO kablam! warning: struct is never constructed: `ClassScore` Oct 10 19:20:11.445 INFO kablam! --> src/data/mod.rs:64:1 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 64 | struct ClassScore{ Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:11.445 INFO kablam! warning: struct is never constructed: `Category` Oct 10 19:20:11.445 INFO kablam! --> src/data/mod.rs:68:1 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 68 | struct Category{ Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:11.445 INFO kablam! warning: method is never used: `new` Oct 10 19:20:11.445 INFO kablam! --> src/data/mod.rs:74:5 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 74 | pub fn new(years: Vec) -> Scores{ Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:11.445 INFO kablam! warning: method is never used: `new` Oct 10 19:20:11.445 INFO kablam! --> src/data/mod.rs:81:5 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 81 | pub fn new(grade: Grade, scores: Vec) -> Table{ Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:11.445 INFO kablam! warning: method is never used: `new` Oct 10 19:20:11.445 INFO kablam! --> src/data/mod.rs:89:5 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 89 | pub fn new(class: String, categories: Vec) -> ClassScore{ Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:11.445 INFO kablam! warning: method is never used: `new` Oct 10 19:20:11.445 INFO kablam! --> src/data/mod.rs:97:5 Oct 10 19:20:11.445 INFO kablam! | Oct 10 19:20:11.445 INFO kablam! 97 | pub fn new(name: String, grades: Vec, weight: u8) -> Category{ Oct 10 19:20:11.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:11.445 INFO kablam! Oct 10 19:20:12.570 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 10 19:20:12.577 INFO kablam! su: No module specific data is present Oct 10 19:20:13.368 INFO running `"docker" "rm" "-f" "efcb21b0460afa1529396248678ab60be4bc8f61ae8c90d91c444534bc9614e5"` Oct 10 19:20:13.704 INFO blam! efcb21b0460afa1529396248678ab60be4bc8f61ae8c90d91c444534bc9614e5 Oct 10 19:20:13.713 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:20:13.713 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:20:14.189 INFO blam! c49344a737e0b945c0231dd77f59666e7b13c5e7f32cd1958c1b255539d67415 Oct 10 19:20:14.189 INFO running `"docker" "start" "-a" "c49344a737e0b945c0231dd77f59666e7b13c5e7f32cd1958c1b255539d67415"` Oct 10 19:20:15.016 INFO kablam! usermod: no changes Oct 10 19:20:15.052 INFO kablam! Compiling school-carpool-project v0.1.0 (/source) Oct 10 19:20:16.087 INFO kablam! warning: unused variable: `parent` Oct 10 19:20:16.087 INFO kablam! --> src/lib.rs:8:13 Oct 10 19:20:16.087 INFO kablam! | Oct 10 19:20:16.090 INFO kablam! 8 | let parent = Parent::new(Some(32),String::from("William"), Some(String::from("Logan")), String::from("Porter")); Oct 10 19:20:16.090 INFO kablam! | ^^^^^^ help: consider using `_parent` instead Oct 10 19:20:16.091 INFO kablam! | Oct 10 19:20:16.091 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:20:16.091 INFO kablam! Oct 10 19:20:16.092 INFO kablam! warning: value assigned to `name` is never read Oct 10 19:20:16.092 INFO kablam! --> src/data/mod.rs:15:17 Oct 10 19:20:16.092 INFO kablam! | Oct 10 19:20:16.092 INFO kablam! 15 | let mut name = String::from(""); Oct 10 19:20:16.092 INFO kablam! | ^^^^ Oct 10 19:20:16.092 INFO kablam! | Oct 10 19:20:16.092 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 19:20:16.092 INFO kablam! Oct 10 19:20:16.103 INFO kablam! warning: struct is never constructed: `Student` Oct 10 19:20:16.103 INFO kablam! --> src/data/mod.rs:33:1 Oct 10 19:20:16.104 INFO kablam! | Oct 10 19:20:16.104 INFO kablam! 33 | struct Student { Oct 10 19:20:16.104 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 19:20:16.105 INFO kablam! | Oct 10 19:20:16.105 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:20:16.105 INFO kablam! Oct 10 19:20:16.105 INFO kablam! warning: enum is never used: `Grade` Oct 10 19:20:16.105 INFO kablam! --> src/data/mod.rs:41:1 Oct 10 19:20:16.105 INFO kablam! | Oct 10 19:20:16.105 INFO kablam! 41 | enum Grade { Oct 10 19:20:16.105 INFO kablam! | ^^^^^^^^^^ Oct 10 19:20:16.105 INFO kablam! Oct 10 19:20:16.105 INFO kablam! warning: struct is never constructed: `Scores` Oct 10 19:20:16.105 INFO kablam! --> src/data/mod.rs:57:1 Oct 10 19:20:16.105 INFO kablam! | Oct 10 19:20:16.105 INFO kablam! 57 | struct Scores{ Oct 10 19:20:16.105 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 19:20:16.105 INFO kablam! Oct 10 19:20:16.105 INFO kablam! warning: struct is never constructed: `Table` Oct 10 19:20:16.105 INFO kablam! --> src/data/mod.rs:60:1 Oct 10 19:20:16.105 INFO kablam! | Oct 10 19:20:16.105 INFO kablam! 60 | struct Table { Oct 10 19:20:16.105 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:20:16.105 INFO kablam! Oct 10 19:20:16.105 INFO kablam! warning: struct is never constructed: `ClassScore` Oct 10 19:20:16.105 INFO kablam! --> src/data/mod.rs:64:1 Oct 10 19:20:16.105 INFO kablam! | Oct 10 19:20:16.105 INFO kablam! 64 | struct ClassScore{ Oct 10 19:20:16.105 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:20:16.105 INFO kablam! Oct 10 19:20:16.105 INFO kablam! warning: struct is never constructed: `Category` Oct 10 19:20:16.105 INFO kablam! --> src/data/mod.rs:68:1 Oct 10 19:20:16.105 INFO kablam! | Oct 10 19:20:16.105 INFO kablam! 68 | struct Category{ Oct 10 19:20:16.105 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 19:20:16.105 INFO kablam! Oct 10 19:20:16.105 INFO kablam! warning: method is never used: `new` Oct 10 19:20:16.105 INFO kablam! --> src/data/mod.rs:74:5 Oct 10 19:20:16.105 INFO kablam! | Oct 10 19:20:16.106 INFO kablam! 74 | pub fn new(years: Vec
) -> Scores{ Oct 10 19:20:16.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:16.106 INFO kablam! Oct 10 19:20:16.106 INFO kablam! warning: method is never used: `new` Oct 10 19:20:16.106 INFO kablam! --> src/data/mod.rs:81:5 Oct 10 19:20:16.106 INFO kablam! | Oct 10 19:20:16.106 INFO kablam! 81 | pub fn new(grade: Grade, scores: Vec) -> Table{ Oct 10 19:20:16.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:16.106 INFO kablam! Oct 10 19:20:16.106 INFO kablam! warning: method is never used: `new` Oct 10 19:20:16.106 INFO kablam! --> src/data/mod.rs:89:5 Oct 10 19:20:16.106 INFO kablam! | Oct 10 19:20:16.106 INFO kablam! 89 | pub fn new(class: String, categories: Vec) -> ClassScore{ Oct 10 19:20:16.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:16.106 INFO kablam! Oct 10 19:20:16.106 INFO kablam! warning: method is never used: `new` Oct 10 19:20:16.106 INFO kablam! --> src/data/mod.rs:97:5 Oct 10 19:20:16.106 INFO kablam! | Oct 10 19:20:16.106 INFO kablam! 97 | pub fn new(name: String, grades: Vec, weight: u8) -> Category{ Oct 10 19:20:16.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:20:16.106 INFO kablam! Oct 10 19:20:16.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.60s Oct 10 19:20:16.648 INFO kablam! su: No module specific data is present Oct 10 19:20:17.194 INFO running `"docker" "rm" "-f" "c49344a737e0b945c0231dd77f59666e7b13c5e7f32cd1958c1b255539d67415"` Oct 10 19:20:17.455 INFO blam! c49344a737e0b945c0231dd77f59666e7b13c5e7f32cd1958c1b255539d67415 Oct 10 19:20:17.457 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:20:17.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:20:17.826 INFO blam! af62be80ea1d99284526d910ea02b15223743a22b6779b60bc5c10620e651e7e Oct 10 19:20:17.830 INFO running `"docker" "start" "-a" "af62be80ea1d99284526d910ea02b15223743a22b6779b60bc5c10620e651e7e"` Oct 10 19:20:18.688 INFO kablam! usermod: no changes Oct 10 19:20:18.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 19:20:18.780 INFO kablam! Running /target/debug/deps/school_carpool_project-7c2ddda4aae6954f Oct 10 19:20:18.786 INFO blam! Oct 10 19:20:18.786 INFO blam! running 1 test Oct 10 19:20:18.796 INFO blam! test test::test_parents ... ok Oct 10 19:20:18.796 INFO blam! Oct 10 19:20:18.796 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:20:18.796 INFO blam! Oct 10 19:20:18.796 INFO blam! Oct 10 19:20:18.796 INFO blam! running 0 tests Oct 10 19:20:18.796 INFO blam! Oct 10 19:20:18.796 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:20:18.796 INFO blam! Oct 10 19:20:18.797 INFO kablam! Running /target/debug/deps/school_carpool_project-807b1c3b1d4ff865 Oct 10 19:20:18.797 INFO kablam! Doc-tests school-carpool-project Oct 10 19:20:19.660 INFO blam! Oct 10 19:20:19.660 INFO blam! running 0 tests Oct 10 19:20:19.660 INFO blam! Oct 10 19:20:19.660 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:20:19.660 INFO blam! Oct 10 19:20:19.665 INFO kablam! su: No module specific data is present Oct 10 19:20:20.264 INFO running `"docker" "rm" "-f" "af62be80ea1d99284526d910ea02b15223743a22b6779b60bc5c10620e651e7e"` Oct 10 19:20:20.462 INFO blam! af62be80ea1d99284526d910ea02b15223743a22b6779b60bc5c10620e651e7e