[INFO] updating cached repository https://github.com/etoob/fat-game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9e6c2b64855ea109dbec65f61d32ac507973b94e [INFO] testing etoob/fat-game against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetoob%2Ffat-game" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/etoob/fat-game on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/etoob/fat-game [INFO] finished tweaking git repo https://github.com/etoob/fat-game [INFO] tweaked toml for git repo https://github.com/etoob/fat-game written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/etoob/fat-game already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4f9736c0a8ce6d309b3af5bb7e903ba647ad233daf95d56923ff6229bf419499 [INFO] running `"docker" "start" "-a" "4f9736c0a8ce6d309b3af5bb7e903ba647ad233daf95d56923ff6229bf419499"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling crossbeam-queue v0.2.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling piston2d-graphics v0.35.0 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling pistoncore-input v0.28.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.69.0 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling pistoncore-window v0.44.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.49.0 [INFO] [stderr] Compiling piston v0.49.0 [INFO] [stderr] Compiling glutin v0.21.2 [INFO] [stderr] Compiling pistoncore-glutin_window v0.63.0 [INFO] [stderr] Compiling fat-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `rand`? [INFO] [stderr] --> src/code/game_objects.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use rand::prelude::*; [INFO] [stderr] | ^^^^ maybe a missing crate `rand`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rand` [INFO] [stderr] --> src/code/game_objects.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rand::Rng; [INFO] [stderr] | ^^^^ maybe a missing crate `rand`? [INFO] [stderr] [INFO] [stderr] warning: variant `Bad_Apple` should have an upper camel case name [INFO] [stderr] --> src/code/game_objects.rs:189:5 [INFO] [stderr] | [INFO] [stderr] 189 | Bad_Apple, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `BadApple` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `Bad_Banana` should have an upper camel case name [INFO] [stderr] --> src/code/game_objects.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | Bad_Banana, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BadBanana` [INFO] [stderr] [INFO] [stderr] warning: variant `Box_Crate` should have an upper camel case name [INFO] [stderr] --> src/code/game_objects.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | Box_Crate, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `BoxCrate` [INFO] [stderr] [INFO] [stderr] warning: variant `Good_Apple` should have an upper camel case name [INFO] [stderr] --> src/code/game_objects.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | Good_Apple, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GoodApple` [INFO] [stderr] [INFO] [stderr] warning: variant `Good_Banana` should have an upper camel case name [INFO] [stderr] --> src/code/game_objects.rs:193:5 [INFO] [stderr] | [INFO] [stderr] 193 | Good_Banana, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoodBanana` [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::IdleEvent` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use piston::IdleEvent; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 111 | / loop { [INFO] [stderr] 112 | | run_game(); [INFO] [stderr] 113 | | } [INFO] [stderr] | |_____- any code following this expression is unreachable [INFO] [stderr] 114 | // run_game(); [INFO] [stderr] 115 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `gen` found for struct `rand::rngs::thread::ThreadRng` in the current scope [INFO] [stderr] --> src/code/game_objects.rs:203:24 [INFO] [stderr] | [INFO] [stderr] 203 | let pick = rng.gen::() % 9; [INFO] [stderr] | ^^^ method not found in `rand::rngs::thread::ThreadRng` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand-0.7.2/src/lib.rs:182:8 [INFO] [stderr] | [INFO] [stderr] 182 | fn gen(&mut self) -> T [INFO] [stderr] | --- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use rand::Rng;` [INFO] [stderr] [INFO] [stderr] warning: unused import: `code` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use code::*; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::AfterRenderEvent` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use piston::AfterRenderEvent; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::RenderEvent` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use piston::RenderEvent; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::UpdateEvent` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use piston::UpdateEvent; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `fat-game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4f9736c0a8ce6d309b3af5bb7e903ba647ad233daf95d56923ff6229bf419499"` [INFO] running `"docker" "rm" "-f" "4f9736c0a8ce6d309b3af5bb7e903ba647ad233daf95d56923ff6229bf419499"` [INFO] [stdout] 4f9736c0a8ce6d309b3af5bb7e903ba647ad233daf95d56923ff6229bf419499