[INFO] updating cached repository https://github.com/tchagnon/raylang-rust [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a5a1bdcf0c7094e9c07d612eb69be7fa97ba5092 [INFO] testing tchagnon/raylang-rust against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftchagnon%2Fraylang-rust" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tchagnon/raylang-rust on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tchagnon/raylang-rust [INFO] finished tweaking git repo https://github.com/tchagnon/raylang-rust [INFO] tweaked toml for git repo https://github.com/tchagnon/raylang-rust written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/tchagnon/raylang-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61238c68710a978ed64997b2678e81d573de0e21ff627ba69823131dfc629dc8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "61238c68710a978ed64997b2678e81d573de0e21ff627ba69823131dfc629dc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61238c68710a978ed64997b2678e81d573de0e21ff627ba69823131dfc629dc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61238c68710a978ed64997b2678e81d573de0e21ff627ba69823131dfc629dc8", kill_on_drop: false }` [INFO] [stdout] 61238c68710a978ed64997b2678e81d573de0e21ff627ba69823131dfc629dc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff8032a958b190d245396cb6807b89bc3276f3c2f84dfee5655fa66f00d513ce [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ff8032a958b190d245396cb6807b89bc3276f3c2f84dfee5655fa66f00d513ce", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.28 [INFO] [stderr] Compiling deflate v0.7.14 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling serde_yaml v0.7.1 [INFO] [stderr] Compiling serde_derive v1.0.10 [INFO] [stderr] Compiling png v0.7.0 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.13.0 [INFO] [stderr] Compiling raylang-rust v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:132:51 [INFO] [stdout] | [INFO] [stdout] 132 | ObjectTree::Group(objs.iter().map({ |o| o.prepare(t, origin) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:161:51 [INFO] [stdout] | [INFO] [stdout] 161 | ObjectTree::Group(objs.iter().map({ |o| o.construct_bvh(bbox_limit) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:192:38 [INFO] [stdout] | [INFO] [stdout] 192 | objs.iter().flat_map({ |o| o.intersect(ray, material).into_iter() }).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:55:43 [INFO] [stdout] | [INFO] [stdout] 55 | let r = (vec3f.x * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | let g = (vec3f.y * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:57:43 [INFO] [stdout] | [INFO] [stdout] 57 | let b = (vec3f.z * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:132:51 [INFO] [stdout] | [INFO] [stdout] 132 | ObjectTree::Group(objs.iter().map({ |o| o.prepare(t, origin) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:161:51 [INFO] [stdout] | [INFO] [stdout] 161 | ObjectTree::Group(objs.iter().map({ |o| o.construct_bvh(bbox_limit) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:192:38 [INFO] [stdout] | [INFO] [stdout] 192 | objs.iter().flat_map({ |o| o.intersect(ray, material).into_iter() }).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:55:43 [INFO] [stdout] | [INFO] [stdout] 55 | let r = (vec3f.x * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | let g = (vec3f.y * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:57:43 [INFO] [stdout] | [INFO] [stdout] 57 | let b = (vec3f.z * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.09s [INFO] running `Command { std: "docker" "inspect" "ff8032a958b190d245396cb6807b89bc3276f3c2f84dfee5655fa66f00d513ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff8032a958b190d245396cb6807b89bc3276f3c2f84dfee5655fa66f00d513ce", kill_on_drop: false }` [INFO] [stdout] ff8032a958b190d245396cb6807b89bc3276f3c2f84dfee5655fa66f00d513ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af5dd21d6eb32c262c867f7733444c37bcc2799f1a147b85002b5312ada48afb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "af5dd21d6eb32c262c867f7733444c37bcc2799f1a147b85002b5312ada48afb", kill_on_drop: false }` [INFO] [stderr] Compiling raylang-rust v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:132:51 [INFO] [stdout] | [INFO] [stdout] 132 | ObjectTree::Group(objs.iter().map({ |o| o.prepare(t, origin) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:161:51 [INFO] [stdout] | [INFO] [stdout] 161 | ObjectTree::Group(objs.iter().map({ |o| o.construct_bvh(bbox_limit) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:192:38 [INFO] [stdout] | [INFO] [stdout] 192 | objs.iter().flat_map({ |o| o.intersect(ray, material).into_iter() }).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:55:43 [INFO] [stdout] | [INFO] [stdout] 55 | let r = (vec3f.x * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | let g = (vec3f.y * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:57:43 [INFO] [stdout] | [INFO] [stdout] 57 | let b = (vec3f.z * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:132:51 [INFO] [stdout] | [INFO] [stdout] 132 | ObjectTree::Group(objs.iter().map({ |o| o.prepare(t, origin) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:161:51 [INFO] [stdout] | [INFO] [stdout] 161 | ObjectTree::Group(objs.iter().map({ |o| o.construct_bvh(bbox_limit) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:192:38 [INFO] [stdout] | [INFO] [stdout] 192 | objs.iter().flat_map({ |o| o.intersect(ray, material).into_iter() }).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:55:43 [INFO] [stdout] | [INFO] [stdout] 55 | let r = (vec3f.x * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | let g = (vec3f.y * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:57:43 [INFO] [stdout] | [INFO] [stdout] 57 | let b = (vec3f.z * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:132:51 [INFO] [stdout] | [INFO] [stdout] 132 | ObjectTree::Group(objs.iter().map({ |o| o.prepare(t, origin) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:161:51 [INFO] [stdout] | [INFO] [stdout] 161 | ObjectTree::Group(objs.iter().map({ |o| o.construct_bvh(bbox_limit) }).collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/scene.rs:192:38 [INFO] [stdout] | [INFO] [stdout] 192 | objs.iter().flat_map({ |o| o.intersect(ray, material).into_iter() }).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:55:43 [INFO] [stdout] | [INFO] [stdout] 55 | let r = (vec3f.x * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | let g = (vec3f.y * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/color.rs:57:43 [INFO] [stdout] | [INFO] [stdout] 57 | let b = (vec3f.z * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/math.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | let A = mat4f( [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `B` should have a snake case name [INFO] [stdout] --> src/math.rs:385:13 [INFO] [stdout] | [INFO] [stdout] 385 | let B = mat4f( [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/math.rs:390:13 [INFO] [stdout] | [INFO] [stdout] 390 | let C = mat4f( [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/math.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | let A = mat4f( [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `B` should have a snake case name [INFO] [stdout] --> src/math.rs:385:13 [INFO] [stdout] | [INFO] [stdout] 385 | let B = mat4f( [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/math.rs:390:13 [INFO] [stdout] | [INFO] [stdout] 390 | let C = mat4f( [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.80s [INFO] running `Command { std: "docker" "inspect" "af5dd21d6eb32c262c867f7733444c37bcc2799f1a147b85002b5312ada48afb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af5dd21d6eb32c262c867f7733444c37bcc2799f1a147b85002b5312ada48afb", kill_on_drop: false }` [INFO] [stdout] af5dd21d6eb32c262c867f7733444c37bcc2799f1a147b85002b5312ada48afb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3da349d4c2609dec9731a9f4712706b80d7a5c16fd93099df53a9432fd5436a9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3da349d4c2609dec9731a9f4712706b80d7a5c16fd93099df53a9432fd5436a9", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:132:51 [INFO] [stderr] | [INFO] [stderr] 132 | ObjectTree::Group(objs.iter().map({ |o| o.prepare(t, origin) }).collect()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:161:51 [INFO] [stderr] | [INFO] [stderr] 161 | ObjectTree::Group(objs.iter().map({ |o| o.construct_bvh(bbox_limit) }).collect()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:192:38 [INFO] [stderr] | [INFO] [stderr] 192 | objs.iter().flat_map({ |o| o.intersect(ray, material).into_iter() }).collect() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:55:43 [INFO] [stderr] | [INFO] [stderr] 55 | let r = (vec3f.x * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:56:43 [INFO] [stderr] | [INFO] [stderr] 56 | let g = (vec3f.y * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:57:43 [INFO] [stderr] | [INFO] [stderr] 57 | let b = (vec3f.z * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: variable `A` should have a snake case name [INFO] [stderr] --> src/math.rs:380:13 [INFO] [stderr] | [INFO] [stderr] 380 | let A = mat4f( [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: variable `B` should have a snake case name [INFO] [stderr] --> src/math.rs:385:13 [INFO] [stderr] | [INFO] [stderr] 385 | let B = mat4f( [INFO] [stderr] | ^ help: convert the identifier to snake case: `b` [INFO] [stderr] [INFO] [stderr] warning: variable `C` should have a snake case name [INFO] [stderr] --> src/math.rs:390:13 [INFO] [stderr] | [INFO] [stderr] 390 | let C = mat4f( [INFO] [stderr] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:132:51 [INFO] [stderr] | [INFO] [stderr] 132 | ObjectTree::Group(objs.iter().map({ |o| o.prepare(t, origin) }).collect()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:161:51 [INFO] [stderr] | [INFO] [stderr] 161 | ObjectTree::Group(objs.iter().map({ |o| o.construct_bvh(bbox_limit) }).collect()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:192:38 [INFO] [stderr] | [INFO] [stderr] 192 | objs.iter().flat_map({ |o| o.intersect(ray, material).into_iter() }).collect() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:55:43 [INFO] [stderr] | [INFO] [stderr] 55 | let r = (vec3f.x * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:56:43 [INFO] [stderr] | [INFO] [stderr] 56 | let g = (vec3f.y * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:57:43 [INFO] [stderr] | [INFO] [stderr] 57 | let b = (vec3f.z * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:132:51 [INFO] [stderr] | [INFO] [stderr] 132 | ObjectTree::Group(objs.iter().map({ |o| o.prepare(t, origin) }).collect()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:161:51 [INFO] [stderr] | [INFO] [stderr] 161 | ObjectTree::Group(objs.iter().map({ |o| o.construct_bvh(bbox_limit) }).collect()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/scene.rs:192:38 [INFO] [stderr] | [INFO] [stderr] 192 | objs.iter().flat_map({ |o| o.intersect(ray, material).into_iter() }).collect() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:55:43 [INFO] [stderr] | [INFO] [stderr] 55 | let r = (vec3f.x * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:56:43 [INFO] [stderr] | [INFO] [stderr] 56 | let g = (vec3f.y * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/color.rs:57:43 [INFO] [stderr] | [INFO] [stderr] 57 | let b = (vec3f.z * 255.0).round().clamp(0.0, 255.0) as u8; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: variable `A` should have a snake case name [INFO] [stderr] --> src/math.rs:380:13 [INFO] [stderr] | [INFO] [stderr] 380 | let A = mat4f( [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: variable `B` should have a snake case name [INFO] [stderr] --> src/math.rs:385:13 [INFO] [stderr] | [INFO] [stderr] 385 | let B = mat4f( [INFO] [stderr] | ^ help: convert the identifier to snake case: `b` [INFO] [stderr] [INFO] [stderr] warning: variable `C` should have a snake case name [INFO] [stderr] --> src/math.rs:390:13 [INFO] [stderr] | [INFO] [stderr] 390 | let C = mat4f( [INFO] [stderr] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/raylangrust-67e746a8ee986c22 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test math::test::test_mat4f ... ok [INFO] [stdout] test math::test::test_vec4f ... ok [INFO] [stdout] test math::test::test_radians ... ok [INFO] [stdout] test math::test::test_vec3f ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/raylang_rust-8fc73e2b740f7b55 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test math::test::test_mat4f ... ok [INFO] [stdout] test math::test::test_radians ... ok [INFO] [stdout] test math::test::test_vec3f ... ok [INFO] [stdout] test math::test::test_vec4f ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3da349d4c2609dec9731a9f4712706b80d7a5c16fd93099df53a9432fd5436a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3da349d4c2609dec9731a9f4712706b80d7a5c16fd93099df53a9432fd5436a9", kill_on_drop: false }` [INFO] [stdout] 3da349d4c2609dec9731a9f4712706b80d7a5c16fd93099df53a9432fd5436a9