[INFO] fetching crate uni_tmp_jni 0.18.0...
[INFO] building uni_tmp_jni-0.18.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate uni_tmp_jni 0.18.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate uni_tmp_jni 0.18.0
[INFO] finished tweaking crates.io crate uni_tmp_jni 0.18.0
[INFO] tweaked toml for crates.io crate uni_tmp_jni 0.18.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate uni_tmp_jni 0.18.0 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding jni-sys v0.3.0 (available: v0.4.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.16)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0232ef9d30245d7ee5a7f9811308cd5e42834c0542137d05613ff8a4deecb97e
[INFO] running `Command { std: "docker" "start" "-a" "0232ef9d30245d7ee5a7f9811308cd5e42834c0542137d05613ff8a4deecb97e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0232ef9d30245d7ee5a7f9811308cd5e42834c0542137d05613ff8a4deecb97e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0232ef9d30245d7ee5a7f9811308cd5e42834c0542137d05613ff8a4deecb97e", kill_on_drop: false }`
[INFO] [stdout] 0232ef9d30245d7ee5a7f9811308cd5e42834c0542137d05613ff8a4deecb97e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c99dbcfdf76cdf59f8a2a997359f604ce3a4d09803ea5bd8b6b1569f329734cc
[INFO] running `Command { std: "docker" "start" "-a" "c99dbcfdf76cdf59f8a2a997359f604ce3a4d09803ea5bd8b6b1569f329734cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling uni_tmp_jni v0.18.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling cesu8 v1.1.0
[INFO] [stderr]    Compiling jni-sys v0.3.0
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stdout] warning: unused import: `self::class_desc::*`
[INFO] [stdout]  --> src/wrapper/descriptors/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use self::class_desc::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::method_desc::*`
[INFO] [stdout]  --> src/wrapper/descriptors/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use self::method_desc::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::field_desc::*`
[INFO] [stdout]   --> src/wrapper/descriptors/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use self::field_desc::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::exception_desc::*`
[INFO] [stdout]   --> src/wrapper/descriptors/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use self::exception_desc::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/global_ref.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn as_obj(&self) -> JObject {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn as_obj(&self) -> JObject<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/global_ref.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn as_obj(&self) -> JObject {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn as_obj(&self) -> JObject<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/weak_global_ref.rs:55:20
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_weak(&self) -> JWeak {
[INFO] [stdout]    |                    ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_weak(&self) -> JWeak<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/weak_global_ref.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn as_weak(&self) -> JWeak {
[INFO] [stdout]    |                    ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn as_weak(&self) -> JWeak<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/wrapper/jnienv.rs:296:16
[INFO] [stdout]     |
[INFO] [stdout] 296 |         panic!(res.unwrap_err());
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 296 |         panic!("{}", res.unwrap_err());
[INFO] [stdout]     |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout] 296 -         panic!(res.unwrap_err());
[INFO] [stdout] 296 +         std::panic::panic_any(res.unwrap_err());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:1883:36
[INFO] [stdout]      |
[INFO] [stdout] 1883 |     pub fn get_rust_field<O, S, T>(&self, obj: O, field: S) -> Result<MutexGuard<T>>
[INFO] [stdout]      |                                    ^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1883 |     pub fn get_rust_field<O, S, T>(&self, obj: O, field: S) -> Result<MutexGuard<'_, T>>
[INFO] [stdout]      |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:2105:9
[INFO] [stdout]      |
[INFO] [stdout] 2105 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2108 |     ) -> Result<AutoByteArray> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2108 |     ) -> Result<AutoByteArray<'_>> {
[INFO] [stdout]      |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:2224:9
[INFO] [stdout]      |
[INFO] [stdout] 2224 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2227 |     ) -> Result<AutoPrimitiveArray> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2227 |     ) -> Result<AutoPrimitiveArray<'_>> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:201:46
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                                              ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub fn attach_current_thread(&self) -> Result<AttachGuard> {
[INFO] [stdout]     |                                  ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub fn attach_current_thread(&self) -> Result<AttachGuard<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:261:44
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn attach_current_thread_as_daemon(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                                            ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn attach_current_thread_as_daemon(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:278:20
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn get_env(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn get_env(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:289:35
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv> {
[INFO] [stdout]     |                                   ^^^^^ the lifetime is elided here         ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.59s
[INFO] running `Command { std: "docker" "inspect" "c99dbcfdf76cdf59f8a2a997359f604ce3a4d09803ea5bd8b6b1569f329734cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c99dbcfdf76cdf59f8a2a997359f604ce3a4d09803ea5bd8b6b1569f329734cc", kill_on_drop: false }`
[INFO] [stdout] c99dbcfdf76cdf59f8a2a997359f604ce3a4d09803ea5bd8b6b1569f329734cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 163f8006d6390b8f12c9ed651a4fce80ce4d0e13ee132b464dbdf00cc4be8ac1
[INFO] running `Command { std: "docker" "start" "-a" "163f8006d6390b8f12c9ed651a4fce80ce4d0e13ee132b464dbdf00cc4be8ac1", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `self::class_desc::*`
[INFO] [stdout]  --> src/wrapper/descriptors/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use self::class_desc::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::method_desc::*`
[INFO] [stdout]  --> src/wrapper/descriptors/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use self::method_desc::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::field_desc::*`
[INFO] [stdout]   --> src/wrapper/descriptors/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use self::field_desc::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::exception_desc::*`
[INFO] [stdout]   --> src/wrapper/descriptors/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use self::exception_desc::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/global_ref.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn as_obj(&self) -> JObject {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn as_obj(&self) -> JObject<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/global_ref.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn as_obj(&self) -> JObject {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn as_obj(&self) -> JObject<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/weak_global_ref.rs:55:20
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_weak(&self) -> JWeak {
[INFO] [stdout]    |                    ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_weak(&self) -> JWeak<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/weak_global_ref.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn as_weak(&self) -> JWeak {
[INFO] [stdout]    |                    ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn as_weak(&self) -> JWeak<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/wrapper/jnienv.rs:296:16
[INFO] [stdout]     |
[INFO] [stdout] 296 |         panic!(res.unwrap_err());
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 296 |         panic!("{}", res.unwrap_err());
[INFO] [stdout]     |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout] 296 -         panic!(res.unwrap_err());
[INFO] [stdout] 296 +         std::panic::panic_any(res.unwrap_err());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:1883:36
[INFO] [stdout]      |
[INFO] [stdout] 1883 |     pub fn get_rust_field<O, S, T>(&self, obj: O, field: S) -> Result<MutexGuard<T>>
[INFO] [stdout]      |                                    ^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1883 |     pub fn get_rust_field<O, S, T>(&self, obj: O, field: S) -> Result<MutexGuard<'_, T>>
[INFO] [stdout]      |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:2105:9
[INFO] [stdout]      |
[INFO] [stdout] 2105 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2108 |     ) -> Result<AutoByteArray> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2108 |     ) -> Result<AutoByteArray<'_>> {
[INFO] [stdout]      |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:2224:9
[INFO] [stdout]      |
[INFO] [stdout] 2224 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2227 |     ) -> Result<AutoPrimitiveArray> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2227 |     ) -> Result<AutoPrimitiveArray<'_>> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:201:46
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                                              ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub fn attach_current_thread(&self) -> Result<AttachGuard> {
[INFO] [stdout]     |                                  ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub fn attach_current_thread(&self) -> Result<AttachGuard<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:261:44
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn attach_current_thread_as_daemon(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                                            ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn attach_current_thread_as_daemon(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling uni_tmp_jni v0.18.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:278:20
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn get_env(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn get_env(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:289:35
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv> {
[INFO] [stdout]     |                                   ^^^^^ the lifetime is elided here         ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::class_desc::*`
[INFO] [stdout]  --> src/wrapper/descriptors/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use self::class_desc::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::method_desc::*`
[INFO] [stdout]  --> src/wrapper/descriptors/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use self::method_desc::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::field_desc::*`
[INFO] [stdout]   --> src/wrapper/descriptors/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use self::field_desc::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::exception_desc::*`
[INFO] [stdout]   --> src/wrapper/descriptors/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use self::exception_desc::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/global_ref.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn as_obj(&self) -> JObject {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn as_obj(&self) -> JObject<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/global_ref.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn as_obj(&self) -> JObject {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn as_obj(&self) -> JObject<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/weak_global_ref.rs:55:20
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_weak(&self) -> JWeak {
[INFO] [stdout]    |                    ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_weak(&self) -> JWeak<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper/objects/weak_global_ref.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn as_weak(&self) -> JWeak {
[INFO] [stdout]    |                    ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn as_weak(&self) -> JWeak<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/wrapper/jnienv.rs:296:16
[INFO] [stdout]     |
[INFO] [stdout] 296 |         panic!(res.unwrap_err());
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 296 |         panic!("{}", res.unwrap_err());
[INFO] [stdout]     |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout] 296 -         panic!(res.unwrap_err());
[INFO] [stdout] 296 +         std::panic::panic_any(res.unwrap_err());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:1883:36
[INFO] [stdout]      |
[INFO] [stdout] 1883 |     pub fn get_rust_field<O, S, T>(&self, obj: O, field: S) -> Result<MutexGuard<T>>
[INFO] [stdout]      |                                    ^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1883 |     pub fn get_rust_field<O, S, T>(&self, obj: O, field: S) -> Result<MutexGuard<'_, T>>
[INFO] [stdout]      |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:2105:9
[INFO] [stdout]      |
[INFO] [stdout] 2105 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2108 |     ) -> Result<AutoByteArray> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2108 |     ) -> Result<AutoByteArray<'_>> {
[INFO] [stdout]      |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/wrapper/jnienv.rs:2224:9
[INFO] [stdout]      |
[INFO] [stdout] 2224 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2227 |     ) -> Result<AutoPrimitiveArray> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |                 the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2227 |     ) -> Result<AutoPrimitiveArray<'_>> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:201:46
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                                              ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub fn attach_current_thread(&self) -> Result<AttachGuard> {
[INFO] [stdout]     |                                  ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub fn attach_current_thread(&self) -> Result<AttachGuard<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:261:44
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn attach_current_thread_as_daemon(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                                            ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn attach_current_thread_as_daemon(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:278:20
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn get_env(&self) -> Result<JNIEnv> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn get_env(&self) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wrapper/java_vm/vm.rs:289:35
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv> {
[INFO] [stdout]     |                                   ^^^^^ the lifetime is elided here         ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.01s
[INFO] running `Command { std: "docker" "inspect" "163f8006d6390b8f12c9ed651a4fce80ce4d0e13ee132b464dbdf00cc4be8ac1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "163f8006d6390b8f12c9ed651a4fce80ce4d0e13ee132b464dbdf00cc4be8ac1", kill_on_drop: false }`
[INFO] [stdout] 163f8006d6390b8f12c9ed651a4fce80ce4d0e13ee132b464dbdf00cc4be8ac1
