Oct 15 00:34:00.402 INFO testing codeworm96/light2d-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:34:00.402 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 00:34:00.723 INFO blam! 4e99d035d950e3b9ac7b2d5be1dc8feec7a79f0e0fd34b4b9d3bc187ca876ee9 Oct 15 00:34:00.725 INFO running `"docker" "start" "-a" "4e99d035d950e3b9ac7b2d5be1dc8feec7a79f0e0fd34b4b9d3bc187ca876ee9"` Oct 15 00:34:01.363 INFO kablam! usermod: no changes Oct 15 00:34:01.515 INFO kablam! Compiling num-integer v0.1.36 Oct 15 00:34:01.515 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 00:34:01.515 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 00:34:02.115 INFO kablam! Compiling num-iter v0.1.35 Oct 15 00:34:02.116 INFO kablam! Compiling num-rational v0.1.42 Oct 15 00:34:02.639 INFO kablam! Compiling png v0.11.0 Oct 15 00:34:04.459 INFO kablam! Compiling rayon v1.0.0 Oct 15 00:34:09.099 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 00:34:12.878 INFO kablam! Compiling image v0.18.0 Oct 15 00:34:25.861 INFO kablam! Compiling light2d-rs v0.1.0 (/source) Oct 15 00:34:27.035 INFO kablam! warning: struct is never constructed: `Plane` Oct 15 00:34:27.036 INFO kablam! --> src/main.rs:136:1 Oct 15 00:34:27.036 INFO kablam! | Oct 15 00:34:27.036 INFO kablam! 136 | struct Plane { Oct 15 00:34:27.037 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:34:27.037 INFO kablam! | Oct 15 00:34:27.037 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:34:27.038 INFO kablam! Oct 15 00:34:27.038 INFO kablam! warning: method is never used: `rectangle` Oct 15 00:34:27.038 INFO kablam! --> src/main.rs:182:5 Oct 15 00:34:27.039 INFO kablam! | Oct 15 00:34:27.039 INFO kablam! 182 | fn rectangle(cx: f64, cy: f64, theta: f64, sx: f64, sy: f64) -> Self { Oct 15 00:34:27.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:27.039 INFO kablam! Oct 15 00:34:27.040 INFO kablam! warning: struct is never constructed: `UnionShape` Oct 15 00:34:27.040 INFO kablam! --> src/main.rs:265:1 Oct 15 00:34:27.040 INFO kablam! | Oct 15 00:34:27.041 INFO kablam! 265 | struct UnionShape { Oct 15 00:34:27.041 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:34:27.041 INFO kablam! Oct 15 00:34:27.042 INFO kablam! warning: method is never used: `new` Oct 15 00:34:27.042 INFO kablam! --> src/main.rs:293:5 Oct 15 00:34:27.042 INFO kablam! | Oct 15 00:34:27.043 INFO kablam! 293 | fn new(a: Box, b: Box) -> UnionShape { Oct 15 00:34:27.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:27.043 INFO kablam! Oct 15 00:34:27.044 INFO kablam! warning: struct is never constructed: `IntersectShape` Oct 15 00:34:27.044 INFO kablam! --> src/main.rs:301:1 Oct 15 00:34:27.044 INFO kablam! | Oct 15 00:34:27.044 INFO kablam! 301 | struct IntersectShape { Oct 15 00:34:27.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:27.045 INFO kablam! Oct 15 00:34:27.045 INFO kablam! warning: method is never used: `new` Oct 15 00:34:27.045 INFO kablam! --> src/main.rs:350:5 Oct 15 00:34:27.046 INFO kablam! | Oct 15 00:34:27.046 INFO kablam! 350 | fn new(a: Box, b: Box) -> IntersectShape { Oct 15 00:34:27.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:27.047 INFO kablam! Oct 15 00:34:27.047 INFO kablam! warning: function is never used: `fresnel` Oct 15 00:34:27.047 INFO kablam! --> src/main.rs:434:1 Oct 15 00:34:27.048 INFO kablam! | Oct 15 00:34:27.048 INFO kablam! 434 | fn fresnel(cosi: f64, cost: f64, etai: f64, etat: f64) -> f64 { Oct 15 00:34:27.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:27.049 INFO kablam! Oct 15 00:34:28.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.58s Oct 15 00:34:28.993 INFO kablam! su: No module specific data is present Oct 15 00:34:29.556 INFO running `"docker" "rm" "-f" "4e99d035d950e3b9ac7b2d5be1dc8feec7a79f0e0fd34b4b9d3bc187ca876ee9"` Oct 15 00:34:29.828 INFO blam! 4e99d035d950e3b9ac7b2d5be1dc8feec7a79f0e0fd34b4b9d3bc187ca876ee9 Oct 15 00:34:29.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 00:34:30.355 INFO blam! 52bd25e9a0da1a2f96ef6ca6f576088c51801a6b8ac196380c741ecf412d7123 Oct 15 00:34:30.358 INFO running `"docker" "start" "-a" "52bd25e9a0da1a2f96ef6ca6f576088c51801a6b8ac196380c741ecf412d7123"` Oct 15 00:34:31.611 INFO kablam! usermod: no changes Oct 15 00:34:31.747 INFO kablam! Compiling light2d-rs v0.1.0 (/source) Oct 15 00:34:33.011 INFO kablam! warning: struct is never constructed: `Plane` Oct 15 00:34:33.011 INFO kablam! --> src/main.rs:136:1 Oct 15 00:34:33.011 INFO kablam! | Oct 15 00:34:33.011 INFO kablam! 136 | struct Plane { Oct 15 00:34:33.011 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:34:33.011 INFO kablam! | Oct 15 00:34:33.012 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:34:33.012 INFO kablam! Oct 15 00:34:33.012 INFO kablam! warning: method is never used: `rectangle` Oct 15 00:34:33.013 INFO kablam! --> src/main.rs:182:5 Oct 15 00:34:33.013 INFO kablam! | Oct 15 00:34:33.013 INFO kablam! 182 | fn rectangle(cx: f64, cy: f64, theta: f64, sx: f64, sy: f64) -> Self { Oct 15 00:34:33.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:33.013 INFO kablam! Oct 15 00:34:33.013 INFO kablam! warning: struct is never constructed: `UnionShape` Oct 15 00:34:33.013 INFO kablam! --> src/main.rs:265:1 Oct 15 00:34:33.013 INFO kablam! | Oct 15 00:34:33.013 INFO kablam! 265 | struct UnionShape { Oct 15 00:34:33.013 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:34:33.013 INFO kablam! Oct 15 00:34:33.013 INFO kablam! warning: method is never used: `new` Oct 15 00:34:33.013 INFO kablam! --> src/main.rs:293:5 Oct 15 00:34:33.013 INFO kablam! | Oct 15 00:34:33.013 INFO kablam! 293 | fn new(a: Box, b: Box) -> UnionShape { Oct 15 00:34:33.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:33.013 INFO kablam! Oct 15 00:34:33.013 INFO kablam! warning: struct is never constructed: `IntersectShape` Oct 15 00:34:33.013 INFO kablam! --> src/main.rs:301:1 Oct 15 00:34:33.013 INFO kablam! | Oct 15 00:34:33.013 INFO kablam! 301 | struct IntersectShape { Oct 15 00:34:33.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:33.013 INFO kablam! Oct 15 00:34:33.013 INFO kablam! warning: method is never used: `new` Oct 15 00:34:33.013 INFO kablam! --> src/main.rs:350:5 Oct 15 00:34:33.013 INFO kablam! | Oct 15 00:34:33.013 INFO kablam! 350 | fn new(a: Box, b: Box) -> IntersectShape { Oct 15 00:34:33.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:33.013 INFO kablam! Oct 15 00:34:33.013 INFO kablam! warning: function is never used: `fresnel` Oct 15 00:34:33.013 INFO kablam! --> src/main.rs:434:1 Oct 15 00:34:33.013 INFO kablam! | Oct 15 00:34:33.013 INFO kablam! 434 | fn fresnel(cosi: f64, cost: f64, etai: f64, etat: f64) -> f64 { Oct 15 00:34:33.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:34:33.013 INFO kablam! Oct 15 00:34:33.618 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Oct 15 00:34:33.621 INFO kablam! su: No module specific data is present Oct 15 00:34:34.957 INFO running `"docker" "rm" "-f" "52bd25e9a0da1a2f96ef6ca6f576088c51801a6b8ac196380c741ecf412d7123"` Oct 15 00:34:35.275 INFO blam! 52bd25e9a0da1a2f96ef6ca6f576088c51801a6b8ac196380c741ecf412d7123 Oct 15 00:34:35.287 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 00:34:35.883 INFO blam! 8eb3f7b8bd52f18fe480386280dc01f11059f8c5ceaac3c38123676202c477e2 Oct 15 00:34:35.885 INFO running `"docker" "start" "-a" "8eb3f7b8bd52f18fe480386280dc01f11059f8c5ceaac3c38123676202c477e2"` Oct 15 00:34:37.258 INFO kablam! usermod: no changes Oct 15 00:34:37.394 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 00:34:37.407 INFO kablam! Running /target/debug/deps/light2d_rs-608a1afbebe24158 Oct 15 00:34:37.410 INFO blam! Oct 15 00:34:37.410 INFO blam! running 0 tests Oct 15 00:34:37.410 INFO blam! Oct 15 00:34:37.411 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:34:37.411 INFO blam! Oct 15 00:34:37.411 INFO kablam! su: No module specific data is present Oct 15 00:34:38.503 INFO running `"docker" "rm" "-f" "8eb3f7b8bd52f18fe480386280dc01f11059f8c5ceaac3c38123676202c477e2"` Oct 15 00:34:38.739 INFO blam! 8eb3f7b8bd52f18fe480386280dc01f11059f8c5ceaac3c38123676202c477e2