[INFO] fetching crate arcball-cgmath 0.4.0... [INFO] checking arcball-cgmath-0.4.0 against try#b2686d78d0034bb3435b348d5a63910b074a1990 for pr-104429 [INFO] extracting crate arcball-cgmath 0.4.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate arcball-cgmath 0.4.0 on toolchain b2686d78d0034bb3435b348d5a63910b074a1990 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate arcball-cgmath 0.4.0 [INFO] finished tweaking crates.io crate arcball-cgmath 0.4.0 [INFO] tweaked toml for crates.io crate arcball-cgmath 0.4.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dccbfdd872eafe169f14f35f5939eda42b2613187b01e62f131ef96d2ac01c52 [INFO] running `Command { std: "docker" "start" "-a" "dccbfdd872eafe169f14f35f5939eda42b2613187b01e62f131ef96d2ac01c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dccbfdd872eafe169f14f35f5939eda42b2613187b01e62f131ef96d2ac01c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dccbfdd872eafe169f14f35f5939eda42b2613187b01e62f131ef96d2ac01c52", kill_on_drop: false }` [INFO] [stdout] dccbfdd872eafe169f14f35f5939eda42b2613187b01e62f131ef96d2ac01c52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bb540b70c686ebeab74c071bd6f7f95bddabdf4405fa6922b490f96250b4588 [INFO] running `Command { std: "docker" "start" "-a" "3bb540b70c686ebeab74c071bd6f7f95bddabdf4405fa6922b490f96250b4588", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking cgmath v0.10.0 [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 146 | mat: Matrix2 [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Matrix2` to implement `Encodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/matrix.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `&Matrix2` to implement `Encodable` [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 145 | pub struct Basis2 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 146 | mat: Matrix2 [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Matrix2` to implement `Decodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/matrix.rs:39:64 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 145 | pub struct Basis2 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:143:64 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Matrix2` to implement `Decodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/matrix.rs:39:64 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 145 | pub struct Basis2 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Matrix2` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 146 | mat: Matrix2 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 145 | pub struct Basis2 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 146 | mat: Matrix2 [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Matrix2` to implement `Clone` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/matrix.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 145 | pub struct Basis2 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 220 | mat: Matrix3 [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Matrix3` to implement `Encodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/matrix.rs:53:48 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `&Matrix3` to implement `Encodable` [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 219 | pub struct Basis3 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 220 | mat: Matrix3 [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Matrix3` to implement `Decodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/matrix.rs:53:64 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 219 | pub struct Basis3 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:217:64 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Matrix3` to implement `Decodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/matrix.rs:53:64 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 219 | pub struct Basis3 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Matrix3` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 216 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 220 | mat: Matrix3 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 219 | pub struct Basis3 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/rotation.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 216 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 220 | mat: Matrix3 [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Matrix3` to implement `Clone` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/matrix.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Copy, Clone, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 219 | pub struct Basis3 { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/projection.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 73 | pub fovy: Rad, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Rad` to implement `Encodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/angle.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `&Rad` to implement `Encodable` [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 72 | pub struct PerspectiveFov { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/projection.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 73 | pub fovy: Rad, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Rad` to implement `Decodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/angle.rs:36:64 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 72 | pub struct PerspectiveFov { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/projection.rs:70:64 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Rad` to implement `Decodable` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/angle.rs:36:64 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 72 | pub struct PerspectiveFov { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: Copy` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/projection.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 69 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 73 | pub fovy: Rad, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] note: required for `Rad` to implement `Clone` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/angle.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | #[derive(Copy, Clone, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 72 | pub struct PerspectiveFov { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Rad` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/projection.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 69 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 73 | pub fovy: Rad, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 72 | pub struct PerspectiveFov { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0369. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cgmath` due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "3bb540b70c686ebeab74c071bd6f7f95bddabdf4405fa6922b490f96250b4588", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bb540b70c686ebeab74c071bd6f7f95bddabdf4405fa6922b490f96250b4588", kill_on_drop: false }` [INFO] [stdout] 3bb540b70c686ebeab74c071bd6f7f95bddabdf4405fa6922b490f96250b4588