[INFO] updating cached repository https://github.com/ruuda/convector [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] 2f5f2428fa6c54002bd2ee8ce3d0f2188aab49f8 [INFO] testing ruuda/convector against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruuda%2Fconvector" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ruuda/convector on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.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 /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ruuda/convector already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-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=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.44.0" "build" "--frozen"` [INFO] [stdout] 3cda05f578bf65d0e2581f94f3be3fb35d82882bd6f148cf79327feb122291d8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3cda05f578bf65d0e2581f94f3be3fb35d82882bd6f148cf79327feb122291d8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.21 [INFO] [stderr] Compiling serde v0.9.13 [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling log v0.3.7 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling fnv v1.0.5 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling x11-dl v2.13.0 [INFO] [stderr] Compiling tempfile v2.1.5 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling num_cpus v1.3.0 [INFO] [stderr] Compiling time v0.1.36 [INFO] [stderr] Compiling filebuffer v0.1.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling wayland-scanner v0.7.8 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling deque v0.3.1 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling rayon v0.6.0 [INFO] [stderr] Compiling flate2 v0.2.19 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling imagefmt v4.0.0 [INFO] [stderr] Compiling serde_json v0.9.10 [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-kbd v0.6.3 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling winit v0.5.11 [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: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/trace.rs:123:9 [INFO] [stderr] | [INFO] [stderr] 123 | try!(write!(output, "{{\"traceEvents\":[")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/trace.rs:127:17 [INFO] [stderr] | [INFO] [stderr] 127 | try!(write!(output, ",")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/trace.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | try!(write!(output, "{{\"name\":\"{0}\",\ [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/trace.rs:150:24 [INFO] [stderr] | [INFO] [stderr] 150 | let mut file = try!(File::create(path)); [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] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/ui.rs:264:30 [INFO] [stderr] | [INFO] [stderr] 264 | frames: unsafe { mem::uninitialized() }, [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; 10 warnings emitted [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" "3cda05f578bf65d0e2581f94f3be3fb35d82882bd6f148cf79327feb122291d8"` [INFO] running `"docker" "rm" "-f" "3cda05f578bf65d0e2581f94f3be3fb35d82882bd6f148cf79327feb122291d8"` [INFO] [stdout] 3cda05f578bf65d0e2581f94f3be3fb35d82882bd6f148cf79327feb122291d8