[INFO] cloning repository https://github.com/MarkoVlaic/crabtracer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MarkoVlaic/crabtracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarkoVlaic%2Fcrabtracer"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarkoVlaic%2Fcrabtracer'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0d7e10ef221d5be8b9b6e4b9ea5bff5de63a05d5 [INFO] testing MarkoVlaic/crabtracer against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarkoVlaic%2Fcrabtracer" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MarkoVlaic/crabtracer 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/MarkoVlaic/crabtracer [INFO] finished tweaking git repo https://github.com/MarkoVlaic/crabtracer [INFO] tweaked toml for git repo https://github.com/MarkoVlaic/crabtracer written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/MarkoVlaic/crabtracer 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7fd63df9a0ac05daf86c825cb40c02925caf5a313eaf445abcb09fbfe9e97e29 [INFO] running `"docker" "start" "-a" "7fd63df9a0ac05daf86c825cb40c02925caf5a313eaf445abcb09fbfe9e97e29"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling ansi_term v0.7.5 [INFO] [stderr] Compiling objekt v0.1.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling png v0.15.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling term v0.2.14 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling spinner v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `HitableList` [INFO] [stderr] --> src/renderer.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::hitables::{ Hitable, HitableList }; [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/materials/dielectric.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | let mut ni_over_nt; [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: structure field `A` should have a snake case name [INFO] [stderr] --> src/ray.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | A: Vec3, [INFO] [stderr] | ^ help: convert the identifier to snake case: `a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `B` should have a snake case name [INFO] [stderr] --> src/ray.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | B: Vec3 [INFO] [stderr] | ^ help: convert the identifier to snake case: `b` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.33s [INFO] running `"docker" "inspect" "7fd63df9a0ac05daf86c825cb40c02925caf5a313eaf445abcb09fbfe9e97e29"` [INFO] running `"docker" "rm" "-f" "7fd63df9a0ac05daf86c825cb40c02925caf5a313eaf445abcb09fbfe9e97e29"` [INFO] [stdout] 7fd63df9a0ac05daf86c825cb40c02925caf5a313eaf445abcb09fbfe9e97e29 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1a7f6b738c0ca829ab467e43416f89cc4cbaabf8bc559c75fa0a9ca78a804387 [INFO] running `"docker" "start" "-a" "1a7f6b738c0ca829ab467e43416f89cc4cbaabf8bc559c75fa0a9ca78a804387"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `HitableList` [INFO] [stderr] --> src/renderer.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::hitables::{ Hitable, HitableList }; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0382]: borrow of moved value: `v1` [INFO] [stderr] --> src/vec3.rs:115:9 [INFO] [stderr] | [INFO] [stderr] 110 | let (v1, v2) = init_vecs(); [INFO] [stderr] | -- move occurs because `v1` has type `vec3::Vec3`, which does not implement the `Copy` trait [INFO] [stderr] 111 | let v3 = v1 + v2; [INFO] [stderr] | -- value moved here [INFO] [stderr] ... [INFO] [stderr] 115 | assert_eq!(v1.x, 1.0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ value borrowed here after move [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/materials/dielectric.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | let mut ni_over_nt; [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] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: could not compile `raytracer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1a7f6b738c0ca829ab467e43416f89cc4cbaabf8bc559c75fa0a9ca78a804387"` [INFO] running `"docker" "rm" "-f" "1a7f6b738c0ca829ab467e43416f89cc4cbaabf8bc559c75fa0a9ca78a804387"` [INFO] [stdout] 1a7f6b738c0ca829ab467e43416f89cc4cbaabf8bc559c75fa0a9ca78a804387