[INFO] updating cached repository vmannn/TheRustGame [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/vmannn/TheRustGame [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/vmannn/TheRustGame" "work/ex/beta-1.38-1/sources/1.37.0/gh/vmannn/TheRustGame"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/vmannn/TheRustGame'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vmannn/TheRustGame" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/vmannn/TheRustGame"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/vmannn/TheRustGame'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 039723b1c092223c02c8fdf198bfca1625997554 [INFO] sha for GitHub repo vmannn/TheRustGame: 039723b1c092223c02c8fdf198bfca1625997554 [INFO] validating manifest of vmannn/TheRustGame 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 vmannn/TheRustGame 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 vmannn/TheRustGame [INFO] finished frobbing vmannn/TheRustGame [INFO] frobbed toml for vmannn/TheRustGame written to work/ex/beta-1.38-1/sources/1.37.0/gh/vmannn/TheRustGame/Cargo.toml [INFO] started frobbing vmannn/TheRustGame [INFO] finished frobbing vmannn/TheRustGame [INFO] frobbed toml for vmannn/TheRustGame written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/vmannn/TheRustGame/Cargo.toml [INFO] crate vmannn/TheRustGame 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 vmannn/TheRustGame against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/vmannn/TheRustGame:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 0e0f29f14586d1511b7023c7a6d2a300b61b854f46d1e5e448dc2630f677aacd [INFO] running `"docker" "start" "-a" "0e0f29f14586d1511b7023c7a6d2a300b61b854f46d1e5e448dc2630f677aacd"` [INFO] [stderr] Compiling shader_version v0.3.0 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling draw_state v0.7.1 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling vecmath v0.3.1 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling pistoncore-input v0.20.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling gfx_core v0.7.2 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling piston2d-graphics v0.24.0 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling gl v0.7.0 [INFO] [stderr] Compiling glutin v0.10.1 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling pistoncore-window v0.30.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.35.0 [INFO] [stderr] Compiling piston v0.35.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.8.0 [INFO] [stderr] Compiling winit v0.8.3 [INFO] [stderr] Compiling pistoncore-glutin_window v0.43.0 [INFO] [stderr] Compiling gfx v0.16.3 [INFO] [stderr] Compiling gfx_device_gl v0.14.6 [INFO] [stderr] Compiling piston-gfx_texture v0.30.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.47.0 [INFO] [stderr] Compiling piston_window v0.74.0 [INFO] [stderr] Compiling snakegarden v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variant `left` should have an upper camel case name [INFO] [stderr] --> src/game.rs:483:5 [INFO] [stderr] | [INFO] [stderr] 483 | left, [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Left` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant `up` should have an upper camel case name [INFO] [stderr] --> src/game.rs:484:5 [INFO] [stderr] | [INFO] [stderr] 484 | up, [INFO] [stderr] | ^^ help: convert the identifier to upper camel case: `Up` [INFO] [stderr] [INFO] [stderr] warning: variant `right` should have an upper camel case name [INFO] [stderr] --> src/game.rs:485:5 [INFO] [stderr] | [INFO] [stderr] 485 | right, [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `Right` [INFO] [stderr] [INFO] [stderr] warning: variant `down` should have an upper camel case name [INFO] [stderr] --> src/game.rs:486:5 [INFO] [stderr] | [INFO] [stderr] 486 | down, [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Down` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 33s [INFO] running `"docker" "inspect" "0e0f29f14586d1511b7023c7a6d2a300b61b854f46d1e5e448dc2630f677aacd"` [INFO] running `"docker" "rm" "-f" "0e0f29f14586d1511b7023c7a6d2a300b61b854f46d1e5e448dc2630f677aacd"` [INFO] [stdout] 0e0f29f14586d1511b7023c7a6d2a300b61b854f46d1e5e448dc2630f677aacd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/vmannn/TheRustGame:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 76010be63fe6c8cb589f8c7fc108ff40f5b5bd68816e33e120da188c8fc04c3a [INFO] running `"docker" "start" "-a" "76010be63fe6c8cb589f8c7fc108ff40f5b5bd68816e33e120da188c8fc04c3a"` [INFO] [stderr] Compiling snakegarden v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variant `left` should have an upper camel case name [INFO] [stderr] --> src/game.rs:483:5 [INFO] [stderr] | [INFO] [stderr] 483 | left, [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Left` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant `up` should have an upper camel case name [INFO] [stderr] --> src/game.rs:484:5 [INFO] [stderr] | [INFO] [stderr] 484 | up, [INFO] [stderr] | ^^ help: convert the identifier to upper camel case: `Up` [INFO] [stderr] [INFO] [stderr] warning: variant `right` should have an upper camel case name [INFO] [stderr] --> src/game.rs:485:5 [INFO] [stderr] | [INFO] [stderr] 485 | right, [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `Right` [INFO] [stderr] [INFO] [stderr] warning: variant `down` should have an upper camel case name [INFO] [stderr] --> src/game.rs:486:5 [INFO] [stderr] | [INFO] [stderr] 486 | down, [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Down` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.78s [INFO] running `"docker" "inspect" "76010be63fe6c8cb589f8c7fc108ff40f5b5bd68816e33e120da188c8fc04c3a"` [INFO] running `"docker" "rm" "-f" "76010be63fe6c8cb589f8c7fc108ff40f5b5bd68816e33e120da188c8fc04c3a"` [INFO] [stdout] 76010be63fe6c8cb589f8c7fc108ff40f5b5bd68816e33e120da188c8fc04c3a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/vmannn/TheRustGame:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 908cd95bcd03a0af6cd050974dc9cf73752ed765f626713b155d73bd8eefe8f0 [INFO] running `"docker" "start" "-a" "908cd95bcd03a0af6cd050974dc9cf73752ed765f626713b155d73bd8eefe8f0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/snakegarden-a4d013b0f9905a73 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test game::three_snake_squares ... ok [INFO] [stdout] test game::test_snake_poisoned_true ... ok [INFO] [stdout] test game::beginning_head_coordinates ... ok [INFO] [stdout] test game::test_for_overlap ... ok [INFO] [stdout] test game::next_block_to_travel ... ok [INFO] [stdout] test game::test_facing_direction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "908cd95bcd03a0af6cd050974dc9cf73752ed765f626713b155d73bd8eefe8f0"` [INFO] running `"docker" "rm" "-f" "908cd95bcd03a0af6cd050974dc9cf73752ed765f626713b155d73bd8eefe8f0"` [INFO] [stdout] 908cd95bcd03a0af6cd050974dc9cf73752ed765f626713b155d73bd8eefe8f0