[INFO] cloning repository https://github.com/noctiro/wherebus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noctiro/wherebus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoctiro%2Fwherebus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoctiro%2Fwherebus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4cf3895b564921d304ff2a547e931c2e30ceed37
[INFO] checking noctiro/wherebus against try#8e819ff5434466e9a823e03871a1775ac7d84ddf for pr-156027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoctiro%2Fwherebus" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/noctiro/wherebus
[INFO] finished tweaking git repo https://github.com/noctiro/wherebus
[INFO] tweaked toml for git repo https://github.com/noctiro/wherebus written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/noctiro/wherebus on toolchain 8e819ff5434466e9a823e03871a1775ac7d84ddf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8e819ff5434466e9a823e03871a1775ac7d84ddf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/noctiro/wherebus 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" "+8e819ff5434466e9a823e03871a1775ac7d84ddf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+8e819ff5434466e9a823e03871a1775ac7d84ddf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fec3cce30e106efa64bd995d921a09ffa4b272fe51a8cb1513b0f0a0a527861f
[INFO] running `Command { std: "docker" "start" "-a" "fec3cce30e106efa64bd995d921a09ffa4b272fe51a8cb1513b0f0a0a527861f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fec3cce30e106efa64bd995d921a09ffa4b272fe51a8cb1513b0f0a0a527861f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fec3cce30e106efa64bd995d921a09ffa4b272fe51a8cb1513b0f0a0a527861f", kill_on_drop: false }`
[INFO] [stdout] fec3cce30e106efa64bd995d921a09ffa4b272fe51a8cb1513b0f0a0a527861f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+8e819ff5434466e9a823e03871a1775ac7d84ddf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] efa0a0db8f24814f7839b79c6bff16788fd4a7ab70440746e460fdc43a1e8114
[INFO] running `Command { std: "docker" "start" "-a" "efa0a0db8f24814f7839b79c6bff16788fd4a7ab70440746e460fdc43a1e8114", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling mutants v0.0.3
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling facet-core v0.44.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling jni-macros v0.22.4
[INFO] [stderr]    Compiling facet v0.44.5
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling jni v0.22.4
[INFO] [stderr]    Compiling redb v4.1.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]    Compiling pinyin v0.11.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking cpubits v0.1.1
[INFO] [stderr]    Compiling simd_cesu8 v1.1.1
[INFO] [stderr]     Checking android_log-sys v0.2.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking lru v0.18.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unsynn v0.3.0
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-padding v0.4.2
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]    Compiling facet-macro-types v0.44.4
[INFO] [stderr]     Checking cipher v0.5.1
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking aes v0.9.0
[INFO] [stderr]     Checking md-5 v0.11.0
[INFO] [stderr]     Checking ecb v0.2.0
[INFO] [stderr]    Compiling facet-macro-parse v0.44.4
[INFO] [stderr]    Compiling facet-macros-impl v0.44.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling jni-sys-macros v0.4.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling facet-macros v0.44.4
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking jni-sys v0.4.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-android v0.2.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling crux_macros v0.9.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking crux_core v0.18.0
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jni-0.22.4/src/objects/jobject_array.rs:174:51
[INFO] [stdout]     |
[INFO] [stdout] 174 |         let element_class = E::lookup_class(env, &LoaderContext::default())?;
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^  - temporary value is freed at the end of this statement
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 186 |                 element_class.as_raw(),
[INFO] [stdout]     |                 ------------- borrow later captured here by closure
[INFO] [stdout]     |
[INFO] [stdout] help: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     |
[INFO] [stdout] 174 ~         let binding = LoaderContext::default();
[INFO] [stdout] 175 ~         let element_class = E::lookup_class(env, &binding)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jni-0.22.4/src/env.rs:890:51
[INFO] [stdout]     |
[INFO] [stdout] 890 |         let class = match To::lookup_class(self, &LoaderContext::FromObject(obj)) {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 894 |         };
[INFO] [stdout]     |          - temporary value is freed at the end of this statement
[INFO] [stdout] 895 |
[INFO] [stdout] 896 |         let class: &JClass = &class;
[INFO] [stdout]     |                              ------ borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] help: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     |
[INFO] [stdout] 890 ~         let binding = LoaderContext::FromObject(obj);
[INFO] [stdout] 891 ~         let class = match To::lookup_class(self, &binding) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jni` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "efa0a0db8f24814f7839b79c6bff16788fd4a7ab70440746e460fdc43a1e8114", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efa0a0db8f24814f7839b79c6bff16788fd4a7ab70440746e460fdc43a1e8114", kill_on_drop: false }`
[INFO] [stdout] efa0a0db8f24814f7839b79c6bff16788fd4a7ab70440746e460fdc43a1e8114
