[INFO] updating cached repository https://github.com/ruuda/convector [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 2f5f2428fa6c54002bd2ee8ce3d0f2188aab49f8 [INFO] testing ruuda/convector against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruuda%2Fconvector" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ruuda/convector on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ruuda/convector [INFO] finished tweaking git repo https://github.com/ruuda/convector [INFO] tweaked toml for git repo https://github.com/ruuda/convector written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/ruuda/convector already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] c314fcb77d695a0ebeeb806e4c14d75f77ef6f2fb9c4721d8b1d8f22ea477e6b [INFO] running `"docker" "start" "-a" "c314fcb77d695a0ebeeb806e4c14d75f77ef6f2fb9c4721d8b1d8f22ea477e6b"` [INFO] [stderr] Compiling serde v0.9.13 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling x11-dl v2.13.0 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling filebuffer v0.1.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling flate2 v0.2.19 [INFO] [stderr] Compiling imagefmt v4.0.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling winit v0.5.11 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling convector v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> src/util.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use alloc::heap; [INFO] [stderr] | ^^^^^^^^^^^ no `heap` in the root [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #![feature(alloc, cfg_target_feature, heap_api, platform_intrinsics, repr_simd, test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `rayon` is imported redundantly [INFO] [stderr] --> src/bvh.rs:328:13 [INFO] [stderr] | [INFO] [stderr] 328 | use rayon; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | extern crate rayon; [INFO] [stderr] | ------------------- the item `rayon` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/quaternion.rs:236:1 [INFO] [stderr] | [INFO] [stderr] 236 | / macro_rules! unroll_10 { [INFO] [stderr] 237 | | { $x: block } => { [INFO] [stderr] 238 | | $x $x $x $x $x $x $x $x $x $x [INFO] [stderr] 239 | | } [INFO] [stderr] 240 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/random.rs:261:1 [INFO] [stderr] | [INFO] [stderr] 261 | / macro_rules! unroll_10 { [INFO] [stderr] 262 | | { $x: block } => { [INFO] [stderr] 263 | | $x $x $x $x $x $x $x $x $x $x [INFO] [stderr] 264 | | } [INFO] [stderr] 265 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/simd.rs:820:1 [INFO] [stderr] | [INFO] [stderr] 820 | / macro_rules! unroll_10 { [INFO] [stderr] 821 | | { $x: block } => { [INFO] [stderr] 822 | | $x $x $x $x $x $x $x $x $x $x [INFO] [stderr] 823 | | } [INFO] [stderr] 824 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/vector3.rs:542:1 [INFO] [stderr] | [INFO] [stderr] 542 | / macro_rules! unroll_10 { [INFO] [stderr] 543 | | { $x: block } => { [INFO] [stderr] 544 | | $x $x $x $x $x $x $x $x $x $x [INFO] [stderr] 545 | | } [INFO] [stderr] 546 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_blendv_ps` [INFO] [stderr] --> src/simd.rs:616:5 [INFO] [stderr] | [INFO] [stderr] 616 | fn x86_mm256_blendv_ps(x: Mf32, y: Mf32, mask: Mask) -> Mf32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_cmp_ps` [INFO] [stderr] --> src/simd.rs:617:5 [INFO] [stderr] | [INFO] [stderr] 617 | fn x86_mm256_cmp_ps(x: Mf32, y: Mf32, op: i8) -> Mask; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_cvtepi32_ps` [INFO] [stderr] --> src/simd.rs:618:5 [INFO] [stderr] | [INFO] [stderr] 618 | fn x86_mm256_cvtepi32_ps(x: Mi32) -> Mf32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_cvtps_epi32` [INFO] [stderr] --> src/simd.rs:619:5 [INFO] [stderr] | [INFO] [stderr] 619 | fn x86_mm256_cvtps_epi32(x: Mf32) -> Mi32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_max_ps` [INFO] [stderr] --> src/simd.rs:620:5 [INFO] [stderr] | [INFO] [stderr] 620 | fn x86_mm256_max_ps(x: Mf32, y: Mf32) -> Mf32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_min_ps` [INFO] [stderr] --> src/simd.rs:621:5 [INFO] [stderr] | [INFO] [stderr] 621 | fn x86_mm256_min_ps(x: Mf32, y: Mf32) -> Mf32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_movemask_ps` [INFO] [stderr] --> src/simd.rs:622:5 [INFO] [stderr] | [INFO] [stderr] 622 | fn x86_mm256_movemask_ps(x: Mf32) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_rcp_ps` [INFO] [stderr] --> src/simd.rs:623:5 [INFO] [stderr] | [INFO] [stderr] 623 | fn x86_mm256_rcp_ps(x: Mf32) -> Mf32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_rsqrt_ps` [INFO] [stderr] --> src/simd.rs:624:5 [INFO] [stderr] | [INFO] [stderr] 624 | fn x86_mm256_rsqrt_ps(x: Mf32) -> Mf32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_sqrt_ps` [INFO] [stderr] --> src/simd.rs:625:5 [INFO] [stderr] | [INFO] [stderr] 625 | fn x86_mm256_sqrt_ps(x: Mf32) -> Mf32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm256_testc_ps` [INFO] [stderr] --> src/simd.rs:626:5 [INFO] [stderr] | [INFO] [stderr] 626 | fn x86_mm256_testc_ps(x: Mf32, y: Mf32) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `convector`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c314fcb77d695a0ebeeb806e4c14d75f77ef6f2fb9c4721d8b1d8f22ea477e6b"` [INFO] running `"docker" "rm" "-f" "c314fcb77d695a0ebeeb806e4c14d75f77ef6f2fb9c4721d8b1d8f22ea477e6b"` [INFO] [stdout] c314fcb77d695a0ebeeb806e4c14d75f77ef6f2fb9c4721d8b1d8f22ea477e6b