[INFO] updating cached repository https://github.com/rodya-mirov/cadmium-ostrich [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] aaf2b9883c7e55a2f4e8cccc7e4a649e3697b6b8 [INFO] testing rodya-mirov/cadmium-ostrich against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fcadmium-ostrich" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rodya-mirov/cadmium-ostrich on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rodya-mirov/cadmium-ostrich [INFO] finished tweaking git repo https://github.com/rodya-mirov/cadmium-ostrich [INFO] tweaked toml for git repo https://github.com/rodya-mirov/cadmium-ostrich written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/rodya-mirov/cadmium-ostrich already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 9ce392f7bdc28173cf3b50cbfea08525fa0df398e20697df2aaabca6f8b67630 [INFO] running `"docker" "start" "-a" "9ce392f7bdc28173cf3b50cbfea08525fa0df398e20697df2aaabca6f8b67630"` [INFO] [stderr] Compiling ncurses v5.98.0 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling signal-hook v0.1.7 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling enumset_derive v0.2.0 [INFO] [stderr] Compiling enum-map-derive v0.4.0 [INFO] [stderr] Compiling enumset v0.3.14 [INFO] [stderr] Compiling enum-map v0.4.1 [INFO] [stderr] Compiling cursive v0.10.0 [INFO] [stderr] Compiling cursive_ui v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0658]: use of unstable library feature 'clamp' [INFO] [stderr] --> src/controller/mod.rs:77:44 [INFO] [stderr] | [INFO] [stderr] 77 | out.x = (out.x as i32 + out.x_vel).clamp(0, GAME_COLS as i32 - 1) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44095 [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'clamp' [INFO] [stderr] --> src/controller/mod.rs:78:44 [INFO] [stderr] | [INFO] [stderr] 78 | out.y = (out.y as i32 + out.y_vel).clamp(0, GAME_ROWS as i32 - 1) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44095 [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'clamp' [INFO] [stderr] --> src/controller/mod.rs:102:27 [INFO] [stderr] | [INFO] [stderr] 102 | let adj_x = (vx + dx).clamp(0, (GAME_COLS - VIEW_COLS) as i32 - 1) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44095 [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'clamp' [INFO] [stderr] --> src/controller/mod.rs:103:27 [INFO] [stderr] | [INFO] [stderr] 103 | let adj_y = (vy + dy).clamp(0, (GAME_ROWS - VIEW_ROWS) as i32 - 1) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44095 [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::utils::numerics::Clamp` [INFO] [stderr] --> src/controller/mod.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use crate::utils::numerics::Clamp; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `cursive_ui`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9ce392f7bdc28173cf3b50cbfea08525fa0df398e20697df2aaabca6f8b67630"` [INFO] running `"docker" "rm" "-f" "9ce392f7bdc28173cf3b50cbfea08525fa0df398e20697df2aaabca6f8b67630"` [INFO] [stdout] 9ce392f7bdc28173cf3b50cbfea08525fa0df398e20697df2aaabca6f8b67630