[INFO] updating cached repository https://github.com/dcchut/dlite [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] 07387c86a87330397e288206f5f2a9edbbc1f1c4 [INFO] testing dcchut/dlite against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdcchut%2Fdlite" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dcchut/dlite on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dcchut/dlite [INFO] finished tweaking git repo https://github.com/dcchut/dlite [INFO] tweaked toml for git repo https://github.com/dcchut/dlite written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/dcchut/dlite already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2020-06-03" "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] 74e9423360470cf42e1080beb5dce6cd9f9c32bf0062fbd6abc9f8d241394766 [INFO] running `"docker" "start" "-a" "74e9423360470cf42e1080beb5dce6cd9f9c32bf0062fbd6abc9f8d241394766"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling wide v0.4.5 [INFO] [stderr] Compiling instant v0.1.2 [INFO] [stderr] Compiling hashbrown v0.7.1 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling glow v0.4.0 [INFO] [stderr] Compiling png v0.16.2 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling hibitset v0.6.3 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling image v0.23.3 [INFO] [stderr] Compiling bracket-color v0.8.1 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling ultraviolet v0.4.6 [INFO] [stderr] Compiling bracket-random v0.8.0 [INFO] [stderr] Compiling bracket-noise v0.8.1 [INFO] [stderr] Compiling bracket-geometry v0.8.1 [INFO] [stderr] Compiling bracket-algorithm-traits v0.8.1 [INFO] [stderr] Compiling bracket-pathfinding v0.8.1 [INFO] [stderr] Compiling tynm v0.1.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.3.2 [INFO] [stderr] Compiling shred v0.10.2 [INFO] [stderr] Compiling specs v0.16.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.22.0 [INFO] [stderr] Compiling glutin v0.24.0 [INFO] [stderr] Compiling bracket-terminal v0.8.1 [INFO] [stderr] Compiling bracket-lib v0.8.1 [INFO] [stderr] Compiling rltk v0.8.1 [INFO] [stderr] Compiling dlite v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0053]: method `get_available_exits` has an incompatible type for trait [INFO] [stderr] --> src/map.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | fn get_available_exits(&self, _idx: usize) -> Vec<(usize, f32)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&map::AutomataMap, _) -> smallvec::SmallVec<[(usize, f32); 10]>` [INFO] [stderr] found fn pointer `fn(&map::AutomataMap, _) -> std::vec::Vec<(usize, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_post_scanlines` found for enum `std::result::Result>` in the current scope [INFO] [stderr] --> src/main.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | context.with_post_scanlines(true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ method not found in `std::result::Result>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:174:21 [INFO] [stderr] | [INFO] [stderr] 174 | rltk::main_loop(context, gs); [INFO] [stderr] | ^^^^^^^ expected struct `bracket_terminal::bterm::BTerm`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `bracket_terminal::bterm::BTerm` [INFO] [stderr] found enum `std::result::Result>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/components.rs:29:19 [INFO] [stderr] | [INFO] [stderr] 29 | Self::new(rltk::to_cp437(c), fg, bg) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ expected `u8`, found `u16` [INFO] [stderr] | [INFO] [stderr] help: you can convert an `u16` to `u8` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 29 | Self::new(rltk::to_cp437(c).try_into().unwrap(), fg, bg) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Console` [INFO] [stderr] --> src/main.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use rltk::{Console, GameState, Point, Rltk, RltkBuilder, RGB}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Console` [INFO] [stderr] --> src/fibre_grid.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use rltk::{Console, Point, RandomNumberGenerator, Rltk, RGB}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Console` [INFO] [stderr] --> src/map.rs:3:34 [INFO] [stderr] | [INFO] [stderr] 3 | use rltk::{Algorithm2D, BaseMap, Console, Point, RandomNumberGenerator, Rltk, RGB}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `dlite`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "74e9423360470cf42e1080beb5dce6cd9f9c32bf0062fbd6abc9f8d241394766"` [INFO] running `"docker" "rm" "-f" "74e9423360470cf42e1080beb5dce6cd9f9c32bf0062fbd6abc9f8d241394766"` [INFO] [stdout] 74e9423360470cf42e1080beb5dce6cd9f9c32bf0062fbd6abc9f8d241394766