[INFO] cloning repository https://github.com/CertainLach/hidfox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CertainLach/hidfox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCertainLach%2Fhidfox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCertainLach%2Fhidfox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d835bb45e27f1cc29b1d8b24ed7863d82cb74ad1
[INFO] documenting CertainLach/hidfox against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCertainLach%2Fhidfox" "/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/CertainLach/hidfox
[INFO] finished tweaking git repo https://github.com/CertainLach/hidfox
[INFO] tweaked toml for git repo https://github.com/CertainLach/hidfox written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CertainLach/hidfox on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CertainLach/hidfox 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" "+beta-2025-10-28" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f22848a5337d898fe8ea4175f90fa18b8ac1e5ccb13975dd2076cfd7b672075c
[INFO] running `Command { std: "docker" "start" "-a" "f22848a5337d898fe8ea4175f90fa18b8ac1e5ccb13975dd2076cfd7b672075c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f22848a5337d898fe8ea4175f90fa18b8ac1e5ccb13975dd2076cfd7b672075c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f22848a5337d898fe8ea4175f90fa18b8ac1e5ccb13975dd2076cfd7b672075c", kill_on_drop: false }`
[INFO] [stdout] f22848a5337d898fe8ea4175f90fa18b8ac1e5ccb13975dd2076cfd7b672075c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22c4c5bd7194ae751d7b070f4795fa1e7e7f568120f0a960600306bdd48ea84a
[INFO] running `Command { std: "docker" "start" "-a" "22c4c5bd7194ae751d7b070f4795fa1e7e7f568120f0a960600306bdd48ea84a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.58
[INFO] [stderr]    Compiling quote v1.0.27
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]    Compiling rusb v0.9.2
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]    Compiling syn v2.0.16
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking sha2 v0.10.6
[INFO] [stderr]    Compiling libusb1-sys v0.6.4
[INFO] [stderr]    Compiling hidapi v2.3.2
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking getrandom v0.2.9
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking uuid v1.3.3
[INFO] [stderr]     Checking rusb-async v0.0.1-alpha
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling darling_core v0.20.1
[INFO] [stderr]    Compiling serde_derive v1.0.163
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling enum_variants_procedural v0.1.0 (/opt/rustwide/workdir/enum_variants/procedural)
[INFO] [stderr]     Checking enum_variants v0.1.0 (/opt/rustwide/workdir/enum_variants)
[INFO] [stderr]     Checking thiserror v1.0.40
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling darling_macro v0.20.1
[INFO] [stderr]    Compiling darling v0.20.1
[INFO] [stderr]    Compiling serde_with_macros v3.0.0
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking serde_json v1.0.96
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.11
[INFO] [stderr]     Checking serde_with v3.0.0
[INFO] [stderr]     Checking bifrostlink v0.1.0 (/opt/rustwide/workdir/bifrostlink)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> bifrostlink/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_blocks)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bifrostlink` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "22c4c5bd7194ae751d7b070f4795fa1e7e7f568120f0a960600306bdd48ea84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22c4c5bd7194ae751d7b070f4795fa1e7e7f568120f0a960600306bdd48ea84a", kill_on_drop: false }`
[INFO] [stdout] 22c4c5bd7194ae751d7b070f4795fa1e7e7f568120f0a960600306bdd48ea84a
