[INFO] updating cached repository bootandy/ray [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bootandy/ray [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bootandy/ray" "work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/bootandy/ray"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/bootandy/ray'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bootandy/ray" "work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/bootandy/ray"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/bootandy/ray'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3eaf5d8986b8263964205e041cf5d8f2f6f76bc6 [INFO] sha for GitHub repo bootandy/ray: 3eaf5d8986b8263964205e041cf5d8f2f6f76bc6 [INFO] validating manifest of bootandy/ray on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bootandy/ray on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bootandy/ray [INFO] finished frobbing bootandy/ray [INFO] frobbed toml for bootandy/ray written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/bootandy/ray/Cargo.toml [INFO] started frobbing bootandy/ray [INFO] finished frobbing bootandy/ray [INFO] frobbed toml for bootandy/ray written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/bootandy/ray/Cargo.toml [INFO] crate bootandy/ray already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bootandy/ray against try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-6/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/bootandy/ray:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 75f13c536b5971b9f15ffbe55127e7a7fd165b2f9998207466a9af1d572cc2c3 [INFO] running `"docker" "start" "-a" "75f13c536b5971b9f15ffbe55127e7a7fd165b2f9998207466a9af1d572cc2c3"` [INFO] [stderr] Checking itertools v0.7.9 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Compiling syn v0.15.20 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling derive_more v0.13.0 [INFO] [stderr] Checking tiff v0.2.1 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking ray v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `PURE_COLOR` [INFO] [stderr] --> src/data/textures.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use PURE_COLOR; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `PURE_COLOR` [INFO] [stderr] --> src/data/textures.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use PURE_COLOR; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/data/textures.rs:209:32 [INFO] [stderr] | [INFO] [stderr] 209 | let n = NoiseTexture { ran_float }; [INFO] [stderr] | ^^^^^^^^^ expected struct `data::vec3::Point`, found u8 [INFO] [stderr] | [INFO] [stderr] = note: expected type `[data::vec3::Point; 256]` [INFO] [stderr] found type `[u8; 256]` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `scale` in initializer of `data::textures::NoiseTexture` [INFO] [stderr] --> src/data/textures.rs:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | let n = NoiseTexture { ran_float }; [INFO] [stderr] | ^^^^^^^^^^^^ missing `scale` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0063, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] warning: static variable `permx` should have an upper case name [INFO] [stderr] --> src/data/textures.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | static ref permx: [u8; 256] = build_static_perm(); [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `PERMX` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `permy` should have an upper case name [INFO] [stderr] --> src/data/textures.rs:39:16 [INFO] [stderr] | [INFO] [stderr] 39 | static ref permy: [u8; 256] = build_static_perm(); [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `PERMY` [INFO] [stderr] [INFO] [stderr] warning: static variable `permz` should have an upper case name [INFO] [stderr] --> src/data/textures.rs:40:16 [INFO] [stderr] | [INFO] [stderr] 40 | static ref permz: [u8; 256] = build_static_perm(); [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `PERMZ` [INFO] [stderr] [INFO] [stderr] error: Could not compile `ray`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "75f13c536b5971b9f15ffbe55127e7a7fd165b2f9998207466a9af1d572cc2c3"` [INFO] running `"docker" "rm" "-f" "75f13c536b5971b9f15ffbe55127e7a7fd165b2f9998207466a9af1d572cc2c3"` [INFO] [stdout] 75f13c536b5971b9f15ffbe55127e7a7fd165b2f9998207466a9af1d572cc2c3