Oct 10 23:47:19.876 INFO testing eadventurous/landscape-generation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:47:19.876 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:47:19.878 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 23:47:20.325 INFO blam! 8d3c7dc3b197dbb6fa3bd25d526d1fef72b7e18a8c5c54bc90ce5594ce80411b Oct 10 23:47:20.327 INFO running `"docker" "start" "-a" "8d3c7dc3b197dbb6fa3bd25d526d1fef72b7e18a8c5c54bc90ce5594ce80411b"` Oct 10 23:47:22.196 INFO kablam! usermod: no changes Oct 10 23:47:22.403 INFO kablam! Compiling ndarray v0.11.2 Oct 10 23:47:22.408 INFO kablam! Compiling libm v0.1.2 Oct 10 23:47:22.420 INFO kablam! Compiling itertools v0.7.8 Oct 10 23:47:22.421 INFO kablam! Compiling deflate v0.7.18 Oct 10 23:47:22.428 INFO kablam! Compiling num-complex v0.2.0 Oct 10 23:47:22.429 INFO kablam! Compiling approx v0.3.0 Oct 10 23:47:22.429 INFO kablam! Compiling num-complex v0.1.43 Oct 10 23:47:22.429 INFO kablam! Compiling num-traits v0.1.43 Oct 10 23:47:24.096 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 10 23:47:28.398 INFO kablam! Compiling alga v0.7.1 Oct 10 23:47:30.626 INFO kablam! Compiling png v0.12.0 Oct 10 23:47:38.087 INFO kablam! Compiling image v0.19.0 Oct 10 23:47:41.072 INFO kablam! Compiling nalgebra v0.16.1 Oct 10 23:48:29.027 INFO kablam! Compiling LandscapeGeneration v0.1.0 (/source) Oct 10 23:48:29.820 INFO kablam! warning: unused import: `ndarray::Array2` Oct 10 23:48:29.820 INFO kablam! --> src/posutils.rs:4:5 Oct 10 23:48:29.820 INFO kablam! | Oct 10 23:48:29.820 INFO kablam! 4 | use ndarray::Array2; Oct 10 23:48:29.820 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:48:29.820 INFO kablam! | Oct 10 23:48:29.820 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:48:29.820 INFO kablam! Oct 10 23:48:29.820 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:48:29.820 INFO kablam! --> src/main.rs:106:42 Oct 10 23:48:29.820 INFO kablam! | Oct 10 23:48:29.820 INFO kablam! 106 | let v = Vector4::new(1f64, p.0, p.1, (p.0*p.1)); Oct 10 23:48:29.820 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 10 23:48:29.821 INFO kablam! | Oct 10 23:48:29.821 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:48:29.821 INFO kablam! Oct 10 23:48:30.014 INFO kablam! warning: unused import: `std::ops::Add` Oct 10 23:48:30.014 INFO kablam! --> src/posutils.rs:6:5 Oct 10 23:48:30.014 INFO kablam! | Oct 10 23:48:30.014 INFO kablam! 6 | use std::ops::Add; Oct 10 23:48:30.014 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 23:48:30.014 INFO kablam! Oct 10 23:48:30.014 INFO kablam! warning: unused variable: `lattice_n` Oct 10 23:48:30.014 INFO kablam! --> src/main.rs:17:9 Oct 10 23:48:30.014 INFO kablam! | Oct 10 23:48:30.014 INFO kablam! 17 | let lattice_n = 10; Oct 10 23:48:30.014 INFO kablam! | ^^^^^^^^^ help: consider using `_lattice_n` instead Oct 10 23:48:30.014 INFO kablam! | Oct 10 23:48:30.014 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:48:30.014 INFO kablam! Oct 10 23:48:30.014 INFO kablam! warning: variable `active_agents` is assigned to, but never used Oct 10 23:48:30.014 INFO kablam! --> src/agents.rs:41:17 Oct 10 23:48:30.014 INFO kablam! | Oct 10 23:48:30.014 INFO kablam! 41 | let mut active_agents = agents.len(); Oct 10 23:48:30.014 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 23:48:30.014 INFO kablam! | Oct 10 23:48:30.014 INFO kablam! = note: consider using `_active_agents` instead Oct 10 23:48:30.014 INFO kablam! Oct 10 23:48:30.044 INFO kablam! warning: function is never used: `gradient_interpolation` Oct 10 23:48:30.044 INFO kablam! --> src/main.rs:35:1 Oct 10 23:48:30.044 INFO kablam! | Oct 10 23:48:30.044 INFO kablam! 35 | fn gradient_interpolation(size: usize, lattice_n: usize) -> Array2 { Oct 10 23:48:30.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:30.044 INFO kablam! | Oct 10 23:48:30.044 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:48:30.044 INFO kablam! Oct 10 23:48:30.044 INFO kablam! warning: function is never used: `fade` Oct 10 23:48:30.044 INFO kablam! --> src/main.rs:70:1 Oct 10 23:48:30.044 INFO kablam! | Oct 10 23:48:30.044 INFO kablam! 70 | fn fade(t: f64) -> f64 { Oct 10 23:48:30.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:30.044 INFO kablam! Oct 10 23:48:30.044 INFO kablam! warning: function is never used: `lerp` Oct 10 23:48:30.044 INFO kablam! --> src/main.rs:74:1 Oct 10 23:48:30.044 INFO kablam! | Oct 10 23:48:30.044 INFO kablam! 74 | fn lerp(a: f64, b: f64, x: f64) -> f64 { Oct 10 23:48:30.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:30.045 INFO kablam! Oct 10 23:48:30.045 INFO kablam! warning: function is never used: `bilinear_interpolation` Oct 10 23:48:30.045 INFO kablam! --> src/main.rs:78:1 Oct 10 23:48:30.045 INFO kablam! | Oct 10 23:48:30.045 INFO kablam! 78 | fn bilinear_interpolation(size: usize, lattice_n: usize, max_height: usize) -> DMatrix { Oct 10 23:48:30.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:30.045 INFO kablam! Oct 10 23:48:30.045 INFO kablam! warning: function is never used: `blerp` Oct 10 23:48:30.045 INFO kablam! --> src/main.rs:101:1 Oct 10 23:48:30.045 INFO kablam! | Oct 10 23:48:30.045 INFO kablam! 101 | fn blerp(p:(f64, f64), x: (f64, f64), y: (f64,f64), f:(f64, f64, f64, f64)) -> f64{ Oct 10 23:48:30.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:30.045 INFO kablam! Oct 10 23:48:30.045 INFO kablam! warning: crate `LandscapeGeneration` should have a snake case name such as `landscape_generation` Oct 10 23:48:30.045 INFO kablam! | Oct 10 23:48:30.045 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:48:30.045 INFO kablam! Oct 10 23:48:31.578 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 10 23:48:31.593 INFO kablam! su: No module specific data is present Oct 10 23:48:31.954 INFO running `"docker" "rm" "-f" "8d3c7dc3b197dbb6fa3bd25d526d1fef72b7e18a8c5c54bc90ce5594ce80411b"` Oct 10 23:48:32.099 INFO blam! 8d3c7dc3b197dbb6fa3bd25d526d1fef72b7e18a8c5c54bc90ce5594ce80411b Oct 10 23:48:32.102 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:48:32.102 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 23:48:32.291 INFO blam! 0e603b9b248ead75e93caf28df6e30598d5c613989427e1f7c18cbf12cc5b9fd Oct 10 23:48:32.294 INFO running `"docker" "start" "-a" "0e603b9b248ead75e93caf28df6e30598d5c613989427e1f7c18cbf12cc5b9fd"` Oct 10 23:48:32.748 INFO kablam! usermod: no changes Oct 10 23:48:32.832 INFO kablam! Compiling LandscapeGeneration v0.1.0 (/source) Oct 10 23:48:33.616 INFO kablam! warning: unused import: `ndarray::Array2` Oct 10 23:48:33.616 INFO kablam! --> src/posutils.rs:4:5 Oct 10 23:48:33.616 INFO kablam! | Oct 10 23:48:33.616 INFO kablam! 4 | use ndarray::Array2; Oct 10 23:48:33.616 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:48:33.616 INFO kablam! | Oct 10 23:48:33.616 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:48:33.616 INFO kablam! Oct 10 23:48:33.616 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:48:33.616 INFO kablam! --> src/main.rs:106:42 Oct 10 23:48:33.616 INFO kablam! | Oct 10 23:48:33.616 INFO kablam! 106 | let v = Vector4::new(1f64, p.0, p.1, (p.0*p.1)); Oct 10 23:48:33.616 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 10 23:48:33.616 INFO kablam! | Oct 10 23:48:33.616 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:48:33.616 INFO kablam! Oct 10 23:48:33.792 INFO kablam! warning: unused import: `std::ops::Add` Oct 10 23:48:33.792 INFO kablam! --> src/posutils.rs:6:5 Oct 10 23:48:33.792 INFO kablam! | Oct 10 23:48:33.792 INFO kablam! 6 | use std::ops::Add; Oct 10 23:48:33.792 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 23:48:33.792 INFO kablam! Oct 10 23:48:33.800 INFO kablam! warning: unused variable: `lattice_n` Oct 10 23:48:33.800 INFO kablam! --> src/main.rs:17:9 Oct 10 23:48:33.800 INFO kablam! | Oct 10 23:48:33.800 INFO kablam! 17 | let lattice_n = 10; Oct 10 23:48:33.800 INFO kablam! | ^^^^^^^^^ help: consider using `_lattice_n` instead Oct 10 23:48:33.800 INFO kablam! | Oct 10 23:48:33.800 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:48:33.800 INFO kablam! Oct 10 23:48:33.800 INFO kablam! warning: variable `active_agents` is assigned to, but never used Oct 10 23:48:33.800 INFO kablam! --> src/agents.rs:41:17 Oct 10 23:48:33.800 INFO kablam! | Oct 10 23:48:33.800 INFO kablam! 41 | let mut active_agents = agents.len(); Oct 10 23:48:33.800 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 23:48:33.800 INFO kablam! | Oct 10 23:48:33.800 INFO kablam! = note: consider using `_active_agents` instead Oct 10 23:48:33.800 INFO kablam! Oct 10 23:48:33.832 INFO kablam! warning: function is never used: `gradient_interpolation` Oct 10 23:48:33.832 INFO kablam! --> src/main.rs:35:1 Oct 10 23:48:33.832 INFO kablam! | Oct 10 23:48:33.832 INFO kablam! 35 | fn gradient_interpolation(size: usize, lattice_n: usize) -> Array2 { Oct 10 23:48:33.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:33.832 INFO kablam! | Oct 10 23:48:33.832 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:48:33.832 INFO kablam! Oct 10 23:48:33.832 INFO kablam! warning: function is never used: `fade` Oct 10 23:48:33.832 INFO kablam! --> src/main.rs:70:1 Oct 10 23:48:33.832 INFO kablam! | Oct 10 23:48:33.832 INFO kablam! 70 | fn fade(t: f64) -> f64 { Oct 10 23:48:33.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:33.832 INFO kablam! Oct 10 23:48:33.832 INFO kablam! warning: function is never used: `lerp` Oct 10 23:48:33.832 INFO kablam! --> src/main.rs:74:1 Oct 10 23:48:33.832 INFO kablam! | Oct 10 23:48:33.832 INFO kablam! 74 | fn lerp(a: f64, b: f64, x: f64) -> f64 { Oct 10 23:48:33.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:33.832 INFO kablam! Oct 10 23:48:33.832 INFO kablam! warning: function is never used: `bilinear_interpolation` Oct 10 23:48:33.833 INFO kablam! --> src/main.rs:78:1 Oct 10 23:48:33.833 INFO kablam! | Oct 10 23:48:33.833 INFO kablam! 78 | fn bilinear_interpolation(size: usize, lattice_n: usize, max_height: usize) -> DMatrix { Oct 10 23:48:33.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:33.833 INFO kablam! Oct 10 23:48:33.833 INFO kablam! warning: function is never used: `blerp` Oct 10 23:48:33.833 INFO kablam! --> src/main.rs:101:1 Oct 10 23:48:33.833 INFO kablam! | Oct 10 23:48:33.833 INFO kablam! 101 | fn blerp(p:(f64, f64), x: (f64, f64), y: (f64,f64), f:(f64, f64, f64, f64)) -> f64{ Oct 10 23:48:33.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:48:33.833 INFO kablam! Oct 10 23:48:33.833 INFO kablam! warning: crate `LandscapeGeneration` should have a snake case name such as `landscape_generation` Oct 10 23:48:33.833 INFO kablam! | Oct 10 23:48:33.833 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:48:33.833 INFO kablam! Oct 10 23:48:34.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 10 23:48:34.312 INFO kablam! su: No module specific data is present Oct 10 23:48:35.378 INFO running `"docker" "rm" "-f" "0e603b9b248ead75e93caf28df6e30598d5c613989427e1f7c18cbf12cc5b9fd"` Oct 10 23:48:35.744 INFO blam! 0e603b9b248ead75e93caf28df6e30598d5c613989427e1f7c18cbf12cc5b9fd Oct 10 23:48:35.746 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:48:35.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 23:48:36.252 INFO blam! 6199e731065c10b205679590a02f8118fc28a9c03fd7524009acd868859ad5fb Oct 10 23:48:36.264 INFO running `"docker" "start" "-a" "6199e731065c10b205679590a02f8118fc28a9c03fd7524009acd868859ad5fb"` Oct 10 23:48:37.428 INFO kablam! usermod: no changes Oct 10 23:48:37.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 23:48:37.664 INFO kablam! Running /target/debug/deps/LandscapeGeneration-c8114c156f85644d Oct 10 23:48:37.664 INFO kablam! su: No module specific data is present Oct 10 23:48:37.665 INFO blam! Oct 10 23:48:37.665 INFO blam! running 0 tests Oct 10 23:48:37.665 INFO blam! Oct 10 23:48:37.665 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:48:37.665 INFO blam! Oct 10 23:48:38.690 INFO running `"docker" "rm" "-f" "6199e731065c10b205679590a02f8118fc28a9c03fd7524009acd868859ad5fb"` Oct 10 23:48:38.894 INFO blam! 6199e731065c10b205679590a02f8118fc28a9c03fd7524009acd868859ad5fb