[INFO] updating cached repository grantdhunter/rust_on_android_talk [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/grantdhunter/rust_on_android_talk [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/grantdhunter/rust_on_android_talk" "work/ex/beta-1.38-1/sources/1.37.0/gh/grantdhunter/rust_on_android_talk"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/grantdhunter/rust_on_android_talk'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/grantdhunter/rust_on_android_talk" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/grantdhunter/rust_on_android_talk"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/grantdhunter/rust_on_android_talk'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0781fedec7cba2e3b8df23e8c186a03b33979749 [INFO] sha for GitHub repo grantdhunter/rust_on_android_talk: 0781fedec7cba2e3b8df23e8c186a03b33979749 [INFO] validating manifest of grantdhunter/rust_on_android_talk on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of grantdhunter/rust_on_android_talk on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing grantdhunter/rust_on_android_talk [INFO] finished frobbing grantdhunter/rust_on_android_talk [INFO] frobbed toml for grantdhunter/rust_on_android_talk written to work/ex/beta-1.38-1/sources/1.37.0/gh/grantdhunter/rust_on_android_talk/Cargo.toml [INFO] started frobbing grantdhunter/rust_on_android_talk [INFO] finished frobbing grantdhunter/rust_on_android_talk [INFO] frobbed toml for grantdhunter/rust_on_android_talk written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/grantdhunter/rust_on_android_talk/Cargo.toml [INFO] crate grantdhunter/rust_on_android_talk already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing grantdhunter/rust_on_android_talk against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/grantdhunter/rust_on_android_talk:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 06b7707e87754462b1abdff2efcf20a783b6a943b9afe22ccc6993e4eaae6521 [INFO] running `"docker" "start" "-a" "06b7707e87754462b1abdff2efcf20a783b6a943b9afe22ccc6993e4eaae6521"` [INFO] [stderr] Compiling siphasher v0.2.1 [INFO] [stderr] Compiling serde v0.9.11 [INFO] [stderr] Compiling android_glue v0.2.2 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Compiling serde_json v0.9.9 [INFO] [stderr] Compiling libloading v0.3.2 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling winit v0.5.11 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling android_rust_talk v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved imports `android_glue::Event`, `android_glue::MotionAction` [INFO] [stderr] --> src/main.rs:6:20 [INFO] [stderr] | [INFO] [stderr] 6 | use android_glue::{Event, MotionAction}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ no `MotionAction` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Event` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_log` in crate `android_glue` [INFO] [stderr] --> src/main.rs:91:19 [INFO] [stderr] | [INFO] [stderr] 91 | android_glue::write_log("Hello, world!"); [INFO] [stderr] | ^^^^^^^^^ not found in `android_glue` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `add_sender` in crate `android_glue` [INFO] [stderr] --> src/main.rs:95:19 [INFO] [stderr] | [INFO] [stderr] 95 | android_glue::add_sender(sender); [INFO] [stderr] | ^^^^^^^^^^ not found in `android_glue` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `set_multitouch` in crate `android_glue` [INFO] [stderr] --> src/main.rs:96:19 [INFO] [stderr] | [INFO] [stderr] 96 | android_glue::set_multitouch(true); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `android_glue` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `android_rust_talk`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "06b7707e87754462b1abdff2efcf20a783b6a943b9afe22ccc6993e4eaae6521"` [INFO] running `"docker" "rm" "-f" "06b7707e87754462b1abdff2efcf20a783b6a943b9afe22ccc6993e4eaae6521"` [INFO] [stdout] 06b7707e87754462b1abdff2efcf20a783b6a943b9afe22ccc6993e4eaae6521