[INFO] fetching crate jni-bind 0.1.6...
[INFO] checking jni-bind-0.1.6 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate jni-bind 0.1.6 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate jni-bind 0.1.6
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate jni-bind 0.1.6
[INFO] tweaked toml for crates.io crate jni-bind 0.1.6 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jni-bind 0.1.6 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate jni-bind 0.1.6 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8366ebaadad8495070364b1086b8f4813f1736ef71eadf2c64bfd2690c53f5b2
[INFO] running `Command { std: "docker" "start" "-a" "8366ebaadad8495070364b1086b8f4813f1736ef71eadf2c64bfd2690c53f5b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8366ebaadad8495070364b1086b8f4813f1736ef71eadf2c64bfd2690c53f5b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8366ebaadad8495070364b1086b8f4813f1736ef71eadf2c64bfd2690c53f5b2", kill_on_drop: false }`
[INFO] [stdout] 8366ebaadad8495070364b1086b8f4813f1736ef71eadf2c64bfd2690c53f5b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b118f675baeac10f409fedd751d75cd1d1257e6a4b5b490433fedc4aed864b56
[INFO] running `Command { std: "docker" "start" "-a" "b118f675baeac10f409fedd751d75cd1d1257e6a4b5b490433fedc4aed864b56", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.6.1
[INFO] [stderr]     Checking jni-sys v0.3.0
[INFO] [stderr]     Checking cesu8 v1.1.0
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.32
[INFO] [stderr]     Checking const_format v0.2.32
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]     Checking thiserror v1.0.63
[INFO] [stderr]     Checking jni v0.21.1
[INFO] [stderr]     Checking jni-bind v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `JByteArray` is never constructed
[INFO] [stdout]    --> src/primitives.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub struct JByteArray {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:49:65
[INFO] [stdout]    |
[INFO] [stdout] 49 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref>;
[INFO] [stdout]    |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]    |                                        |                        |
[INFO] [stdout]    |                                        |                        the same lifetime is elided here
[INFO] [stdout]    |                                        the lifetime is named 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: consistently use `'obj_ref`
[INFO] [stdout]    |
[INFO] [stdout] 49 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref>;
[INFO] [stdout] 49 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/primitives.rs:20:65
[INFO] [stdout]    |
[INFO] [stdout] 20 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]    |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]    |                                        |                        |
[INFO] [stdout]    |                                        |                        the same lifetime is elided here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]    |
[INFO] [stdout] 20 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 20 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/primitives.rs:50:65
[INFO] [stdout]    |
[INFO] [stdout] 50 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]    |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]    |                                        |                        |
[INFO] [stdout]    |                                        |                        the same lifetime is elided here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]    |
[INFO] [stdout] 50 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 50 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/primitives.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]    |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]    |                                        |                        |
[INFO] [stdout]    |                                        |                        the same lifetime is elided here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]    |
[INFO] [stdout] 80 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 80 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:110:65
[INFO] [stdout]     |
[INFO] [stdout] 110 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 110 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 110 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:140:65
[INFO] [stdout]     |
[INFO] [stdout] 140 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 140 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:170:65
[INFO] [stdout]     |
[INFO] [stdout] 170 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 170 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 170 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:200:65
[INFO] [stdout]     |
[INFO] [stdout] 200 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 200 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 200 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:230:65
[INFO] [stdout]     |
[INFO] [stdout] 230 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 230 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 230 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:266:65
[INFO] [stdout]     |
[INFO] [stdout] 266 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 266 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 266 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `anonymous_lifetime_in_impl_trait` is declared but not used
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(anonymous_lifetime_in_impl_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JByteArray` is never constructed
[INFO] [stdout]    --> src/primitives.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub struct JByteArray {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:49:65
[INFO] [stdout]    |
[INFO] [stdout] 49 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref>;
[INFO] [stdout]    |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]    |                                        |                        |
[INFO] [stdout]    |                                        |                        the same lifetime is elided here
[INFO] [stdout]    |                                        the lifetime is named 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: consistently use `'obj_ref`
[INFO] [stdout]    |
[INFO] [stdout] 49 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref>;
[INFO] [stdout] 49 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/primitives.rs:20:65
[INFO] [stdout]    |
[INFO] [stdout] 20 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]    |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]    |                                        |                        |
[INFO] [stdout]    |                                        |                        the same lifetime is elided here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]    |
[INFO] [stdout] 20 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 20 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/primitives.rs:50:65
[INFO] [stdout]    |
[INFO] [stdout] 50 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]    |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]    |                                        |                        |
[INFO] [stdout]    |                                        |                        the same lifetime is elided here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]    |
[INFO] [stdout] 50 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 50 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/primitives.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]    |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]    |                                        |                        |
[INFO] [stdout]    |                                        |                        the same lifetime is elided here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]    |
[INFO] [stdout] 80 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 80 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:110:65
[INFO] [stdout]     |
[INFO] [stdout] 110 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 110 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 110 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:140:65
[INFO] [stdout]     |
[INFO] [stdout] 140 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 140 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:170:65
[INFO] [stdout]     |
[INFO] [stdout] 170 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 170 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 170 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:200:65
[INFO] [stdout]     |
[INFO] [stdout] 200 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 200 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 200 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:230:65
[INFO] [stdout]     |
[INFO] [stdout] 230 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 230 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 230 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/primitives.rs:266:65
[INFO] [stdout]     |
[INFO] [stdout] 266 |     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout]     |                                        --------                 ^^  -------- the same lifetime is named here
[INFO] [stdout]     |                                        |                        |
[INFO] [stdout]     |                                        |                        the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'obj_ref`
[INFO] [stdout]     |
[INFO] [stdout] 266 -     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref> {
[INFO] [stdout] 266 +     unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'obj_ref, 'obj_ref> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `anonymous_lifetime_in_impl_trait` is declared but not used
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(anonymous_lifetime_in_impl_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
[INFO] running `Command { std: "docker" "inspect" "b118f675baeac10f409fedd751d75cd1d1257e6a4b5b490433fedc4aed864b56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b118f675baeac10f409fedd751d75cd1d1257e6a4b5b490433fedc4aed864b56", kill_on_drop: false }`
[INFO] [stdout] b118f675baeac10f409fedd751d75cd1d1257e6a4b5b490433fedc4aed864b56
