Oct 14 13:43:01.400 INFO testing light4/light2d against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:43:01.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 13:43:01.865 INFO blam! afd4190dc17902874050e9d32aa3a63f38e0e5ec31b70413e8c8f8f061d52a33 Oct 14 13:43:01.867 INFO running `"docker" "start" "-a" "afd4190dc17902874050e9d32aa3a63f38e0e5ec31b70413e8c8f8f061d52a33"` Oct 14 13:43:03.123 INFO kablam! usermod: no changes Oct 14 13:43:03.219 INFO kablam! Compiling inflate v0.3.3 Oct 14 13:43:03.219 INFO kablam! Compiling deflate v0.7.17 Oct 14 13:43:11.478 INFO kablam! Compiling png v0.11.0 Oct 14 13:43:13.567 INFO kablam! Compiling light2d v0.1.0 (/source) Oct 14 13:43:14.263 INFO kablam! warning: function `circleSDF` should have a snake case name such as `circle_sdf` Oct 14 13:43:14.263 INFO kablam! --> src/bin/basic.rs:13:1 Oct 14 13:43:14.263 INFO kablam! | Oct 14 13:43:14.263 INFO kablam! 13 | / fn circleSDF(x: f32, y: f32, cx: f32, cy: f32, r: f32) -> f32 { Oct 14 13:43:14.263 INFO kablam! 14 | | let ux = x - cx; Oct 14 13:43:14.263 INFO kablam! 15 | | let uy = y - cy; Oct 14 13:43:14.263 INFO kablam! 16 | | (ux * ux + uy * uy).sqrt() - r Oct 14 13:43:14.263 INFO kablam! 17 | | } Oct 14 13:43:14.265 INFO kablam! | |_^ Oct 14 13:43:14.265 INFO kablam! | Oct 14 13:43:14.265 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 13:43:14.265 INFO kablam! Oct 14 13:43:14.265 INFO kablam! warning: variable `MAX_STEP` should have a snake case name such as `max_step` Oct 14 13:43:14.265 INFO kablam! --> src/bin/basic.rs:20:9 Oct 14 13:43:14.265 INFO kablam! | Oct 14 13:43:14.265 INFO kablam! 20 | let MAX_STEP = 10; Oct 14 13:43:14.265 INFO kablam! | ^^^^^^^^ Oct 14 13:43:14.265 INFO kablam! Oct 14 13:43:14.265 INFO kablam! warning: variable `MAX_DISTANCE` should have a snake case name such as `max_distance` Oct 14 13:43:14.265 INFO kablam! --> src/bin/basic.rs:21:9 Oct 14 13:43:14.265 INFO kablam! | Oct 14 13:43:14.267 INFO kablam! 21 | let MAX_DISTANCE = 2.0; Oct 14 13:43:14.267 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:43:14.267 INFO kablam! Oct 14 13:43:14.267 INFO kablam! warning: variable `EPSILON` should have a snake case name such as `epsilon` Oct 14 13:43:14.267 INFO kablam! --> src/bin/basic.rs:22:9 Oct 14 13:43:14.267 INFO kablam! | Oct 14 13:43:14.267 INFO kablam! 22 | let EPSILON = 1e-6; Oct 14 13:43:14.267 INFO kablam! | ^^^^^^^ Oct 14 13:43:14.267 INFO kablam! Oct 14 13:43:14.267 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 14 13:43:14.267 INFO kablam! --> src/bin/basic.rs:42:9 Oct 14 13:43:14.267 INFO kablam! | Oct 14 13:43:14.267 INFO kablam! 42 | let N: u8 = 128; Oct 14 13:43:14.267 INFO kablam! | ^ Oct 14 13:43:14.267 INFO kablam! Oct 14 13:43:15.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.20s Oct 14 13:43:15.355 INFO kablam! su: No module specific data is present Oct 14 13:43:16.543 INFO running `"docker" "rm" "-f" "afd4190dc17902874050e9d32aa3a63f38e0e5ec31b70413e8c8f8f061d52a33"` Oct 14 13:43:16.919 INFO blam! afd4190dc17902874050e9d32aa3a63f38e0e5ec31b70413e8c8f8f061d52a33 Oct 14 13:43:16.923 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 13:43:17.378 INFO blam! 5f4beb0f79b55c9c92ef16bc08bd38e37ab549e647aeba30a66abbdc903b8c5d Oct 14 13:43:17.380 INFO running `"docker" "start" "-a" "5f4beb0f79b55c9c92ef16bc08bd38e37ab549e647aeba30a66abbdc903b8c5d"` Oct 14 13:43:19.730 INFO kablam! usermod: no changes Oct 14 13:43:19.787 INFO kablam! Compiling light2d v0.1.0 (/source) Oct 14 13:43:20.471 INFO kablam! warning: function `circleSDF` should have a snake case name such as `circle_sdf` Oct 14 13:43:20.471 INFO kablam! --> src/bin/basic.rs:13:1 Oct 14 13:43:20.471 INFO kablam! | Oct 14 13:43:20.471 INFO kablam! 13 | / fn circleSDF(x: f32, y: f32, cx: f32, cy: f32, r: f32) -> f32 { Oct 14 13:43:20.471 INFO kablam! 14 | | let ux = x - cx; Oct 14 13:43:20.471 INFO kablam! 15 | | let uy = y - cy; Oct 14 13:43:20.471 INFO kablam! 16 | | (ux * ux + uy * uy).sqrt() - r Oct 14 13:43:20.471 INFO kablam! 17 | | } Oct 14 13:43:20.471 INFO kablam! | |_^ Oct 14 13:43:20.471 INFO kablam! | Oct 14 13:43:20.471 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 13:43:20.471 INFO kablam! Oct 14 13:43:20.471 INFO kablam! warning: variable `MAX_STEP` should have a snake case name such as `max_step` Oct 14 13:43:20.471 INFO kablam! --> src/bin/basic.rs:20:9 Oct 14 13:43:20.471 INFO kablam! | Oct 14 13:43:20.471 INFO kablam! 20 | let MAX_STEP = 10; Oct 14 13:43:20.471 INFO kablam! | ^^^^^^^^ Oct 14 13:43:20.471 INFO kablam! Oct 14 13:43:20.471 INFO kablam! warning: variable `MAX_DISTANCE` should have a snake case name such as `max_distance` Oct 14 13:43:20.471 INFO kablam! --> src/bin/basic.rs:21:9 Oct 14 13:43:20.471 INFO kablam! | Oct 14 13:43:20.471 INFO kablam! 21 | let MAX_DISTANCE = 2.0; Oct 14 13:43:20.471 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:43:20.471 INFO kablam! Oct 14 13:43:20.471 INFO kablam! warning: variable `EPSILON` should have a snake case name such as `epsilon` Oct 14 13:43:20.471 INFO kablam! --> src/bin/basic.rs:22:9 Oct 14 13:43:20.471 INFO kablam! | Oct 14 13:43:20.471 INFO kablam! 22 | let EPSILON = 1e-6; Oct 14 13:43:20.471 INFO kablam! | ^^^^^^^ Oct 14 13:43:20.471 INFO kablam! Oct 14 13:43:20.471 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 14 13:43:20.471 INFO kablam! --> src/bin/basic.rs:42:9 Oct 14 13:43:20.471 INFO kablam! | Oct 14 13:43:20.471 INFO kablam! 42 | let N: u8 = 128; Oct 14 13:43:20.471 INFO kablam! | ^ Oct 14 13:43:20.471 INFO kablam! Oct 14 13:43:21.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 14 13:43:21.108 INFO kablam! su: No module specific data is present Oct 14 13:43:22.073 INFO running `"docker" "rm" "-f" "5f4beb0f79b55c9c92ef16bc08bd38e37ab549e647aeba30a66abbdc903b8c5d"` Oct 14 13:43:22.459 INFO blam! 5f4beb0f79b55c9c92ef16bc08bd38e37ab549e647aeba30a66abbdc903b8c5d Oct 14 13:43:22.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 13:43:22.992 INFO blam! d6b107b20402d9dda4354f4f872b04b06bd371244e2dc3a256750b03c97e5538 Oct 14 13:43:22.995 INFO running `"docker" "start" "-a" "d6b107b20402d9dda4354f4f872b04b06bd371244e2dc3a256750b03c97e5538"` Oct 14 13:43:24.679 INFO kablam! usermod: no changes Oct 14 13:43:24.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 13:43:24.755 INFO kablam! Running /target/debug/deps/basic-5408722d1cf5bab3 Oct 14 13:43:24.755 INFO blam! Oct 14 13:43:24.756 INFO kablam! Running /target/debug/deps/main-0ce6ebf548310630 Oct 14 13:43:24.756 INFO blam! running 0 tests Oct 14 13:43:24.756 INFO kablam! su: No module specific data is present Oct 14 13:43:24.756 INFO blam! Oct 14 13:43:24.757 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:43:24.757 INFO blam! Oct 14 13:43:24.757 INFO blam! Oct 14 13:43:24.757 INFO blam! running 0 tests Oct 14 13:43:24.758 INFO blam! Oct 14 13:43:24.758 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:43:24.758 INFO blam! Oct 14 13:43:25.731 INFO running `"docker" "rm" "-f" "d6b107b20402d9dda4354f4f872b04b06bd371244e2dc3a256750b03c97e5538"` Oct 14 13:43:26.063 INFO blam! d6b107b20402d9dda4354f4f872b04b06bd371244e2dc3a256750b03c97e5538