Oct 13 02:41:39.639 INFO testing rikshot/testbed against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:41:39.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 02:41:40.025 INFO blam! 108f927371b46ddf24a8a60b96f431401fdf66d4446405c5cdf63d83b8fa0f60 Oct 13 02:41:40.026 INFO running `"docker" "start" "-a" "108f927371b46ddf24a8a60b96f431401fdf66d4446405c5cdf63d83b8fa0f60"` Oct 13 02:41:41.279 INFO kablam! usermod: no changes Oct 13 02:41:41.371 INFO kablam! Compiling num-traits v0.1.43 Oct 13 02:41:41.651 INFO kablam! Compiling serde_json v1.0.9 Oct 13 02:41:45.383 INFO kablam! Compiling mandelbrot v0.1.0 (/source) Oct 13 02:41:45.747 INFO kablam! warning: unused import: `CString` Oct 13 02:41:45.747 INFO kablam! --> src/rs/mandelbrot.rs:11:16 Oct 13 02:41:45.747 INFO kablam! | Oct 13 02:41:45.747 INFO kablam! 11 | use std::ffi::{CString, CStr}; Oct 13 02:41:45.747 INFO kablam! | ^^^^^^^ Oct 13 02:41:45.747 INFO kablam! | Oct 13 02:41:45.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:41:45.747 INFO kablam! Oct 13 02:41:46.098 INFO kablam! warning: unused variable: `config` Oct 13 02:41:46.098 INFO kablam! --> src/rs/mandelbrot.rs:135:9 Oct 13 02:41:46.098 INFO kablam! | Oct 13 02:41:46.098 INFO kablam! 135 | let config: Config = serde_json::from_str(config_json.to_str().unwrap()).unwrap(); Oct 13 02:41:46.098 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 13 02:41:46.098 INFO kablam! | Oct 13 02:41:46.098 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:41:46.098 INFO kablam! Oct 13 02:41:46.098 INFO kablam! warning: unused variable: `raw_chunk_config` Oct 13 02:41:46.099 INFO kablam! --> src/rs/mandelbrot.rs:133:66 Oct 13 02:41:46.099 INFO kablam! | Oct 13 02:41:46.099 INFO kablam! 133 | pub unsafe extern "C" fn iterateChunk(raw_config: *const c_char, raw_chunk_config: *const c_char) -> u32 { Oct 13 02:41:46.099 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_raw_chunk_config` instead Oct 13 02:41:46.099 INFO kablam! Oct 13 02:41:46.099 INFO kablam! warning: unused variable: `config` Oct 13 02:41:46.099 INFO kablam! --> src/rs/mandelbrot.rs:209:9 Oct 13 02:41:46.099 INFO kablam! | Oct 13 02:41:46.099 INFO kablam! 209 | let config: Config = serde_json::from_str(config_json.to_str().unwrap()).unwrap(); Oct 13 02:41:46.099 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 13 02:41:46.099 INFO kablam! Oct 13 02:41:46.099 INFO kablam! warning: unused variable: `chunk_config` Oct 13 02:41:46.099 INFO kablam! --> src/rs/mandelbrot.rs:212:9 Oct 13 02:41:46.099 INFO kablam! | Oct 13 02:41:46.099 INFO kablam! 212 | let chunk_config: ChunkConfig = serde_json::from_str(chunk_config_json.to_str().unwrap()).unwrap(); Oct 13 02:41:46.099 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_chunk_config` instead Oct 13 02:41:46.099 INFO kablam! Oct 13 02:41:46.099 INFO kablam! warning: unused variable: `buffers` Oct 13 02:41:46.099 INFO kablam! --> src/rs/mandelbrot.rs:207:97 Oct 13 02:41:46.099 INFO kablam! | Oct 13 02:41:46.099 INFO kablam! 207 | pub unsafe extern "C" fn colorChunk(raw_config: *const c_char, raw_chunk_config: *const c_char, buffers: Buffers, total: u32) { Oct 13 02:41:46.099 INFO kablam! | ^^^^^^^ help: consider using `_buffers` instead Oct 13 02:41:46.099 INFO kablam! Oct 13 02:41:46.099 INFO kablam! warning: unused variable: `total` Oct 13 02:41:46.099 INFO kablam! --> src/rs/mandelbrot.rs:207:115 Oct 13 02:41:46.099 INFO kablam! | Oct 13 02:41:46.099 INFO kablam! 207 | pub unsafe extern "C" fn colorChunk(raw_config: *const c_char, raw_chunk_config: *const c_char, buffers: Buffers, total: u32) { Oct 13 02:41:46.099 INFO kablam! | ^^^^^ help: consider using `_total` instead Oct 13 02:41:46.099 INFO kablam! Oct 13 02:41:46.223 INFO kablam! warning: method is never used: `new` Oct 13 02:41:46.223 INFO kablam! --> src/rs/mandelbrot.rs:82:5 Oct 13 02:41:46.223 INFO kablam! | Oct 13 02:41:46.224 INFO kablam! 82 | pub fn new(min: T, max: T) -> NumberRange { Oct 13 02:41:46.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:46.224 INFO kablam! | Oct 13 02:41:46.224 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:41:46.225 INFO kablam! Oct 13 02:41:46.225 INFO kablam! warning: method is never used: `scale` Oct 13 02:41:46.225 INFO kablam! --> src/rs/mandelbrot.rs:90:5 Oct 13 02:41:46.226 INFO kablam! | Oct 13 02:41:46.226 INFO kablam! 90 | pub fn scale(input: &NumberRange, value: T, output: &NumberRange) -> T { Oct 13 02:41:46.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:46.226 INFO kablam! Oct 13 02:41:46.227 INFO kablam! warning: struct is never constructed: `Color` Oct 13 02:41:46.227 INFO kablam! --> src/rs/mandelbrot.rs:96:1 Oct 13 02:41:46.227 INFO kablam! | Oct 13 02:41:46.228 INFO kablam! 96 | struct Color { Oct 13 02:41:46.228 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:41:46.228 INFO kablam! Oct 13 02:41:46.228 INFO kablam! warning: method is never used: `black` Oct 13 02:41:46.229 INFO kablam! --> src/rs/mandelbrot.rs:106:5 Oct 13 02:41:46.229 INFO kablam! | Oct 13 02:41:46.229 INFO kablam! 106 | pub fn black() -> &'static Color { Oct 13 02:41:46.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:46.230 INFO kablam! Oct 13 02:41:46.230 INFO kablam! warning: static item is never used: `BLACK` Oct 13 02:41:46.230 INFO kablam! --> src/rs/mandelbrot.rs:107:9 Oct 13 02:41:46.230 INFO kablam! | Oct 13 02:41:46.231 INFO kablam! 107 | static BLACK: Color = Color {red: 0, green: 0, blue: 0, alpha: 0xFF, abgr: 0}; Oct 13 02:41:46.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:46.231 INFO kablam! Oct 13 02:41:46.231 INFO kablam! warning: method is never used: `new` Oct 13 02:41:46.232 INFO kablam! --> src/rs/mandelbrot.rs:111:5 Oct 13 02:41:46.232 INFO kablam! | Oct 13 02:41:46.232 INFO kablam! 111 | pub fn new(red: u8, green: u8, blue: u8, alpha: u8) -> Color { Oct 13 02:41:46.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:46.233 INFO kablam! Oct 13 02:41:46.233 INFO kablam! warning: method is never used: `lerp` Oct 13 02:41:46.233 INFO kablam! --> src/rs/mandelbrot.rs:121:5 Oct 13 02:41:46.233 INFO kablam! | Oct 13 02:41:46.234 INFO kablam! 121 | pub fn lerp(color1: &Color, color2: &Color, value: f64) -> Color { Oct 13 02:41:46.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:46.234 INFO kablam! Oct 13 02:41:47.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.04s Oct 13 02:41:47.359 INFO kablam! su: No module specific data is present Oct 13 02:41:48.131 INFO running `"docker" "rm" "-f" "108f927371b46ddf24a8a60b96f431401fdf66d4446405c5cdf63d83b8fa0f60"` Oct 13 02:41:48.359 INFO blam! 108f927371b46ddf24a8a60b96f431401fdf66d4446405c5cdf63d83b8fa0f60 Oct 13 02:41:48.366 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 02:41:48.787 INFO blam! 228476d1315ebd2bc3664e5e4834c6ee75301ebe48e5c773c5bc71f62150ece0 Oct 13 02:41:48.793 INFO running `"docker" "start" "-a" "228476d1315ebd2bc3664e5e4834c6ee75301ebe48e5c773c5bc71f62150ece0"` Oct 13 02:41:49.707 INFO kablam! usermod: no changes Oct 13 02:41:49.787 INFO kablam! Compiling mandelbrot v0.1.0 (/source) Oct 13 02:41:50.559 INFO kablam! warning: unused variable: `config` Oct 13 02:41:50.559 INFO kablam! --> src/rs/mandelbrot.rs:135:9 Oct 13 02:41:50.559 INFO kablam! | Oct 13 02:41:50.559 INFO kablam! 135 | let config: Config = serde_json::from_str(config_json.to_str().unwrap()).unwrap(); Oct 13 02:41:50.559 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 13 02:41:50.559 INFO kablam! | Oct 13 02:41:50.559 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:41:50.559 INFO kablam! Oct 13 02:41:50.559 INFO kablam! warning: unused variable: `raw_chunk_config` Oct 13 02:41:50.559 INFO kablam! --> src/rs/mandelbrot.rs:133:66 Oct 13 02:41:50.559 INFO kablam! | Oct 13 02:41:50.559 INFO kablam! 133 | pub unsafe extern "C" fn iterateChunk(raw_config: *const c_char, raw_chunk_config: *const c_char) -> u32 { Oct 13 02:41:50.559 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_raw_chunk_config` instead Oct 13 02:41:50.559 INFO kablam! Oct 13 02:41:50.560 INFO kablam! warning: unused variable: `config` Oct 13 02:41:50.560 INFO kablam! --> src/rs/mandelbrot.rs:209:9 Oct 13 02:41:50.560 INFO kablam! | Oct 13 02:41:50.560 INFO kablam! 209 | let config: Config = serde_json::from_str(config_json.to_str().unwrap()).unwrap(); Oct 13 02:41:50.560 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 13 02:41:50.560 INFO kablam! Oct 13 02:41:50.560 INFO kablam! warning: unused variable: `chunk_config` Oct 13 02:41:50.560 INFO kablam! --> src/rs/mandelbrot.rs:212:9 Oct 13 02:41:50.560 INFO kablam! | Oct 13 02:41:50.560 INFO kablam! 212 | let chunk_config: ChunkConfig = serde_json::from_str(chunk_config_json.to_str().unwrap()).unwrap(); Oct 13 02:41:50.560 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_chunk_config` instead Oct 13 02:41:50.560 INFO kablam! Oct 13 02:41:50.560 INFO kablam! warning: unused variable: `buffers` Oct 13 02:41:50.560 INFO kablam! --> src/rs/mandelbrot.rs:207:97 Oct 13 02:41:50.560 INFO kablam! | Oct 13 02:41:50.560 INFO kablam! 207 | pub unsafe extern "C" fn colorChunk(raw_config: *const c_char, raw_chunk_config: *const c_char, buffers: Buffers, total: u32) { Oct 13 02:41:50.560 INFO kablam! | ^^^^^^^ help: consider using `_buffers` instead Oct 13 02:41:50.562 INFO kablam! Oct 13 02:41:50.562 INFO kablam! warning: unused variable: `total` Oct 13 02:41:50.562 INFO kablam! --> src/rs/mandelbrot.rs:207:115 Oct 13 02:41:50.562 INFO kablam! | Oct 13 02:41:50.562 INFO kablam! 207 | pub unsafe extern "C" fn colorChunk(raw_config: *const c_char, raw_chunk_config: *const c_char, buffers: Buffers, total: u32) { Oct 13 02:41:50.562 INFO kablam! | ^^^^^ help: consider using `_total` instead Oct 13 02:41:50.562 INFO kablam! Oct 13 02:41:50.707 INFO kablam! warning: method is never used: `new` Oct 13 02:41:50.707 INFO kablam! --> src/rs/mandelbrot.rs:82:5 Oct 13 02:41:50.707 INFO kablam! | Oct 13 02:41:50.707 INFO kablam! 82 | pub fn new(min: T, max: T) -> NumberRange { Oct 13 02:41:50.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:50.707 INFO kablam! | Oct 13 02:41:50.707 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:41:50.707 INFO kablam! Oct 13 02:41:50.707 INFO kablam! warning: method is never used: `scale` Oct 13 02:41:50.707 INFO kablam! --> src/rs/mandelbrot.rs:90:5 Oct 13 02:41:50.707 INFO kablam! | Oct 13 02:41:50.707 INFO kablam! 90 | pub fn scale(input: &NumberRange, value: T, output: &NumberRange) -> T { Oct 13 02:41:50.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:50.707 INFO kablam! Oct 13 02:41:50.707 INFO kablam! warning: struct is never constructed: `Color` Oct 13 02:41:50.707 INFO kablam! --> src/rs/mandelbrot.rs:96:1 Oct 13 02:41:50.707 INFO kablam! | Oct 13 02:41:50.707 INFO kablam! 96 | struct Color { Oct 13 02:41:50.707 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:41:50.707 INFO kablam! Oct 13 02:41:50.707 INFO kablam! warning: method is never used: `black` Oct 13 02:41:50.707 INFO kablam! --> src/rs/mandelbrot.rs:106:5 Oct 13 02:41:50.707 INFO kablam! | Oct 13 02:41:50.707 INFO kablam! 106 | pub fn black() -> &'static Color { Oct 13 02:41:50.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:50.707 INFO kablam! Oct 13 02:41:50.707 INFO kablam! warning: static item is never used: `BLACK` Oct 13 02:41:50.707 INFO kablam! --> src/rs/mandelbrot.rs:107:9 Oct 13 02:41:50.707 INFO kablam! | Oct 13 02:41:50.707 INFO kablam! 107 | static BLACK: Color = Color {red: 0, green: 0, blue: 0, alpha: 0xFF, abgr: 0}; Oct 13 02:41:50.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:50.707 INFO kablam! Oct 13 02:41:50.707 INFO kablam! warning: method is never used: `new` Oct 13 02:41:50.707 INFO kablam! --> src/rs/mandelbrot.rs:111:5 Oct 13 02:41:50.707 INFO kablam! | Oct 13 02:41:50.707 INFO kablam! 111 | pub fn new(red: u8, green: u8, blue: u8, alpha: u8) -> Color { Oct 13 02:41:50.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:50.707 INFO kablam! Oct 13 02:41:50.707 INFO kablam! warning: method is never used: `lerp` Oct 13 02:41:50.707 INFO kablam! --> src/rs/mandelbrot.rs:121:5 Oct 13 02:41:50.707 INFO kablam! | Oct 13 02:41:50.707 INFO kablam! 121 | pub fn lerp(color1: &Color, color2: &Color, value: f64) -> Color { Oct 13 02:41:50.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:50.707 INFO kablam! Oct 13 02:41:52.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 13 02:41:52.159 INFO kablam! su: No module specific data is present Oct 13 02:41:52.576 INFO running `"docker" "rm" "-f" "228476d1315ebd2bc3664e5e4834c6ee75301ebe48e5c773c5bc71f62150ece0"` Oct 13 02:41:52.976 INFO blam! 228476d1315ebd2bc3664e5e4834c6ee75301ebe48e5c773c5bc71f62150ece0 Oct 13 02:41:52.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 02:41:53.391 INFO blam! 3eef49fdd36083e371b07efa7eb09360b6cc044c516463b4af354637759ab8c1 Oct 13 02:41:53.407 INFO running `"docker" "start" "-a" "3eef49fdd36083e371b07efa7eb09360b6cc044c516463b4af354637759ab8c1"` Oct 13 02:41:54.231 INFO kablam! usermod: no changes Oct 13 02:41:54.345 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 02:41:54.348 INFO kablam! Running /target/debug/deps/mandelbrot-a1a640ec828e8930 Oct 13 02:41:54.355 INFO blam! Oct 13 02:41:54.355 INFO blam! running 1 test Oct 13 02:41:54.367 INFO blam! test parse ... ok Oct 13 02:41:54.367 INFO kablam! su: No module specific data is present Oct 13 02:41:54.367 INFO blam! Oct 13 02:41:54.367 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:41:54.367 INFO blam! Oct 13 02:41:54.971 INFO running `"docker" "rm" "-f" "3eef49fdd36083e371b07efa7eb09360b6cc044c516463b4af354637759ab8c1"` Oct 13 02:41:55.051 INFO blam! 3eef49fdd36083e371b07efa7eb09360b6cc044c516463b4af354637759ab8c1