[INFO] crate olympia_native 0.1.0 is already in cache [INFO] checking olympia_native-0.1.0 against try#d93021f5faa26e4f9d2719e79f9974e06aa40e17 for pr-71873 [INFO] extracting crate olympia_native 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate olympia_native 0.1.0 on toolchain d93021f5faa26e4f9d2719e79f9974e06aa40e17 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate olympia_native 0.1.0 [INFO] finished tweaking crates.io crate olympia_native 0.1.0 [INFO] tweaked toml for crates.io crate olympia_native 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate olympia_native 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "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] 86037d5b6d557d471ab5d937ac3418ce32c4638b1ed41214d2ed1a733b9ae055 [INFO] running `"docker" "start" "-a" "86037d5b6d557d471ab5d937ac3418ce32c4638b1ed41214d2ed1a733b9ae055"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking atom v0.3.5 [INFO] [stderr] Checking colorful v0.2.1 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking olympia_engine v0.1.0 [INFO] [stderr] Compiling x11 v2.18.1 [INFO] [stderr] Checking lock_api v0.3.2 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking hibitset v0.6.2 [INFO] [stderr] Checking ash v0.29.0 [INFO] [stderr] Checking gfx-hal v0.4.1 [INFO] [stderr] Checking relevant v0.4.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling zerocopy-derive v0.1.4 [INFO] [stderr] Checking zerocopy v0.2.8 [INFO] [stderr] Checking rendy-memory v0.5.2 [INFO] [stderr] Checking rendy-descriptor v0.5.1 [INFO] [stderr] Checking gfx-backend-empty v0.4.0 [INFO] [stderr] Checking gfx-backend-vulkan v0.4.0 [INFO] [stderr] Checking wgpu-native v0.4.1 [INFO] [stderr] error[E0658]: use of unstable library feature 'allocator_api' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:361:37 [INFO] [stderr] | [INFO] [stderr] 361 | a.resources.alloc().init((Some(resource_id), resource)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #32838 for more information [INFO] [stderr] = help: add `#![feature(allocator_api)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `init` found for reference `&std::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:361:45 [INFO] [stderr] | [INFO] [stderr] 361 | a.resources.alloc().init((Some(resource_id), resource)); [INFO] [stderr] | ^^^^ method not found in `&std::alloc::Global` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'allocator_api' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:427:33 [INFO] [stderr] | [INFO] [stderr] 427 | a.resources.alloc().init((None, resource)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #32838 for more information [INFO] [stderr] = help: add `#![feature(allocator_api)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `init` found for reference `&std::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:427:41 [INFO] [stderr] | [INFO] [stderr] 427 | a.resources.alloc().init((None, resource)); [INFO] [stderr] | ^^^^ method not found in `&std::alloc::Global` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'allocator_api' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1391:20 [INFO] [stderr] | [INFO] [stderr] 1391 | writes.alloc().init(hal::pso::DescriptorSetWrite { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #32838 for more information [INFO] [stderr] = help: add `#![feature(allocator_api)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `init` found for reference `&std::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1391:28 [INFO] [stderr] | [INFO] [stderr] 1391 | writes.alloc().init(hal::pso::DescriptorSetWrite { [INFO] [stderr] | ^^^^ method not found in `&std::alloc::Global` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'allocator_api' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1677:38 [INFO] [stderr] | [INFO] [stderr] 1677 | device.pending.lock().active.alloc().init(ActiveSubmission { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #32838 for more information [INFO] [stderr] = help: add `#![feature(allocator_api)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `init` found for reference `&std::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1677:46 [INFO] [stderr] | [INFO] [stderr] 1677 | device.pending.lock().active.alloc().init(ActiveSubmission { [INFO] [stderr] | ^^^^ method not found in `&std::alloc::Global` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'allocator_api' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1746:14 [INFO] [stderr] | [INFO] [stderr] 1746 | .alloc() [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #32838 for more information [INFO] [stderr] = help: add `#![feature(allocator_api)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `init` found for reference `&std::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1747:14 [INFO] [stderr] | [INFO] [stderr] 1747 | .init((vb_state.stride, vb_state.step_mode)); [INFO] [stderr] | ^^^^ method not found in `&std::alloc::Global` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'allocator_api' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1751:24 [INFO] [stderr] | [INFO] [stderr] 1751 | vertex_buffers.alloc().init(hal::pso::VertexBufferDesc { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #32838 for more information [INFO] [stderr] = help: add `#![feature(allocator_api)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `init` found for reference `&std::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1751:32 [INFO] [stderr] | [INFO] [stderr] 1751 | vertex_buffers.alloc().init(hal::pso::VertexBufferDesc { [INFO] [stderr] | ^^^^ method not found in `&std::alloc::Global` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'allocator_api' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1763:24 [INFO] [stderr] | [INFO] [stderr] 1763 | attributes.alloc().init(hal::pso::AttributeDesc { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #32838 for more information [INFO] [stderr] = help: add `#![feature(allocator_api)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `init` found for reference `&std::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.1/src/device.rs:1763:32 [INFO] [stderr] | [INFO] [stderr] 1763 | attributes.alloc().init(hal::pso::AttributeDesc { [INFO] [stderr] | ^^^^ method not found in `&std::alloc::Global` [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `wgpu-native`. [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" "86037d5b6d557d471ab5d937ac3418ce32c4638b1ed41214d2ed1a733b9ae055"` [INFO] running `"docker" "rm" "-f" "86037d5b6d557d471ab5d937ac3418ce32c4638b1ed41214d2ed1a733b9ae055"` [INFO] [stdout] 86037d5b6d557d471ab5d937ac3418ce32c4638b1ed41214d2ed1a733b9ae055