[INFO] fetching crate amethyst-console 0.1.0... [INFO] checking amethyst-console-0.1.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate amethyst-console 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate amethyst-console 0.1.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate amethyst-console 0.1.0 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate amethyst-console 0.1.0 [INFO] tweaked toml for crates.io crate amethyst-console 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate amethyst-console 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=allow" "-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-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 354ad0a00da5cddf86c89214866a752338c066b6cdb6c1213ad4e4443e4bfe7a [INFO] running `"docker" "start" "-a" "354ad0a00da5cddf86c89214866a752338c066b6cdb6c1213ad4e4443e4bfe7a"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cvar v0.2.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Compiling imgui-sys v0.2.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking imgui v0.2.1 [INFO] [stderr] Checking amethyst-console v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `amethyst` [INFO] [stderr] --> examples/demo_console.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use amethyst::{ [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `amethyst` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `amethyst_console::amethyst_imgui`, `amethyst::ecs::Read`, `amethyst::ecs::System`, `amethyst::input::InputBundle`, `amethyst::input::StringBindings`, `amethyst::renderer::bundle::RenderingBundle`, `amethyst::renderer::types::DefaultBackend`, `amethyst::renderer::RenderToWindow`, `amethyst::utils::application_root_dir` [INFO] [stderr] --> examples/demo_console.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 15 | ecs::{Read, System}, [INFO] [stderr] | ^^^^ ^^^^^^ [INFO] [stderr] 16 | input::{InputBundle, StringBindings}, [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] 17 | prelude::*, [INFO] [stderr] 18 | renderer::{bundle::RenderingBundle, types::DefaultBackend, RenderToWindow}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] 19 | utils::application_root_dir, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 22 | use amethyst_console::{amethyst_imgui::RenderImgui, IConsoleExt, IVisitExt}; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `amethyst_imgui` in `amethyst_console` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `amethyst` [INFO] [stderr] --> examples/demo_console.rs:157:14 [INFO] [stderr] | [INFO] [stderr] 157 | fn main() -> amethyst::Result<()> { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `amethyst` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `amethyst` [INFO] [stderr] --> examples/demo_console.rs:158:5 [INFO] [stderr] | [INFO] [stderr] 158 | amethyst::start_logger(amethyst::LoggerConfig::default()); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `amethyst` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `amethyst` [INFO] [stderr] --> examples/demo_console.rs:158:28 [INFO] [stderr] | [INFO] [stderr] 158 | amethyst::start_logger(amethyst::LoggerConfig::default()); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `amethyst` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GameDataBuilder` [INFO] [stderr] --> examples/demo_console.rs:169:21 [INFO] [stderr] | [INFO] [stderr] 169 | let game_data = GameDataBuilder::default() [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `GameDataBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `InputBundle` [INFO] [stderr] --> examples/demo_console.rs:174:13 [INFO] [stderr] | [INFO] [stderr] 174 | InputBundle::::new().with_bindings_from_file("examples/input.ron")?, [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `InputBundle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RenderingBundle` [INFO] [stderr] --> examples/demo_console.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | RenderingBundle::::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `RenderingBundle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RenderToWindow` [INFO] [stderr] --> examples/demo_console.rs:179:21 [INFO] [stderr] | [INFO] [stderr] 179 | RenderToWindow::from_config_path(display_config_path) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `RenderToWindow` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Application` [INFO] [stderr] --> examples/demo_console.rs:185:5 [INFO] [stderr] | [INFO] [stderr] 185 | Application::build("/", Example)?.build(game_data)?.run(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Application` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `System` in this scope [INFO] [stderr] --> examples/demo_console.rs:138:10 [INFO] [stderr] | [INFO] [stderr] 138 | impl<'s> System<'s> for ExampleSystem { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Read` in this scope [INFO] [stderr] --> examples/demo_console.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | Read<'s, GameConfig>, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 14 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 14 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `SimpleState` in this scope [INFO] [stderr] --> examples/demo_console.rs:155:6 [INFO] [stderr] | [INFO] [stderr] 155 | impl SimpleState for Example {} [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `application_root_dir` in this scope [INFO] [stderr] --> examples/demo_console.rs:159:20 [INFO] [stderr] | [INFO] [stderr] 159 | let app_root = application_root_dir()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `create_system` in crate `amethyst_console` [INFO] [stderr] --> examples/demo_console.rs:167:44 [INFO] [stderr] | [INFO] [stderr] 167 | let console_system = amethyst_console::create_system::(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `amethyst_console` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `StringBindings` in this scope [INFO] [stderr] --> examples/demo_console.rs:174:27 [INFO] [stderr] | [INFO] [stderr] 174 | InputBundle::::new().with_bindings_from_file("examples/input.ron")?, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DefaultBackend` in this scope [INFO] [stderr] --> examples/demo_console.rs:177:31 [INFO] [stderr] | [INFO] [stderr] 177 | RenderingBundle::::new() [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `StringBindings` in this scope [INFO] [stderr] --> examples/demo_console.rs:182:44 [INFO] [stderr] | [INFO] [stderr] 182 | .with_plugin(RenderImgui::::default()), // <--- ADDED [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `amethyst-console`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "354ad0a00da5cddf86c89214866a752338c066b6cdb6c1213ad4e4443e4bfe7a"` [INFO] running `"docker" "rm" "-f" "354ad0a00da5cddf86c89214866a752338c066b6cdb6c1213ad4e4443e4bfe7a"` [INFO] [stdout] 354ad0a00da5cddf86c89214866a752338c066b6cdb6c1213ad4e4443e4bfe7a