[INFO] fetching crate const-units 0.1.3...
[INFO] testing const-units-0.1.3 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate const-units 0.1.3 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate const-units 0.1.3
[INFO] finished tweaking crates.io crate const-units 0.1.3
[INFO] tweaked toml for crates.io crate const-units 0.1.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate const-units 0.1.3 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding const-str v0.5.7 (available: v0.7.0)
[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] 828ca4b5f40ee7291fa62ad378cb1dab0938fc9ebb70e4efd74d3e788484cf0e
[INFO] running `Command { std: "docker" "start" "-a" "828ca4b5f40ee7291fa62ad378cb1dab0938fc9ebb70e4efd74d3e788484cf0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "828ca4b5f40ee7291fa62ad378cb1dab0938fc9ebb70e4efd74d3e788484cf0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "828ca4b5f40ee7291fa62ad378cb1dab0938fc9ebb70e4efd74d3e788484cf0e", kill_on_drop: false }`
[INFO] [stdout] 828ca4b5f40ee7291fa62ad378cb1dab0938fc9ebb70e4efd74d3e788484cf0e
[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] 49908c4c7add48b979de0561b28276f0188570e95e860e42e9dc38a81c57dc71
[INFO] running `Command { std: "docker" "start" "-a" "49908c4c7add48b979de0561b28276f0188570e95e860e42e9dc38a81c57dc71", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling const-str v0.5.7
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling const-units v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0404]: expected trait, found derive macro `ConstParamTy`
[INFO] [stdout]   --> src/quantity.rs:11:6
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl ConstParamTy for SI {}
[INFO] [stdout]    |      ^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:2:32
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "const", feature(generic_const_exprs))]
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:3:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![cfg_attr(feature = "const", feature(adt_const_params))]
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `marker::ConstParamTy`
[INFO] [stdout]  --> src/quantity.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     marker::ConstParamTy,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/quantity.rs:15:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Quantity<V, const UNITS: SI>(pub V);
[INFO] [stdout]    |                                     ^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]   --> src/lib.rs:227:1
[INFO] [stdout]    |
[INFO] [stdout] 227- pub struct SI {
[INFO] [stdout] 227+ #[derive(ConstParamTy)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/quantity.rs:17:31
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<V: Display, const UNITS: SI> Display for Quantity<V, UNITS> {
[INFO] [stdout]    |                               ^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]   --> src/lib.rs:227:1
[INFO] [stdout]    |
[INFO] [stdout] 227- pub struct SI {
[INFO] [stdout] 227+ #[derive(ConstParamTy)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/quantity.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<V, const UNITS: SI> Quantity<V, UNITS> {
[INFO] [stdout]    |                      ^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]   --> src/lib.rs:227:1
[INFO] [stdout]    |
[INFO] [stdout] 227- pub struct SI {
[INFO] [stdout] 227+ #[derive(ConstParamTy)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:103:31
[INFO] [stdout]     |
[INFO] [stdout] 103 | impl<V: Display, const UNITS: SI> Quantity<V, UNITS> {
[INFO] [stdout]     |                               ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:160:48
[INFO] [stdout]     |
[INFO] [stdout] 160 | impl<R, O, T: Add<R, Output = O>, const UNITS: SI> Add<Quantity<R, UNITS>> for Quantity<T, UNITS> {
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:169:48
[INFO] [stdout]     |
[INFO] [stdout] 169 | impl<R, O, T: Sub<R, Output = O>, const UNITS: SI> Sub<Quantity<R, UNITS>> for Quantity<T, UNITS> {
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:178:39
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<R, T: AddAssign<R>, const UNITS: SI> AddAssign<Quantity<R, UNITS>> for Quantity<T, UNITS> {
[INFO] [stdout]     |                                       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:185:39
[INFO] [stdout]     |
[INFO] [stdout] 185 | impl<R, T: SubAssign<R>, const UNITS: SI> SubAssign<Quantity<R, UNITS>> for Quantity<T, UNITS> {
[INFO] [stdout]     |                                       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:192:39
[INFO] [stdout]     |
[INFO] [stdout] 192 | impl<R, T: MulAssign<R>, const UNITS: SI> MulAssign<Quantity<R, DIMENSIONLESS>>
[INFO] [stdout]     |                                       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:201:39
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl<R, T: DivAssign<R>, const UNITS: SI> DivAssign<Quantity<R, DIMENSIONLESS>>
[INFO] [stdout]     |                                       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:212:52
[INFO] [stdout]     |
[INFO] [stdout] 212 | impl<R, O, T: Mul<R, Output = O>, const LHS_UNITS: SI, const RHS_UNITS: SI>
[INFO] [stdout]     |                                                    ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:212:73
[INFO] [stdout]     |
[INFO] [stdout] 212 | impl<R, O, T: Mul<R, Output = O>, const LHS_UNITS: SI, const RHS_UNITS: SI>
[INFO] [stdout]     |                                                                         ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:225:52
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<R, O, T: Div<R, Output = O>, const LHS_UNITS: SI, const RHS_UNITS: SI>
[INFO] [stdout]     |                                                    ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SI` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/quantity.rs:225:73
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<R, O, T: Div<R, Output = O>, const LHS_UNITS: SI, const RHS_UNITS: SI>
[INFO] [stdout]     |                                                                         ^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 - pub struct SI {
[INFO] [stdout] 227 + #[derive(ConstParamTy)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0404, E0554, E0741.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0404`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-units` (lib) due to 17 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "49908c4c7add48b979de0561b28276f0188570e95e860e42e9dc38a81c57dc71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49908c4c7add48b979de0561b28276f0188570e95e860e42e9dc38a81c57dc71", kill_on_drop: false }`
[INFO] [stdout] 49908c4c7add48b979de0561b28276f0188570e95e860e42e9dc38a81c57dc71
