[INFO] updating cached repository https://github.com/Pctg-x8/screenshader [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] e3169c25e288a7fae8d1ac1cc6beb5d634929ea0 [INFO] testing Pctg-x8/screenshader against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPctg-x8%2Fscreenshader" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pctg-x8/screenshader on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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 /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Pctg-x8/screenshader already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] e1ec85c798301edf2ff3823bdd07ead7f1b1c0310311e442c567e6ed4bd9404c [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" "e1ec85c798301edf2ff3823bdd07ead7f1b1c0310311e442c567e6ed4bd9404c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors; 2 warnings emitted [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" "e1ec85c798301edf2ff3823bdd07ead7f1b1c0310311e442c567e6ed4bd9404c"` [INFO] running `"docker" "rm" "-f" "e1ec85c798301edf2ff3823bdd07ead7f1b1c0310311e442c567e6ed4bd9404c"` [INFO] [stdout] e1ec85c798301edf2ff3823bdd07ead7f1b1c0310311e442c567e6ed4bd9404c