[INFO] crate android_base 0.1.0 is already in cache [INFO] testing android_base-0.1.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate android_base 0.1.0 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate android_base 0.1.0 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 crates.io crate android_base 0.1.0 [INFO] finished tweaking crates.io crate android_base 0.1.0 [INFO] tweaked toml for crates.io crate android_base 0.1.0 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] d88b989244dfda6aa4aa0dd783bcf337ea1461244424b30d67414b90eda03fd6 [INFO] running `"docker" "start" "-a" "d88b989244dfda6aa4aa0dd783bcf337ea1461244424b30d67414b90eda03fd6"` [INFO] [stderr] Compiling khronos_api v0.0.8 [INFO] [stderr] Compiling shaders_graphics2d_gles v0.2.0 [INFO] [stderr] Compiling android_glue v0.2.3 [INFO] [stderr] Compiling piston2d-graphics v0.28.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling pistoncore-input v0.23.0 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling optimisticpeach-opengles_graphics v0.1.4 [INFO] [stderr] Compiling pistoncore-window v0.34.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.39.0 [INFO] [stderr] Compiling piston v0.39.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.51.1 [INFO] [stderr] Compiling android_base v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `android_glue::Event` [INFO] [stderr] --> src/app_container.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | use android_glue::Event; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `Event` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `android_glue::Event` [INFO] [stderr] --> src/app_container.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | use android_glue::Event; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `Event` in the root [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Event` in crate `android_glue` [INFO] [stderr] --> src/app_container.rs:14:61 [INFO] [stderr] | [INFO] [stderr] 14 | event_reciever: std::sync::mpsc::Receiver, [INFO] [stderr] | ^^^^^ not found in `android_glue` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use glutin::Event; [INFO] [stderr] | [INFO] [stderr] 1 | use winit::Event; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `add_sender` in crate `android_glue` [INFO] [stderr] --> src/app_container.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | android_glue::add_sender(sender); [INFO] [stderr] | ^^^^^^^^^^ not found in `android_glue` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Motion` in crate `android_glue` [INFO] [stderr] --> src/app_implementor.rs:22:48 [INFO] [stderr] | [INFO] [stderr] 22 | fn motion(&mut self, motion: android_glue::Motion) {} [INFO] [stderr] | ^^^^^^ not found in `android_glue` [INFO] [stderr] help: there is an enum variant `glutin::DeviceEvent::Motion` and 1 other; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 22 | fn motion(&mut self, motion: glutin::DeviceEvent) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 22 | fn motion(&mut self, motion: winit::DeviceEvent) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Event` in crate `android_glue` [INFO] [stderr] --> src/app_implementor.rs:34:47 [INFO] [stderr] | [INFO] [stderr] 34 | fn handle(&mut self, event: android_glue::Event) {} [INFO] [stderr] | ^^^^^ not found in `android_glue` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 2 | use glutin::Event; [INFO] [stderr] | [INFO] [stderr] 2 | use winit::Event; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `android_base`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d88b989244dfda6aa4aa0dd783bcf337ea1461244424b30d67414b90eda03fd6"` [INFO] running `"docker" "rm" "-f" "d88b989244dfda6aa4aa0dd783bcf337ea1461244424b30d67414b90eda03fd6"` [INFO] [stdout] d88b989244dfda6aa4aa0dd783bcf337ea1461244424b30d67414b90eda03fd6