[INFO] updating cached repository eggmund/MC_test [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/eggmund/MC_test [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/eggmund/MC_test" "work/ex/beta-1.38-1/sources/1.37.0/gh/eggmund/MC_test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/eggmund/MC_test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/eggmund/MC_test" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eggmund/MC_test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eggmund/MC_test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ea0ff319fc09bf44495d38e2cc5cabd22fba9b0c [INFO] sha for GitHub repo eggmund/MC_test: ea0ff319fc09bf44495d38e2cc5cabd22fba9b0c [INFO] validating manifest of eggmund/MC_test on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of eggmund/MC_test on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing eggmund/MC_test [INFO] finished frobbing eggmund/MC_test [INFO] frobbed toml for eggmund/MC_test written to work/ex/beta-1.38-1/sources/1.37.0/gh/eggmund/MC_test/Cargo.toml [INFO] started frobbing eggmund/MC_test [INFO] finished frobbing eggmund/MC_test [INFO] frobbed toml for eggmund/MC_test written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eggmund/MC_test/Cargo.toml [INFO] crate eggmund/MC_test already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing eggmund/MC_test against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eggmund/MC_test:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 7cc00d73730b7ca23b337b204dae1bac19590ed4d43d72631b3f6c929ea20157 [INFO] running `"docker" "start" "-a" "7cc00d73730b7ca23b337b204dae1bac19590ed4d43d72631b3f6c929ea20157"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling instant v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling rusttype v0.7.6 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.5 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.1 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling ncollide3d v0.19.1 [INFO] [stderr] Compiling kiss3d v0.20.1 [INFO] [stderr] Compiling mc_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `get_chunk_pos_at_world_pos` [INFO] [stderr] --> src/block.rs:187:5 [INFO] [stderr] | [INFO] [stderr] 187 | pub fn get_chunk_pos_at_world_pos(pos: &Point3) -> Point2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_chunk_pos_at_block_pos` [INFO] [stderr] --> src/block.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | pub fn get_chunk_pos_at_block_pos(pos: &Point3) -> Point2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_block_pos_at_world_pos` [INFO] [stderr] --> src/block.rs:197:5 [INFO] [stderr] | [INFO] [stderr] 197 | pub fn get_block_pos_at_world_pos(pos: &Point3) -> Point3 { // Absolute position of block (without taking chunk into consideration) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_block_relative_pos_at_block_pos` [INFO] [stderr] --> src/block.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | pub fn get_block_relative_pos_at_block_pos(pos: &Point3) -> (Point2, Point3) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_block_relative_pos_at_world_pos` [INFO] [stderr] --> src/block.rs:213:5 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn get_block_relative_pos_at_world_pos(pos: &Point3) -> (Point2, Point3) { // Returns chunk pos and block pos in chunk [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 23s [INFO] running `"docker" "inspect" "7cc00d73730b7ca23b337b204dae1bac19590ed4d43d72631b3f6c929ea20157"` [INFO] running `"docker" "rm" "-f" "7cc00d73730b7ca23b337b204dae1bac19590ed4d43d72631b3f6c929ea20157"` [INFO] [stdout] 7cc00d73730b7ca23b337b204dae1bac19590ed4d43d72631b3f6c929ea20157 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eggmund/MC_test:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 815009ecce38e23eb2202eb9710948d794b1b3592cec4a60fc9207c3071eeeef [INFO] running `"docker" "start" "-a" "815009ecce38e23eb2202eb9710948d794b1b3592cec4a60fc9207c3071eeeef"` [INFO] [stderr] Compiling mc_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `get_chunk_pos_at_world_pos` [INFO] [stderr] --> src/block.rs:187:5 [INFO] [stderr] | [INFO] [stderr] 187 | pub fn get_chunk_pos_at_world_pos(pos: &Point3) -> Point2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_chunk_pos_at_block_pos` [INFO] [stderr] --> src/block.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | pub fn get_chunk_pos_at_block_pos(pos: &Point3) -> Point2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_block_pos_at_world_pos` [INFO] [stderr] --> src/block.rs:197:5 [INFO] [stderr] | [INFO] [stderr] 197 | pub fn get_block_pos_at_world_pos(pos: &Point3) -> Point3 { // Absolute position of block (without taking chunk into consideration) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_block_relative_pos_at_block_pos` [INFO] [stderr] --> src/block.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | pub fn get_block_relative_pos_at_block_pos(pos: &Point3) -> (Point2, Point3) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_block_relative_pos_at_world_pos` [INFO] [stderr] --> src/block.rs:213:5 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn get_block_relative_pos_at_world_pos(pos: &Point3) -> (Point2, Point3) { // Returns chunk pos and block pos in chunk [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.52s [INFO] running `"docker" "inspect" "815009ecce38e23eb2202eb9710948d794b1b3592cec4a60fc9207c3071eeeef"` [INFO] running `"docker" "rm" "-f" "815009ecce38e23eb2202eb9710948d794b1b3592cec4a60fc9207c3071eeeef"` [INFO] [stdout] 815009ecce38e23eb2202eb9710948d794b1b3592cec4a60fc9207c3071eeeef [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eggmund/MC_test:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] e883c727e63b3a2676155125677a0f8de6d091271617bc183c3be6aea6bf608b [INFO] running `"docker" "start" "-a" "e883c727e63b3a2676155125677a0f8de6d091271617bc183c3be6aea6bf608b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/crater/target/debug/deps/mc_test-ecb9669766d14138 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e883c727e63b3a2676155125677a0f8de6d091271617bc183c3be6aea6bf608b"` [INFO] running `"docker" "rm" "-f" "e883c727e63b3a2676155125677a0f8de6d091271617bc183c3be6aea6bf608b"` [INFO] [stdout] e883c727e63b3a2676155125677a0f8de6d091271617bc183c3be6aea6bf608b