[INFO] fetching crate prisma 0.1.1...
[INFO] testing prisma-0.1.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate prisma 0.1.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate prisma 0.1.1
[INFO] finished tweaking crates.io crate prisma 0.1.1
[INFO] tweaked toml for crates.io crate prisma 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate prisma 0.1.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding approx v0.3.2 (available: v0.5.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded angular-units v0.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d4cb933d516d46739bde9b08e7f0ef1d8cb6bf51dc17e78a0ed5beda77e6c597
[INFO] running `Command { std: "docker" "start" "-a" "d4cb933d516d46739bde9b08e7f0ef1d8cb6bf51dc17e78a0ed5beda77e6c597", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4cb933d516d46739bde9b08e7f0ef1d8cb6bf51dc17e78a0ed5beda77e6c597", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4cb933d516d46739bde9b08e7f0ef1d8cb6bf51dc17e78a0ed5beda77e6c597", kill_on_drop: false }`
[INFO] [stdout] d4cb933d516d46739bde9b08e7f0ef1d8cb6bf51dc17e78a0ed5beda77e6c597
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8d5ab5274ca49631382073b90bf2698314199bcdead9b8e9bfa1243b19c4566
[INFO] running `Command { std: "docker" "start" "-a" "e8d5ab5274ca49631382073b90bf2698314199bcdead9b8e9bfa1243b19c4566", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling angular-units v0.2.4
[INFO] [stderr]    Compiling prisma v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/channel/cast.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `approx` and `default`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/linalg.rs:23:44
[INFO] [stdout]    |
[INFO] [stdout] 23 |             let mut new_arr: [T; 9] = mem::uninitialized();
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
[INFO] running `Command { std: "docker" "inspect" "e8d5ab5274ca49631382073b90bf2698314199bcdead9b8e9bfa1243b19c4566", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8d5ab5274ca49631382073b90bf2698314199bcdead9b8e9bfa1243b19c4566", kill_on_drop: false }`
[INFO] [stdout] e8d5ab5274ca49631382073b90bf2698314199bcdead9b8e9bfa1243b19c4566
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56eca53c9a09f1c8e1bbc6217fa1dfa1542b9232e28ee6e4abb08b3961659c42
[INFO] running `Command { std: "docker" "start" "-a" "56eca53c9a09f1c8e1bbc6217fa1dfa1542b9232e28ee6e4abb08b3961659c42", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/channel/cast.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `approx` and `default`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/linalg.rs:23:44
[INFO] [stdout]    |
[INFO] [stdout] 23 |             let mut new_arr: [T; 9] = mem::uninitialized();
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling prisma v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/channel/cast.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `approx` and `default`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/linalg.rs:23:44
[INFO] [stdout]    |
[INFO] [stdout] 23 |             let mut new_arr: [T; 9] = mem::uninitialized();
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0284]: type annotations needed for `ehsi::eHsi<f32, _>`
[INFO] [stdout]    --> src/ehsi.rs:490:17
[INFO] [stdout]     |
[INFO] [stdout] 490 |             let hsi = eHsi::from_color(&item.rgb);
[INFO] [stdout]     |                 ^^^   ---- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as angle::Angle>::Scalar == f32`
[INFO] [stdout] note: required for `ehsi::eHsi<f32, _>` to implement `convert::FromColor<rgb::Rgb<f32>>`
[INFO] [stdout]    --> src/ehsi.rs:283:12
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, A> FromColor<Rgb<T>> for eHsi<T, A>
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 |     A: AngularChannelScalar + Angle<Scalar = T> + FromAngle<Rad<T>>,
[INFO] [stdout]     |                                     ---------- unsatisfied trait bound introduced here
[INFO] [stdout] help: consider giving `hsi` an explicit type, where the type for type parameter `A` is specified
[INFO] [stdout]     |
[INFO] [stdout] 490 |             let hsi: ehsi::eHsi<_, A> = eHsi::from_color(&item.rgb);
[INFO] [stdout]     |                    ++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> src/hsv.rs:383:58
[INFO] [stdout]     |
[INFO] [stdout] 383 |         assert_ulps_eq!(Hsv::new(Deg(120.0), 0.25, 0.75).get_hue(), Deg(120.0));
[INFO] [stdout]     |                                                          ^^^^^^^ cannot infer type of the type parameter `U` declared on the method `get_hue`
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `_: angle::Angle`
[INFO] [stdout]     = help: the following types implement trait `angle::Angle`:
[INFO] [stdout]               Gon<T>
[INFO] [stdout]               angle::ArcMinutes<T>
[INFO] [stdout]               angle::ArcSeconds<T>
[INFO] [stdout]               angle::Deg<T>
[INFO] [stdout]               angle::Rad<T>
[INFO] [stdout]               angle::Turns<T>
[INFO] [stdout] note: required by a bound in `convert::GetHue::get_hue`
[INFO] [stdout]    --> src/convert.rs:51:12
[INFO] [stdout]     |
[INFO] [stdout]  49 |     fn get_hue<U>(&self) -> U
[INFO] [stdout]     |        ------- required by a bound in this associated function
[INFO] [stdout]  50 |     where
[INFO] [stdout]  51 |         U: Angle<Scalar = <Self::InternalAngle as Angle>::Scalar> + FromAngle<Self::InternalAngle>;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `GetHue::get_hue`
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]     |
[INFO] [stdout] 383 |         assert_ulps_eq!(Hsv::new(Deg(120.0), 0.25, 0.75).get_hue::<U>(), Deg(120.0));
[INFO] [stdout]     |                                                                 +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> src/lchuv.rs:386:32
[INFO] [stdout]     |
[INFO] [stdout] 386 |         assert_relative_eq!(c1.get_hue(), Deg(120.0));
[INFO] [stdout]     |                                ^^^^^^^ cannot infer type of the type parameter `U` declared on the method `get_hue`
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `_: angle::Angle`
[INFO] [stdout]     = help: the following types implement trait `angle::Angle`:
[INFO] [stdout]               Gon<T>
[INFO] [stdout]               angle::ArcMinutes<T>
[INFO] [stdout]               angle::ArcSeconds<T>
[INFO] [stdout]               angle::Deg<T>
[INFO] [stdout]               angle::Rad<T>
[INFO] [stdout]               angle::Turns<T>
[INFO] [stdout] note: required by a bound in `convert::GetHue::get_hue`
[INFO] [stdout]    --> src/convert.rs:51:12
[INFO] [stdout]     |
[INFO] [stdout]  49 |     fn get_hue<U>(&self) -> U
[INFO] [stdout]     |        ------- required by a bound in this associated function
[INFO] [stdout]  50 |     where
[INFO] [stdout]  51 |         U: Angle<Scalar = <Self::InternalAngle as Angle>::Scalar> + FromAngle<Self::InternalAngle>;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `GetHue::get_hue`
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]     |
[INFO] [stdout] 386 |         assert_relative_eq!(c1.get_hue::<U>(), Deg(120.0));
[INFO] [stdout]     |                                       +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> src/rgb.rs:486:28
[INFO] [stdout]     |
[INFO] [stdout] 486 |         assert_ulps_eq!(c1.get_hue(), Deg(0.0));
[INFO] [stdout]     |                            ^^^^^^^ cannot infer type of the type parameter `U` declared on the method `get_hue`
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `_: angle::Angle`
[INFO] [stdout]     = help: the following types implement trait `angle::Angle`:
[INFO] [stdout]               Gon<T>
[INFO] [stdout]               angle::ArcMinutes<T>
[INFO] [stdout]               angle::ArcSeconds<T>
[INFO] [stdout]               angle::Deg<T>
[INFO] [stdout]               angle::Rad<T>
[INFO] [stdout]               angle::Turns<T>
[INFO] [stdout] note: required by a bound in `convert::GetHue::get_hue`
[INFO] [stdout]    --> src/convert.rs:51:12
[INFO] [stdout]     |
[INFO] [stdout]  49 |     fn get_hue<U>(&self) -> U
[INFO] [stdout]     |        ------- required by a bound in this associated function
[INFO] [stdout]  50 |     where
[INFO] [stdout]  51 |         U: Angle<Scalar = <Self::InternalAngle as Angle>::Scalar> + FromAngle<Self::InternalAngle>;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `GetHue::get_hue`
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]     |
[INFO] [stdout] 486 |         assert_ulps_eq!(c1.get_hue::<U>(), Deg(0.0));
[INFO] [stdout]     |                                   +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0283, E0284.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `prisma` (lib test) due to 4 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "56eca53c9a09f1c8e1bbc6217fa1dfa1542b9232e28ee6e4abb08b3961659c42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56eca53c9a09f1c8e1bbc6217fa1dfa1542b9232e28ee6e4abb08b3961659c42", kill_on_drop: false }`
[INFO] [stdout] 56eca53c9a09f1c8e1bbc6217fa1dfa1542b9232e28ee6e4abb08b3961659c42
