[INFO] updating cached repository tchagnon/raylang-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tchagnon/raylang-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tchagnon/raylang-rust" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/tchagnon/raylang-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/tchagnon/raylang-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tchagnon/raylang-rust" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/tchagnon/raylang-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/tchagnon/raylang-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a5a1bdcf0c7094e9c07d612eb69be7fa97ba5092 [INFO] sha for GitHub repo tchagnon/raylang-rust: a5a1bdcf0c7094e9c07d612eb69be7fa97ba5092 [INFO] validating manifest of tchagnon/raylang-rust on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tchagnon/raylang-rust on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tchagnon/raylang-rust [INFO] finished frobbing tchagnon/raylang-rust [INFO] frobbed toml for tchagnon/raylang-rust written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/tchagnon/raylang-rust/Cargo.toml [INFO] started frobbing tchagnon/raylang-rust [INFO] finished frobbing tchagnon/raylang-rust [INFO] frobbed toml for tchagnon/raylang-rust written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/tchagnon/raylang-rust/Cargo.toml [INFO] crate tchagnon/raylang-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tchagnon/raylang-rust against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-4/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/tchagnon/raylang-rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4d62c03694c6546e92855f4e18d64e2e27a3743be61ea57dd7c6817b83e87bce [INFO] running `"docker" "start" "-a" "4d62c03694c6546e92855f4e18d64e2e27a3743be61ea57dd7c6817b83e87bce"` [INFO] [stderr] Checking libc v0.2.28 [INFO] [stderr] Checking inflate v0.2.0 [INFO] [stderr] Checking serde v1.0.10 [INFO] [stderr] Checking deflate v0.7.14 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.10 [INFO] [stderr] Checking num_cpus v1.6.2 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking rayon-core v1.2.1 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking png v0.7.0 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.13.0 [INFO] [stderr] Checking serde_json v1.0.2 [INFO] [stderr] Checking serde_yaml v0.7.1 [INFO] [stderr] Checking raylang-rust v0.3.0 (/opt/crater/workdir) [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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: `c` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [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: `c` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.50s [INFO] running `"docker" "inspect" "4d62c03694c6546e92855f4e18d64e2e27a3743be61ea57dd7c6817b83e87bce"` [INFO] running `"docker" "rm" "-f" "4d62c03694c6546e92855f4e18d64e2e27a3743be61ea57dd7c6817b83e87bce"` [INFO] [stdout] 4d62c03694c6546e92855f4e18d64e2e27a3743be61ea57dd7c6817b83e87bce