Oct 10 19:32:30.385 INFO testing light4/light2d against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:32:30.386 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:32:30.386 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 10 19:32:30.925 INFO blam! 8a8664a38c557cb54c0f731c0745d0fb6923fe2103d9b503daab74e0d6275f48 Oct 10 19:32:30.926 INFO running `"docker" "start" "-a" "8a8664a38c557cb54c0f731c0745d0fb6923fe2103d9b503daab74e0d6275f48"` Oct 10 19:32:32.033 INFO kablam! usermod: no changes Oct 10 19:32:32.116 INFO kablam! Compiling light2d v0.1.0 (/source) Oct 10 19:32:33.705 INFO kablam! warning: function `circleSDF` should have a snake case name such as `circle_sdf` Oct 10 19:32:33.705 INFO kablam! --> src/bin/basic.rs:13:1 Oct 10 19:32:33.706 INFO kablam! | Oct 10 19:32:33.706 INFO kablam! 13 | / fn circleSDF(x: f32, y: f32, cx: f32, cy: f32, r: f32) -> f32 { Oct 10 19:32:33.706 INFO kablam! 14 | | let ux = x - cx; Oct 10 19:32:33.706 INFO kablam! 15 | | let uy = y - cy; Oct 10 19:32:33.707 INFO kablam! 16 | | (ux * ux + uy * uy).sqrt() - r Oct 10 19:32:33.707 INFO kablam! 17 | | } Oct 10 19:32:33.707 INFO kablam! | |_^ Oct 10 19:32:33.708 INFO kablam! | Oct 10 19:32:33.708 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:32:33.708 INFO kablam! Oct 10 19:32:33.708 INFO kablam! warning: variable `MAX_STEP` should have a snake case name such as `max_step` Oct 10 19:32:33.709 INFO kablam! --> src/bin/basic.rs:20:9 Oct 10 19:32:33.709 INFO kablam! | Oct 10 19:32:33.709 INFO kablam! 20 | let MAX_STEP = 10; Oct 10 19:32:33.710 INFO kablam! | ^^^^^^^^ Oct 10 19:32:33.710 INFO kablam! Oct 10 19:32:33.710 INFO kablam! warning: variable `MAX_DISTANCE` should have a snake case name such as `max_distance` Oct 10 19:32:33.710 INFO kablam! --> src/bin/basic.rs:21:9 Oct 10 19:32:33.711 INFO kablam! | Oct 10 19:32:33.711 INFO kablam! 21 | let MAX_DISTANCE = 2.0; Oct 10 19:32:33.711 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:32:33.711 INFO kablam! Oct 10 19:32:33.712 INFO kablam! warning: variable `EPSILON` should have a snake case name such as `epsilon` Oct 10 19:32:33.712 INFO kablam! --> src/bin/basic.rs:22:9 Oct 10 19:32:33.712 INFO kablam! | Oct 10 19:32:33.713 INFO kablam! 22 | let EPSILON = 1e-6; Oct 10 19:32:33.713 INFO kablam! | ^^^^^^^ Oct 10 19:32:33.713 INFO kablam! Oct 10 19:32:33.714 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 10 19:32:33.714 INFO kablam! --> src/bin/basic.rs:42:9 Oct 10 19:32:33.714 INFO kablam! | Oct 10 19:32:33.714 INFO kablam! 42 | let N: u8 = 128; Oct 10 19:32:33.715 INFO kablam! | ^ Oct 10 19:32:33.715 INFO kablam! Oct 10 19:32:34.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 10 19:32:34.665 INFO kablam! su: No module specific data is present Oct 10 19:32:35.339 INFO running `"docker" "rm" "-f" "8a8664a38c557cb54c0f731c0745d0fb6923fe2103d9b503daab74e0d6275f48"` Oct 10 19:32:35.637 INFO blam! 8a8664a38c557cb54c0f731c0745d0fb6923fe2103d9b503daab74e0d6275f48 Oct 10 19:32:35.641 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:32:35.641 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 10 19:32:35.950 INFO blam! 39ed35006982a95ffa6b69af19bbea67aad7c36f2a0068e7443be67930ee670b Oct 10 19:32:35.952 INFO running `"docker" "start" "-a" "39ed35006982a95ffa6b69af19bbea67aad7c36f2a0068e7443be67930ee670b"` Oct 10 19:32:37.208 INFO kablam! usermod: no changes Oct 10 19:32:37.273 INFO kablam! Compiling light2d v0.1.0 (/source) Oct 10 19:32:38.704 INFO kablam! warning: function `circleSDF` should have a snake case name such as `circle_sdf` Oct 10 19:32:38.704 INFO kablam! --> src/bin/basic.rs:13:1 Oct 10 19:32:38.704 INFO kablam! | Oct 10 19:32:38.704 INFO kablam! 13 | / fn circleSDF(x: f32, y: f32, cx: f32, cy: f32, r: f32) -> f32 { Oct 10 19:32:38.704 INFO kablam! 14 | | let ux = x - cx; Oct 10 19:32:38.704 INFO kablam! 15 | | let uy = y - cy; Oct 10 19:32:38.704 INFO kablam! 16 | | (ux * ux + uy * uy).sqrt() - r Oct 10 19:32:38.704 INFO kablam! 17 | | } Oct 10 19:32:38.704 INFO kablam! | |_^ Oct 10 19:32:38.704 INFO kablam! | Oct 10 19:32:38.705 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:32:38.705 INFO kablam! Oct 10 19:32:38.705 INFO kablam! warning: variable `MAX_STEP` should have a snake case name such as `max_step` Oct 10 19:32:38.705 INFO kablam! --> src/bin/basic.rs:20:9 Oct 10 19:32:38.705 INFO kablam! | Oct 10 19:32:38.705 INFO kablam! 20 | let MAX_STEP = 10; Oct 10 19:32:38.705 INFO kablam! | ^^^^^^^^ Oct 10 19:32:38.705 INFO kablam! Oct 10 19:32:38.705 INFO kablam! warning: variable `MAX_DISTANCE` should have a snake case name such as `max_distance` Oct 10 19:32:38.705 INFO kablam! --> src/bin/basic.rs:21:9 Oct 10 19:32:38.705 INFO kablam! | Oct 10 19:32:38.705 INFO kablam! 21 | let MAX_DISTANCE = 2.0; Oct 10 19:32:38.705 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:32:38.705 INFO kablam! Oct 10 19:32:38.705 INFO kablam! warning: variable `EPSILON` should have a snake case name such as `epsilon` Oct 10 19:32:38.705 INFO kablam! --> src/bin/basic.rs:22:9 Oct 10 19:32:38.705 INFO kablam! | Oct 10 19:32:38.705 INFO kablam! 22 | let EPSILON = 1e-6; Oct 10 19:32:38.705 INFO kablam! | ^^^^^^^ Oct 10 19:32:38.705 INFO kablam! Oct 10 19:32:38.705 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 10 19:32:38.705 INFO kablam! --> src/bin/basic.rs:42:9 Oct 10 19:32:38.705 INFO kablam! | Oct 10 19:32:38.705 INFO kablam! 42 | let N: u8 = 128; Oct 10 19:32:38.705 INFO kablam! | ^ Oct 10 19:32:38.705 INFO kablam! Oct 10 19:32:39.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 10 19:32:39.219 INFO kablam! su: No module specific data is present Oct 10 19:32:39.828 INFO running `"docker" "rm" "-f" "39ed35006982a95ffa6b69af19bbea67aad7c36f2a0068e7443be67930ee670b"` Oct 10 19:32:39.992 INFO blam! 39ed35006982a95ffa6b69af19bbea67aad7c36f2a0068e7443be67930ee670b Oct 10 19:32:39.994 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:32:39.994 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 10 19:32:40.352 INFO blam! de27a61973aa9262a70c813923212d547444ccc2d75801e8f27ba954729e6a7e Oct 10 19:32:40.358 INFO running `"docker" "start" "-a" "de27a61973aa9262a70c813923212d547444ccc2d75801e8f27ba954729e6a7e"` Oct 10 19:32:41.624 INFO kablam! usermod: no changes Oct 10 19:32:41.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 19:32:41.696 INFO kablam! Running /target/debug/deps/basic-5408722d1cf5bab3 Oct 10 19:32:41.700 INFO blam! Oct 10 19:32:41.700 INFO blam! running 0 tests Oct 10 19:32:41.700 INFO blam! Oct 10 19:32:41.700 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:32:41.700 INFO blam! Oct 10 19:32:41.700 INFO blam! Oct 10 19:32:41.700 INFO blam! running 0 tests Oct 10 19:32:41.700 INFO blam! Oct 10 19:32:41.700 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:32:41.700 INFO blam! Oct 10 19:32:41.703 INFO kablam! Running /target/debug/deps/main-0ce6ebf548310630 Oct 10 19:32:41.705 INFO kablam! su: No module specific data is present Oct 10 19:32:42.477 INFO running `"docker" "rm" "-f" "de27a61973aa9262a70c813923212d547444ccc2d75801e8f27ba954729e6a7e"` Oct 10 19:32:42.843 INFO blam! de27a61973aa9262a70c813923212d547444ccc2d75801e8f27ba954729e6a7e