[INFO] updating cached repository https://github.com/mrDIMAS/rg3d [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] [stderr] From https://github.com/mrDIMAS/rg3d [INFO] [stderr] 18b7733..be86eeb master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] be86eeb97c69518953326c0d51a41f7a9df5a079 [INFO] checking mrDIMAS/rg3d against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrDIMAS%2Frg3d" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mrDIMAS/rg3d on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mrDIMAS/rg3d [INFO] removed path dependency rg3d-core from git repo https://github.com/mrDIMAS/rg3d [INFO] removed path dependency rg3d-physics from git repo https://github.com/mrDIMAS/rg3d [INFO] removed path dependency rg3d-sound from git repo https://github.com/mrDIMAS/rg3d [INFO] finished tweaking git repo https://github.com/mrDIMAS/rg3d [INFO] tweaked toml for git repo https://github.com/mrDIMAS/rg3d written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/mrDIMAS/rg3d already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=allow" "-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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "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] 66acba0de3f2d49a9461445f88476f03494a0fe6bbd7ad3c72b8abc6e9ba22ad [INFO] running `"docker" "start" "-a" "66acba0de3f2d49a9461445f88476f03494a0fe6bbd7ad3c72b8abc6e9ba22ad"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling alsa-sys v0.2.0 [INFO] [stderr] Compiling stackvector v1.0.8 [INFO] [stderr] Compiling lexical-core v0.5.0 [INFO] [stderr] Compiling lexical v3.0.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking rg3d-core v0.1.9 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking rg3d-sound v0.2.0 [INFO] [stderr] Checking rg3d-physics v0.1.7 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha4 [INFO] [stderr] Checking glutin v0.22.0-alpha3 [INFO] [stderr] Checking rg3d v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `crate::scene::node::NodeKind` [INFO] [stderr] --> src/scene/graph.rs:482:36 [INFO] [stderr] | [INFO] [stderr] 482 | use crate::scene::node::{Node, NodeKind}; [INFO] [stderr] | ^^^^^^^^ no `NodeKind` in `scene::node` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `new` found for type `scene::node::Node` in the current scope [INFO] [stderr] --> src/scene/graph.rs:494:38 [INFO] [stderr] | [INFO] [stderr] 494 | let a = graph.add_node(Node::new(NodeKind::Base)); [INFO] [stderr] | ^^^ variant or associated item not found in `scene::node::Node` [INFO] [stderr] | [INFO] [stderr] ::: src/scene/node.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | pub enum Node { [INFO] [stderr] | ------------- variant or associated item `new` not found here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `jpeg_decoder::worker::Worker` [INFO] [stderr] candidate #2: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] candidate #3: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #4: `lexical_core::util::sequence::VecLike` [INFO] [stderr] candidate #5: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `new` found for type `scene::node::Node` in the current scope [INFO] [stderr] --> src/scene/graph.rs:495:38 [INFO] [stderr] | [INFO] [stderr] 495 | let b = graph.add_node(Node::new(NodeKind::Base)); [INFO] [stderr] | ^^^ variant or associated item not found in `scene::node::Node` [INFO] [stderr] | [INFO] [stderr] ::: src/scene/node.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | pub enum Node { [INFO] [stderr] | ------------- variant or associated item `new` not found here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `jpeg_decoder::worker::Worker` [INFO] [stderr] candidate #2: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] candidate #3: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #4: `lexical_core::util::sequence::VecLike` [INFO] [stderr] candidate #5: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `new` found for type `scene::node::Node` in the current scope [INFO] [stderr] --> src/scene/graph.rs:496:38 [INFO] [stderr] | [INFO] [stderr] 496 | let c = graph.add_node(Node::new(NodeKind::Base)); [INFO] [stderr] | ^^^ variant or associated item not found in `scene::node::Node` [INFO] [stderr] | [INFO] [stderr] ::: src/scene/node.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | pub enum Node { [INFO] [stderr] | ------------- variant or associated item `new` not found here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `jpeg_decoder::worker::Worker` [INFO] [stderr] candidate #2: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] candidate #3: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #4: `lexical_core::util::sequence::VecLike` [INFO] [stderr] candidate #5: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] [INFO] [stderr] error[E0277]: a collection of type `&[std::ops::Range]` cannot be built from an iterator over elements of type `{integer}` [INFO] [stderr] --> src/resource/ttf.rs:1065:65 [INFO] [stderr] | [INFO] [stderr] 1065 | let font = Font::from_memory(font_bytes, 20.0, (0..255).collect()).unwrap(); [INFO] [stderr] | ^^^^^^^ a collection of type `&[std::ops::Range]` cannot be built from `std::iter::Iterator` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator<{integer}>` is not implemented for `&[std::ops::Range]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `rg3d`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "66acba0de3f2d49a9461445f88476f03494a0fe6bbd7ad3c72b8abc6e9ba22ad"` [INFO] running `"docker" "rm" "-f" "66acba0de3f2d49a9461445f88476f03494a0fe6bbd7ad3c72b8abc6e9ba22ad"` [INFO] [stdout] 66acba0de3f2d49a9461445f88476f03494a0fe6bbd7ad3c72b8abc6e9ba22ad