[INFO] updating cached repository https://github.com/Pctg-x8/screenshader [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] e3169c25e288a7fae8d1ac1cc6beb5d634929ea0 [INFO] testing Pctg-x8/screenshader against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FPctg-x8%2Fscreenshader" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pctg-x8/screenshader on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Pctg-x8/screenshader [INFO] finished tweaking git repo https://github.com/Pctg-x8/screenshader [INFO] tweaked toml for git repo https://github.com/Pctg-x8/screenshader written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Pctg-x8/screenshader already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 8e7c27c01311660f3620925dc1361330e8134a8dae757249f83f2667ca66d236 [INFO] running `"docker" "start" "-a" "8e7c27c01311660f3620925dc1361330e8134a8dae757249f83f2667ca66d236"` [INFO] [stderr] Compiling appinstance v0.1.0 (https://github.com/Pctg-x8/appinstance.git#68ca9c3a) [INFO] [stderr] Compiling ferrite v1.0.59 (https://github.com/Pctg-x8/ferrite#c0461ab2) [INFO] [stderr] Compiling metrics-derives v0.1.0 (https://github.com/Pctg-x8/metrics#ef50f448) [INFO] [stderr] Compiling metrics v0.1.0 (https://github.com/Pctg-x8/metrics#ef50f448) [INFO] [stderr] Compiling ws_common v0.1.0 (https://github.com/Pctg-x8/ws_common_rs#99b50c22) [INFO] [stderr] Compiling screenshader v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WindowServer` [INFO] [stderr] --> src/main.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | if !WindowServer::instance().presentation_support(&self.adapter, self.queue.1) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `WindowServer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WindowServer` [INFO] [stderr] --> src/main.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | let s = WindowServer::instance().new_render_surface(n, &self.instance).expect("Failed to create Surface"); [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `WindowServer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NativeWindow` [INFO] [stderr] --> src/main.rs:82:19 [INFO] [stderr] | [INFO] [stderr] 82 | let mainwnd = NativeWindow::new((sinfo.metrics.width() as _, sinfo.metrics.height() as _), "ScreenShader", false); [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `NativeWindow` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WindowServer` [INFO] [stderr] --> src/main.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | WindowServer::instance().process_events(); [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `WindowServer` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PLATFORM_SURFACE_LAYER` in this scope [INFO] [stderr] --> src/main.rs:45:52 [INFO] [stderr] | [INFO] [stderr] 45 | .add_extensions(vec!["VK_KHR_surface", PLATFORM_SURFACE_LAYER, "VK_EXT_debug_report"]).create().expect("Failed to initialize Vulkan"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NativeWindow` in this scope [INFO] [stderr] --> src/main.rs:57:32 [INFO] [stderr] | [INFO] [stderr] 57 | fn make_surface(&self, n: &NativeWindow) -> fe::Surface [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `ws_common::*` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use ws_common::*; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | AppInstance!(static instance: Renderer = Renderer::init()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 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 `screenshader`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8e7c27c01311660f3620925dc1361330e8134a8dae757249f83f2667ca66d236"` [INFO] running `"docker" "rm" "-f" "8e7c27c01311660f3620925dc1361330e8134a8dae757249f83f2667ca66d236"` [INFO] [stdout] 8e7c27c01311660f3620925dc1361330e8134a8dae757249f83f2667ca66d236