Oct 14 22:03:48.999 INFO testing eadventurous/landscape-generation against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:03:49.001 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 22:03:49.426 INFO blam! 09a31fc8d1b527ba6a6921ae7bb635b517d169bb224a3226e268aa02bfeb6c80 Oct 14 22:03:49.428 INFO running `"docker" "start" "-a" "09a31fc8d1b527ba6a6921ae7bb635b517d169bb224a3226e268aa02bfeb6c80"` Oct 14 22:03:51.243 INFO kablam! usermod: no changes Oct 14 22:03:51.483 INFO kablam! Compiling num-complex v0.1.43 Oct 14 22:03:51.483 INFO kablam! Compiling num-traits v0.1.43 Oct 14 22:03:51.487 INFO kablam! Compiling num-rational v0.1.42 Oct 14 22:03:51.496 INFO kablam! Compiling alga v0.7.1 Oct 14 22:03:51.496 INFO kablam! Compiling png v0.12.0 Oct 14 22:03:51.496 INFO kablam! Compiling num-derive v0.2.2 Oct 14 22:03:51.496 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 14 22:03:57.891 INFO kablam! Compiling ndarray v0.11.2 Oct 14 22:04:04.187 INFO kablam! Compiling image v0.19.0 Oct 14 22:04:08.088 INFO kablam! Compiling nalgebra v0.16.1 Oct 14 22:04:56.608 INFO kablam! Compiling LandscapeGeneration v0.1.0 (/source) Oct 14 22:04:57.771 INFO kablam! warning: unused import: `ndarray::Array2` Oct 14 22:04:57.771 INFO kablam! --> src/posutils.rs:4:5 Oct 14 22:04:57.771 INFO kablam! | Oct 14 22:04:57.771 INFO kablam! 4 | use ndarray::Array2; Oct 14 22:04:57.771 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:04:57.771 INFO kablam! | Oct 14 22:04:57.771 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:04:57.771 INFO kablam! Oct 14 22:04:57.771 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:04:57.771 INFO kablam! --> src/main.rs:106:42 Oct 14 22:04:57.771 INFO kablam! | Oct 14 22:04:57.771 INFO kablam! 106 | let v = Vector4::new(1f64, p.0, p.1, (p.0*p.1)); Oct 14 22:04:57.771 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 22:04:57.771 INFO kablam! | Oct 14 22:04:57.771 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:04:57.771 INFO kablam! Oct 14 22:04:58.001 INFO kablam! warning: unused import: `std::ops::Add` Oct 14 22:04:58.001 INFO kablam! --> src/posutils.rs:6:5 Oct 14 22:04:58.001 INFO kablam! | Oct 14 22:04:58.001 INFO kablam! 6 | use std::ops::Add; Oct 14 22:04:58.001 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:04:58.001 INFO kablam! Oct 14 22:04:58.009 INFO kablam! warning: unused variable: `lattice_n` Oct 14 22:04:58.009 INFO kablam! --> src/main.rs:17:9 Oct 14 22:04:58.009 INFO kablam! | Oct 14 22:04:58.009 INFO kablam! 17 | let lattice_n = 10; Oct 14 22:04:58.009 INFO kablam! | ^^^^^^^^^ help: consider using `_lattice_n` instead Oct 14 22:04:58.011 INFO kablam! | Oct 14 22:04:58.011 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:04:58.011 INFO kablam! Oct 14 22:04:58.011 INFO kablam! warning: variable `active_agents` is assigned to, but never used Oct 14 22:04:58.011 INFO kablam! --> src/agents.rs:41:17 Oct 14 22:04:58.011 INFO kablam! | Oct 14 22:04:58.011 INFO kablam! 41 | let mut active_agents = agents.len(); Oct 14 22:04:58.011 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:04:58.011 INFO kablam! | Oct 14 22:04:58.011 INFO kablam! = note: consider using `_active_agents` instead Oct 14 22:04:58.011 INFO kablam! Oct 14 22:04:58.039 INFO kablam! warning: function is never used: `gradient_interpolation` Oct 14 22:04:58.039 INFO kablam! --> src/main.rs:35:1 Oct 14 22:04:58.039 INFO kablam! | Oct 14 22:04:58.039 INFO kablam! 35 | fn gradient_interpolation(size: usize, lattice_n: usize) -> Array2 { Oct 14 22:04:58.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:04:58.039 INFO kablam! | Oct 14 22:04:58.039 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:04:58.039 INFO kablam! Oct 14 22:04:58.039 INFO kablam! warning: function is never used: `fade` Oct 14 22:04:58.039 INFO kablam! --> src/main.rs:70:1 Oct 14 22:04:58.039 INFO kablam! | Oct 14 22:04:58.039 INFO kablam! 70 | fn fade(t: f64) -> f64 { Oct 14 22:04:58.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:04:58.039 INFO kablam! Oct 14 22:04:58.039 INFO kablam! warning: function is never used: `lerp` Oct 14 22:04:58.039 INFO kablam! --> src/main.rs:74:1 Oct 14 22:04:58.039 INFO kablam! | Oct 14 22:04:58.039 INFO kablam! 74 | fn lerp(a: f64, b: f64, x: f64) -> f64 { Oct 14 22:04:58.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:04:58.039 INFO kablam! Oct 14 22:04:58.039 INFO kablam! warning: function is never used: `bilinear_interpolation` Oct 14 22:04:58.039 INFO kablam! --> src/main.rs:78:1 Oct 14 22:04:58.039 INFO kablam! | Oct 14 22:04:58.039 INFO kablam! 78 | fn bilinear_interpolation(size: usize, lattice_n: usize, max_height: usize) -> DMatrix { Oct 14 22:04:58.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:04:58.039 INFO kablam! Oct 14 22:04:58.039 INFO kablam! warning: function is never used: `blerp` Oct 14 22:04:58.039 INFO kablam! --> src/main.rs:101:1 Oct 14 22:04:58.039 INFO kablam! | Oct 14 22:04:58.039 INFO kablam! 101 | fn blerp(p:(f64, f64), x: (f64, f64), y: (f64,f64), f:(f64, f64, f64, f64)) -> f64{ Oct 14 22:04:58.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:04:58.039 INFO kablam! Oct 14 22:04:58.039 INFO kablam! warning: crate `LandscapeGeneration` should have a snake case name such as `landscape_generation` Oct 14 22:04:58.039 INFO kablam! | Oct 14 22:04:58.039 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:04:58.039 INFO kablam! Oct 14 22:05:00.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 14 22:05:00.043 INFO kablam! su: No module specific data is present Oct 14 22:05:01.051 INFO running `"docker" "rm" "-f" "09a31fc8d1b527ba6a6921ae7bb635b517d169bb224a3226e268aa02bfeb6c80"` Oct 14 22:05:01.543 INFO blam! 09a31fc8d1b527ba6a6921ae7bb635b517d169bb224a3226e268aa02bfeb6c80 Oct 14 22:05:01.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 22:05:02.030 INFO blam! 66239dfd0b545b4ac58f648e2e33889467d3d8a2afd4175c77417a926e7c9e9e Oct 14 22:05:02.037 INFO running `"docker" "start" "-a" "66239dfd0b545b4ac58f648e2e33889467d3d8a2afd4175c77417a926e7c9e9e"` Oct 14 22:05:03.229 INFO kablam! usermod: no changes Oct 14 22:05:03.415 INFO kablam! Compiling LandscapeGeneration v0.1.0 (/source) Oct 14 22:05:04.583 INFO kablam! warning: unused import: `ndarray::Array2` Oct 14 22:05:04.583 INFO kablam! --> src/posutils.rs:4:5 Oct 14 22:05:04.583 INFO kablam! | Oct 14 22:05:04.583 INFO kablam! 4 | use ndarray::Array2; Oct 14 22:05:04.583 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:05:04.583 INFO kablam! | Oct 14 22:05:04.583 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:05:04.583 INFO kablam! Oct 14 22:05:04.583 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:05:04.583 INFO kablam! --> src/main.rs:106:42 Oct 14 22:05:04.583 INFO kablam! | Oct 14 22:05:04.583 INFO kablam! 106 | let v = Vector4::new(1f64, p.0, p.1, (p.0*p.1)); Oct 14 22:05:04.583 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 22:05:04.583 INFO kablam! | Oct 14 22:05:04.583 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:05:04.583 INFO kablam! Oct 14 22:05:04.787 INFO kablam! warning: unused import: `std::ops::Add` Oct 14 22:05:04.787 INFO kablam! --> src/posutils.rs:6:5 Oct 14 22:05:04.787 INFO kablam! | Oct 14 22:05:04.787 INFO kablam! 6 | use std::ops::Add; Oct 14 22:05:04.787 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:05:04.787 INFO kablam! Oct 14 22:05:04.787 INFO kablam! warning: unused variable: `lattice_n` Oct 14 22:05:04.787 INFO kablam! --> src/main.rs:17:9 Oct 14 22:05:04.787 INFO kablam! | Oct 14 22:05:04.787 INFO kablam! 17 | let lattice_n = 10; Oct 14 22:05:04.787 INFO kablam! | ^^^^^^^^^ help: consider using `_lattice_n` instead Oct 14 22:05:04.787 INFO kablam! | Oct 14 22:05:04.787 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:05:04.787 INFO kablam! Oct 14 22:05:04.787 INFO kablam! warning: variable `active_agents` is assigned to, but never used Oct 14 22:05:04.787 INFO kablam! --> src/agents.rs:41:17 Oct 14 22:05:04.787 INFO kablam! | Oct 14 22:05:04.787 INFO kablam! 41 | let mut active_agents = agents.len(); Oct 14 22:05:04.787 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:05:04.787 INFO kablam! | Oct 14 22:05:04.787 INFO kablam! = note: consider using `_active_agents` instead Oct 14 22:05:04.787 INFO kablam! Oct 14 22:05:04.819 INFO kablam! warning: function is never used: `gradient_interpolation` Oct 14 22:05:04.819 INFO kablam! --> src/main.rs:35:1 Oct 14 22:05:04.819 INFO kablam! | Oct 14 22:05:04.819 INFO kablam! 35 | fn gradient_interpolation(size: usize, lattice_n: usize) -> Array2 { Oct 14 22:05:04.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:04.819 INFO kablam! | Oct 14 22:05:04.819 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:05:04.819 INFO kablam! Oct 14 22:05:04.819 INFO kablam! warning: function is never used: `fade` Oct 14 22:05:04.819 INFO kablam! --> src/main.rs:70:1 Oct 14 22:05:04.819 INFO kablam! | Oct 14 22:05:04.819 INFO kablam! 70 | fn fade(t: f64) -> f64 { Oct 14 22:05:04.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:04.819 INFO kablam! Oct 14 22:05:04.819 INFO kablam! warning: function is never used: `lerp` Oct 14 22:05:04.819 INFO kablam! --> src/main.rs:74:1 Oct 14 22:05:04.819 INFO kablam! | Oct 14 22:05:04.819 INFO kablam! 74 | fn lerp(a: f64, b: f64, x: f64) -> f64 { Oct 14 22:05:04.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:04.819 INFO kablam! Oct 14 22:05:04.819 INFO kablam! warning: function is never used: `bilinear_interpolation` Oct 14 22:05:04.819 INFO kablam! --> src/main.rs:78:1 Oct 14 22:05:04.819 INFO kablam! | Oct 14 22:05:04.819 INFO kablam! 78 | fn bilinear_interpolation(size: usize, lattice_n: usize, max_height: usize) -> DMatrix { Oct 14 22:05:04.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:04.819 INFO kablam! Oct 14 22:05:04.819 INFO kablam! warning: function is never used: `blerp` Oct 14 22:05:04.819 INFO kablam! --> src/main.rs:101:1 Oct 14 22:05:04.819 INFO kablam! | Oct 14 22:05:04.819 INFO kablam! 101 | fn blerp(p:(f64, f64), x: (f64, f64), y: (f64,f64), f:(f64, f64, f64, f64)) -> f64{ Oct 14 22:05:04.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:04.819 INFO kablam! Oct 14 22:05:04.819 INFO kablam! warning: crate `LandscapeGeneration` should have a snake case name such as `landscape_generation` Oct 14 22:05:04.819 INFO kablam! | Oct 14 22:05:04.819 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:05:04.819 INFO kablam! Oct 14 22:05:05.341 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Oct 14 22:05:05.348 INFO kablam! su: No module specific data is present Oct 14 22:05:06.143 INFO running `"docker" "rm" "-f" "66239dfd0b545b4ac58f648e2e33889467d3d8a2afd4175c77417a926e7c9e9e"` Oct 14 22:05:06.420 INFO blam! 66239dfd0b545b4ac58f648e2e33889467d3d8a2afd4175c77417a926e7c9e9e Oct 14 22:05:06.427 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 22:05:06.903 INFO blam! c3d2404562cf81f80b2a36c697e54f6363ad3870e5ac743aeed6eb698581d0d9 Oct 14 22:05:06.915 INFO running `"docker" "start" "-a" "c3d2404562cf81f80b2a36c697e54f6363ad3870e5ac743aeed6eb698581d0d9"` Oct 14 22:05:08.379 INFO kablam! usermod: no changes Oct 14 22:05:08.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 14 22:05:08.577 INFO blam! Oct 14 22:05:08.577 INFO blam! running 0 tests Oct 14 22:05:08.577 INFO blam! Oct 14 22:05:08.577 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:05:08.577 INFO blam! Oct 14 22:05:08.579 INFO kablam! Running /target/debug/deps/LandscapeGeneration-758eff98dce9fa0f Oct 14 22:05:08.590 INFO kablam! su: No module specific data is present Oct 14 22:05:10.059 INFO running `"docker" "rm" "-f" "c3d2404562cf81f80b2a36c697e54f6363ad3870e5ac743aeed6eb698581d0d9"` Oct 14 22:05:10.357 INFO blam! c3d2404562cf81f80b2a36c697e54f6363ad3870e5ac743aeed6eb698581d0d9