[INFO] cloning repository https://github.com/ozgrakkurt/vktutorial [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ozgrakkurt/vktutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fozgrakkurt%2Fvktutorial"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fozgrakkurt%2Fvktutorial'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b27ed34b56a7a5cecf511886beff5af063da31a8 [INFO] checking ozgrakkurt/vktutorial against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fozgrakkurt%2Fvktutorial" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ozgrakkurt/vktutorial on toolchain 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ozgrakkurt/vktutorial [INFO] finished tweaking git repo https://github.com/ozgrakkurt/vktutorial [INFO] tweaked toml for git repo https://github.com/ozgrakkurt/vktutorial written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ozgrakkurt/vktutorial already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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] b646efbcf83b434638701e69e555d2052dde64e2f0d6384154f47a0101ff5bea [INFO] running `"docker" "start" "-a" "b646efbcf83b434638701e69e555d2052dde64e2f0d6384154f47a0101ff5bea"` [INFO] [stderr] Checking ash v0.29.0 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking wayland-client v0.23.6 [INFO] [stderr] Checking wayland-protocols v0.23.6 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking winit v0.21.0 [INFO] [stderr] Checking vktutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `get_extension_names` in this scope [INFO] [stderr] --> src/render_context.rs:57:31 [INFO] [stderr] | [INFO] [stderr] 57 | let extension_names = get_extension_names(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_extension_names` in this scope [INFO] [stderr] --> src/render_context.rs:57:31 [INFO] [stderr] | [INFO] [stderr] 57 | let extension_names = get_extension_names(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `render_context::Surface` in the current scope [INFO] [stderr] --> src/render_context.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | let surface = Surface::new(&entry, &instance.instance, window)?; [INFO] [stderr] | ^^^ function or associated item not found in `render_context::Surface` [INFO] [stderr] ... [INFO] [stderr] 117 | struct Surface { [INFO] [stderr] | -------------- function or associated item `new` not found for this [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 trait defines an item `new`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `vktutorial`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `render_context::Surface` in the current scope [INFO] [stderr] --> src/render_context.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | let surface = Surface::new(&entry, &instance.instance, window)?; [INFO] [stderr] | ^^^ function or associated item not found in `render_context::Surface` [INFO] [stderr] ... [INFO] [stderr] 117 | struct Surface { [INFO] [stderr] | -------------- function or associated item `new` not found for this [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 trait defines an item `new`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `vktutorial`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b646efbcf83b434638701e69e555d2052dde64e2f0d6384154f47a0101ff5bea"` [INFO] running `"docker" "rm" "-f" "b646efbcf83b434638701e69e555d2052dde64e2f0d6384154f47a0101ff5bea"` [INFO] [stdout] b646efbcf83b434638701e69e555d2052dde64e2f0d6384154f47a0101ff5bea