[INFO] cloning repository https://github.com/hazyfossa/flint
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hazyfossa/flint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhazyfossa%2Fflint", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhazyfossa%2Fflint'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d638cdfced642f45e5341222073ef13c233d198
[INFO] checking hazyfossa/flint against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhazyfossa%2Fflint" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hazyfossa/flint
[INFO] finished tweaking git repo https://github.com/hazyfossa/flint
[INFO] tweaked toml for git repo https://github.com/hazyfossa/flint written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hazyfossa/flint on toolchain 943e2200e35c3825486c4671b6cab0107a07f8c1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hazyfossa/flint 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" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c242432235c19d7ff74ef459d2defd746a927e75f3ff6e3b9a3b831dce9a0c69
[INFO] running `Command { std: "docker" "start" "-a" "c242432235c19d7ff74ef459d2defd746a927e75f3ff6e3b9a3b831dce9a0c69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c242432235c19d7ff74ef459d2defd746a927e75f3ff6e3b9a3b831dce9a0c69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c242432235c19d7ff74ef459d2defd746a927e75f3ff6e3b9a3b831dce9a0c69", kill_on_drop: false }`
[INFO] [stdout] c242432235c19d7ff74ef459d2defd746a927e75f3ff6e3b9a3b831dce9a0c69
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 791bab890f91842a64c5c788a67dfdfba955047651d951dd06ec07048dadc393
[INFO] running `Command { std: "docker" "start" "-a" "791bab890f91842a64c5c788a67dfdfba955047651d951dd06ec07048dadc393", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling binrw_derive v0.15.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]    Compiling fs-err v3.1.3
[INFO] [stderr]     Checking bitmaps v2.1.0
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling binrw v0.15.0
[INFO] [stderr]    Compiling pam-sys v0.5.6
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking sized-chunks v0.6.5
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking serde_spanned v1.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking toml_writer v1.0.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking toml v0.9.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zlink-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling shrinkwraprs v0.3.0
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking freedesktop-file-parser v0.3.1 (https://github.com/BL-CZY/desktop_file_parser.git#f7e19dc1)
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking mayheap v0.2.0
[INFO] [stderr]     Checking zvariant_utils v3.2.1
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking zlink-core v0.1.1
[INFO] [stderr]    Compiling zvariant_derive v5.8.0
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zlink-core-0.1.1/src/varlink_service/info.rs:12:46
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg_attr(feature = "introspection", derive(Type))]
[INFO] [stdout]    |                                              ^^^-
[INFO] [stdout]    |                                              |  |
[INFO] [stdout]    |                                              |  temporary value is freed at the end of this statement
[INFO] [stdout]    |                                              creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                              using this value as a static requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Type` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/zlink-core-0.1.1/src/varlink_service/api.rs:49:46
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg_attr(feature = "introspection", derive(introspect::ReplyError))]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                              |                    |
[INFO] [stdout]    |                                              |                    temporary value is freed at the end of this statement
[INFO] [stdout]    |                                              creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                              using this value as a static requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `introspect::ReplyError` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/zlink-core-0.1.1/src/varlink_service/mod.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 26 |   pub const DESCRIPTION: &crate::idl::Interface<'static> = &{
[INFO] [stdout]    |  __________________________________________________________-
[INFO] [stdout] 27 | |     use crate::{
[INFO] [stdout] 28 | |         idl::{Comment, Interface, Method, Parameter},
[INFO] [stdout] 29 | |         introspect::{ReplyError, Type},
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |         &[&Comment::new("Varlink service interface")],
[INFO] [stdout]    | |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 60 | |     )
[INFO] [stdout] 61 | | };
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_temporary value is freed at the end of this statement
[INFO] [stdout]    |   using this value as a constant requires that borrow lasts for `'static`
[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/zlink-core-0.1.1/src/varlink_service/mod.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |   pub const DESCRIPTION: &crate::idl::Interface<'static> = &{
[INFO] [stdout]    |  __________________________________________________________-
[INFO] [stdout] 27 | |     use crate::{
[INFO] [stdout] 28 | |         idl::{Comment, Interface, Method, Parameter},
[INFO] [stdout] 29 | |         introspect::{ReplyError, Type},
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |         &[&Comment::new("Varlink service interface")],
[INFO] [stdout]    | |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 60 | |     )
[INFO] [stdout] 61 | | };
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_temporary value is freed at the end of this statement
[INFO] [stdout]    |   using this value as a constant requires that borrow lasts for `'static`
[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/zlink-core-0.1.1/src/varlink_service/mod.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 33 |        const METHODS: &[&Method<'static>] = &[
[INFO] [stdout]    |  ___________________________________________-
[INFO] [stdout] 34 | |          &Method::new(
[INFO] [stdout] 35 | |              "GetInfo",
[INFO] [stdout] 36 | |              &[],
[INFO] [stdout] 37 | |              Info::TYPE.as_object().unwrap().as_borrowed().unwrap(),
[INFO] [stdout] 38 | |              &[&Comment::new(
[INFO] [stdout]    | | ______________^
[INFO] [stdout] 39 | ||                 "Get basic information about the Varlink service",
[INFO] [stdout] 40 | ||             )],
[INFO] [stdout]    | ||______________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |          ),
[INFO] [stdout] 52 | |      ];
[INFO] [stdout]    | |      -
[INFO] [stdout]    | |      |
[INFO] [stdout]    | |______temporary value is freed at the end of this statement
[INFO] [stdout]    |        using this value as a constant requires that borrow lasts for `'static`
[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/zlink-core-0.1.1/src/varlink_service/mod.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 33 |        const METHODS: &[&Method<'static>] = &[
[INFO] [stdout]    |  ___________________________________________-
[INFO] [stdout] 34 | |          &Method::new(
[INFO] [stdout] 35 | |              "GetInfo",
[INFO] [stdout] 36 | |              &[],
[INFO] [stdout] 37 | |              Info::TYPE.as_object().unwrap().as_borrowed().unwrap(),
[INFO] [stdout] 38 | |              &[&Comment::new(
[INFO] [stdout]    | | ________________^
[INFO] [stdout] 39 | ||                 "Get basic information about the Varlink service",
[INFO] [stdout] 40 | ||             )],
[INFO] [stdout]    | ||_____________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |          ),
[INFO] [stdout] 52 | |      ];
[INFO] [stdout]    | |      -
[INFO] [stdout]    | |      |
[INFO] [stdout]    | |______temporary value is freed at the end of this statement
[INFO] [stdout]    |        using this value as a constant requires that borrow lasts for `'static`
[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/zlink-core-0.1.1/src/varlink_service/mod.rs:50:14
[INFO] [stdout]    |
[INFO] [stdout] 33 |       const METHODS: &[&Method<'static>] = &[
[INFO] [stdout]    |  __________________________________________-
[INFO] [stdout] 34 | |         &Method::new(
[INFO] [stdout] 35 | |             "GetInfo",
[INFO] [stdout] 36 | |             &[],
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |             &[&Comment::new("Get the description of an interface")],
[INFO] [stdout]    | |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 51 | |         ),
[INFO] [stdout] 52 | |     ];
[INFO] [stdout]    | |     -
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____temporary value is freed at the end of this statement
[INFO] [stdout]    |       using this value as a constant requires that borrow lasts for `'static`
[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/zlink-core-0.1.1/src/varlink_service/mod.rs:50:16
[INFO] [stdout]    |
[INFO] [stdout] 33 |       const METHODS: &[&Method<'static>] = &[
[INFO] [stdout]    |  __________________________________________-
[INFO] [stdout] 34 | |         &Method::new(
[INFO] [stdout] 35 | |             "GetInfo",
[INFO] [stdout] 36 | |             &[],
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |             &[&Comment::new("Get the description of an interface")],
[INFO] [stdout]    | |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 51 | |         ),
[INFO] [stdout] 52 | |     ];
[INFO] [stdout]    | |     -
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____temporary value is freed at the end of this statement
[INFO] [stdout]    |       using this value as a constant requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling zvariant v5.8.0
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zlink-core-0.1.1/src/varlink_service/api.rs:49:46
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg_attr(feature = "introspection", derive(introspect::ReplyError))]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                              |                    |
[INFO] [stdout]    |                                              |                    temporary value is freed at the end of this statement
[INFO] [stdout]    |                                              creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                              using this value as a constant requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `introspect::ReplyError` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zlink-core` (lib) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "791bab890f91842a64c5c788a67dfdfba955047651d951dd06ec07048dadc393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "791bab890f91842a64c5c788a67dfdfba955047651d951dd06ec07048dadc393", kill_on_drop: false }`
[INFO] [stdout] 791bab890f91842a64c5c788a67dfdfba955047651d951dd06ec07048dadc393
