[INFO] fetching crate fibertools-rs 0.7.0...
[INFO] testing fibertools-rs-0.7.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate fibertools-rs 0.7.0 into /workspace/builds/worker-2-tc2/source
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate fibertools-rs 0.7.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fibertools-rs 0.7.0
[INFO] tweaked toml for crates.io crate fibertools-rs 0.7.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fibertools-rs 0.7.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fibertools-rs 0.7.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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bfc9e127b0c93368438d6435a00efa228a28ac9521c3f5c1be1c3c092e139149
[INFO] running `Command { std: "docker" "start" "-a" "bfc9e127b0c93368438d6435a00efa228a28ac9521c3f5c1be1c3c092e139149", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfc9e127b0c93368438d6435a00efa228a28ac9521c3f5c1be1c3c092e139149", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfc9e127b0c93368438d6435a00efa228a28ac9521c3f5c1be1c3c092e139149", kill_on_drop: false }`
[INFO] [stdout] bfc9e127b0c93368438d6435a00efa228a28ac9521c3f5c1be1c3c092e139149
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 75efe8d33a5b792f5f9a8efdc44c15bdedf01c98dda8e94b7dc4415c687f046f
[INFO] running `Command { std: "docker" "start" "-a" "75efe8d33a5b792f5f9a8efdc44c15bdedf01c98dda8e94b7dc4415c687f046f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling reborrow v0.5.5
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling embassy-futures v0.1.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling pulp v0.21.5
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling raw-cpuid v11.5.0
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling cubecl-common v0.6.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling raw-cpuid v10.7.0
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling openssl-src v300.5.1+3.5.1
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rand_distr v0.5.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling camino v1.1.10
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.18.2+1.9.1
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling vergen-lib v0.1.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling curl-sys v0.4.82+curl-8.14.1
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling vergen v9.0.6
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling zip v1.1.4
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling burn-ndarray v0.18.0
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling fs-utils v1.1.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling burn-derive v0.18.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling dyn-stack v0.13.0
[INFO] [stderr]    Compiling dyn-stack v0.10.0
[INFO] [stderr]    Compiling protobuf-support v3.7.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling pulp v0.18.22
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling newtype_derive v0.1.6
[INFO] [stderr]    Compiling libdeflate-sys v0.12.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling sysinfo v0.34.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling memmap2 v0.9.7
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling vergen-git2 v1.0.7
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling atomic_float v1.1.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling feature-probe v0.1.1
[INFO] [stderr]    Compiling hts-sys v2.2.0
[INFO] [stderr]    Compiling bv v0.11.1
[INFO] [stderr]    Compiling simba v0.6.0
[INFO] [stderr]    Compiling clap_builder v4.5.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling derive-new v0.6.0
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling rust-format v0.3.4
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling gemm-common v0.18.2
[INFO] [stderr]    Compiling gemm-common v0.17.1
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling gemm-f32 v0.17.1
[INFO] [stderr]    Compiling burn-common v0.18.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling burn-tensor v0.18.0
[INFO] [stderr]    Compiling protobuf-parse v3.7.2
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling safetensors v0.4.5
[INFO] [stderr]    Compiling gemm-f64 v0.17.1
[INFO] [stderr]    Compiling gemm-f32 v0.18.2
[INFO] [stderr]    Compiling gemm-c32 v0.18.2
[INFO] [stderr]    Compiling gemm-c64 v0.18.2
[INFO] [stderr]    Compiling gemm-f64 v0.18.2
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling gemm-f16 v0.17.1
[INFO] [stderr]    Compiling gemm-f16 v0.18.2
[INFO] [stderr]    Compiling protobuf-codegen v3.7.2
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling gemm-c64 v0.17.1
[INFO] [stderr]    Compiling gemm-c32 v0.17.1
[INFO] [stderr]    Compiling gemm v0.18.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling ug v0.1.0
[INFO] [stderr]    Compiling nalgebra v0.29.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling clap v4.5.41
[INFO] [stderr]    Compiling bio-types v1.0.4
[INFO] [stderr]    Compiling burn-core v0.18.0
[INFO] [stderr]    Compiling burn-ir v0.18.0
[INFO] [stderr]    Compiling gemm v0.17.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling custom_derive v0.1.7
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling onnx-ir v0.18.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling enum-map v2.7.3
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling libdeflater v0.12.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling num_enum v0.7.4
[INFO] [stderr]    Compiling multimap v0.9.1
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling core_affinity v0.8.3
[INFO] [stderr]    Compiling itertools-num v0.1.3
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling candle-core v0.8.4
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling roff v0.2.2
[INFO] [stderr]    Compiling editdistancek v1.0.2
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling ieee754 v0.2.6
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling linear-map v1.2.0
[INFO] [stderr]    Compiling triple_accel v0.4.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling clap_mangen v0.2.28
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling gzp v0.11.3
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling clap_complete v4.5.55
[INFO] [stderr]    Compiling gbdt v0.1.3
[INFO] [stderr]    Compiling niffler v2.7.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling burn v0.18.0
[INFO] [stderr]    Compiling burn-import v0.18.0
[INFO] [stderr]    Compiling burn-candle v0.18.0
[INFO] [stderr]    Compiling statrs v0.16.1
[INFO] [stderr]    Compiling bio v1.6.0
[INFO] [stderr]    Compiling git2 v0.20.2
[INFO] [stderr]    Compiling fibertools-rs v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: fibertools-rs@0.7.0: could not find repository at '/opt/rustwide/workdir'; class=Repository (6); code=NotFound (-3)
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_BRANCH set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_COMMIT_AUTHOR_EMAIL set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_COMMIT_AUTHOR_NAME set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_COMMIT_COUNT set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_COMMIT_DATE set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_COMMIT_MESSAGE set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_COMMIT_TIMESTAMP set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_DESCRIBE set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_SHA set to default
[INFO] [stderr] warning: fibertools-rs@0.7.0: VERGEN_GIT_DIRTY set to default
[INFO] [stderr] error: failed to run custom build command for `fibertools-rs v0.7.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/fibertools-rs-2b9bb4413ab3db99/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rustc-env=VERGEN_BUILD_DATE=2025-10-01
[INFO] [stderr]   cargo:rustc-env=VERGEN_BUILD_TIMESTAMP=2025-10-01T09:15:24.646570479Z
[INFO] [stderr]   cargo:rustc-env=VERGEN_CARGO_DEBUG=false
[INFO] [stderr]   cargo:rustc-env=VERGEN_CARGO_FEATURES=burn,cli,default
[INFO] [stderr]   cargo:rustc-env=VERGEN_CARGO_OPT_LEVEL=0
[INFO] [stderr]   cargo:rustc-env=VERGEN_CARGO_TARGET_TRIPLE=x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rustc-env=VERGEN_CARGO_DEPENDENCIES=anstyle 1.0.11,anyhow 1.0.98,assert_cmd 2.0.17,bio 1.6.0,burn 0.18.0,burn-import 0.18.0,clap 4.5.41,clap_complete 4.5.55,clap_mangen 0.2.28,colored 2.2.0,console 0.15.11,derive_builder 0.12.0,env_logger 0.9.3,gbdt 0.1.3,gzp 0.11.3,indicatif 0.17.11,itertools 0.10.5,lazy_static 1.5.0,log 0.4.27,niffler 2.7.0,num 0.4.3,ordered-float 3.9.2,predicates 3.1.3,rand 0.8.5,rayon 1.10.0,regex 1.11.1,rust-htslib 0.46.0,serde 1.0.219,serde_json 1.0.140,serde_yaml 0.9.34+deprecated,spin 0.9.8,tempfile 3.20.0,vergen-git2 1.0.7
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_BRANCH=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_COMMIT_AUTHOR_EMAIL=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_COMMIT_AUTHOR_NAME=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_COMMIT_COUNT=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_COMMIT_DATE=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_COMMIT_MESSAGE=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_COMMIT_TIMESTAMP=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_DESCRIBE=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_SHA=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:rustc-env=VERGEN_GIT_DIRTY=VERGEN_IDEMPOTENT_OUTPUT
[INFO] [stderr]   cargo:warning=could not find repository at '/opt/rustwide/workdir'; class=Repository (6); code=NotFound (-3)
[INFO] [stderr]   cargo:warning=VERGEN_GIT_BRANCH set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_COMMIT_AUTHOR_EMAIL set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_COMMIT_AUTHOR_NAME set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_COMMIT_COUNT set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_COMMIT_DATE set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_COMMIT_MESSAGE set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_COMMIT_TIMESTAMP set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_DESCRIBE set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_SHA set to default
[INFO] [stderr]   cargo:warning=VERGEN_GIT_DIRTY set to default
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   cargo:rerun-if-env-changed=VERGEN_IDEMPOTENT
[INFO] [stderr]   cargo:rerun-if-env-changed=SOURCE_DATE_EPOCH
[INFO] [stderr]    INFO burn_import::onnx::to_burn: Starting to convert ONNX to Burn    
[INFO] [stderr]   DEBUG burn_import::onnx::to_burn: Output directory: "/opt/rustwide/target/debug/build/fibertools-rs-2a257a22cd67b252/out/m6a_burn/"    
[INFO] [stderr]    INFO burn_import::onnx::to_burn: Converting "src/m6a_burn/two_zero.onnx"    
[INFO] [stderr]   DEBUG burn_import::onnx::to_burn: Input file name: "two_zero"    
[INFO] [stderr]   DEBUG burn_import::onnx::to_burn: Output file: "/opt/rustwide/target/debug/build/fibertools-rs-2a257a22cd67b252/out/m6a_burn/two_zero"    
[INFO] [stderr]    INFO burn_import::onnx::to_burn: Generating model from "src/m6a_burn/two_zero.onnx"    
[INFO] [stderr]   DEBUG burn_import::onnx::to_burn: Development mode: false    
[INFO] [stderr]   DEBUG burn_import::onnx::to_burn: Output file: "/opt/rustwide/target/debug/build/fibertools-rs-2a257a22cd67b252/out/m6a_burn/two_zero"    
[INFO] [stderr]    INFO onnx_ir::from_onnx: Parsing ONNX file: src/m6a_burn/two_zero.onnx    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: Number of nodes: 11    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: Number of inputs: 1    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: Number of initializers: 10    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: Number of outputs: 1    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: Opset domain: "<default>", version: 17    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Conv"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/conv_1/Conv"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking node conv1d1 for constants    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking input Argument { name: "conv_1.weight", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([30, 6, 5]) }), value: Some(TensorData { data: Float32s([0.65592504, 0.6752556, 0.48299572, -0.9478831, 0.35084724, 0.30616212, 0.23838364, ...]), shape: [30, 6, 5] }), passed: false } for const    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking input Argument { name: "conv_1.bias", ty: Tensor(TensorType { elem_type: Float32, rank: 1, static_shape: Some([30]) }), value: Some(TensorData { data: Float32s([-1.1212208, -2.1365457, -0.5298887, -1.6225408, -0.08917145, 0.660733, -1.0601627, ...]), shape: [30] }), passed: false } for const    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: conv1d1    
[INFO] [stderr]   DEBUG onnx_ir::util: Copying input type to output for node conv1d1    
[INFO] [stderr]   DEBUG onnx_ir::util: Input rank for conv1d1: 3    
[INFO] [stderr]   DEBUG onnx_ir::util: Output type is same as input for conv1d1    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for conv1d1: [Argument { name: "/conv_1/Conv_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([1, 6, 15]) }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "conv1d1"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Relu"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/Relu"    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: relu1    
[INFO] [stderr]   DEBUG onnx_ir::util: Copying input type to output for node relu1    
[INFO] [stderr]   DEBUG onnx_ir::util: Input rank for relu1: 3    
[INFO] [stderr]   DEBUG onnx_ir::util: Output type is same as input for relu1    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for relu1: [Argument { name: "/Relu_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([1, 6, 15]) }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "relu1"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Conv"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/conv_2/Conv"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking node conv1d2 for constants    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking input Argument { name: "conv_2.weight", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([10, 30, 5]) }), value: Some(TensorData { data: Float32s([-0.5012246, 0.6376235, 0.7646887, 1.6655838, -0.210737, 1.4237663, -0.17226084, ...]), shape: [10, 30, 5] }), passed: false } for const    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking input Argument { name: "conv_2.bias", ty: Tensor(TensorType { elem_type: Float32, rank: 1, static_shape: Some([10]) }), value: Some(TensorData { data: Float32s([-0.8559503, -0.7135576, -1.1329069, 0.56545836, -1.7580742, -0.6383532, -0.080549814, ...]), shape: [10] }), passed: false } for const    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: conv1d2    
[INFO] [stderr]   DEBUG onnx_ir::util: Copying input type to output for node conv1d2    
[INFO] [stderr]   DEBUG onnx_ir::util: Input rank for conv1d2: 3    
[INFO] [stderr]   DEBUG onnx_ir::util: Output type is same as input for conv1d2    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for conv1d2: [Argument { name: "/conv_2/Conv_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([1, 6, 15]) }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "conv1d2"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Relu"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/Relu_1"    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: relu2    
[INFO] [stderr]   DEBUG onnx_ir::util: Copying input type to output for node relu2    
[INFO] [stderr]   DEBUG onnx_ir::util: Input rank for relu2: 3    
[INFO] [stderr]   DEBUG onnx_ir::util: Output type is same as input for relu2    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for relu2: [Argument { name: "/Relu_1_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([1, 6, 15]) }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "relu2"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Conv"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/conv_3/Conv"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking node conv1d3 for constants    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking input Argument { name: "conv_3.weight", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([5, 10, 3]) }), value: Some(TensorData { data: Float32s([-0.2601841, -0.0015597944, -0.64729315, 0.4975955, 0.45275822, 1.0613445, -0.2741517, ...]), shape: [5, 10, 3] }), passed: false } for const    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: checking input Argument { name: "conv_3.bias", ty: Tensor(TensorType { elem_type: Float32, rank: 1, static_shape: Some([5]) }), value: Some(TensorData { data: Float32s([0.4430537, 0.15129392, -0.17704676, 0.8886422, 0.553626]), shape: [5] }), passed: false } for const    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: conv1d3    
[INFO] [stderr]   DEBUG onnx_ir::util: Copying input type to output for node conv1d3    
[INFO] [stderr]   DEBUG onnx_ir::util: Input rank for conv1d3: 3    
[INFO] [stderr]   DEBUG onnx_ir::util: Output type is same as input for conv1d3    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for conv1d3: [Argument { name: "/conv_3/Conv_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([1, 6, 15]) }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "conv1d3"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Relu"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/Relu_2"    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: relu3    
[INFO] [stderr]   DEBUG onnx_ir::util: Copying input type to output for node relu3    
[INFO] [stderr]   DEBUG onnx_ir::util: Input rank for relu3: 3    
[INFO] [stderr]   DEBUG onnx_ir::util: Output type is same as input for relu3    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for relu3: [Argument { name: "/Relu_2_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 3, static_shape: Some([1, 6, 15]) }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "relu3"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Flatten"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/Flatten"    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: flatten1    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for flatten1: [Argument { name: "/Flatten_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 2, static_shape: Some([1, 6, 15]) }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "flatten1"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Gemm"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/linear/Gemm"    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: gemm1    
[INFO] [stderr]   DEBUG onnx_ir::node::linear: Linear rank inference for node gemm1    
[INFO] [stderr]   DEBUG onnx_ir::node::linear: Linear input rank for gemm1: 2    
[INFO] [stderr]   DEBUG onnx_ir::node::linear: Linear output rank for gemm1: 2    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for gemm1: [Argument { name: "/linear/Gemm_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 2, static_shape: None }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "gemm1"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Relu"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/Relu_3"    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: relu4    
[INFO] [stderr]   DEBUG onnx_ir::util: Copying input type to output for node relu4    
[INFO] [stderr]   DEBUG onnx_ir::util: Input rank for relu4: 2    
[INFO] [stderr]   DEBUG onnx_ir::util: Output type is same as input for relu4    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for relu4: [Argument { name: "/Relu_3_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 2, static_shape: None }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "relu4"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Gemm"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/label/Gemm"    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: gemm2    
[INFO] [stderr]   DEBUG onnx_ir::node::linear: Linear rank inference for node gemm2    
[INFO] [stderr]   DEBUG onnx_ir::node::linear: Linear input rank for gemm2: 2    
[INFO] [stderr]   DEBUG onnx_ir::node::linear: Linear output rank for gemm2: 2    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for gemm2: [Argument { name: "/label/Gemm_output_0", ty: Tensor(TensorType { elem_type: Float32, rank: 2, static_shape: None }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "gemm2"    
[INFO] [stderr]   DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Softmax"    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: renaming node "/Softmax"    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Inferring rank for node: softmax1    
[INFO] [stderr]   DEBUG onnx_ir::util: Copying input type to output for node softmax1    
[INFO] [stderr]   DEBUG onnx_ir::util: Input rank for softmax1: 2    
[INFO] [stderr]   DEBUG onnx_ir::util: Output type is same as input for softmax1    
[INFO] [stderr]   DEBUG onnx_ir::rank_inference: Rank inference result for softmax1: [Argument { name: "output1", ty: Tensor(TensorType { elem_type: Float32, rank: 2, static_shape: None }), value: None, passed: false }]    
[INFO] [stderr]   DEBUG onnx_ir::from_onnx: adding node "softmax1"    
[INFO] [stderr]    INFO onnx_ir::from_onnx: Finished parsing ONNX file: src/m6a_burn/two_zero.onnx    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'conv1d'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'relu'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'conv1d'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'relu'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'conv1d'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'relu'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'flatten'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'linear'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'relu'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'linear'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Registering node => 'softmax'    
[INFO] [stderr]   DEBUG burn_import::burn::graph: Building the scope nodes len => '11'    
[INFO] [stderr]   ERROR burn_import::logger: PANIC => panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/burn-import-0.18.0/src/formatter.rs:8:31:
[INFO] [stderr]   Valid token tree: BadSourceCode("error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.\nTo install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`\n")    
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (16709) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/burn-import-0.18.0/src/formatter.rs:8:31:
[INFO] [stderr]   Valid token tree: BadSourceCode("error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.\nTo install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`\n")
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5b05ccb73462 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stderr]      1:     0x5b05ccb86c3f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stderr]      2:     0x5b05ccb43301 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stderr]      3:     0x5b05ccb4e0f2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stderr]      4:     0x5b05ccb516cf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stderr]      5:     0x5b05ccb51529 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stderr]      6:     0x5b05cc404409 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd13e03fb72827b87
[INFO] [stderr]      7:     0x5b05cc27de30 - burn_import::logger::update_panic_hook::{{closure}}::h8224fb029c46e7f1
[INFO] [stderr]      8:     0x5b05ccb51e3f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stderr]      9:     0x5b05ccb51bea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stderr]     10:     0x5b05ccb4e229 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stderr]     11:     0x5b05ccb3737d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stderr]     12:     0x5b05ccb8fc00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stderr]     13:     0x5b05ccb8eba6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stderr]     14:     0x5b05cc369353 - core::result::Result<T,E>::expect::h2078fe437a8561d0
[INFO] [stderr]     15:     0x5b05cc2fcfa8 - burn_import::formatter::format_tokens::hcfa52e92554d2c8d
[INFO] [stderr]     16:     0x5b05cc27c7df - burn_import::onnx::to_burn::ModelGen::generate_model::h6c204658cf423e27
[INFO] [stderr]     17:     0x5b05cc27dabe - burn_import::onnx::to_burn::ModelGen::run::h37660d042cf2fd6c
[INFO] [stderr]     18:     0x5b05cc27cd0b - burn_import::onnx::to_burn::ModelGen::run_from_script::h047b68fbc2791070
[INFO] [stderr]     19:     0x5b05cc24df6a - build_script_build::main::h9175075adcdaef71
[INFO] [stderr]     20:     0x5b05cc24e8e3 - core::ops::function::FnOnce::call_once::h729199709090f3cc
[INFO] [stderr]     21:     0x5b05cc24e8c6 - std::sys::backtrace::__rust_begin_short_backtrace::hb1adb409f9d0a1ad
[INFO] [stderr]     22:     0x5b05cc24e649 - std::rt::lang_start::{{closure}}::hc679895c098a46c6
[INFO] [stderr]     23:     0x5b05ccb44ce0 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stderr]     24:     0x5b05cc24e631 - std::rt::lang_start::he25880f37aaaa57f
[INFO] [stderr]     25:     0x5b05cc24efa5 - main
[INFO] [stderr]     26:     0x73357452d1ca - <unknown>
[INFO] [stderr]     27:     0x73357452d28b - __libc_start_main
[INFO] [stderr]     28:     0x5b05cc24dd55 - _start
[INFO] [stderr]     29:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "75efe8d33a5b792f5f9a8efdc44c15bdedf01c98dda8e94b7dc4415c687f046f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75efe8d33a5b792f5f9a8efdc44c15bdedf01c98dda8e94b7dc4415c687f046f", kill_on_drop: false }`
[INFO] [stdout] 75efe8d33a5b792f5f9a8efdc44c15bdedf01c98dda8e94b7dc4415c687f046f
