[INFO] cloning repository https://github.com/435vic/rustbik
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/435vic/rustbik" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F435vic%2Frustbik", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F435vic%2Frustbik'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1ff95d6951950dd76a2c750b0f57e2230949398
[INFO] checking 435vic/rustbik against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F435vic%2Frustbik" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/435vic/rustbik on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/435vic/rustbik
[INFO] finished tweaking git repo https://github.com/435vic/rustbik
[INFO] tweaked toml for git repo https://github.com/435vic/rustbik written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/435vic/rustbik already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d4e7a2a87b24c7c9d4a6ecf7c3a8087760f566c706f05d514d8e44b33286d31
[INFO] running `Command { std: "docker" "start" "-a" "8d4e7a2a87b24c7c9d4a6ecf7c3a8087760f566c706f05d514d8e44b33286d31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d4e7a2a87b24c7c9d4a6ecf7c3a8087760f566c706f05d514d8e44b33286d31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d4e7a2a87b24c7c9d4a6ecf7c3a8087760f566c706f05d514d8e44b33286d31", kill_on_drop: false }`
[INFO] [stdout] 8d4e7a2a87b24c7c9d4a6ecf7c3a8087760f566c706f05d514d8e44b33286d31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b289f8365961bc7af012159121c5346276cc042d6062a87fc4b161cd1fb80e77
[INFO] running `Command { std: "docker" "start" "-a" "b289f8365961bc7af012159121c5346276cc042d6062a87fc4b161cd1fb80e77", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.92
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.92
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.64
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr]    Compiling zerocopy-derive v0.6.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]     Checking zerocopy v0.6.6
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking three-d-asset v0.7.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr]     Checking three-d v0.17.0
[INFO] [stderr]     Checking js-sys v0.3.69
[INFO] [stderr]     Checking web-sys v0.3.69
[INFO] [stderr]     Checking rustbik v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `from_webgl2_context` found for struct `three_d::context::Context` in the current scope
[INFO] [stdout]    --> src/canvas.rs:65:39
[INFO] [stdout]     |
[INFO] [stdout] 65  |                     context::Context::from_webgl2_context(wglctx),
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `Context`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `three_d::context::Context` consider using one of the following associated functions:
[INFO] [stdout]       three_d::context::Context::from_loader_function_cstr
[INFO] [stdout]       three_d::context::Context::from_loader_function
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glow-0.13.1/src/native.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout] 42  | /     pub unsafe fn from_loader_function_cstr<F>(mut loader_function: F) -> Self
[INFO] [stdout] 43  | |     where
[INFO] [stdout] 44  | |         F: FnMut(&CStr) -> *const std::os::raw::c_void,
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 104 | /     pub unsafe fn from_loader_function<F>(mut loader_function: F) -> Self
[INFO] [stdout] 105 | |     where
[INFO] [stdout] 106 | |         F: FnMut(&str) -> *const std::os::raw::c_void,
[INFO] [stdout]     | |______________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_webgl2_context` found for struct `three_d::context::Context` in the current scope
[INFO] [stdout]    --> src/canvas.rs:65:39
[INFO] [stdout]     |
[INFO] [stdout] 65  |                     context::Context::from_webgl2_context(wglctx),
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `Context`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `three_d::context::Context` consider using one of the following associated functions:
[INFO] [stdout]       three_d::context::Context::from_loader_function_cstr
[INFO] [stdout]       three_d::context::Context::from_loader_function
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glow-0.13.1/src/native.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout] 42  | /     pub unsafe fn from_loader_function_cstr<F>(mut loader_function: F) -> Self
[INFO] [stdout] 43  | |     where
[INFO] [stdout] 44  | |         F: FnMut(&CStr) -> *const std::os::raw::c_void,
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 104 | /     pub unsafe fn from_loader_function<F>(mut loader_function: F) -> Self
[INFO] [stdout] 105 | |     where
[INFO] [stdout] 106 | |         F: FnMut(&str) -> *const std::os::raw::c_void,
[INFO] [stdout]     | |______________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `camera`
[INFO] [stdout]   --> src/rubik/graphics.rs:84:47
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn use_uniforms(&self, program: &Program, camera: &Camera, _: &[&dyn Light]) {
[INFO] [stdout]    |                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_camera`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `camera`
[INFO] [stdout]   --> src/rubik/graphics.rs:84:47
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn use_uniforms(&self, program: &Program, camera: &Camera, _: &[&dyn Light]) {
[INFO] [stdout]    |                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_camera`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustbik` (lib) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rustbik` (lib test) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "b289f8365961bc7af012159121c5346276cc042d6062a87fc4b161cd1fb80e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b289f8365961bc7af012159121c5346276cc042d6062a87fc4b161cd1fb80e77", kill_on_drop: false }`
[INFO] [stdout] b289f8365961bc7af012159121c5346276cc042d6062a87fc4b161cd1fb80e77
