[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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5db8f9c5065536a7cea7c835be04be7f7b960d30 [INFO] checking ritobanrc/firework against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritobanrc%2Ffirework" "/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/ritobanrc/firework on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-7/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] 2ad00c6990fa39829ed30ece3d08fe1937ee6b7dd0e1a704de894d24296c433f [INFO] running `"docker" "start" "-a" "2ad00c6990fa39829ed30ece3d08fe1937ee6b7dd0e1a704de894d24296c433f"` [INFO] [stderr] Checking wayland-sys v0.24.1 [INFO] [stderr] Checking bytemuck v1.1.0 [INFO] [stderr] Checking tiny-rng v0.1.0 [INFO] [stderr] Compiling minifb v0.15.3 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking num_cpus v1.12.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 nix v0.15.0 [INFO] [stderr] Checking png v0.15.3 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking wide v0.4.3 [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] Compiling quote v1.0.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking ultraviolet v0.4.5 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Compiling wayland-scanner v0.24.1 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling wayland-client v0.24.1 [INFO] [stderr] Compiling wayland-protocols v0.24.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" "2ad00c6990fa39829ed30ece3d08fe1937ee6b7dd0e1a704de894d24296c433f"` [INFO] running `"docker" "rm" "-f" "2ad00c6990fa39829ed30ece3d08fe1937ee6b7dd0e1a704de894d24296c433f"` [INFO] [stdout] 2ad00c6990fa39829ed30ece3d08fe1937ee6b7dd0e1a704de894d24296c433f