Oct 11 01:08:24.983 INFO testing codeworm96/light2d-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:08:24.983 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:08:24.984 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:08:25.207 INFO blam! 499bfd8765874890c36672698ad99549191d14b9945bf11b985ed61ba255f22a Oct 11 01:08:25.209 INFO running `"docker" "start" "-a" "499bfd8765874890c36672698ad99549191d14b9945bf11b985ed61ba255f22a"` Oct 11 01:08:25.680 INFO kablam! usermod: no changes Oct 11 01:08:25.776 INFO kablam! Compiling image v0.18.0 Oct 11 01:08:37.889 INFO kablam! Compiling light2d-rs v0.1.0 (/source) Oct 11 01:08:38.832 INFO kablam! warning: struct is never constructed: `Plane` Oct 11 01:08:38.832 INFO kablam! --> src/main.rs:136:1 Oct 11 01:08:38.832 INFO kablam! | Oct 11 01:08:38.832 INFO kablam! 136 | struct Plane { Oct 11 01:08:38.832 INFO kablam! | ^^^^^^^^^^^^ Oct 11 01:08:38.832 INFO kablam! | Oct 11 01:08:38.832 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:08:38.832 INFO kablam! Oct 11 01:08:38.832 INFO kablam! warning: method is never used: `rectangle` Oct 11 01:08:38.832 INFO kablam! --> src/main.rs:182:5 Oct 11 01:08:38.832 INFO kablam! | Oct 11 01:08:38.832 INFO kablam! 182 | fn rectangle(cx: f64, cy: f64, theta: f64, sx: f64, sy: f64) -> Self { Oct 11 01:08:38.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:38.832 INFO kablam! Oct 11 01:08:38.832 INFO kablam! warning: struct is never constructed: `UnionShape` Oct 11 01:08:38.832 INFO kablam! --> src/main.rs:265:1 Oct 11 01:08:38.832 INFO kablam! | Oct 11 01:08:38.832 INFO kablam! 265 | struct UnionShape { Oct 11 01:08:38.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 01:08:38.832 INFO kablam! Oct 11 01:08:38.832 INFO kablam! warning: method is never used: `new` Oct 11 01:08:38.832 INFO kablam! --> src/main.rs:293:5 Oct 11 01:08:38.832 INFO kablam! | Oct 11 01:08:38.832 INFO kablam! 293 | fn new(a: Box, b: Box) -> UnionShape { Oct 11 01:08:38.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:38.832 INFO kablam! Oct 11 01:08:38.832 INFO kablam! warning: struct is never constructed: `IntersectShape` Oct 11 01:08:38.832 INFO kablam! --> src/main.rs:301:1 Oct 11 01:08:38.832 INFO kablam! | Oct 11 01:08:38.832 INFO kablam! 301 | struct IntersectShape { Oct 11 01:08:38.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:38.832 INFO kablam! Oct 11 01:08:38.832 INFO kablam! warning: method is never used: `new` Oct 11 01:08:38.832 INFO kablam! --> src/main.rs:350:5 Oct 11 01:08:38.832 INFO kablam! | Oct 11 01:08:38.832 INFO kablam! 350 | fn new(a: Box, b: Box) -> IntersectShape { Oct 11 01:08:38.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:38.833 INFO kablam! Oct 11 01:08:38.833 INFO kablam! warning: function is never used: `fresnel` Oct 11 01:08:38.833 INFO kablam! --> src/main.rs:434:1 Oct 11 01:08:38.833 INFO kablam! | Oct 11 01:08:38.833 INFO kablam! 434 | fn fresnel(cosi: f64, cost: f64, etai: f64, etat: f64) -> f64 { Oct 11 01:08:38.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:38.833 INFO kablam! Oct 11 01:08:40.757 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.05s Oct 11 01:08:40.762 INFO kablam! su: No module specific data is present Oct 11 01:08:41.660 INFO running `"docker" "rm" "-f" "499bfd8765874890c36672698ad99549191d14b9945bf11b985ed61ba255f22a"` Oct 11 01:08:41.932 INFO blam! 499bfd8765874890c36672698ad99549191d14b9945bf11b985ed61ba255f22a Oct 11 01:08:41.933 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:08:41.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:08:42.321 INFO blam! 6e7b56d857d654d75e4344b82598f335abb89dceec22c5144df1180023dec19d Oct 11 01:08:42.329 INFO running `"docker" "start" "-a" "6e7b56d857d654d75e4344b82598f335abb89dceec22c5144df1180023dec19d"` Oct 11 01:08:43.508 INFO kablam! usermod: no changes Oct 11 01:08:43.616 INFO kablam! Compiling light2d-rs v0.1.0 (/source) Oct 11 01:08:44.627 INFO kablam! warning: struct is never constructed: `Plane` Oct 11 01:08:44.627 INFO kablam! --> src/main.rs:136:1 Oct 11 01:08:44.627 INFO kablam! | Oct 11 01:08:44.627 INFO kablam! 136 | struct Plane { Oct 11 01:08:44.627 INFO kablam! | ^^^^^^^^^^^^ Oct 11 01:08:44.627 INFO kablam! | Oct 11 01:08:44.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:08:44.627 INFO kablam! Oct 11 01:08:44.627 INFO kablam! warning: method is never used: `rectangle` Oct 11 01:08:44.627 INFO kablam! --> src/main.rs:182:5 Oct 11 01:08:44.627 INFO kablam! | Oct 11 01:08:44.627 INFO kablam! 182 | fn rectangle(cx: f64, cy: f64, theta: f64, sx: f64, sy: f64) -> Self { Oct 11 01:08:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:44.627 INFO kablam! Oct 11 01:08:44.627 INFO kablam! warning: struct is never constructed: `UnionShape` Oct 11 01:08:44.627 INFO kablam! --> src/main.rs:265:1 Oct 11 01:08:44.627 INFO kablam! | Oct 11 01:08:44.627 INFO kablam! 265 | struct UnionShape { Oct 11 01:08:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 01:08:44.627 INFO kablam! Oct 11 01:08:44.627 INFO kablam! warning: method is never used: `new` Oct 11 01:08:44.627 INFO kablam! --> src/main.rs:293:5 Oct 11 01:08:44.627 INFO kablam! | Oct 11 01:08:44.627 INFO kablam! 293 | fn new(a: Box, b: Box) -> UnionShape { Oct 11 01:08:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:44.627 INFO kablam! Oct 11 01:08:44.627 INFO kablam! warning: struct is never constructed: `IntersectShape` Oct 11 01:08:44.627 INFO kablam! --> src/main.rs:301:1 Oct 11 01:08:44.627 INFO kablam! | Oct 11 01:08:44.627 INFO kablam! 301 | struct IntersectShape { Oct 11 01:08:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:44.627 INFO kablam! Oct 11 01:08:44.627 INFO kablam! warning: method is never used: `new` Oct 11 01:08:44.627 INFO kablam! --> src/main.rs:350:5 Oct 11 01:08:44.627 INFO kablam! | Oct 11 01:08:44.627 INFO kablam! 350 | fn new(a: Box, b: Box) -> IntersectShape { Oct 11 01:08:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:44.627 INFO kablam! Oct 11 01:08:44.627 INFO kablam! warning: function is never used: `fresnel` Oct 11 01:08:44.627 INFO kablam! --> src/main.rs:434:1 Oct 11 01:08:44.628 INFO kablam! | Oct 11 01:08:44.628 INFO kablam! 434 | fn fresnel(cosi: f64, cost: f64, etai: f64, etat: f64) -> f64 { Oct 11 01:08:44.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:08:44.628 INFO kablam! Oct 11 01:08:45.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 11 01:08:45.119 INFO kablam! su: No module specific data is present Oct 11 01:08:45.904 INFO running `"docker" "rm" "-f" "6e7b56d857d654d75e4344b82598f335abb89dceec22c5144df1180023dec19d"` Oct 11 01:08:46.144 INFO blam! 6e7b56d857d654d75e4344b82598f335abb89dceec22c5144df1180023dec19d Oct 11 01:08:46.150 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:08:46.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:08:46.780 INFO blam! 37814240b3d53db98f2f52ab919fb9e62f7318c45c24af1e6a272350bd344a69 Oct 11 01:08:46.782 INFO running `"docker" "start" "-a" "37814240b3d53db98f2f52ab919fb9e62f7318c45c24af1e6a272350bd344a69"` Oct 11 01:08:47.699 INFO kablam! usermod: no changes Oct 11 01:08:47.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 01:08:47.839 INFO kablam! Running /target/debug/deps/light2d_rs-a0df80d60fa7b42e Oct 11 01:08:47.864 INFO blam! Oct 11 01:08:47.864 INFO blam! running 0 tests Oct 11 01:08:47.864 INFO blam! Oct 11 01:08:47.864 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:08:47.864 INFO blam! Oct 11 01:08:47.866 INFO kablam! su: No module specific data is present Oct 11 01:08:48.373 INFO running `"docker" "rm" "-f" "37814240b3d53db98f2f52ab919fb9e62f7318c45c24af1e6a272350bd344a69"` Oct 11 01:08:48.592 INFO blam! 37814240b3d53db98f2f52ab919fb9e62f7318c45c24af1e6a272350bd344a69