[INFO] cloning repository https://github.com/mawoka-myblock/scan-companion
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mawoka-myblock/scan-companion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmawoka-myblock%2Fscan-companion", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmawoka-myblock%2Fscan-companion'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fcce7a7e91f0e9a55a1d50642577f740f6fe44a9
[INFO] testing mawoka-myblock/scan-companion against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmawoka-myblock%2Fscan-companion" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mawoka-myblock/scan-companion
[INFO] finished tweaking git repo https://github.com/mawoka-myblock/scan-companion
[INFO] tweaked toml for git repo https://github.com/mawoka-myblock/scan-companion written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mawoka-myblock/scan-companion on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mawoka-myblock/scan-companion 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca
[INFO] running `Command { std: "docker" "start" "004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling xkeysym v0.2.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling compact_str v0.8.2
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling memmap2 v0.8.0
[INFO] [stderr]    Compiling xkbcommon v0.7.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling enigo v0.2.1
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling unescaper v0.1.8
[INFO] [stderr]    Compiling serialport v4.9.0
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling mio-serial v5.0.7
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tokio-serial v5.5.0
[INFO] [stderr]    Compiling scan-companion v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/scanner.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |             n => bail!("unsupported data bits: {n}"),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/scanner.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |             p => bail!("unsupported parity: {p}"),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/scanner.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |             n => bail!("unsupported stop bits: {n}"),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/release/deps/rustcLqvNe4/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/{libdirectories-78704a725ba063d6,libdirs_sys-2e332f04db95a79b,liboption_ext-d0c08071b84db46d,libtoml-bd96be2bee4505f5,libtoml_edit-e252b8a1b5efcc0c,libserde_spanned-dbdc0e5cf31f8f30,libindexmap-fcf14a27033da9ca,libhashbrown-e584a62dc81c493d,libwinnow-e67d173b82f15f1d,libtoml_write-d4bef0016e352b62,libtoml_datetime-febc794dc45d6fec,libenigo-544aed600bbe0918,libxkeysym-8e660b1f66be7e80,libratatui-88a3b14f5a19c213,libunicode_truncate-fa6ae476339af03c,libunicode_width-d4b78c57f51ab2bb,liblru-fccbf37e203bb324,libhashbrown-7cbcc9805a495ff9,libfoldhash-c2659dfc4557d4c1,libequivalent-26a0d6a3c1145f1b,liballocator_api2-fcccdd0f80408343,libitertools-b4a1f5bbee98f4d4,libeither-d2909fced3fbbfcc,libcassowary-ce39090f8303c6e4,libcompact_str-259c4c2e05c22e41,libryu-cc0a3553ff73174e,libitoa-1e9e3b22820c4a15,libstatic_assertions-306fc8cfb43dc741,libcastaway-f1f496317d37cfae,libunicode_segmentation-66be9fe01a654f56,libunicode_width-9740e07e646c29e6,libstrum-f1463b216b1266ce,libcrossterm-2f03c85fb141fa68,librustix-e509fc03d8065a6a,liblinux_raw_sys-37cce7f61e3cdf37,libsignal_hook_mio-c007c2088eb8a3f5,libsignal_hook-cdd096b93cdf7e1a,libtokio_serial-a73d754f7360a7ab,libmio_serial-4258e492f7fcd050,libnix-89ccf3da83ce8b11,libserialport-7e1e78dd17c2d29c,libbitflags-8efa47acb54f2bfe,libnix-f846ee94f24dbbfe,libbitflags-68973b8086863992,libtokio-80b28050e8b58fd0,libsignal_hook_registry-914c6ca6938c3e38,liberrno-75ee898a945c2a95,libsocket2-c06da6d684eeeb11,libbytes-8e6bd6dd77d50766,libmio-d629c5ea0e6216e0,libparking_lot-b675f658e1593efd,libparking_lot_core-606f62a0ebce1e04,liblock_api-c6ff1e89ed4d34af,libscopeguard-71d6624487ed130b,libserde-d8684b8cdd1bfee3,libserde_core-fc2e9ba380840c21,libcolor_eyre-19fe564d5d5fb0e0,libcolor_spantrace-fa328f079bc86021,libtracing_error-29f80913b9c9af75,libtracing_subscriber-0bd0a2bb35b76ce7,libsmallvec-954ea7f71314f350,libsharded_slab-18946f9d15d4fb19,liblazy_static-fdd6af0286056ca3,libmatchers-34e7397fc5fcb709,libregex_automata-c2ef03c853ee45ae,libregex_syntax-5510b2d5eacb7225,libnu_ansi_term-2394e1a75082de7a,libthread_local-57dcbb25ec93501c,libtracing_log-e63da99aae71c24a,liblog-aed34fdf644390bd,libtracing-6b16aefa41a1c6e3,libpin_project_lite-9a89bb36c0c56875,libtracing_core-ce4c42e00c102e36,libowo_colors-b90c458a5e986ef3,libeyre-692496f7c84a5214,libindenter-50b0e7b60a943fe1,libonce_cell-a92ce0590bdd2571,libbacktrace-a444d7f7e4a00675,libminiz_oxide-0706f5dec424a5ee,libadler2-8213662f6a5e4f3b,libobject-84f51d487d82fb53,libmemchr-e2a8b0e73c8e139c,liblibc-a02808e3ddde5e2d,libaddr2line-d016d47c3ae2e3aa,libgimli-58bf5f75427c0ba7,libcfg_if-6d8dca19095bb388,librustc_demangle-23c150a8a5d56cfc,libclap-976495c4487d6e57,libclap_builder-539a1096adb4f7aa,libstrsim-59d8e27f2067b49a,libanstream-fbf9902fe662423b,libanstyle_query-b45e303465962535,libis_terminal_polyfill-d4b89543c4de780e,libcolorchoice-fd7c3d86e50e55dc,libanstyle_parse-5d41ba8ec76e50fb,libutf8parse-fd39fdebeec71100,libclap_lex-07d624aa69fa7d24,libanstyle-bd06819c7e2cd060}.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" "-lxdo" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcLqvNe4/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/release/deps/scan_companion-e97e68fae3d979ba" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-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 `scan-companion` (bin "scan-companion") due to 1 previous error; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca", kill_on_drop: false }`
[INFO] [stdout] 004f1c6b6c91c35738d5db695e8c4b63b94b9845c70dffc2579c9cc3c84e52ca
