Oct 12 23:29:15.541 INFO checking codeworm96/light2d-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:29:15.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:29:15.963 INFO blam! 464db455e8962a15a5ec79b60c0febd0573189f2cf2ff1c62ec5a17dc1eb5d44 Oct 12 23:29:15.964 INFO running `"docker" "start" "-a" "464db455e8962a15a5ec79b60c0febd0573189f2cf2ff1c62ec5a17dc1eb5d44"` Oct 12 23:29:16.896 INFO kablam! usermod: no changes Oct 12 23:29:17.089 INFO kablam! Checking light2d-rs v0.1.0 (/source) Oct 12 23:29:19.133 INFO kablam! warning: struct is never constructed: `Plane` Oct 12 23:29:19.133 INFO kablam! --> src/main.rs:136:1 Oct 12 23:29:19.133 INFO kablam! | Oct 12 23:29:19.133 INFO kablam! 136 | struct Plane { Oct 12 23:29:19.133 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:29:19.133 INFO kablam! | Oct 12 23:29:19.133 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:29:19.133 INFO kablam! Oct 12 23:29:19.133 INFO kablam! warning: method is never used: `rectangle` Oct 12 23:29:19.133 INFO kablam! --> src/main.rs:182:5 Oct 12 23:29:19.133 INFO kablam! | Oct 12 23:29:19.133 INFO kablam! 182 | fn rectangle(cx: f64, cy: f64, theta: f64, sx: f64, sy: f64) -> Self { Oct 12 23:29:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.134 INFO kablam! Oct 12 23:29:19.134 INFO kablam! warning: struct is never constructed: `UnionShape` Oct 12 23:29:19.134 INFO kablam! --> src/main.rs:265:1 Oct 12 23:29:19.134 INFO kablam! | Oct 12 23:29:19.134 INFO kablam! 265 | struct UnionShape { Oct 12 23:29:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.134 INFO kablam! Oct 12 23:29:19.134 INFO kablam! warning: method is never used: `new` Oct 12 23:29:19.134 INFO kablam! --> src/main.rs:293:5 Oct 12 23:29:19.134 INFO kablam! | Oct 12 23:29:19.134 INFO kablam! 293 | fn new(a: Box, b: Box) -> UnionShape { Oct 12 23:29:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.134 INFO kablam! Oct 12 23:29:19.134 INFO kablam! warning: struct is never constructed: `IntersectShape` Oct 12 23:29:19.134 INFO kablam! --> src/main.rs:301:1 Oct 12 23:29:19.134 INFO kablam! | Oct 12 23:29:19.134 INFO kablam! 301 | struct IntersectShape { Oct 12 23:29:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.134 INFO kablam! Oct 12 23:29:19.134 INFO kablam! warning: method is never used: `new` Oct 12 23:29:19.134 INFO kablam! --> src/main.rs:350:5 Oct 12 23:29:19.134 INFO kablam! | Oct 12 23:29:19.134 INFO kablam! 350 | fn new(a: Box, b: Box) -> IntersectShape { Oct 12 23:29:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.134 INFO kablam! Oct 12 23:29:19.134 INFO kablam! warning: function is never used: `fresnel` Oct 12 23:29:19.134 INFO kablam! --> src/main.rs:434:1 Oct 12 23:29:19.134 INFO kablam! | Oct 12 23:29:19.134 INFO kablam! 434 | fn fresnel(cosi: f64, cost: f64, etai: f64, etat: f64) -> f64 { Oct 12 23:29:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.134 INFO kablam! Oct 12 23:29:19.202 INFO kablam! warning: struct is never constructed: `Plane` Oct 12 23:29:19.202 INFO kablam! --> src/main.rs:136:1 Oct 12 23:29:19.202 INFO kablam! | Oct 12 23:29:19.202 INFO kablam! 136 | struct Plane { Oct 12 23:29:19.202 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:29:19.202 INFO kablam! | Oct 12 23:29:19.202 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:29:19.202 INFO kablam! Oct 12 23:29:19.202 INFO kablam! warning: method is never used: `rectangle` Oct 12 23:29:19.202 INFO kablam! --> src/main.rs:182:5 Oct 12 23:29:19.202 INFO kablam! | Oct 12 23:29:19.202 INFO kablam! 182 | fn rectangle(cx: f64, cy: f64, theta: f64, sx: f64, sy: f64) -> Self { Oct 12 23:29:19.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.202 INFO kablam! Oct 12 23:29:19.202 INFO kablam! warning: struct is never constructed: `UnionShape` Oct 12 23:29:19.202 INFO kablam! --> src/main.rs:265:1 Oct 12 23:29:19.202 INFO kablam! | Oct 12 23:29:19.202 INFO kablam! 265 | struct UnionShape { Oct 12 23:29:19.202 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.202 INFO kablam! Oct 12 23:29:19.202 INFO kablam! warning: method is never used: `new` Oct 12 23:29:19.202 INFO kablam! --> src/main.rs:293:5 Oct 12 23:29:19.202 INFO kablam! | Oct 12 23:29:19.202 INFO kablam! 293 | fn new(a: Box, b: Box) -> UnionShape { Oct 12 23:29:19.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.202 INFO kablam! Oct 12 23:29:19.206 INFO kablam! warning: struct is never constructed: `IntersectShape` Oct 12 23:29:19.206 INFO kablam! --> src/main.rs:301:1 Oct 12 23:29:19.206 INFO kablam! | Oct 12 23:29:19.206 INFO kablam! 301 | struct IntersectShape { Oct 12 23:29:19.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.206 INFO kablam! Oct 12 23:29:19.206 INFO kablam! warning: method is never used: `new` Oct 12 23:29:19.206 INFO kablam! --> src/main.rs:350:5 Oct 12 23:29:19.206 INFO kablam! | Oct 12 23:29:19.206 INFO kablam! 350 | fn new(a: Box, b: Box) -> IntersectShape { Oct 12 23:29:19.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.206 INFO kablam! Oct 12 23:29:19.206 INFO kablam! warning: function is never used: `fresnel` Oct 12 23:29:19.206 INFO kablam! --> src/main.rs:434:1 Oct 12 23:29:19.206 INFO kablam! | Oct 12 23:29:19.206 INFO kablam! 434 | fn fresnel(cosi: f64, cost: f64, etai: f64, etat: f64) -> f64 { Oct 12 23:29:19.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:29:19.206 INFO kablam! Oct 12 23:29:19.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 12 23:29:19.236 INFO kablam! su: No module specific data is present Oct 12 23:29:19.593 INFO running `"docker" "rm" "-f" "464db455e8962a15a5ec79b60c0febd0573189f2cf2ff1c62ec5a17dc1eb5d44"` Oct 12 23:29:19.784 INFO blam! 464db455e8962a15a5ec79b60c0febd0573189f2cf2ff1c62ec5a17dc1eb5d44