[INFO] updating cached repository https://github.com/Healthire/wgpu-web-example [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] c12fb9cd7332e6b8361749457f668b0e360df8e3 [INFO] testing Healthire/wgpu-web-example against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHealthire%2Fwgpu-web-example" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Healthire/wgpu-web-example 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/Healthire/wgpu-web-example [INFO] removed path dependency wgpu from git repo https://github.com/Healthire/wgpu-web-example [INFO] finished tweaking git repo https://github.com/Healthire/wgpu-web-example [INFO] tweaked toml for git repo https://github.com/Healthire/wgpu-web-example written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Healthire/wgpu-web-example 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 (wgpu) 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-6/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 (wgpu) 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] fee628a1b8a7d43b1b7a8a92cdf2fd1eba470743093d6ca734a81fe56e700214 [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" "fee628a1b8a7d43b1b7a8a92cdf2fd1eba470743093d6ca734a81fe56e700214"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (wgpu) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.59 [INFO] [stderr] Compiling wasm-bindgen v0.2.59 [INFO] [stderr] Compiling zerocopy-derive v0.1.4 [INFO] [stderr] Compiling ash v0.30.0 [INFO] [stderr] Compiling gfx-hal v0.5.0 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling peek-poke-derive v0.2.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.59 [INFO] [stderr] Compiling zerocopy v0.2.8 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.59 [INFO] [stderr] Compiling peek-poke v0.2.0 [INFO] [stderr] Compiling wgpu-types v0.5.1 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.59 [INFO] [stderr] Compiling js-sys v0.3.36 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling gfx-backend-empty v0.5.0 [INFO] [stderr] Compiling gfx-memory v0.1.3 [INFO] [stderr] Compiling gfx-descriptor v0.1.0 [INFO] [stderr] Compiling web-sys v0.3.36 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.9 [INFO] [stderr] Compiling gfx-backend-vulkan v0.5.6 [INFO] [stderr] Compiling wgpu-core v0.5.5 [INFO] [stderr] Compiling console_log v0.1.2 [INFO] [stderr] Compiling wgpu-native v0.5.0 [INFO] [stderr] Compiling wgpu v0.5.0 [INFO] [stderr] Compiling wgpu-web-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `HtmlCanvasElement` in crate `web_sys` [INFO] [stderr] --> src/main.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | .dyn_into::() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `web_sys` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_attribute` found for struct `web_sys::features::gen_Node::Node` in the current scope [INFO] [stderr] --> src/main.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | .set_attribute("width", &format!("{}", size.0)) [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `web_sys::features::gen_Node::Node` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_attribute` found for struct `web_sys::features::gen_Node::Node` in the current scope [INFO] [stderr] --> src/main.rs:31:10 [INFO] [stderr] | [INFO] [stderr] 31 | .set_attribute("height", &format!("{}", size.1)) [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `web_sys::features::gen_Node::Node` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `create_with_canvas` found for struct `wgpu::Surface` in the current scope [INFO] [stderr] --> src/main.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | let surface = wgpu::Surface::create_with_canvas(&canvas); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `wgpu::Surface` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `request_async` found for struct `wgpu::Adapter` in the current scope [INFO] [stderr] --> src/main.rs:38:38 [INFO] [stderr] | [INFO] [stderr] 38 | let adapter = wgpu::Adapter::request_async(&wgpu::RequestAdapterOptions { [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `wgpu::Adapter` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `compatible_surface` in initializer of `wgpu::RequestAdapterOptions<'_>` [INFO] [stderr] --> src/main.rs:38:53 [INFO] [stderr] | [INFO] [stderr] 38 | let adapter = wgpu::Adapter::request_async(&wgpu::RequestAdapterOptions { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `compatible_surface` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Vsync` found for enum `wgpu_types::PresentMode` in the current scope [INFO] [stderr] --> src/main.rs:56:46 [INFO] [stderr] | [INFO] [stderr] 56 | present_mode: wgpu::PresentMode::Vsync, [INFO] [stderr] | ^^^^^ variant or associated item not found in `wgpu_types::PresentMode` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `wgpu::CommandEncoderDescriptor<'_>` has no field named `todo` [INFO] [stderr] --> src/main.rs:64:81 [INFO] [stderr] | [INFO] [stderr] 64 | device.create_command_encoder(&wgpu::CommandEncoderDescriptor { todo: 0 }); [INFO] [stderr] | ^^^^ `wgpu::CommandEncoderDescriptor<'_>` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `label` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0412, E0560, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `wgpu-web-example`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fee628a1b8a7d43b1b7a8a92cdf2fd1eba470743093d6ca734a81fe56e700214"` [INFO] running `"docker" "rm" "-f" "fee628a1b8a7d43b1b7a8a92cdf2fd1eba470743093d6ca734a81fe56e700214"` [INFO] [stdout] fee628a1b8a7d43b1b7a8a92cdf2fd1eba470743093d6ca734a81fe56e700214