[INFO] cloning repository https://github.com/namanxajmera/dev-ports-tray
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/namanxajmera/dev-ports-tray" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnamanxajmera%2Fdev-ports-tray", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnamanxajmera%2Fdev-ports-tray'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2bdbbe8d9fd78be9dac0fd87ad6a27c6491d87be
[INFO] testing namanxajmera/dev-ports-tray against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnamanxajmera%2Fdev-ports-tray" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/namanxajmera/dev-ports-tray
[INFO] finished tweaking git repo https://github.com/namanxajmera/dev-ports-tray
[INFO] tweaked toml for git repo https://github.com/namanxajmera/dev-ports-tray written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/namanxajmera/dev-ports-tray on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/namanxajmera/dev-ports-tray 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gethostname v1.0.2
[INFO] [stderr]   Downloaded tray-icon v0.13.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e46ffbddae2bcde8ab7321c84fcf5d8278a233daf5c493a1fda8851a86326144
[INFO] running `Command { std: "docker" "start" "-a" "e46ffbddae2bcde8ab7321c84fcf5d8278a233daf5c493a1fda8851a86326144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e46ffbddae2bcde8ab7321c84fcf5d8278a233daf5c493a1fda8851a86326144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e46ffbddae2bcde8ab7321c84fcf5d8278a233daf5c493a1fda8851a86326144", kill_on_drop: false }`
[INFO] [stdout] e46ffbddae2bcde8ab7321c84fcf5d8278a233daf5c493a1fda8851a86326144
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f068c220086453c67a71a3f22e67fc960a1c46120714b5c7e198605ec3cc2145
[INFO] running `Command { std: "docker" "start" "-a" "f068c220086453c67a71a3f22e67fc960a1c46120714b5c7e198605ec3cc2145", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling cursor-icon v1.2.0
[INFO] [stderr]    Compiling xcursor v0.3.10
[INFO] [stderr]    Compiling xkeysym v0.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling ttf-parser v0.25.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling strict-num v0.1.1
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.1
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling winit v0.29.15
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling tiny-skia v0.11.4
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling dpi v0.1.2
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling ab_glyph v0.2.31
[INFO] [stderr]    Compiling libxdo v0.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling glib-macros v0.18.5
[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 cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling keyboard-types v0.7.0
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling glib v0.18.5
[INFO] [stderr]    Compiling libappindicator-sys v0.9.0
[INFO] [stderr]    Compiling polling v3.10.0
[INFO] [stderr]    Compiling gethostname v1.0.2
[INFO] [stderr]    Compiling calloop v0.12.4
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling wayland-protocols v0.31.2
[INFO] [stderr]    Compiling wayland-cursor v0.31.11
[INFO] [stderr]    Compiling calloop-wayland-source v0.2.0
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling cairo-rs v0.18.5
[INFO] [stderr]    Compiling atk v0.18.2
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.2.0
[INFO] [stderr]    Compiling wayland-protocols-plasma v0.2.0
[INFO] [stderr]    Compiling sctk-adwaita v0.8.3
[INFO] [stderr]    Compiling gdk-pixbuf v0.18.5
[INFO] [stderr]    Compiling pango v0.18.3
[INFO] [stderr]    Compiling gdk v0.18.2
[INFO] [stderr]    Compiling muda v0.13.5
[INFO] [stderr]    Compiling libappindicator v0.9.0
[INFO] [stderr]    Compiling tray-icon v0.13.5
[INFO] [stderr]    Compiling dev-ports-tray v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcf2fhXq/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtoml-5601ffa12b9a43b5,libtoml_writer-8df1e235597a5400,libtoml_parser-a0db50af85295301,libwinnow-3c5a398cc5fda2dc,libserde_spanned-4eea835c4204eba0,libtoml_datetime-1538306c2dc0546b,libdirectories-b20c507fddf7ded8,libdirs_sys-78121623ddc9ae72,liboption_ext-0e70531fbe2c3ced,libwinit-b8d9218ded963e03,libsctk_adwaita-db8674115abc2674,libab_glyph-1f143bc18b22bfd1,libowned_ttf_parser-304ca0ff2ff6b98e,libttf_parser-790c887382a39932,libab_glyph_rasterizer-e740ff3e72c5b6a1,libtiny_skia-f5c691796a1f32a4,libarrayvec-fa9cc6d6454dbc31,libtiny_skia_path-0be0783f9ee86b90,libstrict_num-14ac4a3047a5ac4c,libarrayref-05ceeb31ba37f0dd,libbytemuck-84c2b3fc65823abd,libpercent_encoding-be1411bc33da4261,libx11rb-0c227c38487a6454,libgethostname-5467993f7012d0fc,libas_raw_xcb_connection-dcd23ea9712f0c83,libx11rb_protocol-4d687f0708721a1b,libwayland_protocols_plasma-8fb5a4c72891b7e5,libahash-9952a3b8c52963d7,libgetrandom-3b6a466f26363cf2,libzerocopy-74f6defc1850343a,libsmithay_client_toolkit-d566a4b57b52f1b9,libwayland_cursor-515ba3687f2ac199,libxcursor-6d02f8a8b0cae367,libwayland_protocols_wlr-c7d6adc8c5415c72,libwayland_protocols-1a0d19ccc2d4805a,libwayland_csd_frame-1d99f5669bc3ef0d,libcursor_icon-6609ddaa7cfb2ee1,libcalloop_wayland_source-966585b0b29fec3a,libwayland_client-d779848212e2fc87,libwayland_backend-a0a3200d827f5cbb,libdowncast_rs-04be7cf3c6e9fc1a,libscoped_tls-d0a943a899fa2197,libwayland_sys-df65dfb0b83a3e60,libcalloop-c1a908cff891fb3f,librustix-6ab6424855c25028,liblinux_raw_sys-4820e9cbe3a153d9,libpolling-349807fbcc272576,librustix-8857bf697e45bd43,liblinux_raw_sys-27bf638094b94793,libmemmap2-0dfcb0cd7a4ea18c,libx11_dl-4048122eb09a136d,libxkbcommon_dl-0c22f82f126636f0,libxkeysym-7a92d59edc48b06f,libdlib-4077a94839d32a85,liblibloading-79115a53cb530e3c,libsmol_str-3404d0cc215a977d,libraw_window_handle-5362033fc54a8aa6,liblog-89a330d1bb622024,libtray_icon-880a088a262897f6,libdirs_next-c06fa5882db8239f,libdirs_sys_next-5463b4466c785dd2,libpng-5c2b136e0376426f,libbitflags-dfd565f85bac9b15,libflate2-da70de7b5bc26c1a,libminiz_oxide-73ce2cf33d86c9a2,libfdeflate-56ff0f9cd4c5ea1f,libsimd_adler32-a00a99e4dd00cf43,libcrc32fast-1f5f9e17258384a6,libmuda-659b31b830a32901,liblibxdo-1c85ef122199f1a9,liblibxdo_sys-5a241628f2941507,libx11-19ccaa75b573f1e9,libdpi-fdcfffce317805e1,libkeyboard_types-c292389ccc4a1d71,libunicode_segmentation-315219529e7ce7cd,liblibappindicator-f060aa5a4a2efc9a,libgtk-5f2073f0d524a54a,libfield_offset-edc8fe548efde62a,libmemoffset-d288f55d031e8a3e,libgdk-815dd65866b85328,libpango-f123e6f9550e841c,libgdk_pixbuf-0bb3bfa0b1a078c6,libgio-e1265d139eae1ab3,libfutures_io-dbc1295f25e4d362,libcairo-948dafc9b62b6154,libatk-15fd9ad9b05e02e1,liblibappindicator_sys-5829c5c0b0d98bf8,liblibloading-6989b3528ee80951,libgtk_sys-0ca5f6779dfe97b6,libatk_sys-3ddfb97cfc8d9995,libgdk_sys-e35c2f0f3901ffc9,libpango_sys-23a05046989b1d3d,libgdk_pixbuf_sys-a561dcbdc1e75bd3,libcairo_sys-bb65abc2a71e8251,libglib-04f2abbae6597fe7,libfutures_executor-fb99308493e00724,libmemchr-397b83b9761eced6,libsmallvec-fed5a87f0424e478,libgio_sys-681bcddd46cca9cb,libfutures_util-b7c17e9d771ab521,libslab-75fedd8e969a9924,libpin_project_lite-8cda137948184924,libpin_utils-9ccfc56f2c5b0c36,libfutures_task-3c0c581cbf2d293a,libfutures_channel-4b631dba62418e5a,libfutures_core-2175c29c1c26d2e1,libgobject_sys-eeb5379f33b66740,libglib_sys-ea3b4d0271ca4ac7,libthiserror-e3a20f8b3d203a84,libonce_cell-043957f93fe71476,libnix-f590216a8e212959,libbitflags-ff8ebb0f5c54feb3,libserde-50cd0ca963a0735a,libserde_core-2cb176a15b19c416,libcfg_if-50e1a6ace6742d0e,liblibc-0745337d5cb68601,libcrossbeam_channel-0d1074ce7f2087da,libcrossbeam_utils-221bda15e85f264f,libanyhow-5bcfcde0d4a45289}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lxdo" "-ldl" "-lgtk-3" "-lgdk-3" "-lz" "-lpangocairo-1.0" "-lpango-1.0" "-lharfbuzz" "-latk-1.0" "-lcairo-gobject" "-lcairo" "-lgdk_pixbuf-2.0" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-latk-1.0" "-lgobject-2.0" "-lglib-2.0" "-lgdk-3" "-lz" "-lpangocairo-1.0" "-lpango-1.0" "-lharfbuzz" "-lgdk_pixbuf-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lpango-1.0" "-lgobject-2.0" "-lglib-2.0" "-lharfbuzz" "-lgdk_pixbuf-2.0" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lgobject-2.0" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcf2fhXq/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dev_ports_tray-ac30a9014789d22b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lxdo
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dev-ports-tray` (bin "dev-ports-tray") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f068c220086453c67a71a3f22e67fc960a1c46120714b5c7e198605ec3cc2145", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f068c220086453c67a71a3f22e67fc960a1c46120714b5c7e198605ec3cc2145", kill_on_drop: false }`
[INFO] [stdout] f068c220086453c67a71a3f22e67fc960a1c46120714b5c7e198605ec3cc2145
