Oct 10 20:12:20.310 INFO testing kevishi/simpleRustRenderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:12:20.311 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:12:20.312 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 20:12:20.614 INFO blam! 5b11f47c6a4fa844408c68edb686575d4a2897e08d73eed7d00e9cd0eac35c72 Oct 10 20:12:20.618 INFO running `"docker" "start" "-a" "5b11f47c6a4fa844408c68edb686575d4a2897e08d73eed7d00e9cd0eac35c72"` Oct 10 20:12:21.100 INFO kablam! usermod: no changes Oct 10 20:12:21.128 INFO kablam! Compiling simpleRustRenderer v0.1.0 (/source) Oct 10 20:12:21.655 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 10 20:12:21.655 INFO kablam! | Oct 10 20:12:21.656 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:12:21.656 INFO kablam! Oct 10 20:12:22.320 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:22.321 INFO kablam! --> src/main.rs:25:9 Oct 10 20:12:22.321 INFO kablam! | Oct 10 20:12:22.321 INFO kablam! 25 | let mut numCircles = 0; Oct 10 20:12:22.321 INFO kablam! | ----^^^^^^^^^^ Oct 10 20:12:22.321 INFO kablam! | | Oct 10 20:12:22.321 INFO kablam! | help: remove this `mut` Oct 10 20:12:22.321 INFO kablam! | Oct 10 20:12:22.321 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:12:22.321 INFO kablam! Oct 10 20:12:22.321 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:22.321 INFO kablam! --> src/main.rs:26:9 Oct 10 20:12:22.321 INFO kablam! | Oct 10 20:12:22.321 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 10 20:12:22.321 INFO kablam! | ----^^^^^^^^ Oct 10 20:12:22.321 INFO kablam! | | Oct 10 20:12:22.321 INFO kablam! | help: remove this `mut` Oct 10 20:12:22.321 INFO kablam! Oct 10 20:12:22.321 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:22.321 INFO kablam! --> src/main.rs:27:9 Oct 10 20:12:22.321 INFO kablam! | Oct 10 20:12:22.321 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 10 20:12:22.321 INFO kablam! | ----^^^^^^^^ Oct 10 20:12:22.321 INFO kablam! | | Oct 10 20:12:22.321 INFO kablam! | help: remove this `mut` Oct 10 20:12:22.321 INFO kablam! Oct 10 20:12:22.321 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:22.321 INFO kablam! --> src/main.rs:28:9 Oct 10 20:12:22.321 INFO kablam! | Oct 10 20:12:22.321 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 10 20:12:22.321 INFO kablam! | ----^^^^^ Oct 10 20:12:22.321 INFO kablam! | | Oct 10 20:12:22.321 INFO kablam! | help: remove this `mut` Oct 10 20:12:22.321 INFO kablam! Oct 10 20:12:22.321 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:22.321 INFO kablam! --> src/main.rs:29:9 Oct 10 20:12:22.321 INFO kablam! | Oct 10 20:12:22.321 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 10 20:12:22.321 INFO kablam! | ----^^^^^^ Oct 10 20:12:22.321 INFO kablam! | | Oct 10 20:12:22.321 INFO kablam! | help: remove this `mut` Oct 10 20:12:22.321 INFO kablam! Oct 10 20:12:22.321 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 10 20:12:22.321 INFO kablam! | Oct 10 20:12:22.321 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:12:22.321 INFO kablam! Oct 10 20:12:22.321 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 10 20:12:22.321 INFO kablam! --> src/main.rs:25:9 Oct 10 20:12:22.321 INFO kablam! | Oct 10 20:12:22.321 INFO kablam! 25 | let mut numCircles = 0; Oct 10 20:12:22.321 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:12:22.321 INFO kablam! Oct 10 20:12:22.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 10 20:12:22.703 INFO kablam! su: No module specific data is present Oct 10 20:12:23.214 INFO running `"docker" "rm" "-f" "5b11f47c6a4fa844408c68edb686575d4a2897e08d73eed7d00e9cd0eac35c72"` Oct 10 20:12:23.332 INFO blam! 5b11f47c6a4fa844408c68edb686575d4a2897e08d73eed7d00e9cd0eac35c72 Oct 10 20:12:23.340 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:12:23.341 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 20:12:23.691 INFO blam! d6b6d9555369584b5364ac15f3d4ed5ecd97ea7f1641d4a6b79726e00bc91eef Oct 10 20:12:23.697 INFO running `"docker" "start" "-a" "d6b6d9555369584b5364ac15f3d4ed5ecd97ea7f1641d4a6b79726e00bc91eef"` Oct 10 20:12:24.588 INFO kablam! usermod: no changes Oct 10 20:12:24.644 INFO kablam! Compiling simpleRustRenderer v0.1.0 (/source) Oct 10 20:12:25.356 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:25.356 INFO kablam! --> src/main.rs:25:9 Oct 10 20:12:25.356 INFO kablam! | Oct 10 20:12:25.356 INFO kablam! 25 | let mut numCircles = 0; Oct 10 20:12:25.356 INFO kablam! | ----^^^^^^^^^^ Oct 10 20:12:25.356 INFO kablam! | | Oct 10 20:12:25.356 INFO kablam! | help: remove this `mut` Oct 10 20:12:25.356 INFO kablam! | Oct 10 20:12:25.356 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:12:25.356 INFO kablam! Oct 10 20:12:25.356 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:25.356 INFO kablam! --> src/main.rs:26:9 Oct 10 20:12:25.356 INFO kablam! | Oct 10 20:12:25.356 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 10 20:12:25.356 INFO kablam! | ----^^^^^^^^ Oct 10 20:12:25.356 INFO kablam! | | Oct 10 20:12:25.356 INFO kablam! | help: remove this `mut` Oct 10 20:12:25.356 INFO kablam! Oct 10 20:12:25.356 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:25.356 INFO kablam! --> src/main.rs:27:9 Oct 10 20:12:25.356 INFO kablam! | Oct 10 20:12:25.356 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 10 20:12:25.356 INFO kablam! | ----^^^^^^^^ Oct 10 20:12:25.356 INFO kablam! | | Oct 10 20:12:25.356 INFO kablam! | help: remove this `mut` Oct 10 20:12:25.356 INFO kablam! Oct 10 20:12:25.356 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:25.356 INFO kablam! --> src/main.rs:28:9 Oct 10 20:12:25.356 INFO kablam! | Oct 10 20:12:25.356 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 10 20:12:25.356 INFO kablam! | ----^^^^^ Oct 10 20:12:25.356 INFO kablam! | | Oct 10 20:12:25.356 INFO kablam! | help: remove this `mut` Oct 10 20:12:25.356 INFO kablam! Oct 10 20:12:25.356 INFO kablam! warning: variable does not need to be mutable Oct 10 20:12:25.356 INFO kablam! --> src/main.rs:29:9 Oct 10 20:12:25.356 INFO kablam! | Oct 10 20:12:25.356 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 10 20:12:25.356 INFO kablam! | ----^^^^^^ Oct 10 20:12:25.356 INFO kablam! | | Oct 10 20:12:25.356 INFO kablam! | help: remove this `mut` Oct 10 20:12:25.356 INFO kablam! Oct 10 20:12:25.356 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 10 20:12:25.356 INFO kablam! | Oct 10 20:12:25.357 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:12:25.357 INFO kablam! Oct 10 20:12:25.362 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 10 20:12:25.362 INFO kablam! --> src/main.rs:25:9 Oct 10 20:12:25.362 INFO kablam! | Oct 10 20:12:25.362 INFO kablam! 25 | let mut numCircles = 0; Oct 10 20:12:25.362 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:12:25.362 INFO kablam! Oct 10 20:12:25.532 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 10 20:12:25.532 INFO kablam! | Oct 10 20:12:25.532 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:12:25.532 INFO kablam! Oct 10 20:12:26.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 10 20:12:26.001 INFO kablam! su: No module specific data is present Oct 10 20:12:26.273 INFO running `"docker" "rm" "-f" "d6b6d9555369584b5364ac15f3d4ed5ecd97ea7f1641d4a6b79726e00bc91eef"` Oct 10 20:12:26.405 INFO blam! d6b6d9555369584b5364ac15f3d4ed5ecd97ea7f1641d4a6b79726e00bc91eef Oct 10 20:12:26.407 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:12:26.407 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 20:12:26.578 INFO blam! 58f5cc6a074593f9e2491793a0ae79b12227daad4efe3b43fd447f04258de0c6 Oct 10 20:12:26.582 INFO running `"docker" "start" "-a" "58f5cc6a074593f9e2491793a0ae79b12227daad4efe3b43fd447f04258de0c6"` Oct 10 20:12:27.080 INFO kablam! usermod: no changes Oct 10 20:12:27.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 20:12:27.121 INFO kablam! Running /target/debug/deps/simpleRustRenderer-f4fb6f1878444a39 Oct 10 20:12:27.126 INFO blam! Oct 10 20:12:27.126 INFO blam! running 0 tests Oct 10 20:12:27.126 INFO blam! Oct 10 20:12:27.126 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:12:27.126 INFO blam! Oct 10 20:12:27.126 INFO kablam! Running /target/debug/deps/simpleRustRenderer-27f4e03751aab2f0 Oct 10 20:12:27.130 INFO blam! Oct 10 20:12:27.130 INFO blam! running 0 tests Oct 10 20:12:27.130 INFO blam! Oct 10 20:12:27.130 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:12:27.130 INFO blam! Oct 10 20:12:27.133 INFO kablam! Doc-tests simpleRustRenderer Oct 10 20:12:27.898 INFO blam! Oct 10 20:12:27.898 INFO blam! running 0 tests Oct 10 20:12:27.899 INFO blam! Oct 10 20:12:27.899 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:12:27.899 INFO blam! Oct 10 20:12:27.904 INFO kablam! su: No module specific data is present Oct 10 20:12:28.223 INFO running `"docker" "rm" "-f" "58f5cc6a074593f9e2491793a0ae79b12227daad4efe3b43fd447f04258de0c6"` Oct 10 20:12:28.376 INFO blam! 58f5cc6a074593f9e2491793a0ae79b12227daad4efe3b43fd447f04258de0c6