Oct 15 12:55:26.177 INFO testing AWildBeard/cop3014-proj6-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:55:26.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 12:55:26.674 INFO blam! 84176ffcb30f5c79dcce0ce9b05c52d18a080097e4bf57ff56cf826cbd77e14d Oct 15 12:55:26.679 INFO running `"docker" "start" "-a" "84176ffcb30f5c79dcce0ce9b05c52d18a080097e4bf57ff56cf826cbd77e14d"` Oct 15 12:55:27.719 INFO kablam! usermod: no changes Oct 15 12:55:27.766 INFO kablam! Compiling proj6 v0.1.0 (/source) Oct 15 12:55:28.247 INFO kablam! warning: unused imports: `Write`, `stdout` Oct 15 12:55:28.247 INFO kablam! --> src/main.rs:1:15 Oct 15 12:55:28.247 INFO kablam! | Oct 15 12:55:28.247 INFO kablam! 1 | use std::io::{Write, stdin, stdout}; Oct 15 12:55:28.247 INFO kablam! | ^^^^^ ^^^^^^ Oct 15 12:55:28.247 INFO kablam! | Oct 15 12:55:28.249 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:55:28.249 INFO kablam! Oct 15 12:55:28.258 INFO kablam! warning: unused variable: `stdin` Oct 15 12:55:28.258 INFO kablam! --> src/main.rs:18:13 Oct 15 12:55:28.258 INFO kablam! | Oct 15 12:55:28.258 INFO kablam! 18 | let mut stdin = stdin(); Oct 15 12:55:28.258 INFO kablam! | ^^^^^ help: consider using `_stdin` instead Oct 15 12:55:28.258 INFO kablam! | Oct 15 12:55:28.258 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:55:28.258 INFO kablam! Oct 15 12:55:28.258 INFO kablam! warning: variable does not need to be mutable Oct 15 12:55:28.258 INFO kablam! --> src/main.rs:18:9 Oct 15 12:55:28.258 INFO kablam! | Oct 15 12:55:28.258 INFO kablam! 18 | let mut stdin = stdin(); Oct 15 12:55:28.258 INFO kablam! | ----^^^^^ Oct 15 12:55:28.258 INFO kablam! | | Oct 15 12:55:28.258 INFO kablam! | help: remove this `mut` Oct 15 12:55:28.258 INFO kablam! | Oct 15 12:55:28.258 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:55:28.258 INFO kablam! Oct 15 12:55:28.258 INFO kablam! warning: struct is never constructed: `CarT` Oct 15 12:55:28.258 INFO kablam! --> src/main.rs:3:1 Oct 15 12:55:28.258 INFO kablam! | Oct 15 12:55:28.258 INFO kablam! 3 | struct CarT { Oct 15 12:55:28.258 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:55:28.258 INFO kablam! | Oct 15 12:55:28.258 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:55:28.258 INFO kablam! Oct 15 12:55:28.258 INFO kablam! warning: struct is never constructed: `RentalT` Oct 15 12:55:28.258 INFO kablam! --> src/main.rs:11:1 Oct 15 12:55:28.258 INFO kablam! | Oct 15 12:55:28.258 INFO kablam! 11 | struct RentalT { Oct 15 12:55:28.258 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:55:28.259 INFO kablam! Oct 15 12:55:28.263 INFO kablam! warning: structure field `carId` should have a snake case name such as `car_id` Oct 15 12:55:28.263 INFO kablam! --> src/main.rs:4:5 Oct 15 12:55:28.263 INFO kablam! | Oct 15 12:55:28.263 INFO kablam! 4 | carId: u32, Oct 15 12:55:28.263 INFO kablam! | ^^^^^^^^^^ Oct 15 12:55:28.263 INFO kablam! | Oct 15 12:55:28.263 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:55:28.263 INFO kablam! Oct 15 12:55:28.263 INFO kablam! warning: structure field `numDoors` should have a snake case name such as `num_doors` Oct 15 12:55:28.263 INFO kablam! --> src/main.rs:7:5 Oct 15 12:55:28.263 INFO kablam! | Oct 15 12:55:28.263 INFO kablam! 7 | numDoors: u32, Oct 15 12:55:28.263 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 12:55:28.263 INFO kablam! Oct 15 12:55:28.263 INFO kablam! warning: structure field `renterName` should have a snake case name such as `renter_name` Oct 15 12:55:28.263 INFO kablam! --> src/main.rs:12:5 Oct 15 12:55:28.263 INFO kablam! | Oct 15 12:55:28.263 INFO kablam! 12 | renterName: String, Oct 15 12:55:28.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 12:55:28.263 INFO kablam! Oct 15 12:55:28.263 INFO kablam! warning: structure field `daysRenting` should have a snake case name such as `days_renting` Oct 15 12:55:28.263 INFO kablam! --> src/main.rs:13:5 Oct 15 12:55:28.263 INFO kablam! | Oct 15 12:55:28.263 INFO kablam! 13 | daysRenting: u32, Oct 15 12:55:28.263 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:55:28.263 INFO kablam! Oct 15 12:55:28.263 INFO kablam! warning: structure field `carId` should have a snake case name such as `car_id` Oct 15 12:55:28.263 INFO kablam! --> src/main.rs:14:5 Oct 15 12:55:28.263 INFO kablam! | Oct 15 12:55:28.263 INFO kablam! 14 | carId: u32 Oct 15 12:55:28.263 INFO kablam! | ^^^^^^^^^^ Oct 15 12:55:28.263 INFO kablam! Oct 15 12:55:28.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 15 12:55:28.739 INFO kablam! su: No module specific data is present Oct 15 12:55:29.668 INFO running `"docker" "rm" "-f" "84176ffcb30f5c79dcce0ce9b05c52d18a080097e4bf57ff56cf826cbd77e14d"` Oct 15 12:55:29.964 INFO blam! 84176ffcb30f5c79dcce0ce9b05c52d18a080097e4bf57ff56cf826cbd77e14d Oct 15 12:55:29.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 12:55:30.495 INFO blam! ac73768b08a2c44e9bc6bc9b15d1eb852869f278b0e99f94052a3c142f105e0b Oct 15 12:55:30.497 INFO running `"docker" "start" "-a" "ac73768b08a2c44e9bc6bc9b15d1eb852869f278b0e99f94052a3c142f105e0b"` Oct 15 12:55:31.566 INFO kablam! usermod: no changes Oct 15 12:55:31.634 INFO kablam! Compiling proj6 v0.1.0 (/source) Oct 15 12:55:34.299 INFO kablam! warning: variable `MAX` should have a snake case name such as `max` Oct 15 12:55:34.299 INFO kablam! --> examples/user_spec_loop.rs:12:9 Oct 15 12:55:34.299 INFO kablam! | Oct 15 12:55:34.299 INFO kablam! 12 | let MAX: i32= buf.trim().parse().expect("Failed to parse number!"); Oct 15 12:55:34.299 INFO kablam! | ^^^ Oct 15 12:55:34.299 INFO kablam! | Oct 15 12:55:34.299 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:55:34.299 INFO kablam! Oct 15 12:55:37.223 INFO kablam! warning: unused imports: `Write`, `stdout` Oct 15 12:55:37.223 INFO kablam! --> src/main.rs:1:15 Oct 15 12:55:37.224 INFO kablam! | Oct 15 12:55:37.224 INFO kablam! 1 | use std::io::{Write, stdin, stdout}; Oct 15 12:55:37.224 INFO kablam! | ^^^^^ ^^^^^^ Oct 15 12:55:37.224 INFO kablam! | Oct 15 12:55:37.224 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:55:37.225 INFO kablam! Oct 15 12:55:37.239 INFO kablam! warning: unused variable: `stdin` Oct 15 12:55:37.239 INFO kablam! --> src/main.rs:18:13 Oct 15 12:55:37.240 INFO kablam! | Oct 15 12:55:37.240 INFO kablam! 18 | let mut stdin = stdin(); Oct 15 12:55:37.240 INFO kablam! | ^^^^^ help: consider using `_stdin` instead Oct 15 12:55:37.240 INFO kablam! | Oct 15 12:55:37.241 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:55:37.241 INFO kablam! Oct 15 12:55:37.241 INFO kablam! warning: variable does not need to be mutable Oct 15 12:55:37.241 INFO kablam! --> src/main.rs:18:9 Oct 15 12:55:37.241 INFO kablam! | Oct 15 12:55:37.242 INFO kablam! 18 | let mut stdin = stdin(); Oct 15 12:55:37.242 INFO kablam! | ----^^^^^ Oct 15 12:55:37.242 INFO kablam! | | Oct 15 12:55:37.242 INFO kablam! | help: remove this `mut` Oct 15 12:55:37.243 INFO kablam! | Oct 15 12:55:37.243 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:55:37.243 INFO kablam! Oct 15 12:55:37.243 INFO kablam! warning: struct is never constructed: `CarT` Oct 15 12:55:37.244 INFO kablam! --> src/main.rs:3:1 Oct 15 12:55:37.244 INFO kablam! | Oct 15 12:55:37.244 INFO kablam! 3 | struct CarT { Oct 15 12:55:37.244 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:55:37.245 INFO kablam! | Oct 15 12:55:37.245 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:55:37.245 INFO kablam! Oct 15 12:55:37.245 INFO kablam! warning: struct is never constructed: `RentalT` Oct 15 12:55:37.245 INFO kablam! --> src/main.rs:11:1 Oct 15 12:55:37.246 INFO kablam! | Oct 15 12:55:37.246 INFO kablam! 11 | struct RentalT { Oct 15 12:55:37.246 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:55:37.246 INFO kablam! Oct 15 12:55:37.247 INFO kablam! warning: structure field `carId` should have a snake case name such as `car_id` Oct 15 12:55:37.247 INFO kablam! --> src/main.rs:4:5 Oct 15 12:55:37.247 INFO kablam! | Oct 15 12:55:37.247 INFO kablam! 4 | carId: u32, Oct 15 12:55:37.248 INFO kablam! | ^^^^^^^^^^ Oct 15 12:55:37.248 INFO kablam! | Oct 15 12:55:37.248 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:55:37.248 INFO kablam! Oct 15 12:55:37.248 INFO kablam! warning: structure field `numDoors` should have a snake case name such as `num_doors` Oct 15 12:55:37.249 INFO kablam! --> src/main.rs:7:5 Oct 15 12:55:37.249 INFO kablam! | Oct 15 12:55:37.249 INFO kablam! 7 | numDoors: u32, Oct 15 12:55:37.249 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 12:55:37.250 INFO kablam! Oct 15 12:55:37.250 INFO kablam! warning: structure field `renterName` should have a snake case name such as `renter_name` Oct 15 12:55:37.250 INFO kablam! --> src/main.rs:12:5 Oct 15 12:55:37.250 INFO kablam! | Oct 15 12:55:37.251 INFO kablam! 12 | renterName: String, Oct 15 12:55:37.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 12:55:37.251 INFO kablam! Oct 15 12:55:37.251 INFO kablam! warning: structure field `daysRenting` should have a snake case name such as `days_renting` Oct 15 12:55:37.252 INFO kablam! --> src/main.rs:13:5 Oct 15 12:55:37.252 INFO kablam! | Oct 15 12:55:37.252 INFO kablam! 13 | daysRenting: u32, Oct 15 12:55:37.252 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:55:37.252 INFO kablam! Oct 15 12:55:37.253 INFO kablam! warning: structure field `carId` should have a snake case name such as `car_id` Oct 15 12:55:37.253 INFO kablam! --> src/main.rs:14:5 Oct 15 12:55:37.253 INFO kablam! | Oct 15 12:55:37.253 INFO kablam! 14 | carId: u32 Oct 15 12:55:37.254 INFO kablam! | ^^^^^^^^^^ Oct 15 12:55:37.254 INFO kablam! Oct 15 12:55:37.275 INFO kablam! warning: variable `integerVar` should have a snake case name such as `integer_var` Oct 15 12:55:37.275 INFO kablam! --> examples/printing_primitives.rs:2:9 Oct 15 12:55:37.275 INFO kablam! | Oct 15 12:55:37.275 INFO kablam! 2 | let integerVar: i32 = 100; Oct 15 12:55:37.275 INFO kablam! | ^^^^^^^^^^ Oct 15 12:55:37.275 INFO kablam! | Oct 15 12:55:37.275 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:55:37.275 INFO kablam! Oct 15 12:55:37.275 INFO kablam! warning: variable `floatingVar` should have a snake case name such as `floating_var` Oct 15 12:55:37.275 INFO kablam! --> examples/printing_primitives.rs:3:9 Oct 15 12:55:37.275 INFO kablam! | Oct 15 12:55:37.275 INFO kablam! 3 | let floatingVar: f32 = 331.79; Oct 15 12:55:37.275 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:55:37.275 INFO kablam! Oct 15 12:55:37.275 INFO kablam! warning: variable `doubleVar` should have a snake case name such as `double_var` Oct 15 12:55:37.275 INFO kablam! --> examples/printing_primitives.rs:4:9 Oct 15 12:55:37.275 INFO kablam! | Oct 15 12:55:37.275 INFO kablam! 4 | let doubleVar: f64 = 8.44e-11; Oct 15 12:55:37.275 INFO kablam! | ^^^^^^^^^ Oct 15 12:55:37.275 INFO kablam! Oct 15 12:55:37.275 INFO kablam! warning: variable `charVar` should have a snake case name such as `char_var` Oct 15 12:55:37.275 INFO kablam! --> examples/printing_primitives.rs:5:9 Oct 15 12:55:37.275 INFO kablam! | Oct 15 12:55:37.275 INFO kablam! 5 | let charVar: char = 'W'; Oct 15 12:55:37.275 INFO kablam! | ^^^^^^^ Oct 15 12:55:37.275 INFO kablam! Oct 15 12:55:37.275 INFO kablam! warning: variable `boolVar` should have a snake case name such as `bool_var` Oct 15 12:55:37.275 INFO kablam! --> examples/printing_primitives.rs:6:9 Oct 15 12:55:37.275 INFO kablam! | Oct 15 12:55:37.275 INFO kablam! 6 | let mut boolVar: bool = false; Oct 15 12:55:37.275 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:55:37.275 INFO kablam! Oct 15 12:55:38.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.43s Oct 15 12:55:38.015 INFO kablam! su: No module specific data is present Oct 15 12:55:38.387 INFO running `"docker" "rm" "-f" "ac73768b08a2c44e9bc6bc9b15d1eb852869f278b0e99f94052a3c142f105e0b"` Oct 15 12:55:38.599 INFO blam! ac73768b08a2c44e9bc6bc9b15d1eb852869f278b0e99f94052a3c142f105e0b Oct 15 12:55:38.603 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 12:55:39.046 INFO blam! 97c52b704de4142b4cc8cc1a03074e3012e43bd824f6d929363710fa03143fcd Oct 15 12:55:39.049 INFO running `"docker" "start" "-a" "97c52b704de4142b4cc8cc1a03074e3012e43bd824f6d929363710fa03143fcd"` Oct 15 12:55:40.018 INFO kablam! usermod: no changes Oct 15 12:55:40.062 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 12:55:40.079 INFO kablam! Running /target/debug/deps/proj6-0e3f070943170e42 Oct 15 12:55:40.087 INFO blam! Oct 15 12:55:40.087 INFO blam! running 0 tests Oct 15 12:55:40.087 INFO blam! Oct 15 12:55:40.087 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:55:40.087 INFO blam! Oct 15 12:55:40.090 INFO kablam! su: No module specific data is present Oct 15 12:55:40.535 INFO running `"docker" "rm" "-f" "97c52b704de4142b4cc8cc1a03074e3012e43bd824f6d929363710fa03143fcd"` Oct 15 12:55:40.743 INFO blam! 97c52b704de4142b4cc8cc1a03074e3012e43bd824f6d929363710fa03143fcd