[INFO] fetching crate daktilo-tray 0.1.0... [INFO] checking daktilo-tray-0.1.0 against try#6d565b71a096078f59574161a2a382ec4a1eb751 for pr-132325 [INFO] extracting crate daktilo-tray 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate daktilo-tray 0.1.0 on toolchain 6d565b71a096078f59574161a2a382ec4a1eb751 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6d565b71a096078f59574161a2a382ec4a1eb751" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate daktilo-tray 0.1.0 [INFO] finished tweaking crates.io crate daktilo-tray 0.1.0 [INFO] tweaked toml for crates.io crate daktilo-tray 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate daktilo-tray 0.1.0 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" "+6d565b71a096078f59574161a2a382ec4a1eb751" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+6d565b71a096078f59574161a2a382ec4a1eb751" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad600834869346e65b28267ffca42815ed934c06934e21bd066e18b12242032d [INFO] running `Command { std: "docker" "start" "-a" "ad600834869346e65b28267ffca42815ed934c06934e21bd066e18b12242032d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad600834869346e65b28267ffca42815ed934c06934e21bd066e18b12242032d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad600834869346e65b28267ffca42815ed934c06934e21bd066e18b12242032d", kill_on_drop: false }` [INFO] [stdout] ad600834869346e65b28267ffca42815ed934c06934e21bd066e18b12242032d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+6d565b71a096078f59574161a2a382ec4a1eb751" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 058e443d574248c981d27441725533098b6e2541f9ae27e59c5762c3e93057a6 [INFO] running `Command { std: "docker" "start" "-a" "058e443d574248c981d27441725533098b6e2541f9ae27e59c5762c3e93057a6", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling winnow v0.6.6 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling version-compare v0.2.0 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking bytemuck v1.15.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling gio v0.18.4 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling cfg-expr v0.15.8 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Compiling libflate_lz77 v1.2.0 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Compiling gtk v0.18.1 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Checking either v1.11.0 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling libflate v1.4.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking symphonia-core v0.5.4 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling libxdo-sys v0.11.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling built v0.7.2 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking aligned-vec v0.5.0 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Checking v_frame v0.3.8 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling cpal v0.15.3 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Compiling rust-embed-utils v8.3.0 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking ogg v0.8.0 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking symphonia-metadata v0.5.4 [INFO] [stderr] Checking crossbeam-channel v0.5.12 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking symphonia-bundle-mp3 v0.5.4 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking dasp_sample v0.11.0 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Checking dpi v0.1.1 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Checking bitstream-io v2.2.0 [INFO] [stderr] Checking imgref v1.10.1 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Compiling toml_edit v0.22.12 [INFO] [stderr] Compiling toml_edit v0.20.7 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Checking symphonia v0.5.4 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking lewton v0.10.2 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking libxdo v0.6.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking rgb v0.8.37 [INFO] [stderr] Checking avif-serialize v0.8.1 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Compiling winres v0.1.12 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking claxon v0.4.3 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking hound v3.5.1 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking exr v1.72.0 [INFO] [stderr] Checking gif v0.13.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking zune-jpeg v0.4.11 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking fastrand v2.0.2 [INFO] [stderr] Checking raw-window-handle v0.6.0 [INFO] [stderr] Compiling daktilo-tray v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Compiling proc-macro-crate v2.0.0 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling include-flate-codegen v0.1.4 [INFO] [stderr] Compiling toml v0.8.12 [INFO] [stderr] Compiling serde_derive v1.0.198 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling system-deps v6.2.2 [INFO] [stderr] Checking include-flate-codegen-exports v0.1.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking include-flate v0.2.0 [INFO] [stderr] Checking profiling v1.0.15 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling dlopen2_derive v0.4.0 [INFO] [stderr] Compiling rust-embed-impl v8.3.0 [INFO] [stderr] Compiling glib-macros v0.18.5 [INFO] [stderr] Compiling gtk3-macros v0.18.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking tokio v1.37.0 [INFO] [stderr] Checking dlopen2 v0.7.0 [INFO] [stderr] Checking rust-embed v8.3.0 [INFO] [stderr] Compiling glib-sys v0.18.1 [INFO] [stderr] Compiling gobject-sys v0.18.0 [INFO] [stderr] Compiling gio-sys v0.18.1 [INFO] [stderr] Compiling gdk-sys v0.18.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.18.0 [INFO] [stderr] Compiling pango-sys v0.18.0 [INFO] [stderr] Compiling cairo-sys-rs v0.18.2 [INFO] [stderr] Checking thiserror v1.0.58 [INFO] [stderr] Compiling atk-sys v0.18.0 [INFO] [stderr] Compiling gtk-sys v0.18.0 [INFO] [stderr] Compiling gdkx11-sys v0.18.0 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking image-webp v0.1.2 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking gdkwayland-sys v0.18.0 [INFO] [stderr] Checking libappindicator-sys v0.9.0 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking serde_regex v1.1.0 [INFO] [stderr] Checking rdev v0.5.3 [INFO] [stderr] Checking glib v0.18.5 [INFO] [stderr] Checking alsa v0.9.0 [INFO] [stderr] Checking keyboard-types v0.7.0 [INFO] [stderr] Checking ravif v0.11.5 [INFO] [stderr] Checking image v0.25.1 [INFO] [stderr] Checking rodio v0.17.3 [INFO] [stderr] Checking daktilo_lib v0.6.1 [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'a> I: translate::ToGlibPtr<'a, *mut ::GlibType>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glib-0.18.5/src/object.rs:319:9 [INFO] [stdout] | [INFO] [stdout] 319 | impl CastNone for Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'a> I: translate::ToGlibPtr<'a, *mut ::GlibType>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glib-0.18.5/src/object.rs:319:9 [INFO] [stdout] | [INFO] [stdout] 319 | impl CastNone for Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 341 | Self::Inner: IsA, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `object::ObjectType` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glib-0.18.5/src/object.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 21 | pub unsafe trait ObjectType: [INFO] [stdout] | ---------- required by a bound in this trait [INFO] [stdout] ... [INFO] [stdout] 36 | + for<'a> ToGlibPtr<'a, *mut ::GlibType> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ObjectType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'a> I: translate::ToGlibPtr<'a, *mut ::GlibType>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glib-0.18.5/src/object.rs:319:9 [INFO] [stdout] | [INFO] [stdout] 319 | impl CastNone for Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'a> I: translate::ToGlibPtr<'a, *mut ::GlibType>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glib-0.18.5/src/object.rs:319:9 [INFO] [stdout] | [INFO] [stdout] 319 | impl CastNone for Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 349 | Self::Inner: IsA, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `object::ObjectType` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glib-0.18.5/src/object.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 21 | pub unsafe trait ObjectType: [INFO] [stdout] | ---------- required by a bound in this trait [INFO] [stdout] ... [INFO] [stdout] 36 | + for<'a> ToGlibPtr<'a, *mut ::GlibType> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ObjectType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `glib` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "058e443d574248c981d27441725533098b6e2541f9ae27e59c5762c3e93057a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "058e443d574248c981d27441725533098b6e2541f9ae27e59c5762c3e93057a6", kill_on_drop: false }` [INFO] [stdout] 058e443d574248c981d27441725533098b6e2541f9ae27e59c5762c3e93057a6