Oct 10 16:49:44.449 INFO testing phoomparin/Lumina against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:49:44.449 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:49:44.451 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 16:49:44.990 INFO blam! 768dd3f8fbbf1bca04470c61b021f3861220d0b34561e851dee237549fedff43 Oct 10 16:49:44.994 INFO running `"docker" "start" "-a" "768dd3f8fbbf1bca04470c61b021f3861220d0b34561e851dee237549fedff43"` Oct 10 16:49:46.152 INFO kablam! usermod: no changes Oct 10 16:49:46.438 INFO kablam! Compiling memmap v0.6.2 Oct 10 16:49:46.438 INFO kablam! Compiling num-integer v0.1.35 Oct 10 16:49:46.438 INFO kablam! Compiling enum_primitive v0.1.1 Oct 10 16:49:46.464 INFO kablam! Compiling rayon-core v1.3.0 Oct 10 16:49:46.464 INFO kablam! Compiling glutin v0.11.0 Oct 10 16:49:46.464 INFO kablam! Compiling glium v0.19.0 Oct 10 16:49:46.464 INFO kablam! Compiling backtrace v0.3.5 Oct 10 16:49:46.464 INFO kablam! Compiling wayland-client v0.12.5 Oct 10 16:49:47.367 INFO kablam! Compiling target_build_utils v0.3.1 Oct 10 16:49:48.079 INFO kablam! Compiling num-iter v0.1.34 Oct 10 16:49:53.124 INFO kablam! Compiling num-rational v0.1.40 Oct 10 16:49:53.653 INFO kablam! Compiling png v0.11.0 Oct 10 16:49:53.760 INFO kablam! Compiling rayon v0.8.2 Oct 10 16:49:53.840 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 10 16:49:53.912 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 10 16:49:53.984 INFO kablam! Compiling libloading v0.3.4 Oct 10 16:50:05.100 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 16:50:07.340 INFO kablam! Compiling dlib v0.3.1 Oct 10 16:50:09.708 INFO kablam! Compiling wayland-window v0.13.2 Oct 10 16:50:09.892 INFO kablam! Compiling wayland-sys v0.9.10 Oct 10 16:50:14.656 INFO kablam! Compiling wayland-client v0.9.10 Oct 10 16:50:15.776 INFO kablam! Compiling winit v0.9.0 Oct 10 16:50:16.120 INFO kablam! Compiling image v0.18.0 Oct 10 16:51:02.918 INFO kablam! Compiling lumina v0.1.0 (/source) Oct 10 16:51:12.255 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:51:12.261 INFO kablam! --> src/main.rs:3:1 Oct 10 16:51:12.261 INFO kablam! | Oct 10 16:51:12.261 INFO kablam! 3 | #[macro_use] Oct 10 16:51:12.262 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:51:12.262 INFO kablam! | Oct 10 16:51:12.262 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:51:12.262 INFO kablam! Oct 10 16:51:12.316 INFO kablam! warning: variable does not need to be mutable Oct 10 16:51:12.318 INFO kablam! --> src/main.rs:14:7 Oct 10 16:51:12.318 INFO kablam! | Oct 10 16:51:12.318 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 10 16:51:12.319 INFO kablam! | ----^^^^^ Oct 10 16:51:12.319 INFO kablam! | | Oct 10 16:51:12.319 INFO kablam! | help: remove this `mut` Oct 10 16:51:12.320 INFO kablam! | Oct 10 16:51:12.320 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:51:12.320 INFO kablam! Oct 10 16:51:12.325 INFO kablam! warning: variable `Grass` should have a snake case name such as `grass` Oct 10 16:51:12.325 INFO kablam! --> src/main.rs:9:7 Oct 10 16:51:12.325 INFO kablam! | Oct 10 16:51:12.326 INFO kablam! 9 | let Grass = VoxelType::new("voxel:grass").name("Grass"); Oct 10 16:51:12.326 INFO kablam! | ^^^^^ Oct 10 16:51:12.326 INFO kablam! | Oct 10 16:51:12.326 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:51:12.327 INFO kablam! Oct 10 16:51:12.327 INFO kablam! warning: variable `Stone` should have a snake case name such as `stone` Oct 10 16:51:12.327 INFO kablam! --> src/main.rs:14:7 Oct 10 16:51:12.328 INFO kablam! | Oct 10 16:51:12.328 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 10 16:51:12.328 INFO kablam! | ^^^^^^^^^ Oct 10 16:51:12.329 INFO kablam! Oct 10 16:51:12.329 INFO kablam! warning: variable `Glowstone` should have a snake case name such as `glowstone` Oct 10 16:51:12.329 INFO kablam! --> src/main.rs:23:9 Oct 10 16:51:12.329 INFO kablam! | Oct 10 16:51:12.330 INFO kablam! 23 | let Glowstone = Stone Oct 10 16:51:12.330 INFO kablam! | ^^^^^^^^^ Oct 10 16:51:12.330 INFO kablam! Oct 10 16:51:16.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 10 16:51:16.244 INFO kablam! su: No module specific data is present Oct 10 16:51:16.612 INFO running `"docker" "rm" "-f" "768dd3f8fbbf1bca04470c61b021f3861220d0b34561e851dee237549fedff43"` Oct 10 16:51:16.696 INFO blam! 768dd3f8fbbf1bca04470c61b021f3861220d0b34561e851dee237549fedff43 Oct 10 16:51:16.703 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:51:16.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 16:51:16.969 INFO blam! 80fe2860ee7aff53e7a3c4741ae64f63cba0d9c96754cf01d2ddc9521ae5e6c1 Oct 10 16:51:16.976 INFO running `"docker" "start" "-a" "80fe2860ee7aff53e7a3c4741ae64f63cba0d9c96754cf01d2ddc9521ae5e6c1"` Oct 10 16:51:17.853 INFO kablam! usermod: no changes Oct 10 16:51:18.080 INFO kablam! Compiling lumina v0.1.0 (/source) Oct 10 16:51:21.348 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:51:21.349 INFO kablam! --> src/main.rs:3:1 Oct 10 16:51:21.349 INFO kablam! | Oct 10 16:51:21.349 INFO kablam! 3 | #[macro_use] Oct 10 16:51:21.350 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:51:21.350 INFO kablam! | Oct 10 16:51:21.350 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:51:21.351 INFO kablam! Oct 10 16:51:21.396 INFO kablam! warning: variable does not need to be mutable Oct 10 16:51:21.397 INFO kablam! --> src/main.rs:14:7 Oct 10 16:51:21.397 INFO kablam! | Oct 10 16:51:21.397 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 10 16:51:21.398 INFO kablam! | ----^^^^^ Oct 10 16:51:21.398 INFO kablam! | | Oct 10 16:51:21.398 INFO kablam! | help: remove this `mut` Oct 10 16:51:21.399 INFO kablam! | Oct 10 16:51:21.399 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:51:21.399 INFO kablam! Oct 10 16:51:21.399 INFO kablam! warning: variable `Grass` should have a snake case name such as `grass` Oct 10 16:51:21.399 INFO kablam! --> src/main.rs:9:7 Oct 10 16:51:21.399 INFO kablam! | Oct 10 16:51:21.399 INFO kablam! 9 | let Grass = VoxelType::new("voxel:grass").name("Grass"); Oct 10 16:51:21.399 INFO kablam! | ^^^^^ Oct 10 16:51:21.399 INFO kablam! | Oct 10 16:51:21.399 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:51:21.399 INFO kablam! Oct 10 16:51:21.399 INFO kablam! warning: variable `Stone` should have a snake case name such as `stone` Oct 10 16:51:21.399 INFO kablam! --> src/main.rs:14:7 Oct 10 16:51:21.399 INFO kablam! | Oct 10 16:51:21.399 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 10 16:51:21.399 INFO kablam! | ^^^^^^^^^ Oct 10 16:51:21.399 INFO kablam! Oct 10 16:51:21.399 INFO kablam! warning: variable `Glowstone` should have a snake case name such as `glowstone` Oct 10 16:51:21.399 INFO kablam! --> src/main.rs:23:9 Oct 10 16:51:21.399 INFO kablam! | Oct 10 16:51:21.399 INFO kablam! 23 | let Glowstone = Stone Oct 10 16:51:21.399 INFO kablam! | ^^^^^^^^^ Oct 10 16:51:21.399 INFO kablam! Oct 10 16:51:22.002 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.12s Oct 10 16:51:22.013 INFO kablam! su: No module specific data is present Oct 10 16:51:22.797 INFO running `"docker" "rm" "-f" "80fe2860ee7aff53e7a3c4741ae64f63cba0d9c96754cf01d2ddc9521ae5e6c1"` Oct 10 16:51:23.024 INFO blam! 80fe2860ee7aff53e7a3c4741ae64f63cba0d9c96754cf01d2ddc9521ae5e6c1 Oct 10 16:51:23.040 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:51:23.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 16:51:23.420 INFO blam! 1766a277ef497e85f207c76906734d6454cb86ea7acf6845dc3519cbed4bd91b Oct 10 16:51:23.424 INFO running `"docker" "start" "-a" "1766a277ef497e85f207c76906734d6454cb86ea7acf6845dc3519cbed4bd91b"` Oct 10 16:51:24.440 INFO kablam! usermod: no changes Oct 10 16:51:24.689 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 10 16:51:24.716 INFO blam! Oct 10 16:51:24.716 INFO blam! running 0 tests Oct 10 16:51:24.716 INFO blam! Oct 10 16:51:24.716 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:51:24.716 INFO blam! Oct 10 16:51:24.717 INFO kablam! Running /target/debug/deps/lumina-413d8cc76ff97afe Oct 10 16:51:24.717 INFO kablam! Running /target/debug/deps/lumina-5fa6e6712058da86 Oct 10 16:51:24.728 INFO blam! Oct 10 16:51:24.728 INFO blam! running 0 tests Oct 10 16:51:24.728 INFO blam! Oct 10 16:51:24.728 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:51:24.728 INFO blam! Oct 10 16:51:24.729 INFO kablam! Doc-tests lumina Oct 10 16:51:30.188 INFO blam! Oct 10 16:51:30.188 INFO blam! running 0 tests Oct 10 16:51:30.188 INFO blam! Oct 10 16:51:30.188 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:51:30.188 INFO blam! Oct 10 16:51:30.198 INFO kablam! su: No module specific data is present Oct 10 16:51:30.446 INFO running `"docker" "rm" "-f" "1766a277ef497e85f207c76906734d6454cb86ea7acf6845dc3519cbed4bd91b"` Oct 10 16:51:30.507 INFO blam! 1766a277ef497e85f207c76906734d6454cb86ea7acf6845dc3519cbed4bd91b