[INFO] fetching crate gfx_pipeline 0.3.0... [INFO] checking gfx_pipeline-0.3.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate gfx_pipeline 0.3.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate gfx_pipeline 0.3.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gfx_pipeline 0.3.0 [INFO] finished tweaking crates.io crate gfx_pipeline 0.3.0 [INFO] tweaked toml for crates.io crate gfx_pipeline 0.3.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 0435a00c25e999db924e8c48b28df5e94267402aea743dd0a5826e14aa5bd2b1 [INFO] running `"docker" "start" "-a" "0435a00c25e999db924e8c48b28df5e94267402aea743dd0a5826e14aa5bd2b1"` [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking bitflags v0.2.1 [INFO] [stderr] Checking draw_queue v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Checking hprof v0.1.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking draw_state v0.1.2 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking cgmath v0.17.0 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking gfx v0.6.5 [INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | use std::{intrinsics, mem}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 [INFO] [stderr] | [INFO] [stderr] 73 | use std::{intrinsics, mem}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:134:24 [INFO] [stderr] | [INFO] [stderr] 34 | pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | - required by this bound in `device::mapping::Readable` [INFO] [stderr] ... [INFO] [stderr] 134 | -> Readable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | | [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Self: device::Factory` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:134:24 [INFO] [stderr] | [INFO] [stderr] 34 | pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | ---------- required by this bound in `device::mapping::Readable` [INFO] [stderr] ... [INFO] [stderr] 134 | -> Readable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: device::Factory` [INFO] [stderr] | | [INFO] [stderr] | the trait `device::Factory` is not implemented for `Self` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:136:24 [INFO] [stderr] | [INFO] [stderr] 62 | pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | - required by this bound in `device::mapping::Writable` [INFO] [stderr] ... [INFO] [stderr] 136 | -> Writable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | | [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Self: device::Factory` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:136:24 [INFO] [stderr] | [INFO] [stderr] 62 | pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | ---------- required by this bound in `device::mapping::Writable` [INFO] [stderr] ... [INFO] [stderr] 136 | -> Writable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: device::Factory` [INFO] [stderr] | | [INFO] [stderr] | the trait `device::Factory` is not implemented for `Self` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:138:26 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | - required by this bound in `device::mapping::RW` [INFO] [stderr] ... [INFO] [stderr] 138 | -> RW; [INFO] [stderr] | ^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | | [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Self: device::Factory` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:138:26 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | ---------- required by this bound in `device::mapping::RW` [INFO] [stderr] ... [INFO] [stderr] 138 | -> RW; [INFO] [stderr] | ^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: device::Factory` [INFO] [stderr] | | [INFO] [stderr] | the trait `device::Factory` is not implemented for `Self` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:74 [INFO] [stderr] | [INFO] [stderr] 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | | [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:53 [INFO] [stderr] | [INFO] [stderr] 34 | pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | - required by this bound in `device::mapping::Readable` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:74 [INFO] [stderr] | [INFO] [stderr] 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | | [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:53 [INFO] [stderr] | [INFO] [stderr] 62 | pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | - required by this bound in `device::mapping::Writable` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:68 [INFO] [stderr] | [INFO] [stderr] 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | | [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:47 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where [INFO] [stderr] | - required by this bound in `device::mapping::RW` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:39 [INFO] [stderr] | [INFO] [stderr] 42 | fn generate(buffer: &handle::Buffer) -> Vec>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ - help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | | [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:33 [INFO] [stderr] | [INFO] [stderr] 43 | pub struct Buffer { [INFO] [stderr] | - required by this bound in `device::handle::Buffer` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `gfx`. [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" "0435a00c25e999db924e8c48b28df5e94267402aea743dd0a5826e14aa5bd2b1"` [INFO] running `"docker" "rm" "-f" "0435a00c25e999db924e8c48b28df5e94267402aea743dd0a5826e14aa5bd2b1"` [INFO] [stdout] 0435a00c25e999db924e8c48b28df5e94267402aea743dd0a5826e14aa5bd2b1