Oct 15 05:19:10.577 INFO testing aarroyoc/hexaminas-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:19:10.577 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 05:19:10.911 INFO blam! 7b8c1968bb042feddef3b0c9965dbf465a3cf3abdeb329a1bf98e9498ae9680e Oct 15 05:19:10.913 INFO running `"docker" "start" "-a" "7b8c1968bb042feddef3b0c9965dbf465a3cf3abdeb329a1bf98e9498ae9680e"` Oct 15 05:19:11.769 INFO kablam! usermod: no changes Oct 15 05:19:12.073 INFO kablam! Compiling rand v0.4.2 Oct 15 05:19:12.073 INFO kablam! Compiling num_cpus v1.8.0 Oct 15 05:19:12.073 INFO kablam! Compiling memmap v0.6.2 Oct 15 05:19:12.075 INFO kablam! Compiling shared_library v0.1.8 Oct 15 05:19:12.078 INFO kablam! Compiling x11-dl v2.17.3 Oct 15 05:19:12.078 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 05:19:12.078 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 15 05:19:14.823 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 05:19:16.403 INFO kablam! Compiling rand v0.3.22 Oct 15 05:19:16.403 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 05:19:17.732 INFO kablam! Compiling tempfile v2.2.0 Oct 15 05:19:17.750 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 05:19:17.750 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 05:19:19.700 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 15 05:19:22.466 INFO kablam! Compiling rayon v1.0.0 Oct 15 05:19:24.463 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 15 05:19:27.035 INFO kablam! Compiling piston v0.36.0 Oct 15 05:19:32.607 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 05:19:33.147 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 05:19:35.213 INFO kablam! Compiling winit v0.10.0 Oct 15 05:19:39.744 INFO kablam! Compiling image v0.18.0 Oct 15 05:19:47.453 INFO kablam! Compiling glutin v0.12.2 Oct 15 05:19:52.581 INFO kablam! Compiling pistoncore-glutin_window v0.45.2 Oct 15 05:20:07.867 INFO kablam! Compiling piston-gfx_texture v0.31.0 Oct 15 05:20:10.519 INFO kablam! Compiling piston2d-gfx_graphics v0.50.0 Oct 15 05:20:15.223 INFO kablam! Compiling piston_window v0.77.0 Oct 15 05:20:18.358 INFO kablam! Compiling hexaminas v0.1.0 (/source) Oct 15 05:20:21.380 INFO kablam! warning: unused import: `piston_window::character::CharacterCache` Oct 15 05:20:21.381 INFO kablam! --> src/table.rs:5:5 Oct 15 05:20:21.381 INFO kablam! | Oct 15 05:20:21.381 INFO kablam! 5 | use piston_window::character::CharacterCache; Oct 15 05:20:21.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:20:21.381 INFO kablam! | Oct 15 05:20:21.381 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:20:21.381 INFO kablam! Oct 15 05:20:21.546 INFO kablam! warning: unused variable: `m` Oct 15 05:20:21.547 INFO kablam! --> src/main.rs:33:29 Oct 15 05:20:21.548 INFO kablam! | Oct 15 05:20:21.549 INFO kablam! 33 | let m = table.get_mines_around(pos); Oct 15 05:20:21.549 INFO kablam! | ^ help: consider using `_m` instead Oct 15 05:20:21.550 INFO kablam! | Oct 15 05:20:21.550 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:20:21.551 INFO kablam! Oct 15 05:20:21.552 INFO kablam! warning: unused variable: `hex` Oct 15 05:20:21.552 INFO kablam! --> src/table.rs:232:27 Oct 15 05:20:21.553 INFO kablam! | Oct 15 05:20:21.554 INFO kablam! 232 | pub fn draw(&mut self,hex: &G2dTexture,glyphs: &mut Glyphs,c: &Context, g: &mut G2d) Oct 15 05:20:21.554 INFO kablam! | ^^^ help: consider using `_hex` instead Oct 15 05:20:21.555 INFO kablam! Oct 15 05:20:29.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 15 05:20:29.479 INFO kablam! su: No module specific data is present Oct 15 05:20:30.531 INFO running `"docker" "rm" "-f" "7b8c1968bb042feddef3b0c9965dbf465a3cf3abdeb329a1bf98e9498ae9680e"` Oct 15 05:20:30.825 INFO blam! 7b8c1968bb042feddef3b0c9965dbf465a3cf3abdeb329a1bf98e9498ae9680e Oct 15 05:20:30.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 05:20:31.274 INFO blam! c433fa0322f91760bbc8f85d93e705d97b037a72b08aa672a1870eafe3fad629 Oct 15 05:20:31.276 INFO running `"docker" "start" "-a" "c433fa0322f91760bbc8f85d93e705d97b037a72b08aa672a1870eafe3fad629"` Oct 15 05:20:32.811 INFO kablam! usermod: no changes Oct 15 05:20:33.035 INFO kablam! Compiling hexaminas v0.1.0 (/source) Oct 15 05:20:36.311 INFO kablam! warning: unused import: `piston_window::character::CharacterCache` Oct 15 05:20:36.311 INFO kablam! --> src/table.rs:5:5 Oct 15 05:20:36.311 INFO kablam! | Oct 15 05:20:36.311 INFO kablam! 5 | use piston_window::character::CharacterCache; Oct 15 05:20:36.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:20:36.311 INFO kablam! | Oct 15 05:20:36.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:20:36.311 INFO kablam! Oct 15 05:20:36.476 INFO kablam! warning: unused variable: `m` Oct 15 05:20:36.476 INFO kablam! --> src/main.rs:33:29 Oct 15 05:20:36.476 INFO kablam! | Oct 15 05:20:36.476 INFO kablam! 33 | let m = table.get_mines_around(pos); Oct 15 05:20:36.476 INFO kablam! | ^ help: consider using `_m` instead Oct 15 05:20:36.476 INFO kablam! | Oct 15 05:20:36.476 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:20:36.476 INFO kablam! Oct 15 05:20:36.483 INFO kablam! warning: unused variable: `hex` Oct 15 05:20:36.483 INFO kablam! --> src/table.rs:232:27 Oct 15 05:20:36.483 INFO kablam! | Oct 15 05:20:36.483 INFO kablam! 232 | pub fn draw(&mut self,hex: &G2dTexture,glyphs: &mut Glyphs,c: &Context, g: &mut G2d) Oct 15 05:20:36.483 INFO kablam! | ^^^ help: consider using `_hex` instead Oct 15 05:20:36.483 INFO kablam! Oct 15 05:20:37.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.27s Oct 15 05:20:37.139 INFO kablam! su: No module specific data is present Oct 15 05:20:37.651 INFO running `"docker" "rm" "-f" "c433fa0322f91760bbc8f85d93e705d97b037a72b08aa672a1870eafe3fad629"` Oct 15 05:20:37.799 INFO blam! c433fa0322f91760bbc8f85d93e705d97b037a72b08aa672a1870eafe3fad629 Oct 15 05:20:37.803 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 05:20:38.070 INFO blam! ce650c658fd21a5ec5f015ea1131b246793e77dea437b5e4bc2b97b5ff77ef39 Oct 15 05:20:38.073 INFO running `"docker" "start" "-a" "ce650c658fd21a5ec5f015ea1131b246793e77dea437b5e4bc2b97b5ff77ef39"` Oct 15 05:20:38.775 INFO kablam! usermod: no changes Oct 15 05:20:39.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 15 05:20:39.063 INFO kablam! Running /target/debug/deps/hexaminas-9dfa352569dd3627 Oct 15 05:20:39.075 INFO blam! Oct 15 05:20:39.076 INFO blam! running 0 tests Oct 15 05:20:39.076 INFO blam! Oct 15 05:20:39.076 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:20:39.077 INFO blam! Oct 15 05:20:39.087 INFO kablam! su: No module specific data is present Oct 15 05:20:40.004 INFO running `"docker" "rm" "-f" "ce650c658fd21a5ec5f015ea1131b246793e77dea437b5e4bc2b97b5ff77ef39"` Oct 15 05:20:40.311 INFO blam! ce650c658fd21a5ec5f015ea1131b246793e77dea437b5e4bc2b97b5ff77ef39