Oct 14 21:49:58.284 INFO testing ekardnam/dank_fractals against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:49:58.286 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:49:58.673 INFO blam! a5ade0f8f0df6217ce945d4b80aae3cb125038fe611914d09cafcdcc52f44a71 Oct 14 21:49:58.676 INFO running `"docker" "start" "-a" "a5ade0f8f0df6217ce945d4b80aae3cb125038fe611914d09cafcdcc52f44a71"` Oct 14 21:50:01.119 INFO kablam! usermod: no changes Oct 14 21:50:01.285 INFO kablam! Compiling cc v1.0.13 Oct 14 21:50:01.285 INFO kablam! Compiling bitflags v1.0.2 Oct 14 21:50:01.312 INFO kablam! Compiling memmap v0.6.2 Oct 14 21:50:01.313 INFO kablam! Compiling shared_library v0.1.8 Oct 14 21:50:01.315 INFO kablam! Compiling x11-dl v2.17.5 Oct 14 21:50:01.316 INFO kablam! Compiling log v0.4.1 Oct 14 21:50:01.327 INFO kablam! Compiling tempfile v3.0.1 Oct 14 21:50:01.971 INFO kablam! Compiling xml-rs v0.7.0 Oct 14 21:50:05.689 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 21:50:13.200 INFO kablam! Compiling libloading v0.5.0 Oct 14 21:50:13.203 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 21:50:15.215 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 14 21:50:15.215 INFO kablam! Compiling gl_generator v0.9.0 Oct 14 21:50:20.556 INFO kablam! Compiling dlib v0.4.1 Oct 14 21:50:21.559 INFO kablam! Compiling wayland-sys v0.12.5 Oct 14 21:50:23.211 INFO kablam! Compiling wayland-client v0.12.5 Oct 14 21:50:23.212 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 14 21:50:30.684 INFO kablam! Compiling glutin v0.14.0 Oct 14 21:50:30.705 INFO kablam! Compiling glium v0.21.0 Oct 14 21:50:52.507 INFO kablam! Compiling backtrace v0.3.6 Oct 14 21:50:52.719 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 14 21:51:05.137 INFO kablam! Compiling wayland-window v0.13.3 Oct 14 21:51:06.961 INFO kablam! Compiling winit v0.12.0 Oct 14 21:51:45.765 INFO kablam! Compiling dank_fractals v0.1.0 (/source) Oct 14 21:51:46.483 INFO kablam! warning: unused import: `Duration` Oct 14 21:51:46.484 INFO kablam! --> src/main.rs:6:26 Oct 14 21:51:46.484 INFO kablam! | Oct 14 21:51:46.484 INFO kablam! 6 | use std::time::{Instant, Duration}; Oct 14 21:51:46.484 INFO kablam! | ^^^^^^^^ Oct 14 21:51:46.484 INFO kablam! | Oct 14 21:51:46.484 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:51:46.484 INFO kablam! Oct 14 21:51:46.484 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 21:51:46.484 INFO kablam! --> src/view.rs:44:22 Oct 14 21:51:46.484 INFO kablam! | Oct 14 21:51:46.484 INFO kablam! 44 | self.zoom += (mouse_input * scale); Oct 14 21:51:46.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:51:46.484 INFO kablam! | Oct 14 21:51:46.484 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:51:46.484 INFO kablam! Oct 14 21:51:46.607 INFO kablam! warning: function is never used: `clamp` Oct 14 21:51:46.607 INFO kablam! --> src/main.rs:13:5 Oct 14 21:51:46.607 INFO kablam! | Oct 14 21:51:46.607 INFO kablam! 13 | pub fn clamp(value: &mut f32, min: f32, max: f32) { Oct 14 21:51:46.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:51:46.607 INFO kablam! | Oct 14 21:51:46.609 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:51:46.609 INFO kablam! Oct 14 21:51:46.609 INFO kablam! warning: function is never used: `upper_clamp` Oct 14 21:51:46.609 INFO kablam! --> src/main.rs:24:5 Oct 14 21:51:46.609 INFO kablam! | Oct 14 21:51:46.609 INFO kablam! 24 | pub fn upper_clamp(value: &mut f32, max: f32) { Oct 14 21:51:46.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:51:46.609 INFO kablam! Oct 14 21:51:50.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 49s Oct 14 21:51:50.973 INFO kablam! su: No module specific data is present Oct 14 21:51:51.771 INFO running `"docker" "rm" "-f" "a5ade0f8f0df6217ce945d4b80aae3cb125038fe611914d09cafcdcc52f44a71"` Oct 14 21:51:52.023 INFO blam! a5ade0f8f0df6217ce945d4b80aae3cb125038fe611914d09cafcdcc52f44a71 Oct 14 21:51:52.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:51:52.451 INFO blam! 87e289ca5a4b7074e6dc8cc05b15375140a1728f9cc293b477bb0e0a4d071244 Oct 14 21:51:52.456 INFO running `"docker" "start" "-a" "87e289ca5a4b7074e6dc8cc05b15375140a1728f9cc293b477bb0e0a4d071244"` Oct 14 21:51:53.859 INFO kablam! usermod: no changes Oct 14 21:51:54.071 INFO kablam! Compiling dank_fractals v0.1.0 (/source) Oct 14 21:51:54.799 INFO kablam! warning: unused import: `Duration` Oct 14 21:51:54.799 INFO kablam! --> src/main.rs:6:26 Oct 14 21:51:54.799 INFO kablam! | Oct 14 21:51:54.799 INFO kablam! 6 | use std::time::{Instant, Duration}; Oct 14 21:51:54.799 INFO kablam! | ^^^^^^^^ Oct 14 21:51:54.799 INFO kablam! | Oct 14 21:51:54.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:51:54.807 INFO kablam! Oct 14 21:51:54.807 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 21:51:54.807 INFO kablam! --> src/view.rs:44:22 Oct 14 21:51:54.807 INFO kablam! | Oct 14 21:51:54.807 INFO kablam! 44 | self.zoom += (mouse_input * scale); Oct 14 21:51:54.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:51:54.807 INFO kablam! | Oct 14 21:51:54.807 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:51:54.807 INFO kablam! Oct 14 21:51:54.967 INFO kablam! warning: function is never used: `clamp` Oct 14 21:51:54.967 INFO kablam! --> src/main.rs:13:5 Oct 14 21:51:54.967 INFO kablam! | Oct 14 21:51:54.967 INFO kablam! 13 | pub fn clamp(value: &mut f32, min: f32, max: f32) { Oct 14 21:51:54.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:51:54.967 INFO kablam! | Oct 14 21:51:54.967 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:51:54.967 INFO kablam! Oct 14 21:51:54.967 INFO kablam! warning: function is never used: `upper_clamp` Oct 14 21:51:54.967 INFO kablam! --> src/main.rs:24:5 Oct 14 21:51:54.967 INFO kablam! | Oct 14 21:51:54.967 INFO kablam! 24 | pub fn upper_clamp(value: &mut f32, max: f32) { Oct 14 21:51:54.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:51:54.967 INFO kablam! Oct 14 21:51:55.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 14 21:51:55.584 INFO kablam! su: No module specific data is present Oct 14 21:51:56.649 INFO running `"docker" "rm" "-f" "87e289ca5a4b7074e6dc8cc05b15375140a1728f9cc293b477bb0e0a4d071244"` Oct 14 21:51:57.055 INFO blam! 87e289ca5a4b7074e6dc8cc05b15375140a1728f9cc293b477bb0e0a4d071244 Oct 14 21:51:57.063 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:51:57.615 INFO blam! 470c4e3b5f5105ac0b80fbef50ded747b3eb0d220ff109e36aa344ba2d95e5a5 Oct 14 21:51:57.617 INFO running `"docker" "start" "-a" "470c4e3b5f5105ac0b80fbef50ded747b3eb0d220ff109e36aa344ba2d95e5a5"` Oct 14 21:52:00.286 INFO kablam! usermod: no changes Oct 14 21:52:00.477 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 14 21:52:00.487 INFO kablam! Running /target/debug/deps/dank_fractals-3924a3a6ae774bf5 Oct 14 21:52:00.490 INFO blam! Oct 14 21:52:00.490 INFO blam! running 0 tests Oct 14 21:52:00.490 INFO blam! Oct 14 21:52:00.490 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:52:00.490 INFO blam! Oct 14 21:52:00.496 INFO kablam! su: No module specific data is present Oct 14 21:52:02.017 INFO running `"docker" "rm" "-f" "470c4e3b5f5105ac0b80fbef50ded747b3eb0d220ff109e36aa344ba2d95e5a5"` Oct 14 21:52:02.307 INFO blam! 470c4e3b5f5105ac0b80fbef50ded747b3eb0d220ff109e36aa344ba2d95e5a5