[INFO] crate imath 0.1.0 is already in cache [INFO] checking imath-0.1.0 against try#89c05fd3cc6404a13e1bd71450c6132a2755fa4b for pr-69741 [INFO] extracting crate imath 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate imath 0.1.0 on toolchain 89c05fd3cc6404a13e1bd71450c6132a2755fa4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate imath 0.1.0 [INFO] finished tweaking crates.io crate imath 0.1.0 [INFO] tweaked toml for crates.io crate imath 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 18253406f93ab49d6956b6d57c39ea2419b0d733936cb256537020dd77c013da [INFO] running `"docker" "start" "-a" "18253406f93ab49d6956b6d57c39ea2419b0d733936cb256537020dd77c013da"` [INFO] [stderr] Checking imath v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `u8: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:452:17 [INFO] [stderr] | [INFO] [stderr] 442 | / pub struct Vec3 [INFO] [stderr] 443 | | where [INFO] [stderr] 444 | | T: Scalar, [INFO] [stderr] 445 | | { [INFO] [stderr] ... | [INFO] [stderr] 448 | | pub z: T, [INFO] [stderr] 449 | | } [INFO] [stderr] | |_- required by `vec::Vec3` [INFO] [stderr] ... [INFO] [stderr] 452 | pub type V3u8 = Vec3; [INFO] [stderr] | ^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u8` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u8` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u16: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:453:18 [INFO] [stderr] | [INFO] [stderr] 442 | / pub struct Vec3 [INFO] [stderr] 443 | | where [INFO] [stderr] 444 | | T: Scalar, [INFO] [stderr] 445 | | { [INFO] [stderr] ... | [INFO] [stderr] 448 | | pub z: T, [INFO] [stderr] 449 | | } [INFO] [stderr] | |_- required by `vec::Vec3` [INFO] [stderr] ... [INFO] [stderr] 453 | pub type V3u16 = Vec3; [INFO] [stderr] | ^^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u16` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u16` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u32: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:454:18 [INFO] [stderr] | [INFO] [stderr] 442 | / pub struct Vec3 [INFO] [stderr] 443 | | where [INFO] [stderr] 444 | | T: Scalar, [INFO] [stderr] 445 | | { [INFO] [stderr] ... | [INFO] [stderr] 448 | | pub z: T, [INFO] [stderr] 449 | | } [INFO] [stderr] | |_- required by `vec::Vec3` [INFO] [stderr] ... [INFO] [stderr] 454 | pub type V3u32 = Vec3; [INFO] [stderr] | ^^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u32` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u32` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:930:17 [INFO] [stderr] | [INFO] [stderr] 919 | / pub struct Vec4 [INFO] [stderr] 920 | | where [INFO] [stderr] 921 | | T: Scalar, [INFO] [stderr] 922 | | { [INFO] [stderr] ... | [INFO] [stderr] 926 | | pub w: T, [INFO] [stderr] 927 | | } [INFO] [stderr] | |_- required by `vec::Vec4` [INFO] [stderr] ... [INFO] [stderr] 930 | pub type V4u8 = Vec4; [INFO] [stderr] | ^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u8` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u8` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u16: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:931:18 [INFO] [stderr] | [INFO] [stderr] 919 | / pub struct Vec4 [INFO] [stderr] 920 | | where [INFO] [stderr] 921 | | T: Scalar, [INFO] [stderr] 922 | | { [INFO] [stderr] ... | [INFO] [stderr] 926 | | pub w: T, [INFO] [stderr] 927 | | } [INFO] [stderr] | |_- required by `vec::Vec4` [INFO] [stderr] ... [INFO] [stderr] 931 | pub type V4u16 = Vec4; [INFO] [stderr] | ^^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u16` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u16` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u32: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:932:18 [INFO] [stderr] | [INFO] [stderr] 919 | / pub struct Vec4 [INFO] [stderr] 920 | | where [INFO] [stderr] 921 | | T: Scalar, [INFO] [stderr] 922 | | { [INFO] [stderr] ... | [INFO] [stderr] 926 | | pub w: T, [INFO] [stderr] 927 | | } [INFO] [stderr] | |_- required by `vec::Vec4` [INFO] [stderr] ... [INFO] [stderr] 932 | pub type V4u32 = Vec4; [INFO] [stderr] | ^^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u32` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u32` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:452:17 [INFO] [stderr] | [INFO] [stderr] 442 | / pub struct Vec3 [INFO] [stderr] 443 | | where [INFO] [stderr] 444 | | T: Scalar, [INFO] [stderr] 445 | | { [INFO] [stderr] ... | [INFO] [stderr] 448 | | pub z: T, [INFO] [stderr] 449 | | } [INFO] [stderr] | |_- required by `vec::Vec3` [INFO] [stderr] ... [INFO] [stderr] 452 | pub type V3u8 = Vec3; [INFO] [stderr] | ^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u8` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u8` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u16: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:453:18 [INFO] [stderr] | [INFO] [stderr] 442 | / pub struct Vec3 [INFO] [stderr] 443 | | where [INFO] [stderr] 444 | | T: Scalar, [INFO] [stderr] 445 | | { [INFO] [stderr] ... | [INFO] [stderr] 448 | | pub z: T, [INFO] [stderr] 449 | | } [INFO] [stderr] | |_- required by `vec::Vec3` [INFO] [stderr] ... [INFO] [stderr] 453 | pub type V3u16 = Vec3; [INFO] [stderr] | ^^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u16` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u16` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u32: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:454:18 [INFO] [stderr] | [INFO] [stderr] 442 | / pub struct Vec3 [INFO] [stderr] 443 | | where [INFO] [stderr] 444 | | T: Scalar, [INFO] [stderr] 445 | | { [INFO] [stderr] ... | [INFO] [stderr] 448 | | pub z: T, [INFO] [stderr] 449 | | } [INFO] [stderr] | |_- required by `vec::Vec3` [INFO] [stderr] ... [INFO] [stderr] 454 | pub type V3u32 = Vec3; [INFO] [stderr] | ^^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u32` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u32` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:930:17 [INFO] [stderr] | [INFO] [stderr] 919 | / pub struct Vec4 [INFO] [stderr] 920 | | where [INFO] [stderr] 921 | | T: Scalar, [INFO] [stderr] 922 | | { [INFO] [stderr] ... | [INFO] [stderr] 926 | | pub w: T, [INFO] [stderr] 927 | | } [INFO] [stderr] | |_- required by `vec::Vec4` [INFO] [stderr] ... [INFO] [stderr] 930 | pub type V4u8 = Vec4; [INFO] [stderr] | ^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u8` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u8` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u16: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:931:18 [INFO] [stderr] | [INFO] [stderr] 919 | / pub struct Vec4 [INFO] [stderr] 920 | | where [INFO] [stderr] 921 | | T: Scalar, [INFO] [stderr] 922 | | { [INFO] [stderr] ... | [INFO] [stderr] 926 | | pub w: T, [INFO] [stderr] 927 | | } [INFO] [stderr] | |_- required by `vec::Vec4` [INFO] [stderr] ... [INFO] [stderr] 931 | pub type V4u16 = Vec4; [INFO] [stderr] | ^^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u16` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u16` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u32: std::ops::Neg` is not satisfied [INFO] [stderr] --> src/vec.rs:932:18 [INFO] [stderr] | [INFO] [stderr] 919 | / pub struct Vec4 [INFO] [stderr] 920 | | where [INFO] [stderr] 921 | | T: Scalar, [INFO] [stderr] 922 | | { [INFO] [stderr] ... | [INFO] [stderr] 926 | | pub w: T, [INFO] [stderr] 927 | | } [INFO] [stderr] | |_- required by `vec::Vec4` [INFO] [stderr] ... [INFO] [stderr] 932 | pub type V4u32 = Vec4; [INFO] [stderr] | ^^^^^^^^^ the trait `std::ops::Neg` is not implemented for `u32` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `traits::Scalar` for `u32` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `imath`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `imath`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "18253406f93ab49d6956b6d57c39ea2419b0d733936cb256537020dd77c013da"` [INFO] running `"docker" "rm" "-f" "18253406f93ab49d6956b6d57c39ea2419b0d733936cb256537020dd77c013da"` [INFO] [stdout] 18253406f93ab49d6956b6d57c39ea2419b0d733936cb256537020dd77c013da