[INFO] updating cached repository https://github.com/HelveticaScenario/Rosebud-rs [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] e9771679d21b6d842f1e7e55b8beec02227651c0 [INFO] checking HelveticaScenario/Rosebud-rs against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHelveticaScenario%2FRosebud-rs" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HelveticaScenario/Rosebud-rs on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/HelveticaScenario/Rosebud-rs [INFO] removed path dependency lua from git repo https://github.com/HelveticaScenario/Rosebud-rs [INFO] finished tweaking git repo https://github.com/HelveticaScenario/Rosebud-rs [INFO] tweaked toml for git repo https://github.com/HelveticaScenario/Rosebud-rs written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/HelveticaScenario/Rosebud-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (lua) 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-2/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" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (lua) 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+nightly-2019-10-27" "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] bf43f1a2591155568a065563210c2f2c2e5b5658466179237f1a420f792c0266 [INFO] running `"docker" "start" "-a" "bf43f1a2591155568a065563210c2f2c2e5b5658466179237f1a420f792c0266"` [INFO] [stderr] warning: dependency (lua) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling lua v0.0.10 [INFO] [stderr] Checking rosebud v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `sdl2::event::WindowEventId` [INFO] [stderr] --> src/system_sdl2.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use sdl2::event::WindowEventId; [INFO] [stderr] | ^^^^^^^^^^^^^------------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `WindowEvent` [INFO] [stderr] | no `WindowEventId` in `event` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `lua_extern` in this scope [INFO] [stderr] --> src/runtime_game.rs:87:2 [INFO] [stderr] | [INFO] [stderr] 87 | lua_extern! { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Renderer` in module `sdl2::render` [INFO] [stderr] --> src/system_sdl2.rs:16:26 [INFO] [stderr] | [INFO] [stderr] 16 | renderer: sdl2::render::Renderer<'a>, [INFO] [stderr] | ^^^^^^^^ not found in `sdl2::render` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExternState` in crate `lua` [INFO] [stderr] --> src/runtime.rs:13:53 [INFO] [stderr] | [INFO] [stderr] 13 | pub unsafe fn tolightuserdata_typed(L: &mut lua::ExternState, idx: i32) -> *mut T { [INFO] [stderr] | ^^^^^^^^^^^ not found in `lua` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CFunction` in crate `lua` [INFO] [stderr] --> src/runtime_game.rs:81:45 [INFO] [stderr] | [INFO] [stderr] 81 | unsafe fn push_function(&mut self, f: lua::CFunction, s: &str) { [INFO] [stderr] | ^^^^^^^^^ help: a type alias with a similar name exists: `Function` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/system_sdl2.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | texture: sdl2::render::Texture, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0106, E0412, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0106`. [INFO] [stderr] error: could not compile `rosebud`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `sdl2::event::WindowEventId` [INFO] [stderr] --> src/system_sdl2.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use sdl2::event::WindowEventId; [INFO] [stderr] | ^^^^^^^^^^^^^------------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `WindowEvent` [INFO] [stderr] | no `WindowEventId` in `event` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `lua_extern` in this scope [INFO] [stderr] --> src/runtime_game.rs:87:2 [INFO] [stderr] | [INFO] [stderr] 87 | lua_extern! { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Renderer` in module `sdl2::render` [INFO] [stderr] --> src/system_sdl2.rs:16:26 [INFO] [stderr] | [INFO] [stderr] 16 | renderer: sdl2::render::Renderer<'a>, [INFO] [stderr] | ^^^^^^^^ not found in `sdl2::render` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExternState` in crate `lua` [INFO] [stderr] --> src/runtime.rs:13:53 [INFO] [stderr] | [INFO] [stderr] 13 | pub unsafe fn tolightuserdata_typed(L: &mut lua::ExternState, idx: i32) -> *mut T { [INFO] [stderr] | ^^^^^^^^^^^ not found in `lua` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CFunction` in crate `lua` [INFO] [stderr] --> src/runtime_game.rs:81:45 [INFO] [stderr] | [INFO] [stderr] 81 | unsafe fn push_function(&mut self, f: lua::CFunction, s: &str) { [INFO] [stderr] | ^^^^^^^^^ help: a type alias with a similar name exists: `Function` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/system_sdl2.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | texture: sdl2::render::Texture, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0106, E0412, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0106`. [INFO] [stderr] error: could not compile `rosebud`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bf43f1a2591155568a065563210c2f2c2e5b5658466179237f1a420f792c0266"` [INFO] running `"docker" "rm" "-f" "bf43f1a2591155568a065563210c2f2c2e5b5658466179237f1a420f792c0266"` [INFO] [stdout] bf43f1a2591155568a065563210c2f2c2e5b5658466179237f1a420f792c0266