[INFO] updating cached repository https://github.com/PKJamoo/Babel [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aecc859a7f47625d660c11aff6bc807d8a8c18cd [INFO] checking PKJamoo/Babel against master#6d69caba110c0c2fb90180df1cbc8be5033b91d4 for pr-69530 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPKJamoo%2FBabel" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PKJamoo/Babel on toolchain 6d69caba110c0c2fb90180df1cbc8be5033b91d4 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/PKJamoo/Babel [INFO] finished tweaking git repo https://github.com/PKJamoo/Babel [INFO] tweaked toml for git repo https://github.com/PKJamoo/Babel written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/PKJamoo/Babel already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "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] cc75fd47c655b3318ce82c25eadeea2a51113f3daec921cf709a7ad31fa57168 [INFO] running `"docker" "start" "-a" "cc75fd47c655b3318ce82c25eadeea2a51113f3daec921cf709a7ad31fa57168"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling xml-rs v0.8.2 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling wide v0.4.5 [INFO] [stderr] Checking instant v0.1.3 [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Checking tuple_utils v0.3.0 [INFO] [stderr] Checking shrev v1.1.1 [INFO] [stderr] Compiling hashbrown v0.7.1 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking tynm v0.1.4 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking image v0.23.4 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking ultraviolet v0.4.5 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ultraviolet-0.4.5/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] Checking const-random v0.1.8 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] error[E0599]: no method named `sin_cos` found for struct `wide::m_f32x4::f32x4` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ultraviolet-0.4.5/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ultraviolet-0.4.5/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ultraviolet-0.4.5/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: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this 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: build failed [INFO] running `"docker" "inspect" "cc75fd47c655b3318ce82c25eadeea2a51113f3daec921cf709a7ad31fa57168"` [INFO] running `"docker" "rm" "-f" "cc75fd47c655b3318ce82c25eadeea2a51113f3daec921cf709a7ad31fa57168"` [INFO] [stdout] cc75fd47c655b3318ce82c25eadeea2a51113f3daec921cf709a7ad31fa57168