[INFO] updating cached repository https://github.com/DazKins/RustGLFW [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] a0085cb6c37d7218833c74d6c1400058d6d7c7b2 [INFO] testing DazKins/RustGLFW against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDazKins%2FRustGLFW" "/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/DazKins/RustGLFW 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/DazKins/RustGLFW [INFO] removed path dependency engine from git repo https://github.com/DazKins/RustGLFW [INFO] finished tweaking git repo https://github.com/DazKins/RustGLFW [INFO] tweaked toml for git repo https://github.com/DazKins/RustGLFW written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/DazKins/RustGLFW 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 (engine) 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-1/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] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (engine) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] a8c9a9354f19491c4172db796cdb689837f0cd7330dbbcb28664c795be641eb5 [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" "a8c9a9354f19491c4172db796cdb689837f0cd7330dbbcb28664c795be641eb5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (engine) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling engine v0.0.0 [INFO] [stderr] Compiling rust_glfw v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `engine::Engine` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use engine::Engine; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `Engine` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::EngineConfig` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use engine::EngineConfig; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `EngineConfig` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::game_state` [INFO] [stderr] --> src/game_states/game_state_playing.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use engine::game_state::GameState; [INFO] [stderr] | ^^^^^^^^^^ could not find `game_state` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::shader` [INFO] [stderr] --> src/game_states/game_state_playing.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use engine::shader::Shader; [INFO] [stderr] | ^^^^^^ could not find `shader` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::model` [INFO] [stderr] --> src/game_states/game_state_playing.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use engine::model::Model; [INFO] [stderr] | ^^^^^ could not find `model` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::model` [INFO] [stderr] --> src/game_states/game_state_playing.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use engine::model::ModelBuilder; [INFO] [stderr] | ^^^^^ could not find `model` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::texture` [INFO] [stderr] --> src/game_states/game_state_playing.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use engine::texture::Texture; [INFO] [stderr] | ^^^^^^^ could not find `texture` in `engine` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rust_glfw`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a8c9a9354f19491c4172db796cdb689837f0cd7330dbbcb28664c795be641eb5"` [INFO] running `"docker" "rm" "-f" "a8c9a9354f19491c4172db796cdb689837f0cd7330dbbcb28664c795be641eb5"` [INFO] [stdout] a8c9a9354f19491c4172db796cdb689837f0cd7330dbbcb28664c795be641eb5