Oct 21 18:50:56.322 INFO checking codeworm96/light2d-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:50:56.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 18:50:56.625 INFO blam! 945e1a7a8c4eb9a5500ad19dfc01b6e4b3a67ae9da2f5b8d572fe7a325a65e56 Oct 21 18:50:56.627 INFO running `"docker" "start" "-a" "945e1a7a8c4eb9a5500ad19dfc01b6e4b3a67ae9da2f5b8d572fe7a325a65e56"` Oct 21 18:50:57.067 INFO kablam! usermod: no changes Oct 21 18:50:57.147 INFO kablam! Checking rayon v1.0.0 Oct 21 18:51:00.527 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 21 18:51:02.512 INFO kablam! Checking image v0.18.0 Oct 21 18:51:07.673 INFO kablam! Checking light2d-rs v0.1.0 (/source) Oct 21 18:51:09.419 INFO kablam! warning: struct is never constructed: `Plane` Oct 21 18:51:09.419 INFO kablam! --> src/main.rs:136:1 Oct 21 18:51:09.420 INFO kablam! | Oct 21 18:51:09.420 INFO kablam! 136 | struct Plane { Oct 21 18:51:09.420 INFO kablam! | ^^^^^^^^^^^^ Oct 21 18:51:09.421 INFO kablam! | Oct 21 18:51:09.421 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:51:09.421 INFO kablam! Oct 21 18:51:09.421 INFO kablam! warning: method is never used: `rectangle` Oct 21 18:51:09.422 INFO kablam! --> src/main.rs:182:5 Oct 21 18:51:09.422 INFO kablam! | Oct 21 18:51:09.422 INFO kablam! 182 | fn rectangle(cx: f64, cy: f64, theta: f64, sx: f64, sy: f64) -> Self { Oct 21 18:51:09.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.423 INFO kablam! Oct 21 18:51:09.423 INFO kablam! warning: struct is never constructed: `UnionShape` Oct 21 18:51:09.423 INFO kablam! --> src/main.rs:265:1 Oct 21 18:51:09.424 INFO kablam! | Oct 21 18:51:09.424 INFO kablam! 265 | struct UnionShape { Oct 21 18:51:09.424 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.424 INFO kablam! Oct 21 18:51:09.425 INFO kablam! warning: method is never used: `new` Oct 21 18:51:09.425 INFO kablam! --> src/main.rs:293:5 Oct 21 18:51:09.425 INFO kablam! | Oct 21 18:51:09.425 INFO kablam! 293 | fn new(a: Box, b: Box) -> UnionShape { Oct 21 18:51:09.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.426 INFO kablam! Oct 21 18:51:09.426 INFO kablam! warning: struct is never constructed: `IntersectShape` Oct 21 18:51:09.426 INFO kablam! --> src/main.rs:301:1 Oct 21 18:51:09.427 INFO kablam! | Oct 21 18:51:09.427 INFO kablam! 301 | struct IntersectShape { Oct 21 18:51:09.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.428 INFO kablam! Oct 21 18:51:09.428 INFO kablam! warning: method is never used: `new` Oct 21 18:51:09.428 INFO kablam! --> src/main.rs:350:5 Oct 21 18:51:09.428 INFO kablam! | Oct 21 18:51:09.429 INFO kablam! 350 | fn new(a: Box, b: Box) -> IntersectShape { Oct 21 18:51:09.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.429 INFO kablam! Oct 21 18:51:09.430 INFO kablam! warning: function is never used: `fresnel` Oct 21 18:51:09.430 INFO kablam! --> src/main.rs:434:1 Oct 21 18:51:09.430 INFO kablam! | Oct 21 18:51:09.430 INFO kablam! 434 | fn fresnel(cosi: f64, cost: f64, etai: f64, etat: f64) -> f64 { Oct 21 18:51:09.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.431 INFO kablam! Oct 21 18:51:09.484 INFO kablam! warning: struct is never constructed: `Plane` Oct 21 18:51:09.488 INFO kablam! --> src/main.rs:136:1 Oct 21 18:51:09.489 INFO kablam! | Oct 21 18:51:09.489 INFO kablam! 136 | struct Plane { Oct 21 18:51:09.489 INFO kablam! | ^^^^^^^^^^^^ Oct 21 18:51:09.490 INFO kablam! | Oct 21 18:51:09.490 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:51:09.490 INFO kablam! Oct 21 18:51:09.490 INFO kablam! warning: method is never used: `rectangle` Oct 21 18:51:09.491 INFO kablam! --> src/main.rs:182:5 Oct 21 18:51:09.491 INFO kablam! | Oct 21 18:51:09.491 INFO kablam! 182 | fn rectangle(cx: f64, cy: f64, theta: f64, sx: f64, sy: f64) -> Self { Oct 21 18:51:09.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.492 INFO kablam! Oct 21 18:51:09.492 INFO kablam! warning: struct is never constructed: `UnionShape` Oct 21 18:51:09.492 INFO kablam! --> src/main.rs:265:1 Oct 21 18:51:09.493 INFO kablam! | Oct 21 18:51:09.493 INFO kablam! 265 | struct UnionShape { Oct 21 18:51:09.493 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.493 INFO kablam! Oct 21 18:51:09.494 INFO kablam! warning: method is never used: `new` Oct 21 18:51:09.494 INFO kablam! --> src/main.rs:293:5 Oct 21 18:51:09.494 INFO kablam! | Oct 21 18:51:09.494 INFO kablam! 293 | fn new(a: Box, b: Box) -> UnionShape { Oct 21 18:51:09.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.495 INFO kablam! Oct 21 18:51:09.495 INFO kablam! warning: struct is never constructed: `IntersectShape` Oct 21 18:51:09.496 INFO kablam! --> src/main.rs:301:1 Oct 21 18:51:09.496 INFO kablam! | Oct 21 18:51:09.496 INFO kablam! 301 | struct IntersectShape { Oct 21 18:51:09.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.497 INFO kablam! Oct 21 18:51:09.497 INFO kablam! warning: method is never used: `new` Oct 21 18:51:09.497 INFO kablam! --> src/main.rs:350:5 Oct 21 18:51:09.497 INFO kablam! | Oct 21 18:51:09.497 INFO kablam! 350 | fn new(a: Box, b: Box) -> IntersectShape { Oct 21 18:51:09.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.497 INFO kablam! Oct 21 18:51:09.497 INFO kablam! warning: function is never used: `fresnel` Oct 21 18:51:09.497 INFO kablam! --> src/main.rs:434:1 Oct 21 18:51:09.497 INFO kablam! | Oct 21 18:51:09.497 INFO kablam! 434 | fn fresnel(cosi: f64, cost: f64, etai: f64, etat: f64) -> f64 { Oct 21 18:51:09.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:51:09.497 INFO kablam! Oct 21 18:51:09.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.43s Oct 21 18:51:09.515 INFO kablam! su: No module specific data is present Oct 21 18:51:09.891 INFO running `"docker" "rm" "-f" "945e1a7a8c4eb9a5500ad19dfc01b6e4b3a67ae9da2f5b8d572fe7a325a65e56"` Oct 21 18:51:10.052 INFO blam! 945e1a7a8c4eb9a5500ad19dfc01b6e4b3a67ae9da2f5b8d572fe7a325a65e56