[INFO] updating cached repository https://github.com/spwilson2/xi-example-frontend [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] d5f777d3add4f283e21dd16cd25e084c3078b2f1 [INFO] testing spwilson2/xi-example-frontend against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspwilson2%2Fxi-example-frontend" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/spwilson2/xi-example-frontend 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/spwilson2/xi-example-frontend [INFO] finished tweaking git repo https://github.com/spwilson2/xi-example-frontend [INFO] tweaked toml for git repo https://github.com/spwilson2/xi-example-frontend written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/spwilson2/xi-example-frontend 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 81d5fcd630dd5861664dd6111a399f6389ad5cdfacdd2b71935f4084c4ea86a2 [INFO] running `"docker" "start" "-a" "81d5fcd630dd5861664dd6111a399f6389ad5cdfacdd2b71935f4084c4ea86a2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling xi-unicode v0.2.0 (https://github.com/xi-editor/xi-editor#53c5b962) [INFO] [stderr] Compiling thread_local v1.0.0 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling termion v1.5.4 [INFO] [stderr] Compiling notify v5.0.0-pre.1 [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling plist v0.4.2 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling xi-rope v0.3.0 (https://github.com/xi-editor/xi-editor#53c5b962) [INFO] [stderr] Compiling toml v0.5.5 [INFO] [stderr] Compiling xi-trace v0.2.0 (https://github.com/xi-editor/xi-editor#53c5b962) [INFO] [stderr] Compiling syntect v3.3.0 [INFO] [stderr] Compiling xi-rpc v0.3.0 (https://github.com/xi-editor/xi-editor#53c5b962) [INFO] [stderr] Compiling xi-core-lib v0.3.0 (https://github.com/xi-editor/xi-editor#53c5b962) [INFO] [stderr] Compiling xi-example-cli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `super::actions` [INFO] [stderr] --> src/ui/controller.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use super::actions::Action; [INFO] [stderr] | ^^^^^^^ could not find `actions` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Response` [INFO] [stderr] --> src/ui/controller.rs:70:21 [INFO] [stderr] | [INFO] [stderr] 70 | Response::Continue => continue, [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Response` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Response` [INFO] [stderr] --> src/ui/controller.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | Response::Stop => break, [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Response` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Response` [INFO] [stderr] --> src/ui/controller.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | Response::SwitchToInsertMode => self.mode = Mode::Insert, [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Response` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Mode` [INFO] [stderr] --> src/ui/controller.rs:72:65 [INFO] [stderr] | [INFO] [stderr] 72 | Response::SwitchToInsertMode => self.mode = Mode::Insert, [INFO] [stderr] | ^^^^ use of undeclared type or module `Mode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Response` [INFO] [stderr] --> src/ui/controller.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | Response::SwitchToNormalMode => self.mode = Mode::Normal, [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Response` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Mode` [INFO] [stderr] --> src/ui/controller.rs:73:65 [INFO] [stderr] | [INFO] [stderr] 73 | Response::SwitchToNormalMode => self.mode = Mode::Normal, [INFO] [stderr] | ^^^^ use of undeclared type or module `Mode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Response` [INFO] [stderr] --> src/ui/controller.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | Response::SwitchToVisualMode => self.mode = Mode::Visual, [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Response` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Mode` [INFO] [stderr] --> src/ui/controller.rs:74:65 [INFO] [stderr] | [INFO] [stderr] 74 | Response::SwitchToVisualMode => self.mode = Mode::Visual, [INFO] [stderr] | ^^^^ use of undeclared type or module `Mode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Response` [INFO] [stderr] --> src/ui/controller.rs:75:21 [INFO] [stderr] | [INFO] [stderr] 75 | Response::SwitchToActionMode => self.mode = Mode::Action, [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Response` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Mode` [INFO] [stderr] --> src/ui/controller.rs:75:65 [INFO] [stderr] | [INFO] [stderr] 75 | Response::SwitchToActionMode => self.mode = Mode::Action, [INFO] [stderr] | ^^^^ use of undeclared type or module `Mode` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in this scope [INFO] [stderr] --> src/ui/controller.rs:25:81 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn open_file(&mut self, core: &dyn Peer, file_path: &str) -> Result<(), Error> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::de::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::de::value::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::export::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 8 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in this scope [INFO] [stderr] --> src/ui/controller.rs:53:80 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn start_keyboard_event_loop(&mut self, core: &dyn Peer) -> Result<(), Error> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::de::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::de::value::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::export::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 8 other candidates [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `action` in this scope [INFO] [stderr] --> src/ui/controller.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | action = Some(Action::InsertKeyStroke(key)); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `action` in this scope [INFO] [stderr] --> src/ui/controller.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | if action.is_none() { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `action` in this scope [INFO] [stderr] --> src/ui/controller.rs:65:21 [INFO] [stderr] | [INFO] [stderr] 65 | action [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0603]: struct import `InputController` is private [INFO] [stderr] --> src/main.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | use ui::InputController; [INFO] [stderr] | ^^^^^^^^^^^^^^^ private struct import [INFO] [stderr] | [INFO] [stderr] note: the struct import `InputController` is defined here... [INFO] [stderr] --> src/ui/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use self::controller::InputController; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: ...and refers to the struct `InputController` which is defined here [INFO] [stderr] --> src/ui/controller.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct InputController { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ consider importing it directly [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `mode` on type `&mut ui::controller::InputController` [INFO] [stderr] --> src/ui/controller.rs:45:31 [INFO] [stderr] | [INFO] [stderr] 45 | "value": self.mode.to_string(), [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `keyboard`, `view_id`, `front_event_writer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `mode` on type `&mut ui::controller::InputController` [INFO] [stderr] --> src/ui/controller.rs:72:58 [INFO] [stderr] | [INFO] [stderr] 72 | Response::SwitchToInsertMode => self.mode = Mode::Insert, [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `keyboard`, `view_id`, `front_event_writer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `mode` on type `&mut ui::controller::InputController` [INFO] [stderr] --> src/ui/controller.rs:73:58 [INFO] [stderr] | [INFO] [stderr] 73 | Response::SwitchToNormalMode => self.mode = Mode::Normal, [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `keyboard`, `view_id`, `front_event_writer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `mode` on type `&mut ui::controller::InputController` [INFO] [stderr] --> src/ui/controller.rs:74:58 [INFO] [stderr] | [INFO] [stderr] 74 | Response::SwitchToVisualMode => self.mode = Mode::Visual, [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `keyboard`, `view_id`, `front_event_writer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `mode` on type `&mut ui::controller::InputController` [INFO] [stderr] --> src/ui/controller.rs:75:58 [INFO] [stderr] | [INFO] [stderr] 75 | Response::SwitchToActionMode => self.mode = Mode::Action, [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `keyboard`, `view_id`, `front_event_writer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `mode` on type `&mut ui::controller::InputController` [INFO] [stderr] --> src/ui/controller.rs:87:39 [INFO] [stderr] | [INFO] [stderr] 87 | "value": self.mode.to_string(), [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `keyboard`, `view_id`, `front_event_writer` [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0603, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `xi-example-cli`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "81d5fcd630dd5861664dd6111a399f6389ad5cdfacdd2b71935f4084c4ea86a2"` [INFO] running `"docker" "rm" "-f" "81d5fcd630dd5861664dd6111a399f6389ad5cdfacdd2b71935f4084c4ea86a2"` [INFO] [stdout] 81d5fcd630dd5861664dd6111a399f6389ad5cdfacdd2b71935f4084c4ea86a2