[INFO] crate ultraviolet 0.4.5 is already in cache [INFO] checking ultraviolet-0.4.5 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate ultraviolet 0.4.5 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ultraviolet 0.4.5 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ultraviolet 0.4.5 [INFO] finished tweaking crates.io crate ultraviolet 0.4.5 [INFO] tweaked toml for crates.io crate ultraviolet 0.4.5 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] feb87fc7df7628315249d8c7da501e18311af4ea3c53028406a1472d7ba1193b [INFO] running `"docker" "start" "-a" "feb87fc7df7628315249d8c7da501e18311af4ea3c53028406a1472d7ba1193b"` [INFO] [stderr] Compiling wide v0.4.5 [INFO] [stderr] Checking bytemuck v1.2.0 [INFO] [stderr] Checking ultraviolet v0.4.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> src/mat.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | let (s, c) = angle.sin_cos(); [INFO] [stderr] | ^^^^^^^ method not found in `wide::m_f32x4::f32x4` [INFO] [stderr] ... [INFO] [stderr] 569 | mat3s!(Mat3 => Rotor3, Bivec3, Mat4, Vec4, Vec2, Vec3, f32, Wat3 => WRotor3, WBivec3, Wat4, Wec4, Wec2, Wec3, f32x4); [INFO] [stderr] | --------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> src/mat.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | let (s, c) = angle.sin_cos(); [INFO] [stderr] | ^^^^^^^ method not found in `wide::m_f32x4::f32x4` [INFO] [stderr] ... [INFO] [stderr] 569 | mat3s!(Mat3 => Rotor3, Bivec3, Mat4, Vec4, Vec2, Vec3, f32, Wat3 => WRotor3, WBivec3, Wat4, Wec4, Wec2, Wec3, f32x4); [INFO] [stderr] | --------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> src/rotor.rs:110:45 [INFO] [stderr] | [INFO] [stderr] 110 | let (sin, cos) = half_angle.sin_cos(); [INFO] [stderr] | ^^^^^^^ method not found in `wide::m_f32x4::f32x4` [INFO] [stderr] ... [INFO] [stderr] 319 | rotor2s!(Rotor2 => (Mat2, Vec2, Bivec2, f32), WRotor2 => (Wat2, Wec2, WBivec2, f32x4)); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> src/rotor.rs:121:45 [INFO] [stderr] | [INFO] [stderr] 121 | let (sin, cos) = half_angle.sin_cos(); [INFO] [stderr] | ^^^^^^^ method not found in `wide::m_f32x4::f32x4` [INFO] [stderr] ... [INFO] [stderr] 319 | rotor2s!(Rotor2 => (Mat2, Vec2, Bivec2, f32), WRotor2 => (Wat2, Wec2, WBivec2, f32x4)); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> src/rotor.rs:370:45 [INFO] [stderr] | [INFO] [stderr] 370 | let (sin, cos) = half_angle.sin_cos(); [INFO] [stderr] | ^^^^^^^ method not found in `wide::m_f32x4::f32x4` [INFO] [stderr] ... [INFO] [stderr] 677 | rotor3s!(Rotor3 => (Mat3, Vec3, Bivec3, f32), WRotor3 => (Wat3, Wec3, WBivec3, f32x4)); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> src/rotor.rs:110:45 [INFO] [stderr] | [INFO] [stderr] 110 | let (sin, cos) = half_angle.sin_cos(); [INFO] [stderr] | ^^^^^^^ method not found in `wide::m_f32x4::f32x4` [INFO] [stderr] ... [INFO] [stderr] 319 | rotor2s!(Rotor2 => (Mat2, Vec2, Bivec2, f32), WRotor2 => (Wat2, Wec2, WBivec2, f32x4)); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> src/rotor.rs:121:45 [INFO] [stderr] | [INFO] [stderr] 121 | let (sin, cos) = half_angle.sin_cos(); [INFO] [stderr] | ^^^^^^^ method not found in `wide::m_f32x4::f32x4` [INFO] [stderr] ... [INFO] [stderr] 319 | rotor2s!(Rotor2 => (Mat2, Vec2, Bivec2, f32), WRotor2 => (Wat2, Wec2, WBivec2, f32x4)); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> src/rotor.rs:370:45 [INFO] [stderr] | [INFO] [stderr] 370 | let (sin, cos) = half_angle.sin_cos(); [INFO] [stderr] | ^^^^^^^ method not found in `wide::m_f32x4::f32x4` [INFO] [stderr] ... [INFO] [stderr] 677 | rotor3s!(Rotor3 => (Mat3, Vec3, Bivec3, f32), WRotor3 => (Wat3, Wec3, WBivec3, f32x4)); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/int.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 446 | vec2i!((Vec2u, Vec3u, Vec4u) => u32); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/int.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 447 | vec2i!((Vec2i, Vec3i, Vec4i) => i32); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/int.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 446 | vec2i!((Vec2u, Vec3u, Vec4u) => u32); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/int.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 447 | vec2i!((Vec2i, Vec3i, Vec4i) => i32); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/int.rs:550:17 [INFO] [stderr] | [INFO] [stderr] 550 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 903 | vec3i!((Vec2u, Vec3u, Vec4u) => u32); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/int.rs:550:17 [INFO] [stderr] | [INFO] [stderr] 550 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 904 | vec3i!((Vec2i, Vec3i, Vec4i) => i32); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/int.rs:550:17 [INFO] [stderr] | [INFO] [stderr] 550 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 903 | vec3i!((Vec2u, Vec3u, Vec4u) => u32); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/int.rs:550:17 [INFO] [stderr] | [INFO] [stderr] 550 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 904 | vec3i!((Vec2i, Vec3i, Vec4i) => i32); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/int.rs:973:17 [INFO] [stderr] | [INFO] [stderr] 973 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1335 | vec4i!(Vec4u, Vec2u, Vec3u => u32); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/int.rs:973:17 [INFO] [stderr] | [INFO] [stderr] 973 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1336 | vec4i!(Vec4i, Vec2i, Vec3i => i32); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/int.rs:973:17 [INFO] [stderr] | [INFO] [stderr] 973 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1335 | vec4i!(Vec4u, Vec2u, Vec3u => u32); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/int.rs:973:17 [INFO] [stderr] | [INFO] [stderr] 973 | (self.mag_sq() as f64).sqrt() as $t [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1336 | vec4i!(Vec4i, Vec2i, Vec3i => i32); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0606. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0606. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `ultraviolet`. [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: could not compile `ultraviolet`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "feb87fc7df7628315249d8c7da501e18311af4ea3c53028406a1472d7ba1193b"` [INFO] running `"docker" "rm" "-f" "feb87fc7df7628315249d8c7da501e18311af4ea3c53028406a1472d7ba1193b"` [INFO] [stdout] feb87fc7df7628315249d8c7da501e18311af4ea3c53028406a1472d7ba1193b