[INFO] fetching crate const_unit_poc 1.1.3...
[INFO] checking const_unit_poc-1.1.3 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate const_unit_poc 1.1.3 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate const_unit_poc 1.1.3 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate const_unit_poc 1.1.3
[INFO] finished tweaking crates.io crate const_unit_poc 1.1.3
[INFO] tweaked toml for crates.io crate const_unit_poc 1.1.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate const_unit_poc 1.1.3 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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 68d84bf9cf7b97fce4f804278975b3e6579e77d7071c0a1f1c5cbe8a07d21751
[INFO] running `Command { std: "docker" "start" "-a" "68d84bf9cf7b97fce4f804278975b3e6579e77d7071c0a1f1c5cbe8a07d21751", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "68d84bf9cf7b97fce4f804278975b3e6579e77d7071c0a1f1c5cbe8a07d21751", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68d84bf9cf7b97fce4f804278975b3e6579e77d7071c0a1f1c5cbe8a07d21751", kill_on_drop: false }`
[INFO] [stdout] 68d84bf9cf7b97fce4f804278975b3e6579e77d7071c0a1f1c5cbe8a07d21751
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5267b109b3439fd695b042937cca5c637179d72f5be0bbfb65d0d9b2eeaff28a
[INFO] running `Command { std: "docker" "start" "-a" "5267b109b3439fd695b042937cca5c637179d72f5be0bbfb65d0d9b2eeaff28a", kill_on_drop: false }`
[INFO] [stderr]     Checking const_unit_poc v1.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:105:30
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct Quantity<const U: SiUnit> {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:105:30
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct Quantity<const U: SiUnit> {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:109:15
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<const U: SiUnit> ops::Add for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:109:15
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<const U: SiUnit> ops::Add for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 | impl<const U: SiUnit> ops::AddAssign for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 | impl<const U: SiUnit> ops::AddAssign for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:123:15
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl<const U: SiUnit> ops::Sub for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:123:15
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl<const U: SiUnit> ops::Sub for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 | impl<const U: SiUnit> ops::SubAssign for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 | impl<const U: SiUnit> ops::SubAssign for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<const U: SiUnit> ops::Mul<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<const U: SiUnit> ops::Mul<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:145:15
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl<const U: SiUnit> ops::Mul<Quantity<U>> for f64 {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:145:15
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl<const U: SiUnit> ops::Mul<Quantity<U>> for f64 {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:153:16
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<const UL: SiUnit, const UR: SiUnit> ops::Mul<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:153:34
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<const UL: SiUnit, const UR: SiUnit> ops::Mul<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:153:16
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<const UL: SiUnit, const UR: SiUnit> ops::Mul<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl<const U: SiUnit> ops::MulAssign<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:153:34
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<const UL: SiUnit, const UR: SiUnit> ops::Mul<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl<const U: SiUnit> ops::MulAssign<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:170:15
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl<const U: SiUnit> ops::Div<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:170:15
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl<const U: SiUnit> ops::Div<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<const U: SiUnit> ops::Div<Quantity<U>> for f64
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<const U: SiUnit> ops::Div<Quantity<U>> for f64
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl<const UL: SiUnit, const UR: SiUnit> ops::Div<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl<const UL: SiUnit, const UR: SiUnit> ops::Div<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:189:34
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl<const UL: SiUnit, const UR: SiUnit> ops::Div<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:189:34
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl<const UL: SiUnit, const UR: SiUnit> ops::Div<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl<const U: SiUnit> ops::DivAssign<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl<const U: SiUnit> ops::DivAssign<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0741`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0741`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const_unit_poc` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `const_unit_poc` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "5267b109b3439fd695b042937cca5c637179d72f5be0bbfb65d0d9b2eeaff28a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5267b109b3439fd695b042937cca5c637179d72f5be0bbfb65d0d9b2eeaff28a", kill_on_drop: false }`
[INFO] [stdout] 5267b109b3439fd695b042937cca5c637179d72f5be0bbfb65d0d9b2eeaff28a
[INFO] checking const_unit_poc-1.1.3 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate const_unit_poc 1.1.3 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate const_unit_poc 1.1.3 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain
[INFO] started tweaking crates.io crate const_unit_poc 1.1.3
[INFO] finished tweaking crates.io crate const_unit_poc 1.1.3
[INFO] tweaked toml for crates.io crate const_unit_poc 1.1.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate const_unit_poc 1.1.3 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" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9fe36425ab49e3efc4f7160927e21a43bc3059ef635c498248ba82abe33422c
[INFO] running `Command { std: "docker" "start" "-a" "e9fe36425ab49e3efc4f7160927e21a43bc3059ef635c498248ba82abe33422c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9fe36425ab49e3efc4f7160927e21a43bc3059ef635c498248ba82abe33422c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9fe36425ab49e3efc4f7160927e21a43bc3059ef635c498248ba82abe33422c", kill_on_drop: false }`
[INFO] [stdout] e9fe36425ab49e3efc4f7160927e21a43bc3059ef635c498248ba82abe33422c
[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=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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 936134a1c3f60b183f7f41f6d3de347718b1458e4ac4f43a1ca9ed82f4570f67
[INFO] running `Command { std: "docker" "start" "-a" "936134a1c3f60b183f7f41f6d3de347718b1458e4ac4f43a1ca9ed82f4570f67", kill_on_drop: false }`
[INFO] [stderr]     Checking const_unit_poc v1.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:105:30
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct Quantity<const U: SiUnit> {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:105:30
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct Quantity<const U: SiUnit> {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:109:15
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<const U: SiUnit> ops::Add for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:109:15
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<const U: SiUnit> ops::Add for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 | impl<const U: SiUnit> ops::AddAssign for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 | impl<const U: SiUnit> ops::AddAssign for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:123:15
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl<const U: SiUnit> ops::Sub for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:123:15
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl<const U: SiUnit> ops::Sub for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 | impl<const U: SiUnit> ops::SubAssign for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 | impl<const U: SiUnit> ops::SubAssign for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<const U: SiUnit> ops::Mul<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:145:15
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl<const U: SiUnit> ops::Mul<Quantity<U>> for f64 {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<const U: SiUnit> ops::Mul<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:145:15
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl<const U: SiUnit> ops::Mul<Quantity<U>> for f64 {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:153:16
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<const UL: SiUnit, const UR: SiUnit> ops::Mul<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:153:34
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<const UL: SiUnit, const UR: SiUnit> ops::Mul<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:153:16
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<const UL: SiUnit, const UR: SiUnit> ops::Mul<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl<const U: SiUnit> ops::MulAssign<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:153:34
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<const UL: SiUnit, const UR: SiUnit> ops::Mul<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl<const U: SiUnit> ops::MulAssign<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:170:15
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl<const U: SiUnit> ops::Div<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:170:15
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl<const U: SiUnit> ops::Div<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<const U: SiUnit> ops::Div<Quantity<U>> for f64
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl<const UL: SiUnit, const UR: SiUnit> ops::Div<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:189:34
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl<const UL: SiUnit, const UR: SiUnit> ops::Div<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<const U: SiUnit> ops::Div<Quantity<U>> for f64
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl<const U: SiUnit> ops::DivAssign<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl<const UL: SiUnit, const UR: SiUnit> ops::Div<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:189:34
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl<const UL: SiUnit, const UR: SiUnit> ops::Div<Quantity<UR>> for Quantity<UL>
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `SiUnit` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl<const U: SiUnit> ops::DivAssign<f64> for Quantity<U> {
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 54  + #[derive(ConstParamTy)]
[INFO] [stdout] 55  | pub struct SiUnit {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0741`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0741`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const_unit_poc` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `const_unit_poc` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "936134a1c3f60b183f7f41f6d3de347718b1458e4ac4f43a1ca9ed82f4570f67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "936134a1c3f60b183f7f41f6d3de347718b1458e4ac4f43a1ca9ed82f4570f67", kill_on_drop: false }`
[INFO] [stdout] 936134a1c3f60b183f7f41f6d3de347718b1458e4ac4f43a1ca9ed82f4570f67
