[INFO] updating cached repository https://github.com/ritobanrc/firework
[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] [stderr] From https://github.com/ritobanrc/firework
[INFO] [stderr]    5790eac..5db8f9c  master     -> master
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 5db8f9c5065536a7cea7c835be04be7f7b960d30
[INFO] checking ritobanrc/firework against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritobanrc%2Ffirework" "/workspace/builds/worker-10/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ritobanrc/firework on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/ritobanrc/firework
[INFO] finished tweaking git repo https://github.com/ritobanrc/firework
[INFO] tweaked toml for git repo https://github.com/ritobanrc/firework written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] crate git repo https://github.com/ritobanrc/firework already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 3ced709e7add0154574dfaea8a215318170f6d65554007a7c43d11241944e34e
[INFO] running `"docker" "start" "-a" "3ced709e7add0154574dfaea8a215318170f6d65554007a7c43d11241944e34e"`
[INFO] [stderr]     Checking wayland-sys v0.24.1
[INFO] [stderr]     Checking tiny-rng v0.1.0
[INFO] [stderr]    Compiling minifb v0.15.3
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]    Compiling wayland-scanner v0.24.1
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]     Checking nix v0.15.0
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking x11-dl v2.18.5
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking png v0.15.3
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking crossbeam-epoch v0.8.0
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rayon-core v1.7.0
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]    Compiling wayland-client v0.24.1
[INFO] [stderr]    Compiling wayland-protocols v0.24.1
[INFO] [stderr]     Checking tempfile v3.1.0
[INFO] [stderr]     Checking tiff v0.3.1
[INFO] [stderr]     Checking wayland-commons v0.24.1
[INFO] [stderr]     Checking jpeg-decoder v0.1.18
[INFO] [stderr]     Checking image v0.22.4
[INFO] [stderr]     Checking firework v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/hdri_test.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn sphere_uv(point: &Vec3) -> Vec2 {
[INFO] [stderr]    |                                   ---- expected `ultraviolet::vec::Vec2` because of return type
[INFO] [stderr] ...
[INFO] [stderr] 16 |     (u, v)
[INFO] [stderr]    |     ^^^^^^ expected struct `ultraviolet::vec::Vec2`, found tuple
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `ultraviolet::vec::Vec2`
[INFO] [stderr]                found tuple `(f32, f32)`
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `0` on type `ultraviolet::vec::Vec2`
[INFO] [stderr]   --> examples/hdri_test.rs:40:21
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let x = (uv.0 * hdri_width) as usize;
[INFO] [stderr]    |                     ^ help: a field with a similar name exists: `x`
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `1` on type `ultraviolet::vec::Vec2`
[INFO] [stderr]   --> examples/hdri_test.rs:41:27
[INFO] [stderr]    |
[INFO] [stderr] 41 |         let y = ((1. - uv.1) * hdri_height) as usize;
[INFO] [stderr]    |                           ^ help: a field with a similar name exists: `x`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0609.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `firework`.
[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: build failed
[INFO] running `"docker" "inspect" "3ced709e7add0154574dfaea8a215318170f6d65554007a7c43d11241944e34e"`
[INFO] running `"docker" "rm" "-f" "3ced709e7add0154574dfaea8a215318170f6d65554007a7c43d11241944e34e"`
[INFO] [stdout] 3ced709e7add0154574dfaea8a215318170f6d65554007a7c43d11241944e34e
