Oct 15 06:17:59.856 INFO testing TheNumerus/enigmap-renderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:17:59.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:18:00.103 INFO blam! b509b6db7484a9e64c4c79c3c3b764d2fb15c315e251e21772a844fd7841cefa Oct 15 06:18:00.112 INFO running `"docker" "start" "-a" "b509b6db7484a9e64c4c79c3c3b764d2fb15c315e251e21772a844fd7841cefa"` Oct 15 06:18:01.250 INFO kablam! usermod: no changes Oct 15 06:18:01.584 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 06:18:01.588 INFO kablam! Compiling shared_library v0.1.9 Oct 15 06:18:01.590 INFO kablam! Compiling x11-dl v2.18.3 Oct 15 06:18:01.596 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 06:18:01.596 INFO kablam! Compiling glutin v0.17.0 Oct 15 06:18:01.596 INFO kablam! Compiling glium v0.22.0 Oct 15 06:18:01.596 INFO kablam! Compiling wayland-sys v0.20.12 Oct 15 06:18:01.597 INFO kablam! Compiling png v0.11.0 Oct 15 06:18:06.691 INFO kablam! Compiling png v0.12.0 Oct 15 06:18:06.771 INFO kablam! Compiling parking_lot v0.6.4 Oct 15 06:18:06.799 INFO kablam! Compiling tiff v0.2.1 Oct 15 06:18:11.943 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 06:18:11.943 INFO kablam! Compiling wayland-commons v0.20.12 Oct 15 06:18:11.979 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 06:18:15.787 INFO kablam! Compiling wayland-client v0.20.12 Oct 15 06:18:15.811 INFO kablam! Compiling rayon-core v1.4.1 Oct 15 06:18:21.919 INFO kablam! Compiling rayon v1.0.2 Oct 15 06:18:26.591 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 15 06:18:32.391 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 06:18:36.044 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 15 06:18:38.383 INFO kablam! Compiling image v0.18.0 Oct 15 06:18:38.383 INFO kablam! Compiling image v0.20.0 Oct 15 06:18:45.476 INFO kablam! Compiling winit v0.16.2 Oct 15 06:19:13.110 INFO kablam! Compiling noise v0.5.1 Oct 15 06:19:53.231 INFO kablam! Compiling enigmap v0.1.0 (/source) Oct 15 06:19:56.335 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:19:56.335 INFO kablam! --> src/lib.rs:8:1 Oct 15 06:19:56.335 INFO kablam! | Oct 15 06:19:56.335 INFO kablam! 8 | #[macro_use] Oct 15 06:19:56.335 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:19:56.335 INFO kablam! | Oct 15 06:19:56.335 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:19:56.335 INFO kablam! Oct 15 06:19:56.335 INFO kablam! warning: unused imports: `ImageBuffer`, `Rgb` Oct 15 06:19:56.335 INFO kablam! --> src/renderers/ogl.rs:3:23 Oct 15 06:19:56.337 INFO kablam! | Oct 15 06:19:56.337 INFO kablam! 3 | use image::{RgbImage, ImageBuffer, Rgb}; Oct 15 06:19:56.338 INFO kablam! | ^^^^^^^^^^^ ^^^ Oct 15 06:19:56.338 INFO kablam! Oct 15 06:19:56.899 INFO kablam! warning: unused variable: `seed` Oct 15 06:19:56.899 INFO kablam! --> src/generators/islands.rs:243:25 Oct 15 06:19:56.899 INFO kablam! | Oct 15 06:19:56.899 INFO kablam! 243 | fn seed_to_rng_seed(seed: u32) -> [u8; 32] { Oct 15 06:19:56.899 INFO kablam! | ^^^^ help: consider using `_seed` instead Oct 15 06:19:56.899 INFO kablam! | Oct 15 06:19:56.899 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:19:56.899 INFO kablam! Oct 15 06:19:56.987 INFO kablam! warning: variable does not need to be mutable Oct 15 06:19:56.987 INFO kablam! --> src/renderers/ogl.rs:170:13 Oct 15 06:19:56.987 INFO kablam! | Oct 15 06:19:56.987 INFO kablam! 170 | let mut imgbuf = RgbImage::new(128, 128); Oct 15 06:19:56.987 INFO kablam! | ----^^^^^^ Oct 15 06:19:56.987 INFO kablam! | | Oct 15 06:19:56.987 INFO kablam! | help: remove this `mut` Oct 15 06:19:56.987 INFO kablam! | Oct 15 06:19:56.987 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:19:56.987 INFO kablam! Oct 15 06:19:57.015 INFO kablam! warning: variable does not need to be mutable Oct 15 06:19:57.015 INFO kablam! --> src/generators/islands.rs:244:13 Oct 15 06:19:57.015 INFO kablam! | Oct 15 06:19:57.015 INFO kablam! 244 | let mut array: [u8; 32] = [0; 32]; Oct 15 06:19:57.015 INFO kablam! | ----^^^^^ Oct 15 06:19:57.015 INFO kablam! | | Oct 15 06:19:57.015 INFO kablam! | help: remove this `mut` Oct 15 06:19:57.015 INFO kablam! Oct 15 06:20:05.343 INFO kablam! warning: unused import: `Basic` Oct 15 06:20:05.343 INFO kablam! --> src/main.rs:4:36 Oct 15 06:20:05.343 INFO kablam! | Oct 15 06:20:05.343 INFO kablam! 4 | use enigmap::renderers::{Renderer, Basic, OGL}; Oct 15 06:20:05.343 INFO kablam! | ^^^^^ Oct 15 06:20:05.343 INFO kablam! | Oct 15 06:20:05.343 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:20:05.343 INFO kablam! Oct 15 06:20:10.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 09s Oct 15 06:20:10.635 INFO kablam! su: No module specific data is present Oct 15 06:20:11.631 INFO running `"docker" "rm" "-f" "b509b6db7484a9e64c4c79c3c3b764d2fb15c315e251e21772a844fd7841cefa"` Oct 15 06:20:11.875 INFO blam! b509b6db7484a9e64c4c79c3c3b764d2fb15c315e251e21772a844fd7841cefa Oct 15 06:20:11.881 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:20:12.252 INFO blam! 4efc350222b81efcc604e6fb001fb3ac698c930bc9aa26af8e5c0f56bd98e4f4 Oct 15 06:20:12.255 INFO running `"docker" "start" "-a" "4efc350222b81efcc604e6fb001fb3ac698c930bc9aa26af8e5c0f56bd98e4f4"` Oct 15 06:20:13.815 INFO kablam! usermod: no changes Oct 15 06:20:14.142 INFO kablam! Compiling enigmap v0.1.0 (/source) Oct 15 06:20:17.811 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:20:17.811 INFO kablam! --> src/lib.rs:8:1 Oct 15 06:20:17.811 INFO kablam! | Oct 15 06:20:17.811 INFO kablam! 8 | #[macro_use] Oct 15 06:20:17.811 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:20:17.811 INFO kablam! | Oct 15 06:20:17.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:20:17.811 INFO kablam! Oct 15 06:20:17.811 INFO kablam! warning: unused imports: `ImageBuffer`, `Rgb` Oct 15 06:20:17.811 INFO kablam! --> src/renderers/ogl.rs:3:23 Oct 15 06:20:17.811 INFO kablam! | Oct 15 06:20:17.811 INFO kablam! 3 | use image::{RgbImage, ImageBuffer, Rgb}; Oct 15 06:20:17.811 INFO kablam! | ^^^^^^^^^^^ ^^^ Oct 15 06:20:17.811 INFO kablam! Oct 15 06:20:18.291 INFO kablam! warning: unused variable: `seed` Oct 15 06:20:18.291 INFO kablam! --> src/generators/islands.rs:243:25 Oct 15 06:20:18.291 INFO kablam! | Oct 15 06:20:18.291 INFO kablam! 243 | fn seed_to_rng_seed(seed: u32) -> [u8; 32] { Oct 15 06:20:18.291 INFO kablam! | ^^^^ help: consider using `_seed` instead Oct 15 06:20:18.291 INFO kablam! | Oct 15 06:20:18.291 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:20:18.291 INFO kablam! Oct 15 06:20:18.355 INFO kablam! warning: variable does not need to be mutable Oct 15 06:20:18.355 INFO kablam! --> src/renderers/ogl.rs:170:13 Oct 15 06:20:18.355 INFO kablam! | Oct 15 06:20:18.355 INFO kablam! 170 | let mut imgbuf = RgbImage::new(128, 128); Oct 15 06:20:18.355 INFO kablam! | ----^^^^^^ Oct 15 06:20:18.355 INFO kablam! | | Oct 15 06:20:18.355 INFO kablam! | help: remove this `mut` Oct 15 06:20:18.355 INFO kablam! | Oct 15 06:20:18.355 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:20:18.355 INFO kablam! Oct 15 06:20:18.371 INFO kablam! warning: variable does not need to be mutable Oct 15 06:20:18.371 INFO kablam! --> src/generators/islands.rs:244:13 Oct 15 06:20:18.371 INFO kablam! | Oct 15 06:20:18.371 INFO kablam! 244 | let mut array: [u8; 32] = [0; 32]; Oct 15 06:20:18.371 INFO kablam! | ----^^^^^ Oct 15 06:20:18.371 INFO kablam! | | Oct 15 06:20:18.371 INFO kablam! | help: remove this `mut` Oct 15 06:20:18.371 INFO kablam! Oct 15 06:20:19.713 INFO kablam! warning: unused import: `Basic` Oct 15 06:20:19.713 INFO kablam! --> src/main.rs:4:36 Oct 15 06:20:19.713 INFO kablam! | Oct 15 06:20:19.714 INFO kablam! 4 | use enigmap::renderers::{Renderer, Basic, OGL}; Oct 15 06:20:19.714 INFO kablam! | ^^^^^ Oct 15 06:20:19.714 INFO kablam! | Oct 15 06:20:19.714 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:20:19.715 INFO kablam! Oct 15 06:20:20.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.51s Oct 15 06:20:20.391 INFO kablam! su: No module specific data is present Oct 15 06:20:21.415 INFO running `"docker" "rm" "-f" "4efc350222b81efcc604e6fb001fb3ac698c930bc9aa26af8e5c0f56bd98e4f4"` Oct 15 06:20:21.807 INFO blam! 4efc350222b81efcc604e6fb001fb3ac698c930bc9aa26af8e5c0f56bd98e4f4 Oct 15 06:20:21.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:20:22.353 INFO blam! a791352aa4b9f87bc41cbeb0febbf2345d3793ae62764955fbe4938b93981e47 Oct 15 06:20:22.356 INFO running `"docker" "start" "-a" "a791352aa4b9f87bc41cbeb0febbf2345d3793ae62764955fbe4938b93981e47"` Oct 15 06:20:24.222 INFO kablam! usermod: no changes Oct 15 06:20:24.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 15 06:20:24.516 INFO kablam! Running /target/debug/deps/enigmap-dce700573dfe2542 Oct 15 06:20:24.519 INFO blam! Oct 15 06:20:24.519 INFO blam! running 0 tests Oct 15 06:20:24.519 INFO blam! Oct 15 06:20:24.519 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:20:24.519 INFO blam! Oct 15 06:20:24.539 INFO kablam! Running /target/debug/deps/enigmap-5d5063072dae559c Oct 15 06:20:24.542 INFO blam! Oct 15 06:20:24.542 INFO blam! running 0 tests Oct 15 06:20:24.542 INFO blam! Oct 15 06:20:24.542 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:20:24.542 INFO blam! Oct 15 06:20:24.542 INFO kablam! Doc-tests enigmap Oct 15 06:20:29.782 INFO blam! Oct 15 06:20:29.782 INFO blam! running 0 tests Oct 15 06:20:29.782 INFO blam! Oct 15 06:20:29.782 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:20:29.782 INFO blam! Oct 15 06:20:29.795 INFO kablam! su: No module specific data is present Oct 15 06:20:30.809 INFO running `"docker" "rm" "-f" "a791352aa4b9f87bc41cbeb0febbf2345d3793ae62764955fbe4938b93981e47"` Oct 15 06:20:31.119 INFO blam! a791352aa4b9f87bc41cbeb0febbf2345d3793ae62764955fbe4938b93981e47