Nov 17 10:26:52.605 INFO testing aarroyoc/hexaminas-rs against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 10:26:52.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 10:26:52.884 INFO [stdout] a42e6c197f234708c91645a368f354fc1f8515b077cfeaafdfe4fd273af0a231 Nov 17 10:26:52.887 INFO running `"docker" "start" "-a" "a42e6c197f234708c91645a368f354fc1f8515b077cfeaafdfe4fd273af0a231"` Nov 17 10:26:53.250 INFO [stderr] usermod: no changes Nov 17 10:26:53.504 INFO [stderr] Compiling memmap v0.6.2 Nov 17 10:26:53.504 INFO [stderr] Compiling shared_library v0.1.8 Nov 17 10:26:53.504 INFO [stderr] Compiling num-integer v0.1.36 Nov 17 10:26:53.512 INFO [stderr] Compiling tempfile v2.2.0 Nov 17 10:26:53.512 INFO [stderr] Compiling x11-dl v2.17.3 Nov 17 10:26:53.512 INFO [stderr] Compiling rayon-core v1.4.0 Nov 17 10:26:53.516 INFO [stderr] Compiling piston2d-graphics v0.26.0 Nov 17 10:26:53.516 INFO [stderr] Compiling wayland-client v0.12.5 Nov 17 10:26:57.918 INFO [stderr] Compiling pistoncore-input v0.20.0 Nov 17 10:26:57.918 INFO [stderr] Compiling num-iter v0.1.35 Nov 17 10:26:57.918 INFO [stderr] Compiling num-rational v0.1.42 Nov 17 10:26:58.019 INFO [stderr] Compiling osmesa-sys v0.1.2 Nov 17 10:27:00.627 INFO [stderr] Compiling gfx_device_gl v0.15.1 Nov 17 10:27:06.208 INFO [stderr] Compiling png v0.11.0 Nov 17 10:27:06.279 INFO [stderr] Compiling rayon v1.0.0 Nov 17 10:27:06.495 INFO [stderr] Compiling wayland-protocols v0.12.5 Nov 17 10:27:06.495 INFO [stderr] Compiling wayland-kbd v0.13.1 Nov 17 10:27:18.131 INFO [stderr] Compiling pistoncore-window v0.31.0 Nov 17 10:27:27.555 INFO [stderr] Compiling pistoncore-event_loop v0.36.0 Nov 17 10:27:31.067 INFO [stderr] Compiling wayland-window v0.13.2 Nov 17 10:27:31.319 INFO [stderr] Compiling jpeg-decoder v0.1.14 Nov 17 10:27:32.004 INFO [stderr] Compiling piston v0.36.0 Nov 17 10:27:34.332 INFO [stderr] Compiling winit v0.10.0 Nov 17 10:27:38.563 INFO [stderr] Compiling image v0.18.0 Nov 17 10:27:44.227 INFO [stderr] Compiling glutin v0.12.2 Nov 17 10:27:50.351 INFO [stderr] Compiling pistoncore-glutin_window v0.45.2 Nov 17 10:28:07.228 INFO [stderr] Compiling piston-gfx_texture v0.31.0 Nov 17 10:28:09.839 INFO [stderr] Compiling piston2d-gfx_graphics v0.50.0 Nov 17 10:28:14.459 INFO [stderr] Compiling piston_window v0.77.0 Nov 17 10:28:18.259 INFO [stderr] Compiling hexaminas v0.1.0 (/source) Nov 17 10:28:22.247 INFO [stderr] warning: unused import: `piston_window::character::CharacterCache` Nov 17 10:28:22.247 INFO [stderr] --> src/table.rs:5:5 Nov 17 10:28:22.247 INFO [stderr] | Nov 17 10:28:22.247 INFO [stderr] 5 | use piston_window::character::CharacterCache; Nov 17 10:28:22.247 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 10:28:22.247 INFO [stderr] | Nov 17 10:28:22.247 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:28:22.247 INFO [stderr] Nov 17 10:28:22.431 INFO [stderr] warning: unused variable: `m` Nov 17 10:28:22.431 INFO [stderr] --> src/main.rs:33:29 Nov 17 10:28:22.431 INFO [stderr] | Nov 17 10:28:22.431 INFO [stderr] 33 | let m = table.get_mines_around(pos); Nov 17 10:28:22.431 INFO [stderr] | ^ help: consider using `_m` instead Nov 17 10:28:22.431 INFO [stderr] | Nov 17 10:28:22.431 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 10:28:22.431 INFO [stderr] Nov 17 10:28:22.431 INFO [stderr] warning: unused variable: `hex` Nov 17 10:28:22.431 INFO [stderr] --> src/table.rs:232:27 Nov 17 10:28:22.431 INFO [stderr] | Nov 17 10:28:22.431 INFO [stderr] 232 | pub fn draw(&mut self,hex: &G2dTexture,glyphs: &mut Glyphs,c: &Context, g: &mut G2d) Nov 17 10:28:22.431 INFO [stderr] | ^^^ help: consider using `_hex` instead Nov 17 10:28:22.431 INFO [stderr] Nov 17 10:28:30.479 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s Nov 17 10:28:30.493 INFO [stderr] su: No module specific data is present Nov 17 10:28:31.576 INFO running `"docker" "inspect" "a42e6c197f234708c91645a368f354fc1f8515b077cfeaafdfe4fd273af0a231"` Nov 17 10:28:31.866 INFO running `"docker" "rm" "-f" "a42e6c197f234708c91645a368f354fc1f8515b077cfeaafdfe4fd273af0a231"` Nov 17 10:28:32.206 INFO [stdout] a42e6c197f234708c91645a368f354fc1f8515b077cfeaafdfe4fd273af0a231 Nov 17 10:28:32.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 10:28:32.651 INFO [stdout] 2edd7787f4934dd1d401b9fa8696937c4adfd9db1db85422c9d96e65113ed6d7 Nov 17 10:28:32.657 INFO running `"docker" "start" "-a" "2edd7787f4934dd1d401b9fa8696937c4adfd9db1db85422c9d96e65113ed6d7"` Nov 17 10:28:33.875 INFO [stderr] usermod: no changes Nov 17 10:28:34.170 INFO [stderr] Compiling hexaminas v0.1.0 (/source) Nov 17 10:28:38.067 INFO [stderr] warning: unused import: `piston_window::character::CharacterCache` Nov 17 10:28:38.067 INFO [stderr] --> src/table.rs:5:5 Nov 17 10:28:38.068 INFO [stderr] | Nov 17 10:28:38.068 INFO [stderr] 5 | use piston_window::character::CharacterCache; Nov 17 10:28:38.068 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 10:28:38.068 INFO [stderr] | Nov 17 10:28:38.069 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:28:38.069 INFO [stderr] Nov 17 10:28:38.233 INFO [stderr] warning: unused variable: `m` Nov 17 10:28:38.233 INFO [stderr] --> src/main.rs:33:29 Nov 17 10:28:38.233 INFO [stderr] | Nov 17 10:28:38.233 INFO [stderr] 33 | let m = table.get_mines_around(pos); Nov 17 10:28:38.233 INFO [stderr] | ^ help: consider using `_m` instead Nov 17 10:28:38.233 INFO [stderr] | Nov 17 10:28:38.234 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 10:28:38.234 INFO [stderr] Nov 17 10:28:38.234 INFO [stderr] warning: unused variable: `hex` Nov 17 10:28:38.234 INFO [stderr] --> src/table.rs:232:27 Nov 17 10:28:38.234 INFO [stderr] | Nov 17 10:28:38.234 INFO [stderr] 232 | pub fn draw(&mut self,hex: &G2dTexture,glyphs: &mut Glyphs,c: &Context, g: &mut G2d) Nov 17 10:28:38.234 INFO [stderr] | ^^^ help: consider using `_hex` instead Nov 17 10:28:38.234 INFO [stderr] Nov 17 10:28:38.708 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.80s Nov 17 10:28:38.727 INFO [stderr] su: No module specific data is present Nov 17 10:28:40.183 INFO running `"docker" "inspect" "2edd7787f4934dd1d401b9fa8696937c4adfd9db1db85422c9d96e65113ed6d7"` Nov 17 10:28:40.501 INFO running `"docker" "rm" "-f" "2edd7787f4934dd1d401b9fa8696937c4adfd9db1db85422c9d96e65113ed6d7"` Nov 17 10:28:40.911 INFO [stdout] 2edd7787f4934dd1d401b9fa8696937c4adfd9db1db85422c9d96e65113ed6d7 Nov 17 10:28:40.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 10:28:41.616 INFO [stdout] ed91c8b782314569ce0d05811f7e7594d6e7891d7b388c680cd88c785d7ef76f Nov 17 10:28:41.620 INFO running `"docker" "start" "-a" "ed91c8b782314569ce0d05811f7e7594d6e7891d7b388c680cd88c785d7ef76f"` Nov 17 10:28:43.626 INFO [stderr] usermod: no changes Nov 17 10:28:43.871 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s Nov 17 10:28:43.876 INFO [stderr] Running /target/debug/deps/hexaminas-59a841b601619b71 Nov 17 10:28:43.881 INFO [stdout] Nov 17 10:28:43.881 INFO [stdout] running 0 tests Nov 17 10:28:43.881 INFO [stdout] Nov 17 10:28:43.881 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:28:43.881 INFO [stdout] Nov 17 10:28:43.899 INFO [stderr] su: No module specific data is present Nov 17 10:28:44.743 INFO running `"docker" "inspect" "ed91c8b782314569ce0d05811f7e7594d6e7891d7b388c680cd88c785d7ef76f"` Nov 17 10:28:45.029 INFO running `"docker" "rm" "-f" "ed91c8b782314569ce0d05811f7e7594d6e7891d7b388c680cd88c785d7ef76f"` Nov 17 10:28:45.218 INFO [stdout] ed91c8b782314569ce0d05811f7e7594d6e7891d7b388c680cd88c785d7ef76f