Oct 14 15:14:03.562 INFO testing kevishi/simpleRustRenderer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:14:03.563 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 15:14:04.023 INFO blam! 24c99c5af536251a6fb3ec57f7985c1a3875ae8130a2cd942d1b3927b964f481 Oct 14 15:14:04.039 INFO running `"docker" "start" "-a" "24c99c5af536251a6fb3ec57f7985c1a3875ae8130a2cd942d1b3927b964f481"` Oct 14 15:14:05.482 INFO kablam! usermod: no changes Oct 14 15:14:05.571 INFO kablam! Compiling simpleRustRenderer v0.1.0 (/source) Oct 14 15:14:05.898 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 14 15:14:05.898 INFO kablam! | Oct 14 15:14:05.898 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:14:05.898 INFO kablam! Oct 14 15:14:06.431 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:06.431 INFO kablam! --> src/main.rs:25:9 Oct 14 15:14:06.431 INFO kablam! | Oct 14 15:14:06.431 INFO kablam! 25 | let mut numCircles = 0; Oct 14 15:14:06.431 INFO kablam! | ----^^^^^^^^^^ Oct 14 15:14:06.431 INFO kablam! | | Oct 14 15:14:06.431 INFO kablam! | help: remove this `mut` Oct 14 15:14:06.431 INFO kablam! | Oct 14 15:14:06.431 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:14:06.431 INFO kablam! Oct 14 15:14:06.431 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:06.431 INFO kablam! --> src/main.rs:26:9 Oct 14 15:14:06.431 INFO kablam! | Oct 14 15:14:06.431 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 14 15:14:06.431 INFO kablam! | ----^^^^^^^^ Oct 14 15:14:06.431 INFO kablam! | | Oct 14 15:14:06.431 INFO kablam! | help: remove this `mut` Oct 14 15:14:06.431 INFO kablam! Oct 14 15:14:06.431 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:06.431 INFO kablam! --> src/main.rs:27:9 Oct 14 15:14:06.431 INFO kablam! | Oct 14 15:14:06.431 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 14 15:14:06.431 INFO kablam! | ----^^^^^^^^ Oct 14 15:14:06.431 INFO kablam! | | Oct 14 15:14:06.431 INFO kablam! | help: remove this `mut` Oct 14 15:14:06.431 INFO kablam! Oct 14 15:14:06.431 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:06.431 INFO kablam! --> src/main.rs:28:9 Oct 14 15:14:06.431 INFO kablam! | Oct 14 15:14:06.431 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 14 15:14:06.431 INFO kablam! | ----^^^^^ Oct 14 15:14:06.431 INFO kablam! | | Oct 14 15:14:06.431 INFO kablam! | help: remove this `mut` Oct 14 15:14:06.431 INFO kablam! Oct 14 15:14:06.431 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:06.431 INFO kablam! --> src/main.rs:29:9 Oct 14 15:14:06.431 INFO kablam! | Oct 14 15:14:06.431 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 14 15:14:06.431 INFO kablam! | ----^^^^^^ Oct 14 15:14:06.431 INFO kablam! | | Oct 14 15:14:06.431 INFO kablam! | help: remove this `mut` Oct 14 15:14:06.431 INFO kablam! Oct 14 15:14:06.431 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 14 15:14:06.431 INFO kablam! | Oct 14 15:14:06.431 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:14:06.431 INFO kablam! Oct 14 15:14:06.431 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 14 15:14:06.431 INFO kablam! --> src/main.rs:25:9 Oct 14 15:14:06.431 INFO kablam! | Oct 14 15:14:06.431 INFO kablam! 25 | let mut numCircles = 0; Oct 14 15:14:06.431 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:14:06.431 INFO kablam! Oct 14 15:14:07.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 14 15:14:07.031 INFO kablam! su: No module specific data is present Oct 14 15:14:07.675 INFO running `"docker" "rm" "-f" "24c99c5af536251a6fb3ec57f7985c1a3875ae8130a2cd942d1b3927b964f481"` Oct 14 15:14:08.067 INFO blam! 24c99c5af536251a6fb3ec57f7985c1a3875ae8130a2cd942d1b3927b964f481 Oct 14 15:14:08.079 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 15:14:08.431 INFO blam! fbf6dd103e9c071dc8e3cbea7caa346cf588c9727383f9fe8befe49b4e449aa7 Oct 14 15:14:08.437 INFO running `"docker" "start" "-a" "fbf6dd103e9c071dc8e3cbea7caa346cf588c9727383f9fe8befe49b4e449aa7"` Oct 14 15:14:09.730 INFO kablam! usermod: no changes Oct 14 15:14:09.779 INFO kablam! Compiling simpleRustRenderer v0.1.0 (/source) Oct 14 15:14:10.139 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 14 15:14:10.139 INFO kablam! | Oct 14 15:14:10.140 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:14:10.140 INFO kablam! Oct 14 15:14:10.163 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:10.164 INFO kablam! --> src/main.rs:25:9 Oct 14 15:14:10.164 INFO kablam! | Oct 14 15:14:10.164 INFO kablam! 25 | let mut numCircles = 0; Oct 14 15:14:10.164 INFO kablam! | ----^^^^^^^^^^ Oct 14 15:14:10.164 INFO kablam! | | Oct 14 15:14:10.165 INFO kablam! | help: remove this `mut` Oct 14 15:14:10.165 INFO kablam! | Oct 14 15:14:10.165 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:14:10.166 INFO kablam! Oct 14 15:14:10.166 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:10.166 INFO kablam! --> src/main.rs:26:9 Oct 14 15:14:10.166 INFO kablam! | Oct 14 15:14:10.167 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 14 15:14:10.167 INFO kablam! | ----^^^^^^^^ Oct 14 15:14:10.167 INFO kablam! | | Oct 14 15:14:10.168 INFO kablam! | help: remove this `mut` Oct 14 15:14:10.168 INFO kablam! Oct 14 15:14:10.168 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:10.168 INFO kablam! --> src/main.rs:27:9 Oct 14 15:14:10.169 INFO kablam! | Oct 14 15:14:10.169 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 14 15:14:10.169 INFO kablam! | ----^^^^^^^^ Oct 14 15:14:10.169 INFO kablam! | | Oct 14 15:14:10.170 INFO kablam! | help: remove this `mut` Oct 14 15:14:10.170 INFO kablam! Oct 14 15:14:10.170 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:10.170 INFO kablam! --> src/main.rs:28:9 Oct 14 15:14:10.171 INFO kablam! | Oct 14 15:14:10.171 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 14 15:14:10.171 INFO kablam! | ----^^^^^ Oct 14 15:14:10.171 INFO kablam! | | Oct 14 15:14:10.172 INFO kablam! | help: remove this `mut` Oct 14 15:14:10.172 INFO kablam! Oct 14 15:14:10.172 INFO kablam! warning: variable does not need to be mutable Oct 14 15:14:10.172 INFO kablam! --> src/main.rs:29:9 Oct 14 15:14:10.173 INFO kablam! | Oct 14 15:14:10.173 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 14 15:14:10.173 INFO kablam! | ----^^^^^^ Oct 14 15:14:10.173 INFO kablam! | | Oct 14 15:14:10.174 INFO kablam! | help: remove this `mut` Oct 14 15:14:10.174 INFO kablam! Oct 14 15:14:10.174 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 14 15:14:10.174 INFO kablam! | Oct 14 15:14:10.175 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:14:10.175 INFO kablam! Oct 14 15:14:10.175 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 14 15:14:10.176 INFO kablam! --> src/main.rs:25:9 Oct 14 15:14:10.176 INFO kablam! | Oct 14 15:14:10.176 INFO kablam! 25 | let mut numCircles = 0; Oct 14 15:14:10.176 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:14:10.177 INFO kablam! Oct 14 15:14:11.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 14 15:14:11.020 INFO kablam! su: No module specific data is present Oct 14 15:14:11.855 INFO running `"docker" "rm" "-f" "fbf6dd103e9c071dc8e3cbea7caa346cf588c9727383f9fe8befe49b4e449aa7"` Oct 14 15:14:12.256 INFO blam! fbf6dd103e9c071dc8e3cbea7caa346cf588c9727383f9fe8befe49b4e449aa7 Oct 14 15:14:12.261 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 15:14:12.688 INFO blam! 564ef088aa5b49b943a7c213c44d3be4e0beebf26c332513e1e8af06736ce239 Oct 14 15:14:12.690 INFO running `"docker" "start" "-a" "564ef088aa5b49b943a7c213c44d3be4e0beebf26c332513e1e8af06736ce239"` Oct 14 15:14:14.814 INFO kablam! usermod: no changes Oct 14 15:14:14.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 15:14:14.895 INFO kablam! Running /target/debug/deps/simpleRustRenderer-46a239b6fa40ec1a Oct 14 15:14:14.899 INFO blam! Oct 14 15:14:14.899 INFO blam! running 0 tests Oct 14 15:14:14.899 INFO blam! Oct 14 15:14:14.899 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:14:14.899 INFO blam! Oct 14 15:14:14.903 INFO kablam! Running /target/debug/deps/simpleRustRenderer-af7005fa22403f6d Oct 14 15:14:14.907 INFO blam! Oct 14 15:14:14.907 INFO blam! running 0 tests Oct 14 15:14:14.907 INFO blam! Oct 14 15:14:14.907 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:14:14.907 INFO blam! Oct 14 15:14:14.911 INFO kablam! Doc-tests simpleRustRenderer Oct 14 15:14:15.247 INFO blam! Oct 14 15:14:15.247 INFO blam! running 0 tests Oct 14 15:14:15.247 INFO blam! Oct 14 15:14:15.247 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:14:15.247 INFO blam! Oct 14 15:14:15.248 INFO kablam! su: No module specific data is present Oct 14 15:14:15.977 INFO running `"docker" "rm" "-f" "564ef088aa5b49b943a7c213c44d3be4e0beebf26c332513e1e8af06736ce239"` Oct 14 15:14:16.224 INFO blam! 564ef088aa5b49b943a7c213c44d3be4e0beebf26c332513e1e8af06736ce239