Oct 14 15:14:06.036 INFO testing kevishi/simpleRustRenderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:14:06.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:14:06.491 INFO blam! 126737b12746a1d8a542ff6830fcee836487d3af8aa038e6eb8806bf31ea3a3e Oct 14 15:14:06.493 INFO running `"docker" "start" "-a" "126737b12746a1d8a542ff6830fcee836487d3af8aa038e6eb8806bf31ea3a3e"` Oct 14 15:14:07.894 INFO kablam! usermod: no changes Oct 14 15:14:07.934 INFO kablam! Compiling simpleRustRenderer v0.1.0 (/source) Oct 14 15:14:08.211 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 14 15:14:08.211 INFO kablam! | Oct 14 15:14:08.211 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:14:08.216 INFO kablam! Oct 14 15:14:08.723 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:08.723 INFO kablam! --> src/main.rs:25:9 Oct 14 15:14:08.723 INFO kablam! | Oct 14 15:14:08.723 INFO kablam! 25 | let mut numCircles = 0; Oct 14 15:14:08.723 INFO kablam! | ----^^^^^^^^^^ Oct 14 15:14:08.723 INFO kablam! | | Oct 14 15:14:08.723 INFO kablam! | help: remove this `mut` Oct 14 15:14:08.723 INFO kablam! | Oct 14 15:14:08.723 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:14:08.723 INFO kablam! Oct 14 15:14:08.723 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:08.723 INFO kablam! --> src/main.rs:26:9 Oct 14 15:14:08.723 INFO kablam! | Oct 14 15:14:08.723 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 14 15:14:08.723 INFO kablam! | ----^^^^^^^^ Oct 14 15:14:08.723 INFO kablam! | | Oct 14 15:14:08.723 INFO kablam! | help: remove this `mut` Oct 14 15:14:08.723 INFO kablam! Oct 14 15:14:08.723 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:08.723 INFO kablam! --> src/main.rs:27:9 Oct 14 15:14:08.723 INFO kablam! | Oct 14 15:14:08.723 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 14 15:14:08.723 INFO kablam! | ----^^^^^^^^ Oct 14 15:14:08.723 INFO kablam! | | Oct 14 15:14:08.723 INFO kablam! | help: remove this `mut` Oct 14 15:14:08.723 INFO kablam! Oct 14 15:14:08.723 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:08.723 INFO kablam! --> src/main.rs:28:9 Oct 14 15:14:08.723 INFO kablam! | Oct 14 15:14:08.723 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 14 15:14:08.723 INFO kablam! | ----^^^^^ Oct 14 15:14:08.723 INFO kablam! | | Oct 14 15:14:08.723 INFO kablam! | help: remove this `mut` Oct 14 15:14:08.723 INFO kablam! Oct 14 15:14:08.723 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:08.723 INFO kablam! --> src/main.rs:29:9 Oct 14 15:14:08.723 INFO kablam! | Oct 14 15:14:08.723 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 14 15:14:08.723 INFO kablam! | ----^^^^^^ Oct 14 15:14:08.723 INFO kablam! | | Oct 14 15:14:08.723 INFO kablam! | help: remove this `mut` Oct 14 15:14:08.723 INFO kablam! Oct 14 15:14:08.723 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 14 15:14:08.723 INFO kablam! | Oct 14 15:14:08.723 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:14:08.723 INFO kablam! Oct 14 15:14:08.723 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 14 15:14:08.723 INFO kablam! --> src/main.rs:25:9 Oct 14 15:14:08.724 INFO kablam! | Oct 14 15:14:08.724 INFO kablam! 25 | let mut numCircles = 0; Oct 14 15:14:08.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:14:08.724 INFO kablam! Oct 14 15:14:09.261 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 14 15:14:09.264 INFO kablam! su: No module specific data is present Oct 14 15:14:09.978 INFO running `"docker" "rm" "-f" "126737b12746a1d8a542ff6830fcee836487d3af8aa038e6eb8806bf31ea3a3e"` Oct 14 15:14:10.379 INFO blam! 126737b12746a1d8a542ff6830fcee836487d3af8aa038e6eb8806bf31ea3a3e Oct 14 15:14:10.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:14:10.937 INFO blam! f21e7da5131386a54b92c899f57530334c4ade0541e7ae31011e8ffa7a38ec3c Oct 14 15:14:10.959 INFO running `"docker" "start" "-a" "f21e7da5131386a54b92c899f57530334c4ade0541e7ae31011e8ffa7a38ec3c"` Oct 14 15:14:12.263 INFO kablam! usermod: no changes Oct 14 15:14:12.307 INFO kablam! Compiling simpleRustRenderer v0.1.0 (/source) Oct 14 15:14:12.787 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 14 15:14:12.787 INFO kablam! | Oct 14 15:14:12.787 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:14:12.787 INFO kablam! Oct 14 15:14:12.804 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:12.804 INFO kablam! --> src/main.rs:25:9 Oct 14 15:14:12.804 INFO kablam! | Oct 14 15:14:12.804 INFO kablam! 25 | let mut numCircles = 0; Oct 14 15:14:12.804 INFO kablam! | ----^^^^^^^^^^ Oct 14 15:14:12.804 INFO kablam! | | Oct 14 15:14:12.804 INFO kablam! | help: remove this `mut` Oct 14 15:14:12.804 INFO kablam! | Oct 14 15:14:12.804 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:14:12.804 INFO kablam! Oct 14 15:14:12.804 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:12.804 INFO kablam! --> src/main.rs:26:9 Oct 14 15:14:12.804 INFO kablam! | Oct 14 15:14:12.804 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 14 15:14:12.804 INFO kablam! | ----^^^^^^^^ Oct 14 15:14:12.804 INFO kablam! | | Oct 14 15:14:12.804 INFO kablam! | help: remove this `mut` Oct 14 15:14:12.804 INFO kablam! Oct 14 15:14:12.804 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:12.804 INFO kablam! --> src/main.rs:27:9 Oct 14 15:14:12.804 INFO kablam! | Oct 14 15:14:12.804 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 14 15:14:12.804 INFO kablam! | ----^^^^^^^^ Oct 14 15:14:12.804 INFO kablam! | | Oct 14 15:14:12.804 INFO kablam! | help: remove this `mut` Oct 14 15:14:12.804 INFO kablam! Oct 14 15:14:12.804 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:12.804 INFO kablam! --> src/main.rs:28:9 Oct 14 15:14:12.804 INFO kablam! | Oct 14 15:14:12.804 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 14 15:14:12.804 INFO kablam! | ----^^^^^ Oct 14 15:14:12.804 INFO kablam! | | Oct 14 15:14:12.804 INFO kablam! | help: remove this `mut` Oct 14 15:14:12.804 INFO kablam! Oct 14 15:14:12.804 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:12.804 INFO kablam! --> src/main.rs:29:9 Oct 14 15:14:12.804 INFO kablam! | Oct 14 15:14:12.804 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 14 15:14:12.804 INFO kablam! | ----^^^^^^ Oct 14 15:14:12.804 INFO kablam! | | Oct 14 15:14:12.805 INFO kablam! | help: remove this `mut` Oct 14 15:14:12.805 INFO kablam! Oct 14 15:14:12.805 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 14 15:14:12.805 INFO kablam! | Oct 14 15:14:12.805 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:14:12.805 INFO kablam! Oct 14 15:14:12.805 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 14 15:14:12.805 INFO kablam! --> src/main.rs:25:9 Oct 14 15:14:12.805 INFO kablam! | Oct 14 15:14:12.805 INFO kablam! 25 | let mut numCircles = 0; Oct 14 15:14:12.805 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:14:12.805 INFO kablam! Oct 14 15:14:13.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 14 15:14:13.526 INFO kablam! su: No module specific data is present Oct 14 15:14:14.791 INFO running `"docker" "rm" "-f" "f21e7da5131386a54b92c899f57530334c4ade0541e7ae31011e8ffa7a38ec3c"` Oct 14 15:14:15.030 INFO blam! f21e7da5131386a54b92c899f57530334c4ade0541e7ae31011e8ffa7a38ec3c Oct 14 15:14:15.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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" "-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:14:15.495 INFO blam! b937eb370f10f753bb2bfc4d55e6bf434dc9a120478e936d1086d0098c09ee3e Oct 14 15:14:15.511 INFO running `"docker" "start" "-a" "b937eb370f10f753bb2bfc4d55e6bf434dc9a120478e936d1086d0098c09ee3e"` Oct 14 15:14:16.623 INFO kablam! usermod: no changes Oct 14 15:14:16.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 15:14:16.707 INFO kablam! Running /target/debug/deps/simpleRustRenderer-f4fb6f1878444a39 Oct 14 15:14:16.708 INFO blam! Oct 14 15:14:16.708 INFO kablam! Running /target/debug/deps/simpleRustRenderer-27f4e03751aab2f0 Oct 14 15:14:16.708 INFO blam! running 0 tests Oct 14 15:14:16.709 INFO blam! Oct 14 15:14:16.709 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:14:16.709 INFO blam! Oct 14 15:14:16.710 INFO blam! Oct 14 15:14:16.710 INFO blam! running 0 tests Oct 14 15:14:16.710 INFO blam! Oct 14 15:14:16.711 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:14:16.711 INFO blam! Oct 14 15:14:16.715 INFO kablam! Doc-tests simpleRustRenderer Oct 14 15:14:16.976 INFO blam! Oct 14 15:14:16.976 INFO blam! running 0 tests Oct 14 15:14:16.976 INFO blam! Oct 14 15:14:16.976 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:14:16.976 INFO blam! Oct 14 15:14:16.985 INFO kablam! su: No module specific data is present Oct 14 15:14:17.791 INFO running `"docker" "rm" "-f" "b937eb370f10f753bb2bfc4d55e6bf434dc9a120478e936d1086d0098c09ee3e"` Oct 14 15:14:18.037 INFO blam! b937eb370f10f753bb2bfc4d55e6bf434dc9a120478e936d1086d0098c09ee3e