Oct 14 17:21:10.720 INFO testing jameshiew/ave against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:21:10.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 17:21:11.208 INFO blam! 3509ac171b865dcf8c535913b3e6c15aa2866f6446eefb4777a07329f10a02a0 Oct 14 17:21:11.210 INFO running `"docker" "start" "-a" "3509ac171b865dcf8c535913b3e6c15aa2866f6446eefb4777a07329f10a02a0"` Oct 14 17:21:12.544 INFO kablam! usermod: no changes Oct 14 17:21:12.863 INFO kablam! Compiling smallvec v0.4.4 Oct 14 17:21:12.864 INFO kablam! Compiling time v0.1.38 Oct 14 17:21:12.875 INFO kablam! Compiling shared_library v0.1.7 Oct 14 17:21:12.875 INFO kablam! Compiling x11-dl v2.17.0 Oct 14 17:21:12.876 INFO kablam! Compiling cgmath v0.15.0 Oct 14 17:21:12.876 INFO kablam! Compiling noise v0.4.1 Oct 14 17:21:12.876 INFO kablam! Compiling num-bigint v0.1.40 Oct 14 17:21:12.877 INFO kablam! Compiling glium v0.18.1 Oct 14 17:21:18.051 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 17:21:18.099 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 17:21:18.208 INFO kablam! Compiling simplelog v0.4.3 Oct 14 17:21:19.539 INFO kablam! Compiling backtrace v0.3.4 Oct 14 17:21:24.943 INFO kablam! Compiling libloading v0.3.4 Oct 14 17:21:27.963 INFO kablam! Compiling num-rational v0.1.40 Oct 14 17:21:28.051 INFO kablam! Compiling dlib v0.3.1 Oct 14 17:21:29.075 INFO kablam! Compiling wayland-sys v0.9.10 Oct 14 17:21:33.999 INFO kablam! Compiling wayland-client v0.9.10 Oct 14 17:21:34.139 INFO kablam! Compiling num v0.1.40 Oct 14 17:21:34.955 INFO kablam! Compiling float-cmp v0.2.5 Oct 14 17:21:43.803 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 14 17:21:44.815 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 14 17:21:44.816 INFO kablam! Compiling collision v0.12.0 Oct 14 17:21:53.420 INFO kablam! Compiling wayland-window v0.8.0 Oct 14 17:21:55.391 INFO kablam! Compiling winit v0.8.3 Oct 14 17:22:04.085 INFO kablam! Compiling glutin v0.10.1 Oct 14 17:22:29.270 INFO kablam! Compiling ave v0.1.0-alpha (/source) Oct 14 17:22:30.063 INFO kablam! warning: static item is never used: `WATER` Oct 14 17:22:30.063 INFO kablam! --> src/block.rs:175:1 Oct 14 17:22:30.063 INFO kablam! | Oct 14 17:22:30.063 INFO kablam! 175 | / pub static WATER: &BlockType = &BlockType { Oct 14 17:22:30.063 INFO kablam! 176 | | name: "water", Oct 14 17:22:30.063 INFO kablam! 177 | | color: [0.498, 1.000, 0.831], Oct 14 17:22:30.063 INFO kablam! 178 | | }; Oct 14 17:22:30.063 INFO kablam! | |__^ Oct 14 17:22:30.063 INFO kablam! | Oct 14 17:22:30.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:22:30.063 INFO kablam! Oct 14 17:22:30.063 INFO kablam! warning: function is never used: `get_random_color` Oct 14 17:22:30.063 INFO kablam! --> src/color.rs:6:1 Oct 14 17:22:30.063 INFO kablam! | Oct 14 17:22:30.063 INFO kablam! 6 | pub fn get_random_color() -> Color { Oct 14 17:22:30.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:22:30.063 INFO kablam! Oct 14 17:22:30.063 INFO kablam! warning: struct is never constructed: `FlatWorldGenerator` Oct 14 17:22:30.064 INFO kablam! --> src/worldgen.rs:13:1 Oct 14 17:22:30.064 INFO kablam! | Oct 14 17:22:30.064 INFO kablam! 13 | pub struct FlatWorldGenerator {} Oct 14 17:22:30.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:22:30.064 INFO kablam! Oct 14 17:22:30.064 INFO kablam! warning: method is never used: `new` Oct 14 17:22:30.064 INFO kablam! --> src/worldgen.rs:16:5 Oct 14 17:22:30.064 INFO kablam! | Oct 14 17:22:30.064 INFO kablam! 16 | pub fn new() -> FlatWorldGenerator { Oct 14 17:22:30.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:22:30.064 INFO kablam! Oct 14 17:22:34.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 14 17:22:34.443 INFO kablam! su: No module specific data is present Oct 14 17:22:34.933 INFO running `"docker" "rm" "-f" "3509ac171b865dcf8c535913b3e6c15aa2866f6446eefb4777a07329f10a02a0"` Oct 14 17:22:35.183 INFO blam! 3509ac171b865dcf8c535913b3e6c15aa2866f6446eefb4777a07329f10a02a0 Oct 14 17:22:35.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 17:22:35.510 INFO blam! 35be04f9d6149f916a0fd014814b40d32aa386476900963bb6960c09b3645a4c Oct 14 17:22:35.513 INFO running `"docker" "start" "-a" "35be04f9d6149f916a0fd014814b40d32aa386476900963bb6960c09b3645a4c"` Oct 14 17:22:36.459 INFO kablam! usermod: no changes Oct 14 17:22:36.645 INFO kablam! Compiling ave v0.1.0-alpha (/source) Oct 14 17:22:37.779 INFO kablam! warning: static item is never used: `WATER` Oct 14 17:22:37.780 INFO kablam! --> src/block.rs:175:1 Oct 14 17:22:37.780 INFO kablam! | Oct 14 17:22:37.780 INFO kablam! 175 | / pub static WATER: &BlockType = &BlockType { Oct 14 17:22:37.780 INFO kablam! 176 | | name: "water", Oct 14 17:22:37.781 INFO kablam! 177 | | color: [0.498, 1.000, 0.831], Oct 14 17:22:37.781 INFO kablam! 178 | | }; Oct 14 17:22:37.781 INFO kablam! | |__^ Oct 14 17:22:37.782 INFO kablam! | Oct 14 17:22:37.782 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:22:37.782 INFO kablam! Oct 14 17:22:37.783 INFO kablam! warning: function is never used: `get_random_color` Oct 14 17:22:37.783 INFO kablam! --> src/color.rs:6:1 Oct 14 17:22:37.783 INFO kablam! | Oct 14 17:22:37.783 INFO kablam! 6 | pub fn get_random_color() -> Color { Oct 14 17:22:37.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:22:37.784 INFO kablam! Oct 14 17:22:37.784 INFO kablam! warning: struct is never constructed: `FlatWorldGenerator` Oct 14 17:22:37.785 INFO kablam! --> src/worldgen.rs:13:1 Oct 14 17:22:37.785 INFO kablam! | Oct 14 17:22:37.785 INFO kablam! 13 | pub struct FlatWorldGenerator {} Oct 14 17:22:37.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:22:37.786 INFO kablam! Oct 14 17:22:37.786 INFO kablam! warning: method is never used: `new` Oct 14 17:22:37.786 INFO kablam! --> src/worldgen.rs:16:5 Oct 14 17:22:37.786 INFO kablam! | Oct 14 17:22:37.787 INFO kablam! 16 | pub fn new() -> FlatWorldGenerator { Oct 14 17:22:37.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:22:37.787 INFO kablam! Oct 14 17:22:39.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.47s Oct 14 17:22:39.975 INFO kablam! su: No module specific data is present Oct 14 17:22:40.382 INFO running `"docker" "rm" "-f" "35be04f9d6149f916a0fd014814b40d32aa386476900963bb6960c09b3645a4c"` Oct 14 17:22:40.642 INFO blam! 35be04f9d6149f916a0fd014814b40d32aa386476900963bb6960c09b3645a4c Oct 14 17:22:40.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 17:22:41.001 INFO blam! a0e45c969fd7acb28b1232a37b2e9c2dcf86164b69152e1a3ed14c81c89cdcea Oct 14 17:22:41.007 INFO running `"docker" "start" "-a" "a0e45c969fd7acb28b1232a37b2e9c2dcf86164b69152e1a3ed14c81c89cdcea"` Oct 14 17:22:41.574 INFO kablam! usermod: no changes Oct 14 17:22:41.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 17:22:41.726 INFO kablam! Running /target/debug/deps/ave-c5141601ff5570e6 Oct 14 17:22:41.729 INFO blam! Oct 14 17:22:41.729 INFO blam! running 3 tests Oct 14 17:22:41.729 INFO blam! test world::tests::world_get_position ... ok Oct 14 17:22:41.729 INFO blam! test world::tests::world_get_chunk_xyz ... ok Oct 14 17:22:41.730 INFO blam! test world::tests::chunk_get ... ok Oct 14 17:22:41.730 INFO blam! Oct 14 17:22:41.731 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:22:41.731 INFO blam! Oct 14 17:22:41.733 INFO kablam! su: No module specific data is present Oct 14 17:22:42.228 INFO running `"docker" "rm" "-f" "a0e45c969fd7acb28b1232a37b2e9c2dcf86164b69152e1a3ed14c81c89cdcea"` Oct 14 17:22:42.525 INFO blam! a0e45c969fd7acb28b1232a37b2e9c2dcf86164b69152e1a3ed14c81c89cdcea