[INFO] fetching crate mediacodec 0.1.2...
[INFO] checking mediacodec-0.1.2 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate mediacodec 0.1.2 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate mediacodec 0.1.2 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mediacodec 0.1.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate mediacodec 0.1.2
[INFO] tweaked toml for crates.io crate mediacodec 0.1.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate mediacodec 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded combine v4.6.2
[INFO] [stderr]   Downloaded syn v1.0.84
[INFO] [stderr]   Downloaded javavm v0.1.2
[INFO] [stderr]   Downloaded android_liblog-sys v0.1.4
[INFO] [stderr]   Downloaded android_log v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2eed1f6a975c66e714c8fde4561aa2baa8712a67e53a099c8d0b6af31bbdee29
[INFO] running `Command { std: "docker" "start" "-a" "2eed1f6a975c66e714c8fde4561aa2baa8712a67e53a099c8d0b6af31bbdee29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2eed1f6a975c66e714c8fde4561aa2baa8712a67e53a099c8d0b6af31bbdee29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2eed1f6a975c66e714c8fde4561aa2baa8712a67e53a099c8d0b6af31bbdee29", kill_on_drop: false }`
[INFO] [stdout] 2eed1f6a975c66e714c8fde4561aa2baa8712a67e53a099c8d0b6af31bbdee29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb484f2c3f06ebb88bee844c4dbc485e021d9bdbf54e8599f4c76c27f2c5f6f4
[INFO] running `Command { std: "docker" "start" "-a" "fb484f2c3f06ebb88bee844c4dbc485e021d9bdbf54e8599f4c76c27f2c5f6f4", kill_on_drop: false }`
[INFO] [stderr]     Checking mediacodec v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> examples/demuxing.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use log::debug;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> examples/decoding.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use log::debug;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mediacodec`
[INFO] [stdout]  --> examples/decoding.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use mediacodec::{Frame, MediaCodec, MediaExtractor, SampleFormat, VideoFrame};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `mediacodec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mediacodec`
[INFO] [stdout]  --> examples/demuxing.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use mediacodec::{Frame, MediaExtractor, SampleFormat, VideoFrame};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `mediacodec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]  --> examples/decoding.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     debug!("Track count: {}", extractor.track_count());
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]   --> examples/decoding.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         debug!("{}", format.to_string());
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]   --> examples/decoding.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 debug!(
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]   --> examples/demuxing.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         debug!("{}", format.to_string());
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]  --> examples/demuxing.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     debug!("Track count: {}", extractor.track_count());
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> src/codec.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use log::{debug, warn};
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> src/extractor.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use log::{debug, info};
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> src/format.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use log::debug;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `jni`
[INFO] [stdout]  --> src/native_window.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use jni::{objects::JObject, JNIEnv};
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `jni`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> src/muxer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use log::warn;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `jni`
[INFO] [stdout]  --> src/native_window.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use jni::{objects::JObject, JNIEnv};
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `jni`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]    --> src/codec.rs:683:13
[INFO] [stdout]     |
[INFO] [stdout] 683 |             debug!("Mime is not a valid one!");
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]    --> src/codec.rs:694:17
[INFO] [stdout]     |
[INFO] [stdout] 694 |                 debug!("Channels <= 0!");
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `warn`
[INFO] [stdout]    --> src/codec.rs:705:25
[INFO] [stdout]     |
[INFO] [stdout] 705 |                         warn!("Potentially wrong results ahead!");
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `warn`
[INFO] [stdout]    --> src/codec.rs:727:25
[INFO] [stdout]     |
[INFO] [stdout] 727 |                         warn!("Potentially wrong results ahead!");
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `warn`
[INFO] [stdout]    --> src/codec.rs:923:21
[INFO] [stdout]     |
[INFO] [stdout] 923 |                     warn!("Got an index with a null input buffer! What is going on here??? Index: {index}");
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]    --> src/extractor.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |                 debug!("Invalid track index {index}");
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `info`
[INFO] [stdout]    --> src/extractor.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 186 |             info!("Deleting the extractor...");
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `warn`
[INFO] [stdout]    --> src/muxer.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |             hint => warn!("Unsupported orientation hint passed to MediaMuxer: {hint}"),
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> src/codec.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use log::{debug, warn};
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> src/extractor.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use log::{debug, info};
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> src/format.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use log::debug;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `jni`
[INFO] [stdout]  --> src/native_window.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use jni::{objects::JObject, JNIEnv};
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `jni`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]  --> src/muxer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use log::warn;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `jni`
[INFO] [stdout]  --> src/native_window.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use jni::{objects::JObject, JNIEnv};
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `jni`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mediacodec` (example "demuxing") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]    --> src/codec.rs:683:13
[INFO] [stdout]     |
[INFO] [stdout] 683 |             debug!("Mime is not a valid one!");
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]    --> src/codec.rs:694:17
[INFO] [stdout]     |
[INFO] [stdout] 694 |                 debug!("Channels <= 0!");
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `warn`
[INFO] [stdout]    --> src/codec.rs:705:25
[INFO] [stdout]     |
[INFO] [stdout] 705 |                         warn!("Potentially wrong results ahead!");
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `warn`
[INFO] [stdout]    --> src/codec.rs:727:25
[INFO] [stdout]     |
[INFO] [stdout] 727 |                         warn!("Potentially wrong results ahead!");
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `warn`
[INFO] [stdout]    --> src/codec.rs:923:21
[INFO] [stdout]     |
[INFO] [stdout] 923 |                     warn!("Got an index with a null input buffer! What is going on here??? Index: {index}");
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `debug`
[INFO] [stdout]    --> src/extractor.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |                 debug!("Invalid track index {index}");
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `info`
[INFO] [stdout]    --> src/extractor.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 186 |             info!("Deleting the extractor...");
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `warn`
[INFO] [stdout]    --> src/muxer.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |             hint => warn!("Unsupported orientation hint passed to MediaMuxer: {hint}"),
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mediacodec` (example "decoding") due to 6 previous errors
[INFO] [stdout] warning: unused imports: `CStr`, `marker::PhantomData`
[INFO] [stdout]  --> src/extractor.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     ffi::{CStr, CString},
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 3 |     marker::PhantomData,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CStr`, `marker::PhantomData`
[INFO] [stdout]  --> src/extractor.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     ffi::{CStr, CString},
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 3 |     marker::PhantomData,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `javavm`
[INFO] [stdout]    --> src/native_window.rs:176:23
[INFO] [stdout]     |
[INFO] [stdout] 176 |             let env = javavm::get_env();
[INFO] [stdout]     |                       ^^^^^^ use of undeclared crate or module `javavm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `javavm`
[INFO] [stdout]    --> src/native_window.rs:176:23
[INFO] [stdout]     |
[INFO] [stdout] 176 |             let env = javavm::get_env();
[INFO] [stdout]     |                       ^^^^^^ use of undeclared crate or module `javavm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mediacodec` (lib) due to 16 previous errors; 1 warning emitted
[INFO] [stdout] error: aborting due to 15 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mediacodec` (lib test) due to 16 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "fb484f2c3f06ebb88bee844c4dbc485e021d9bdbf54e8599f4c76c27f2c5f6f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb484f2c3f06ebb88bee844c4dbc485e021d9bdbf54e8599f4c76c27f2c5f6f4", kill_on_drop: false }`
[INFO] [stdout] fb484f2c3f06ebb88bee844c4dbc485e021d9bdbf54e8599f4c76c27f2c5f6f4
