Oct 14 22:03:57.169 INFO testing eadventurous/landscape-generation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:03:57.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:03:57.746 INFO blam! f35e0e1eaba1859a02135074583487ec92c5c2c7fe595e205f32c3a6d3561f65 Oct 14 22:03:57.749 INFO running `"docker" "start" "-a" "f35e0e1eaba1859a02135074583487ec92c5c2c7fe595e205f32c3a6d3561f65"` Oct 14 22:03:59.973 INFO kablam! usermod: no changes Oct 14 22:04:00.271 INFO kablam! Compiling num-complex v0.1.43 Oct 14 22:04:00.279 INFO kablam! Compiling num-traits v0.1.43 Oct 14 22:04:00.279 INFO kablam! Compiling syn v0.14.9 Oct 14 22:04:00.279 INFO kablam! Compiling num-rational v0.1.42 Oct 14 22:04:00.307 INFO kablam! Compiling alga v0.7.1 Oct 14 22:04:00.307 INFO kablam! Compiling png v0.12.0 Oct 14 22:04:06.188 INFO kablam! Compiling ndarray v0.11.2 Oct 14 22:04:14.271 INFO kablam! Compiling nalgebra v0.16.1 Oct 14 22:04:25.703 INFO kablam! Compiling num-derive v0.2.2 Oct 14 22:04:32.720 INFO kablam! Compiling image v0.19.0 Oct 14 22:05:02.447 INFO kablam! Compiling LandscapeGeneration v0.1.0 (/source) Oct 14 22:05:03.723 INFO kablam! warning: unused import: `ndarray::Array2` Oct 14 22:05:03.724 INFO kablam! --> src/posutils.rs:4:5 Oct 14 22:05:03.725 INFO kablam! | Oct 14 22:05:03.725 INFO kablam! 4 | use ndarray::Array2; Oct 14 22:05:03.725 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:05:03.725 INFO kablam! | Oct 14 22:05:03.726 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:05:03.726 INFO kablam! Oct 14 22:05:03.726 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:05:03.727 INFO kablam! --> src/main.rs:106:42 Oct 14 22:05:03.727 INFO kablam! | Oct 14 22:05:03.727 INFO kablam! 106 | let v = Vector4::new(1f64, p.0, p.1, (p.0*p.1)); Oct 14 22:05:03.728 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 22:05:03.728 INFO kablam! | Oct 14 22:05:03.728 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:05:03.733 INFO kablam! Oct 14 22:05:03.907 INFO kablam! warning: unused import: `std::ops::Add` Oct 14 22:05:03.907 INFO kablam! --> src/posutils.rs:6:5 Oct 14 22:05:03.907 INFO kablam! | Oct 14 22:05:03.907 INFO kablam! 6 | use std::ops::Add; Oct 14 22:05:03.907 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:05:03.907 INFO kablam! Oct 14 22:05:03.916 INFO kablam! warning: unused variable: `lattice_n` Oct 14 22:05:03.916 INFO kablam! --> src/main.rs:17:9 Oct 14 22:05:03.916 INFO kablam! | Oct 14 22:05:03.916 INFO kablam! 17 | let lattice_n = 10; Oct 14 22:05:03.916 INFO kablam! | ^^^^^^^^^ help: consider using `_lattice_n` instead Oct 14 22:05:03.916 INFO kablam! | Oct 14 22:05:03.921 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:05:03.921 INFO kablam! Oct 14 22:05:03.922 INFO kablam! warning: variable `active_agents` is assigned to, but never used Oct 14 22:05:03.922 INFO kablam! --> src/agents.rs:41:17 Oct 14 22:05:03.922 INFO kablam! | Oct 14 22:05:03.922 INFO kablam! 41 | let mut active_agents = agents.len(); Oct 14 22:05:03.923 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:05:03.923 INFO kablam! | Oct 14 22:05:03.923 INFO kablam! = note: consider using `_active_agents` instead Oct 14 22:05:03.924 INFO kablam! Oct 14 22:05:03.955 INFO kablam! warning: function is never used: `gradient_interpolation` Oct 14 22:05:03.955 INFO kablam! --> src/main.rs:35:1 Oct 14 22:05:03.956 INFO kablam! | Oct 14 22:05:03.956 INFO kablam! 35 | fn gradient_interpolation(size: usize, lattice_n: usize) -> Array2 { Oct 14 22:05:03.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:03.957 INFO kablam! | Oct 14 22:05:03.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:05:03.957 INFO kablam! Oct 14 22:05:03.957 INFO kablam! warning: function is never used: `fade` Oct 14 22:05:03.958 INFO kablam! --> src/main.rs:70:1 Oct 14 22:05:03.958 INFO kablam! | Oct 14 22:05:03.958 INFO kablam! 70 | fn fade(t: f64) -> f64 { Oct 14 22:05:03.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:03.959 INFO kablam! Oct 14 22:05:03.959 INFO kablam! warning: function is never used: `lerp` Oct 14 22:05:03.960 INFO kablam! --> src/main.rs:74:1 Oct 14 22:05:03.960 INFO kablam! | Oct 14 22:05:03.960 INFO kablam! 74 | fn lerp(a: f64, b: f64, x: f64) -> f64 { Oct 14 22:05:03.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:03.961 INFO kablam! Oct 14 22:05:03.961 INFO kablam! warning: function is never used: `bilinear_interpolation` Oct 14 22:05:03.961 INFO kablam! --> src/main.rs:78:1 Oct 14 22:05:03.962 INFO kablam! | Oct 14 22:05:03.962 INFO kablam! 78 | fn bilinear_interpolation(size: usize, lattice_n: usize, max_height: usize) -> DMatrix { Oct 14 22:05:03.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:03.963 INFO kablam! Oct 14 22:05:03.963 INFO kablam! warning: function is never used: `blerp` Oct 14 22:05:03.963 INFO kablam! --> src/main.rs:101:1 Oct 14 22:05:03.964 INFO kablam! | Oct 14 22:05:03.964 INFO kablam! 101 | fn blerp(p:(f64, f64), x: (f64, f64), y: (f64,f64), f:(f64, f64, f64, f64)) -> f64{ Oct 14 22:05:03.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:03.964 INFO kablam! Oct 14 22:05:03.965 INFO kablam! warning: crate `LandscapeGeneration` should have a snake case name such as `landscape_generation` Oct 14 22:05:03.965 INFO kablam! | Oct 14 22:05:03.965 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:05:03.966 INFO kablam! Oct 14 22:05:05.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 14 22:05:05.970 INFO kablam! su: No module specific data is present Oct 14 22:05:06.591 INFO running `"docker" "rm" "-f" "f35e0e1eaba1859a02135074583487ec92c5c2c7fe595e205f32c3a6d3561f65"` Oct 14 22:05:07.047 INFO blam! f35e0e1eaba1859a02135074583487ec92c5c2c7fe595e205f32c3a6d3561f65 Oct 14 22:05:07.048 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:05:07.448 INFO blam! c28e5051d1248189f8dc1387411c0a0beb4f20ff0ee552023ca10956ee434b8d Oct 14 22:05:07.449 INFO running `"docker" "start" "-a" "c28e5051d1248189f8dc1387411c0a0beb4f20ff0ee552023ca10956ee434b8d"` Oct 14 22:05:08.642 INFO kablam! usermod: no changes Oct 14 22:05:08.795 INFO kablam! Compiling LandscapeGeneration v0.1.0 (/source) Oct 14 22:05:10.119 INFO kablam! warning: unused import: `ndarray::Array2` Oct 14 22:05:10.119 INFO kablam! --> src/posutils.rs:4:5 Oct 14 22:05:10.120 INFO kablam! | Oct 14 22:05:10.120 INFO kablam! 4 | use ndarray::Array2; Oct 14 22:05:10.120 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:05:10.121 INFO kablam! | Oct 14 22:05:10.121 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:05:10.121 INFO kablam! Oct 14 22:05:10.121 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:05:10.122 INFO kablam! --> src/main.rs:106:42 Oct 14 22:05:10.122 INFO kablam! | Oct 14 22:05:10.122 INFO kablam! 106 | let v = Vector4::new(1f64, p.0, p.1, (p.0*p.1)); Oct 14 22:05:10.123 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 22:05:10.123 INFO kablam! | Oct 14 22:05:10.123 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:05:10.123 INFO kablam! Oct 14 22:05:10.339 INFO kablam! warning: unused import: `std::ops::Add` Oct 14 22:05:10.339 INFO kablam! --> src/posutils.rs:6:5 Oct 14 22:05:10.340 INFO kablam! | Oct 14 22:05:10.340 INFO kablam! 6 | use std::ops::Add; Oct 14 22:05:10.341 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:05:10.341 INFO kablam! Oct 14 22:05:10.351 INFO kablam! warning: unused variable: `lattice_n` Oct 14 22:05:10.351 INFO kablam! --> src/main.rs:17:9 Oct 14 22:05:10.352 INFO kablam! | Oct 14 22:05:10.352 INFO kablam! 17 | let lattice_n = 10; Oct 14 22:05:10.352 INFO kablam! | ^^^^^^^^^ help: consider using `_lattice_n` instead Oct 14 22:05:10.352 INFO kablam! | Oct 14 22:05:10.353 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:05:10.353 INFO kablam! Oct 14 22:05:10.353 INFO kablam! warning: variable `active_agents` is assigned to, but never used Oct 14 22:05:10.354 INFO kablam! --> src/agents.rs:41:17 Oct 14 22:05:10.354 INFO kablam! | Oct 14 22:05:10.354 INFO kablam! 41 | let mut active_agents = agents.len(); Oct 14 22:05:10.354 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:05:10.355 INFO kablam! | Oct 14 22:05:10.355 INFO kablam! = note: consider using `_active_agents` instead Oct 14 22:05:10.355 INFO kablam! Oct 14 22:05:10.395 INFO kablam! warning: function is never used: `gradient_interpolation` Oct 14 22:05:10.395 INFO kablam! --> src/main.rs:35:1 Oct 14 22:05:10.396 INFO kablam! | Oct 14 22:05:10.396 INFO kablam! 35 | fn gradient_interpolation(size: usize, lattice_n: usize) -> Array2 { Oct 14 22:05:10.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:10.397 INFO kablam! | Oct 14 22:05:10.397 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:05:10.397 INFO kablam! Oct 14 22:05:10.398 INFO kablam! warning: function is never used: `fade` Oct 14 22:05:10.398 INFO kablam! --> src/main.rs:70:1 Oct 14 22:05:10.398 INFO kablam! | Oct 14 22:05:10.398 INFO kablam! 70 | fn fade(t: f64) -> f64 { Oct 14 22:05:10.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:10.399 INFO kablam! Oct 14 22:05:10.399 INFO kablam! warning: function is never used: `lerp` Oct 14 22:05:10.400 INFO kablam! --> src/main.rs:74:1 Oct 14 22:05:10.400 INFO kablam! | Oct 14 22:05:10.400 INFO kablam! 74 | fn lerp(a: f64, b: f64, x: f64) -> f64 { Oct 14 22:05:10.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:10.401 INFO kablam! Oct 14 22:05:10.401 INFO kablam! warning: function is never used: `bilinear_interpolation` Oct 14 22:05:10.402 INFO kablam! --> src/main.rs:78:1 Oct 14 22:05:10.402 INFO kablam! | Oct 14 22:05:10.402 INFO kablam! 78 | fn bilinear_interpolation(size: usize, lattice_n: usize, max_height: usize) -> DMatrix { Oct 14 22:05:10.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:10.403 INFO kablam! Oct 14 22:05:10.403 INFO kablam! warning: function is never used: `blerp` Oct 14 22:05:10.403 INFO kablam! --> src/main.rs:101:1 Oct 14 22:05:10.404 INFO kablam! | Oct 14 22:05:10.404 INFO kablam! 101 | fn blerp(p:(f64, f64), x: (f64, f64), y: (f64,f64), f:(f64, f64, f64, f64)) -> f64{ Oct 14 22:05:10.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:05:10.404 INFO kablam! Oct 14 22:05:10.405 INFO kablam! warning: crate `LandscapeGeneration` should have a snake case name such as `landscape_generation` Oct 14 22:05:10.405 INFO kablam! | Oct 14 22:05:10.405 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:05:10.405 INFO kablam! Oct 14 22:05:11.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Oct 14 22:05:11.015 INFO kablam! su: No module specific data is present Oct 14 22:05:11.913 INFO running `"docker" "rm" "-f" "c28e5051d1248189f8dc1387411c0a0beb4f20ff0ee552023ca10956ee434b8d"` Oct 14 22:05:12.209 INFO blam! c28e5051d1248189f8dc1387411c0a0beb4f20ff0ee552023ca10956ee434b8d Oct 14 22:05:12.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:05:12.780 INFO blam! 4cfcf73626e8207ddcbe8cf37115b56dcbccece22d4d581e20ad238456b87785 Oct 14 22:05:12.782 INFO running `"docker" "start" "-a" "4cfcf73626e8207ddcbe8cf37115b56dcbccece22d4d581e20ad238456b87785"` Oct 14 22:05:14.442 INFO kablam! usermod: no changes Oct 14 22:05:14.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 22:05:14.603 INFO kablam! Running /target/debug/deps/LandscapeGeneration-c8114c156f85644d Oct 14 22:05:14.615 INFO blam! Oct 14 22:05:14.615 INFO blam! running 0 tests Oct 14 22:05:14.615 INFO blam! Oct 14 22:05:14.616 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:05:14.616 INFO blam! Oct 14 22:05:14.628 INFO kablam! su: No module specific data is present Oct 14 22:05:15.575 INFO running `"docker" "rm" "-f" "4cfcf73626e8207ddcbe8cf37115b56dcbccece22d4d581e20ad238456b87785"` Oct 14 22:05:15.819 INFO blam! 4cfcf73626e8207ddcbe8cf37115b56dcbccece22d4d581e20ad238456b87785