[INFO] cloning repository https://github.com/JacksonParodi/midomo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JacksonParodi/midomo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJacksonParodi%2Fmidomo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJacksonParodi%2Fmidomo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b5caa5f8af4a5635fc526d4686fa79728f90df7
[INFO] building JacksonParodi/midomo against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJacksonParodi%2Fmidomo" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/JacksonParodi/midomo on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/JacksonParodi/midomo
[INFO] finished tweaking git repo https://github.com/JacksonParodi/midomo
[INFO] tweaked toml for git repo https://github.com/JacksonParodi/midomo written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/JacksonParodi/midomo 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" "+334963c956d25708feab489a3816ae63f639355d" "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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 97cec5cbb271ace821f9d18b70aeea5c79cb121787fb61790899292d06f5d0a1
[INFO] running `Command { std: "docker" "start" "-a" "97cec5cbb271ace821f9d18b70aeea5c79cb121787fb61790899292d06f5d0a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97cec5cbb271ace821f9d18b70aeea5c79cb121787fb61790899292d06f5d0a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97cec5cbb271ace821f9d18b70aeea5c79cb121787fb61790899292d06f5d0a1", kill_on_drop: false }`
[INFO] [stdout] 97cec5cbb271ace821f9d18b70aeea5c79cb121787fb61790899292d06f5d0a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6460f03a411e84dd12a197ed9f2644901f607a647306325ec7b2e5d60d1e5d99
[INFO] running `Command { std: "docker" "start" "-a" "6460f03a411e84dd12a197ed9f2644901f607a647306325ec7b2e5d60d1e5d99", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling xkeysym v0.2.1
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling memmap2 v0.8.0
[INFO] [stderr]    Compiling compact_str v0.8.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling xkbcommon v0.7.0
[INFO] [stderr]    Compiling alsa v0.9.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling enigo v0.2.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling midir v0.10.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling sysinfo v0.32.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.28.1
[INFO] [stderr]    Compiling midomo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `MidiInputPort`
[INFO] [stdout]  --> src/main.rs:4:53
[INFO] [stdout]   |
[INFO] [stdout] 4 | use midir::{Ignore, MidiInput, MidiInputConnection, MidiInputPort, MidiOutput};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Style` and `Stylize`
[INFO] [stdout]   --> src/main.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     style::{Style, Stylize},
[INFO] [stdout]    |             ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Button`, `Click`, `Coordinate`, `Mouse`, and `Release`
[INFO] [stdout]   --> src/main.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Button, Coordinate,
[INFO] [stdout]    |     ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 20 |     Direction::{Click, Press, Release},
[INFO] [stdout]    |                 ^^^^^         ^^^^^^^
[INFO] [stdout] 21 |     Enigo, Key, Keyboard, Mouse, Settings,
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Components`, `Disks`, and `Networks`
[INFO] [stdout]   --> src/main.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | use sysinfo::{Components, Disks, Networks, System};
[INFO] [stdout]    |               ^^^^^^^^^^  ^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `timestamp`
[INFO] [stdout]   --> src/main.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 move |timestamp, message, _| {
[INFO] [stdout]    |                       ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timestamp`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `system` and `midi_out` are never read
[INFO] [stdout]   --> src/main.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | struct Midomo {
[INFO] [stdout]    |        ------ fields in this struct
[INFO] [stdout] 27 |     system: System,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     enigo: Enigo,
[INFO] [stdout] 29 |     midi_out: MidiOutput,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustccJ05iX/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsysinfo-fb75f2bbf2739b75.rlib,libmemchr-3ffe5f7a52883367.rlib,librayon-f67f93ec3a198981.rlib,librayon_core-9a8f334f0de531d6.rlib,libcrossbeam_deque-337e201672f94d3a.rlib,libcrossbeam_epoch-6eaad7f981b0bedd.rlib,libcrossbeam_utils-d3f614f0e73f3455.rlib,libenigo-119bf902cee03d8c.rlib,libxkeysym-db82d4bc0bf9c497.rlib,libratatui-df67f36ed81ec947.rlib,libunicode_truncate-c1093aa7a3f15a0d.rlib,liblru-baf497b24196b35e.rlib,libhashbrown-28593d13444ccbcc.rlib,libfoldhash-6d45a3996f846e3d.rlib,libequivalent-fdc46004df91ad08.rlib,liballocator_api2-d942e830951b9933.rlib,libcassowary-618d3b643fd4c97b.rlib,libitertools-81524015b6b5198d.rlib,libeither-38d43fea6173fdf6.rlib,libcompact_str-f5924ed40dddd0bf.rlib,libryu-f8ba606093049f91.rlib,libitoa-4c6598116a867907.rlib,libstatic_assertions-d53a9977dc6e27e5.rlib,libcastaway-4bf3dd0007882e0b.rlib,libunicode_segmentation-ff3f1aa3aad6e639.rlib,libunicode_width-08b963676a6677c5.rlib,libstrum-ecfe7382e4eb1b96.rlib,libcrossterm-e02840c133e9bdc2.rlib,librustix-faf0c2be735ab32d.rlib,liblinux_raw_sys-dd10f1d1b50fcb6c.rlib,libparking_lot-0137d6c463f92308.rlib,libparking_lot_core-f764316b4a7bb097.rlib,libsmallvec-8045c56aeb050430.rlib,liblock_api-0fd539a479e0f355.rlib,libscopeguard-d52bd00767847e44.rlib,libsignal_hook_mio-7581dd97da01b069.rlib,libsignal_hook-757f29622be4c8bd.rlib,libsignal_hook_registry-95291193597956df.rlib,libmio-66f2b70018547d53.rlib,liblog-5fb51f756c1191b0.rlib,libmidir-f8f4279ef944956e.rlib,libalsa-98d92196a9629e91.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libbitflags-eb92e23a18d5cc91.rlib,libalsa_sys-eddb8b02ac0eefb5.rlib,liblibc-72df2d60425be7f7.rlib}" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lxdo" "-lasound" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/midomo-5111dd064f1ae4d2" "-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 `midomo` (bin "midomo") due to 1 previous error; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6460f03a411e84dd12a197ed9f2644901f607a647306325ec7b2e5d60d1e5d99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6460f03a411e84dd12a197ed9f2644901f607a647306325ec7b2e5d60d1e5d99", kill_on_drop: false }`
[INFO] [stdout] 6460f03a411e84dd12a197ed9f2644901f607a647306325ec7b2e5d60d1e5d99
