[INFO] updating cached repository https://github.com/bootandy/ray [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] 1b6797581f2dcd397c35f0002a4d2b1a127d65a4 [INFO] testing bootandy/ray against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbootandy%2Fray" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bootandy/ray on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bootandy/ray [INFO] finished tweaking git repo https://github.com/bootandy/ray [INFO] tweaked toml for git repo https://github.com/bootandy/ray written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/bootandy/ray already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] d0788c81d849eb25fe5ff3484f419ea0f83cc8e0e86f3426e2e0905906d3696d [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" "d0788c81d849eb25fe5ff3484f419ea0f83cc8e0e86f3426e2e0905906d3696d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.23 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling itertools v0.7.9 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.20 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling derive_more v0.13.0 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling ray v0.1.0 (/opt/rustwide/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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:84:13 [INFO] [stderr] | [INFO] [stderr] 84 | let mut b = a.bounding_box(); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [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] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.67s [INFO] running `"docker" "inspect" "d0788c81d849eb25fe5ff3484f419ea0f83cc8e0e86f3426e2e0905906d3696d"` [INFO] running `"docker" "rm" "-f" "d0788c81d849eb25fe5ff3484f419ea0f83cc8e0e86f3426e2e0905906d3696d"` [INFO] [stdout] d0788c81d849eb25fe5ff3484f419ea0f83cc8e0e86f3426e2e0905906d3696d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9b08ea9dce713a6ce21c2a65b3d245e010b929373cb330d09315f4f0fbd28c2e [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" "9b08ea9dce713a6ce21c2a65b3d245e010b929373cb330d09315f4f0fbd28c2e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ray v0.1.0 (/opt/rustwide/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] 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 array `[data::vec3::Point; 256]` [INFO] [stderr] found array `[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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `ray`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9b08ea9dce713a6ce21c2a65b3d245e010b929373cb330d09315f4f0fbd28c2e"` [INFO] running `"docker" "rm" "-f" "9b08ea9dce713a6ce21c2a65b3d245e010b929373cb330d09315f4f0fbd28c2e"` [INFO] [stdout] 9b08ea9dce713a6ce21c2a65b3d245e010b929373cb330d09315f4f0fbd28c2e