[INFO] updating cached repository https://github.com/cessen/led [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] 27572c8838a1c664ee378a19358604063881cc1d [INFO] testing cessen/led against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcessen%2Fled" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cessen/led on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cessen/led [INFO] removed workspace from git repo https://github.com/cessen/led [INFO] removed path dependency backend from git repo https://github.com/cessen/led [INFO] finished tweaking git repo https://github.com/cessen/led [INFO] tweaked toml for git repo https://github.com/cessen/led written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/cessen/led already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (backend) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/unicode-rs/unicode-segmentation.git` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (backend) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f01621b9ab491c6ebb55794ab13d5d64f42104efa8bc5afa3bd18c2556b696e9 [INFO] running `"docker" "start" "-a" "f01621b9ab491c6ebb55794ab13d5d64f42104efa8bc5afa3bd18c2556b696e9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (backend) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 (https://github.com/unicode-rs/unicode-segmentation.git#ec65d220) [INFO] [stderr] Compiling standback v0.2.9 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling xml-rs v0.1.26 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ropey v1.1.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling gfx v0.6.5 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] error: no rules expected the token `flags` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | flags IndentFlags: u8 { [INFO] [stderr] | ^^^^^ no rules expected this token in macro call [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IndentFlags` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | indent_stack: vec!(IndentFlags::empty()), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `IndentFlags` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IndentFlags` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:64:23 [INFO] [stderr] | [INFO] [stderr] 58 | pub struct Emitter { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 64 | indent_stack: Vec, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WROTE_TEXT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:131:52 [INFO] [stderr] | [INFO] [stderr] 131 | self.indent_stack.last().unwrap().contains(WROTE_TEXT) [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WROTE_MARKUP` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:136:52 [INFO] [stderr] | [INFO] [stderr] 136 | self.indent_stack.last().unwrap().contains(WROTE_MARKUP) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WROTE_TEXT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:141:50 [INFO] [stderr] | [INFO] [stderr] 141 | *self.indent_stack.last_mut().unwrap() = WROTE_TEXT; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WROTE_MARKUP` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:146:50 [INFO] [stderr] | [INFO] [stderr] 146 | *self.indent_stack.last_mut().unwrap() = WROTE_MARKUP; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WROTE_NOTHING` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | *self.indent_stack.last_mut().unwrap() = WROTE_NOTHING; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WROTE_NOTHING` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:179:32 [INFO] [stderr] | [INFO] [stderr] 179 | self.indent_stack.push(WROTE_NOTHING); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [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:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | use std::{intrinsics, mem}; [INFO] [stderr] | ^^^^^^^^^^ [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] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling gag v0.1.10 [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `xml-rs`. [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[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] | ^^^^^^^^^^^^^^^^^^^^ 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] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 134 | -> Readable where Self: std::marker::Sized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^^^ the trait `device::Factory` is not implemented for `Self` [INFO] [stderr] | [INFO] [stderr] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 134 | -> Readable where Self: device::Factory; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^^^ 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] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 136 | -> Writable where Self: std::marker::Sized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^^^ the trait `device::Factory` is not implemented for `Self` [INFO] [stderr] | [INFO] [stderr] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 136 | -> Writable where Self: device::Factory; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^ 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] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 138 | -> RW where Self: std::marker::Sized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^ the trait `device::Factory` is not implemented for `Self` [INFO] [stderr] | [INFO] [stderr] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 138 | -> RW where Self: device::Factory; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable where Self: std::marker::Sized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable where Self: std::marker::Sized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^^^^^^ 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] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW where Self: std::marker::Sized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^^^^^^^ 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] help: consider further restricting `Self` [INFO] [stderr] | [INFO] [stderr] 42 | fn generate(buffer: &handle::Buffer) -> Vec> where Self: std::marker::Sized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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: build failed [INFO] running `"docker" "inspect" "f01621b9ab491c6ebb55794ab13d5d64f42104efa8bc5afa3bd18c2556b696e9"` [INFO] running `"docker" "rm" "-f" "f01621b9ab491c6ebb55794ab13d5d64f42104efa8bc5afa3bd18c2556b696e9"` [INFO] [stdout] f01621b9ab491c6ebb55794ab13d5d64f42104efa8bc5afa3bd18c2556b696e9