Oct 14 13:13:43.124 INFO testing lporter6/school-carpool-project against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1
Oct 14 13:13:43.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13:13:43.680 INFO blam! d8d8af58c1f90b328a3886a796a1bcc1c8891edbca1d043b3781447fd7ac88dd
Oct 14 13:13:43.683 INFO running `"docker" "start" "-a" "d8d8af58c1f90b328a3886a796a1bcc1c8891edbca1d043b3781447fd7ac88dd"`
Oct 14 13:13:45.549 INFO kablam! usermod: no changes
Oct 14 13:13:45.651 INFO kablam! Compiling serde v1.0.78
Oct 14 13:13:45.651 INFO kablam! Compiling itoa v0.4.3
Oct 14 13:13:58.833 INFO kablam! Compiling serde_json v1.0.27
Oct 14 13:14:03.175 INFO kablam! Compiling school-carpool-project v0.1.0 (/source)
Oct 14 13:14:03.455 INFO kablam! warning: value assigned to `name` is never read
Oct 14 13:14:03.456 INFO kablam! --> src/data/mod.rs:15:17
Oct 14 13:14:03.456 INFO kablam! |
Oct 14 13:14:03.457 INFO kablam! 15 | let mut name = String::from("");
Oct 14 13:14:03.458 INFO kablam! | ^^^^
Oct 14 13:14:03.458 INFO kablam! |
Oct 14 13:14:03.459 INFO kablam! = note: #[warn(unused_assignments)] on by default
Oct 14 13:14:03.459 INFO kablam!
Oct 14 13:14:03.471 INFO kablam! warning: struct is never constructed: `Student`
Oct 14 13:14:03.471 INFO kablam! --> src/data/mod.rs:33:1
Oct 14 13:14:03.472 INFO kablam! |
Oct 14 13:14:03.472 INFO kablam! 33 | struct Student {
Oct 14 13:14:03.473 INFO kablam! | ^^^^^^^^^^^^^^
Oct 14 13:14:03.473 INFO kablam! |
Oct 14 13:14:03.473 INFO kablam! = note: #[warn(dead_code)] on by default
Oct 14 13:14:03.473 INFO kablam!
Oct 14 13:14:03.473 INFO kablam! warning: enum is never used: `Grade`
Oct 14 13:14:03.474 INFO kablam! --> src/data/mod.rs:41:1
Oct 14 13:14:03.474 INFO kablam! |
Oct 14 13:14:03.474 INFO kablam! 41 | enum Grade {
Oct 14 13:14:03.474 INFO kablam! | ^^^^^^^^^^
Oct 14 13:14:03.474 INFO kablam!
Oct 14 13:14:03.474 INFO kablam! warning: struct is never constructed: `Scores`
Oct 14 13:14:03.474 INFO kablam! --> src/data/mod.rs:57:1
Oct 14 13:14:03.476 INFO kablam! |
Oct 14 13:14:03.476 INFO kablam! 57 | struct Scores{
Oct 14 13:14:03.476 INFO kablam! | ^^^^^^^^^^^^^
Oct 14 13:14:03.476 INFO kablam!
Oct 14 13:14:03.476 INFO kablam! warning: struct is never constructed: `Table`
Oct 14 13:14:03.476 INFO kablam! --> src/data/mod.rs:60:1
Oct 14 13:14:03.476 INFO kablam! |
Oct 14 13:14:03.476 INFO kablam! 60 | struct Table {
Oct 14 13:14:03.476 INFO kablam! | ^^^^^^^^^^^^
Oct 14 13:14:03.476 INFO kablam!
Oct 14 13:14:03.476 INFO kablam! warning: struct is never constructed: `ClassScore`
Oct 14 13:14:03.478 INFO kablam! --> src/data/mod.rs:64:1
Oct 14 13:14:03.478 INFO kablam! |
Oct 14 13:14:03.478 INFO kablam! 64 | struct ClassScore{
Oct 14 13:14:03.478 INFO kablam! | ^^^^^^^^^^^^^^^^^
Oct 14 13:14:03.478 INFO kablam!
Oct 14 13:14:03.478 INFO kablam! warning: struct is never constructed: `Category`
Oct 14 13:14:03.478 INFO kablam! --> src/data/mod.rs:68:1
Oct 14 13:14:03.478 INFO kablam! |
Oct 14 13:14:03.478 INFO kablam! 68 | struct Category{
Oct 14 13:14:03.478 INFO kablam! | ^^^^^^^^^^^^^^^
Oct 14 13:14:03.478 INFO kablam!
Oct 14 13:14:03.478 INFO kablam! warning: method is never used: `new`
Oct 14 13:14:03.478 INFO kablam! --> src/data/mod.rs:74:5
Oct 14 13:14:03.478 INFO kablam! |
Oct 14 13:14:03.478 INFO kablam! 74 | pub fn new(years: Vec
) -> Scores{
Oct 14 13:14:03.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:14:03.479 INFO kablam!
Oct 14 13:14:03.479 INFO kablam! warning: method is never used: `new`
Oct 14 13:14:03.482 INFO kablam! --> src/data/mod.rs:81:5
Oct 14 13:14:03.482 INFO kablam! |
Oct 14 13:14:03.482 INFO kablam! 81 | pub fn new(grade: Grade, scores: Vec) -> Table{
Oct 14 13:14:03.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:14:03.482 INFO kablam!
Oct 14 13:14:03.482 INFO kablam! warning: method is never used: `new`
Oct 14 13:14:03.482 INFO kablam! --> src/data/mod.rs:89:5
Oct 14 13:14:03.482 INFO kablam! |
Oct 14 13:14:03.482 INFO kablam! 89 | pub fn new(class: String, categories: Vec) -> ClassScore{
Oct 14 13:14:03.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:14:03.482 INFO kablam!
Oct 14 13:14:03.482 INFO kablam! warning: method is never used: `new`
Oct 14 13:14:03.482 INFO kablam! --> src/data/mod.rs:97:5
Oct 14 13:14:03.482 INFO kablam! |
Oct 14 13:14:03.482 INFO kablam! 97 | pub fn new(name: String, grades: Vec, weight: u8) -> Category{
Oct 14 13:14:03.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:14:03.482 INFO kablam!
Oct 14 13:14:04.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.84s
Oct 14 13:14:04.435 INFO kablam! su: No module specific data is present
Oct 14 13:14:06.188 INFO running `"docker" "rm" "-f" "d8d8af58c1f90b328a3886a796a1bcc1c8891edbca1d043b3781447fd7ac88dd"`
Oct 14 13:14:06.571 INFO blam! d8d8af58c1f90b328a3886a796a1bcc1c8891edbca1d043b3781447fd7ac88dd
Oct 14 13:14:06.573 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13:14:07.082 INFO blam! d275a1aa67a82b0852eb857f170da006803e084b8d44bb5665bc6da23bcebd32
Oct 14 13:14:07.083 INFO running `"docker" "start" "-a" "d275a1aa67a82b0852eb857f170da006803e084b8d44bb5665bc6da23bcebd32"`
Oct 14 13:14:09.743 INFO kablam! usermod: no changes
Oct 14 13:14:09.811 INFO kablam! Compiling school-carpool-project v0.1.0 (/source)
Oct 14 13:14:10.331 INFO kablam! warning: unused variable: `parent`
Oct 14 13:14:10.331 INFO kablam! --> src/lib.rs:8:13
Oct 14 13:14:10.331 INFO kablam! |
Oct 14 13:14:10.331 INFO kablam! 8 | let parent = Parent::new(Some(32),String::from("William"), Some(String::from("Logan")), String::from("Porter"));
Oct 14 13:14:10.331 INFO kablam! | ^^^^^^ help: consider using `_parent` instead
Oct 14 13:14:10.331 INFO kablam! |
Oct 14 13:14:10.331 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 14 13:14:10.331 INFO kablam!
Oct 14 13:14:10.331 INFO kablam! warning: value assigned to `name` is never read
Oct 14 13:14:10.331 INFO kablam! --> src/data/mod.rs:15:17
Oct 14 13:14:10.331 INFO kablam! |
Oct 14 13:14:10.331 INFO kablam! 15 | let mut name = String::from("");
Oct 14 13:14:10.331 INFO kablam! | ^^^^
Oct 14 13:14:10.331 INFO kablam! |
Oct 14 13:14:10.331 INFO kablam! = note: #[warn(unused_assignments)] on by default
Oct 14 13:14:10.331 INFO kablam!
Oct 14 13:14:10.343 INFO kablam! warning: struct is never constructed: `Student`
Oct 14 13:14:10.343 INFO kablam! --> src/data/mod.rs:33:1
Oct 14 13:14:10.343 INFO kablam! |
Oct 14 13:14:10.343 INFO kablam! 33 | struct Student {
Oct 14 13:14:10.343 INFO kablam! | ^^^^^^^^^^^^^^
Oct 14 13:14:10.343 INFO kablam! |
Oct 14 13:14:10.343 INFO kablam! = note: #[warn(dead_code)] on by default
Oct 14 13:14:10.343 INFO kablam!
Oct 14 13:14:10.343 INFO kablam! warning: enum is never used: `Grade`
Oct 14 13:14:10.343 INFO kablam! --> src/data/mod.rs:41:1
Oct 14 13:14:10.343 INFO kablam! |
Oct 14 13:14:10.343 INFO kablam! 41 | enum Grade {
Oct 14 13:14:10.343 INFO kablam! | ^^^^^^^^^^
Oct 14 13:14:10.343 INFO kablam!
Oct 14 13:14:10.343 INFO kablam! warning: struct is never constructed: `Scores`
Oct 14 13:14:10.343 INFO kablam! --> src/data/mod.rs:57:1
Oct 14 13:14:10.343 INFO kablam! |
Oct 14 13:14:10.343 INFO kablam! 57 | struct Scores{
Oct 14 13:14:10.343 INFO kablam! | ^^^^^^^^^^^^^
Oct 14 13:14:10.344 INFO kablam!
Oct 14 13:14:10.344 INFO kablam! warning: struct is never constructed: `Table`
Oct 14 13:14:10.344 INFO kablam! --> src/data/mod.rs:60:1
Oct 14 13:14:10.344 INFO kablam! |
Oct 14 13:14:10.344 INFO kablam! 60 | struct Table {
Oct 14 13:14:10.344 INFO kablam! | ^^^^^^^^^^^^
Oct 14 13:14:10.344 INFO kablam!
Oct 14 13:14:10.344 INFO kablam! warning: struct is never constructed: `ClassScore`
Oct 14 13:14:10.344 INFO kablam! --> src/data/mod.rs:64:1
Oct 14 13:14:10.344 INFO kablam! |
Oct 14 13:14:10.344 INFO kablam! 64 | struct ClassScore{
Oct 14 13:14:10.344 INFO kablam! | ^^^^^^^^^^^^^^^^^
Oct 14 13:14:10.344 INFO kablam!
Oct 14 13:14:10.344 INFO kablam! warning: struct is never constructed: `Category`
Oct 14 13:14:10.344 INFO kablam! --> src/data/mod.rs:68:1
Oct 14 13:14:10.344 INFO kablam! |
Oct 14 13:14:10.344 INFO kablam! 68 | struct Category{
Oct 14 13:14:10.344 INFO kablam! | ^^^^^^^^^^^^^^^
Oct 14 13:14:10.345 INFO kablam!
Oct 14 13:14:10.345 INFO kablam! warning: method is never used: `new`
Oct 14 13:14:10.345 INFO kablam! --> src/data/mod.rs:74:5
Oct 14 13:14:10.345 INFO kablam! |
Oct 14 13:14:10.345 INFO kablam! 74 | pub fn new(years: Vec) -> Scores{
Oct 14 13:14:10.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:14:10.345 INFO kablam!
Oct 14 13:14:10.345 INFO kablam! warning: method is never used: `new`
Oct 14 13:14:10.345 INFO kablam! --> src/data/mod.rs:81:5
Oct 14 13:14:10.345 INFO kablam! |
Oct 14 13:14:10.345 INFO kablam! 81 | pub fn new(grade: Grade, scores: Vec) -> Table{
Oct 14 13:14:10.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:14:10.345 INFO kablam!
Oct 14 13:14:10.345 INFO kablam! warning: method is never used: `new`
Oct 14 13:14:10.346 INFO kablam! --> src/data/mod.rs:89:5
Oct 14 13:14:10.346 INFO kablam! |
Oct 14 13:14:10.346 INFO kablam! 89 | pub fn new(class: String, categories: Vec) -> ClassScore{
Oct 14 13:14:10.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:14:10.346 INFO kablam!
Oct 14 13:14:10.351 INFO kablam! warning: method is never used: `new`
Oct 14 13:14:10.351 INFO kablam! --> src/data/mod.rs:97:5
Oct 14 13:14:10.351 INFO kablam! |
Oct 14 13:14:10.351 INFO kablam! 97 | pub fn new(name: String, grades: Vec, weight: u8) -> Category{
Oct 14 13:14:10.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:14:10.351 INFO kablam!
Oct 14 13:14:11.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s
Oct 14 13:14:11.404 INFO kablam! su: No module specific data is present
Oct 14 13:14:12.609 INFO running `"docker" "rm" "-f" "d275a1aa67a82b0852eb857f170da006803e084b8d44bb5665bc6da23bcebd32"`
Oct 14 13:14:12.883 INFO blam! d275a1aa67a82b0852eb857f170da006803e084b8d44bb5665bc6da23bcebd32
Oct 14 13:14:12.899 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --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 13:14:13.426 INFO blam! 8a30dc5494e5e8d5c882af78a936b23eb908a4d23b035c3557cccfa241b10348
Oct 14 13:14:13.428 INFO running `"docker" "start" "-a" "8a30dc5494e5e8d5c882af78a936b23eb908a4d23b035c3557cccfa241b10348"`
Oct 14 13:14:15.067 INFO kablam! usermod: no changes
Oct 14 13:14:15.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s
Oct 14 13:14:15.159 INFO kablam! Running /target/debug/deps/school_carpool_project-dd76378abae9e395
Oct 14 13:14:15.160 INFO blam!
Oct 14 13:14:15.160 INFO kablam! Running /target/debug/deps/school_carpool_project-a625211f95f2f63e
Oct 14 13:14:15.160 INFO blam! running 1 test
Oct 14 13:14:15.160 INFO blam! test test::test_parents ... ok
Oct 14 13:14:15.160 INFO blam!
Oct 14 13:14:15.160 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 14 13:14:15.160 INFO blam!
Oct 14 13:14:15.168 INFO blam!
Oct 14 13:14:15.168 INFO kablam! Doc-tests school-carpool-project
Oct 14 13:14:15.168 INFO blam! running 0 tests
Oct 14 13:14:15.169 INFO blam!
Oct 14 13:14:15.169 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 14 13:14:15.169 INFO blam!
Oct 14 13:14:15.407 INFO blam!
Oct 14 13:14:15.408 INFO blam! running 0 tests
Oct 14 13:14:15.408 INFO blam!
Oct 14 13:14:15.408 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 14 13:14:15.408 INFO blam!
Oct 14 13:14:15.424 INFO kablam! su: No module specific data is present
Oct 14 13:14:16.292 INFO running `"docker" "rm" "-f" "8a30dc5494e5e8d5c882af78a936b23eb908a4d23b035c3557cccfa241b10348"`
Oct 14 13:14:16.695 INFO blam! 8a30dc5494e5e8d5c882af78a936b23eb908a4d23b035c3557cccfa241b10348