[INFO] updating cached repository https://github.com/mb64/android-rs-glue-test
[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] dae5201d90a5fa4834e3b7b65684592eb9dd079c
[INFO] checking mb64/android-rs-glue-test against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmb64%2Fandroid-rs-glue-test" "/workspace/builds/worker-9/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/mb64/android-rs-glue-test on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/mb64/android-rs-glue-test
[INFO] finished tweaking git repo https://github.com/mb64/android-rs-glue-test
[INFO] tweaked toml for git repo https://github.com/mb64/android-rs-glue-test written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] crate git repo https://github.com/mb64/android-rs-glue-test already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Updating git repository `https://github.com/mb64/android-rs-glue.git`
[INFO] [stderr] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/mb64/android-rs-glue.git`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] b58bd698ab03e88d04b315041d1ab8a58dba84cd569b93bc763bf76154e27615
[INFO] running `"docker" "start" "-a" "b58bd698ab03e88d04b315041d1ab8a58dba84cd569b93bc763bf76154e27615"`
[INFO] [stderr]    Compiling num_enum v0.2.3
[INFO] [stderr]     Checking android_glue v0.2.3 (https://github.com/mb64/android-rs-glue.git?branch=eventloop-2.0-overhaul#9b4a33d5)
[INFO] [stderr]     Checking glue-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `android_glue::ffi`
[INFO] [stderr]  --> src/main.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use android_glue::ffi;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ no `ffi` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `android_glue::looper`
[INFO] [stderr]  --> src/main.rs:2:19
[INFO] [stderr]   |
[INFO] [stderr] 2 | use android_glue::looper::{ForeignLooper, Poll, ThreadLooper};
[INFO] [stderr]   |                   ^^^^^^ could not find `looper` in `android_glue`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `android_glue::queue`
[INFO] [stderr]  --> src/main.rs:3:19
[INFO] [stderr]   |
[INFO] [stderr] 3 | use android_glue::queue::AInputQueue;
[INFO] [stderr]   |                   ^^^^^ could not find `queue` in `android_glue`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `glue` in `android_glue`
[INFO] [stderr]   --> src/main.rs:24:37
[INFO] [stderr]    |
[INFO] [stderr] 24 |     let android_app = android_glue::glue::get_android_app();
[INFO] [stderr]    |                                     ^^^^ could not find `glue` in `android_glue`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `android_glue::ffi`
[INFO] [stderr]  --> src/main.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use android_glue::ffi;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ no `ffi` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `android_glue::looper`
[INFO] [stderr]  --> src/main.rs:2:19
[INFO] [stderr]   |
[INFO] [stderr] 2 | use android_glue::looper::{ForeignLooper, Poll, ThreadLooper};
[INFO] [stderr]   |                   ^^^^^^ could not find `looper` in `android_glue`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `android_glue::queue`
[INFO] [stderr]  --> src/main.rs:3:19
[INFO] [stderr]   |
[INFO] [stderr] 3 | use android_glue::queue::AInputQueue;
[INFO] [stderr]   |                   ^^^^^ could not find `queue` in `android_glue`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `glue` in `android_glue`
[INFO] [stderr]   --> src/main.rs:24:37
[INFO] [stderr]    |
[INFO] [stderr] 24 |     let android_app = android_glue::glue::get_android_app();
[INFO] [stderr]    |                                     ^^^^ could not find `glue` in `android_glue`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:14:20
[INFO] [stderr]    |
[INFO] [stderr] 14 |         .unwrap_or(b"Panic!!!\0" as *const u8);
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i8`, found `u8`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected raw pointer `*const i8`
[INFO] [stderr]               found raw pointer `*const u8`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:12:28
[INFO] [stderr]    |
[INFO] [stderr] 12 |       let c_str: *const u8 = CString::new(format!("panic: {}", info))
[INFO] [stderr]    |  ________________---------___^
[INFO] [stderr]    | |                |
[INFO] [stderr]    | |                expected due to this
[INFO] [stderr] 13 | |         .map(|s| s.as_ptr())
[INFO] [stderr] 14 | |         .unwrap_or(b"Panic!!!\0" as *const u8);
[INFO] [stderr]    | |______________________________________________^ expected `u8`, found `i8`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected raw pointer `*const u8`
[INFO] [stderr]               found raw pointer `*const i8`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:14:20
[INFO] [stderr]    |
[INFO] [stderr] 14 |         .unwrap_or(b"Panic!!!\0" as *const u8);
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i8`, found `u8`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected raw pointer `*const i8`
[INFO] [stderr]               found raw pointer `*const u8`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `glue-test`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:12:28
[INFO] [stderr]    |
[INFO] [stderr] 12 |       let c_str: *const u8 = CString::new(format!("panic: {}", info))
[INFO] [stderr]    |  ________________---------___^
[INFO] [stderr]    | |                |
[INFO] [stderr]    | |                expected due to this
[INFO] [stderr] 13 | |         .map(|s| s.as_ptr())
[INFO] [stderr] 14 | |         .unwrap_or(b"Panic!!!\0" as *const u8);
[INFO] [stderr]    | |______________________________________________^ expected `u8`, found `i8`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected raw pointer `*const u8`
[INFO] [stderr]               found raw pointer `*const i8`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `glue-test`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b58bd698ab03e88d04b315041d1ab8a58dba84cd569b93bc763bf76154e27615"`
[INFO] running `"docker" "rm" "-f" "b58bd698ab03e88d04b315041d1ab8a58dba84cd569b93bc763bf76154e27615"`
[INFO] [stdout] b58bd698ab03e88d04b315041d1ab8a58dba84cd569b93bc763bf76154e27615
