Oct 14 13:43:01.116 INFO testing light4/light2d against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:43:01.118 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:43:01.545 INFO blam! ed4e798ba3a7415011a5552313248894aeca9ae1c15673db5f74b1233d45f036 Oct 14 13:43:01.555 INFO running `"docker" "start" "-a" "ed4e798ba3a7415011a5552313248894aeca9ae1c15673db5f74b1233d45f036"` Oct 14 13:43:02.617 INFO kablam! usermod: no changes Oct 14 13:43:02.723 INFO kablam! Compiling inflate v0.3.3 Oct 14 13:43:02.731 INFO kablam! Compiling rand v0.3.18 Oct 14 13:43:10.963 INFO kablam! Compiling png v0.11.0 Oct 14 13:43:12.943 INFO kablam! Compiling light2d v0.1.0 (/source) Oct 14 13:43:13.543 INFO kablam! warning: function `circleSDF` should have a snake case name such as `circle_sdf` Oct 14 13:43:13.543 INFO kablam! --> src/bin/basic.rs:13:1 Oct 14 13:43:13.543 INFO kablam! | Oct 14 13:43:13.543 INFO kablam! 13 | / fn circleSDF(x: f32, y: f32, cx: f32, cy: f32, r: f32) -> f32 { Oct 14 13:43:13.543 INFO kablam! 14 | | let ux = x - cx; Oct 14 13:43:13.543 INFO kablam! 15 | | let uy = y - cy; Oct 14 13:43:13.543 INFO kablam! 16 | | (ux * ux + uy * uy).sqrt() - r Oct 14 13:43:13.543 INFO kablam! 17 | | } Oct 14 13:43:13.543 INFO kablam! | |_^ Oct 14 13:43:13.543 INFO kablam! | Oct 14 13:43:13.543 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 13:43:13.543 INFO kablam! Oct 14 13:43:13.543 INFO kablam! warning: variable `MAX_STEP` should have a snake case name such as `max_step` Oct 14 13:43:13.543 INFO kablam! --> src/bin/basic.rs:20:9 Oct 14 13:43:13.543 INFO kablam! | Oct 14 13:43:13.543 INFO kablam! 20 | let MAX_STEP = 10; Oct 14 13:43:13.543 INFO kablam! | ^^^^^^^^ Oct 14 13:43:13.543 INFO kablam! Oct 14 13:43:13.543 INFO kablam! warning: variable `MAX_DISTANCE` should have a snake case name such as `max_distance` Oct 14 13:43:13.543 INFO kablam! --> src/bin/basic.rs:21:9 Oct 14 13:43:13.543 INFO kablam! | Oct 14 13:43:13.543 INFO kablam! 21 | let MAX_DISTANCE = 2.0; Oct 14 13:43:13.543 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:43:13.543 INFO kablam! Oct 14 13:43:13.543 INFO kablam! warning: variable `EPSILON` should have a snake case name such as `epsilon` Oct 14 13:43:13.543 INFO kablam! --> src/bin/basic.rs:22:9 Oct 14 13:43:13.543 INFO kablam! | Oct 14 13:43:13.543 INFO kablam! 22 | let EPSILON = 1e-6; Oct 14 13:43:13.543 INFO kablam! | ^^^^^^^ Oct 14 13:43:13.543 INFO kablam! Oct 14 13:43:13.543 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 14 13:43:13.543 INFO kablam! --> src/bin/basic.rs:42:9 Oct 14 13:43:13.543 INFO kablam! | Oct 14 13:43:13.543 INFO kablam! 42 | let N: u8 = 128; Oct 14 13:43:13.543 INFO kablam! | ^ Oct 14 13:43:13.543 INFO kablam! Oct 14 13:43:14.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.94s Oct 14 13:43:14.583 INFO kablam! su: No module specific data is present Oct 14 13:43:15.753 INFO running `"docker" "rm" "-f" "ed4e798ba3a7415011a5552313248894aeca9ae1c15673db5f74b1233d45f036"` Oct 14 13:43:15.975 INFO blam! ed4e798ba3a7415011a5552313248894aeca9ae1c15673db5f74b1233d45f036 Oct 14 13:43:15.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:43:16.410 INFO blam! cf6d5b1c0c98922e95d9115740d8277dd44ba9bdb84388d5074ab277e217c7d1 Oct 14 13:43:16.412 INFO running `"docker" "start" "-a" "cf6d5b1c0c98922e95d9115740d8277dd44ba9bdb84388d5074ab277e217c7d1"` Oct 14 13:43:17.463 INFO kablam! usermod: no changes Oct 14 13:43:17.571 INFO kablam! Compiling light2d v0.1.0 (/source) Oct 14 13:43:18.282 INFO kablam! warning: function `circleSDF` should have a snake case name such as `circle_sdf` Oct 14 13:43:18.282 INFO kablam! --> src/bin/basic.rs:13:1 Oct 14 13:43:18.282 INFO kablam! | Oct 14 13:43:18.282 INFO kablam! 13 | / fn circleSDF(x: f32, y: f32, cx: f32, cy: f32, r: f32) -> f32 { Oct 14 13:43:18.282 INFO kablam! 14 | | let ux = x - cx; Oct 14 13:43:18.282 INFO kablam! 15 | | let uy = y - cy; Oct 14 13:43:18.282 INFO kablam! 16 | | (ux * ux + uy * uy).sqrt() - r Oct 14 13:43:18.282 INFO kablam! 17 | | } Oct 14 13:43:18.282 INFO kablam! | |_^ Oct 14 13:43:18.282 INFO kablam! | Oct 14 13:43:18.292 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 13:43:18.292 INFO kablam! Oct 14 13:43:18.292 INFO kablam! warning: variable `MAX_STEP` should have a snake case name such as `max_step` Oct 14 13:43:18.293 INFO kablam! --> src/bin/basic.rs:20:9 Oct 14 13:43:18.293 INFO kablam! | Oct 14 13:43:18.293 INFO kablam! 20 | let MAX_STEP = 10; Oct 14 13:43:18.293 INFO kablam! | ^^^^^^^^ Oct 14 13:43:18.293 INFO kablam! Oct 14 13:43:18.293 INFO kablam! warning: variable `MAX_DISTANCE` should have a snake case name such as `max_distance` Oct 14 13:43:18.293 INFO kablam! --> src/bin/basic.rs:21:9 Oct 14 13:43:18.293 INFO kablam! | Oct 14 13:43:18.293 INFO kablam! 21 | let MAX_DISTANCE = 2.0; Oct 14 13:43:18.293 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:43:18.293 INFO kablam! Oct 14 13:43:18.293 INFO kablam! warning: variable `EPSILON` should have a snake case name such as `epsilon` Oct 14 13:43:18.293 INFO kablam! --> src/bin/basic.rs:22:9 Oct 14 13:43:18.293 INFO kablam! | Oct 14 13:43:18.293 INFO kablam! 22 | let EPSILON = 1e-6; Oct 14 13:43:18.293 INFO kablam! | ^^^^^^^ Oct 14 13:43:18.293 INFO kablam! Oct 14 13:43:18.293 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 14 13:43:18.293 INFO kablam! --> src/bin/basic.rs:42:9 Oct 14 13:43:18.293 INFO kablam! | Oct 14 13:43:18.293 INFO kablam! 42 | let N: u8 = 128; Oct 14 13:43:18.293 INFO kablam! | ^ Oct 14 13:43:18.293 INFO kablam! Oct 14 13:43:19.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 14 13:43:19.127 INFO kablam! su: No module specific data is present Oct 14 13:43:20.464 INFO running `"docker" "rm" "-f" "cf6d5b1c0c98922e95d9115740d8277dd44ba9bdb84388d5074ab277e217c7d1"` Oct 14 13:43:20.920 INFO blam! cf6d5b1c0c98922e95d9115740d8277dd44ba9bdb84388d5074ab277e217c7d1 Oct 14 13:43:20.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:43:21.527 INFO blam! 9053cfd22d1df66da46f16d7cf070c987d27581e9734efe67e07d355de10f630 Oct 14 13:43:21.531 INFO running `"docker" "start" "-a" "9053cfd22d1df66da46f16d7cf070c987d27581e9734efe67e07d355de10f630"` Oct 14 13:43:22.923 INFO kablam! usermod: no changes Oct 14 13:43:23.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 13:43:23.035 INFO kablam! Running /target/debug/deps/basic-73522e99c11077ab Oct 14 13:43:23.036 INFO kablam! Running /target/debug/deps/main-e46eb4b4f2d8e7de Oct 14 13:43:23.036 INFO blam! Oct 14 13:43:23.036 INFO blam! running 0 tests Oct 14 13:43:23.036 INFO blam! Oct 14 13:43:23.036 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:43:23.036 INFO blam! Oct 14 13:43:23.051 INFO blam! Oct 14 13:43:23.051 INFO blam! running 0 tests Oct 14 13:43:23.051 INFO blam! Oct 14 13:43:23.051 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:43:23.051 INFO blam! Oct 14 13:43:23.055 INFO kablam! su: No module specific data is present Oct 14 13:43:23.725 INFO running `"docker" "rm" "-f" "9053cfd22d1df66da46f16d7cf070c987d27581e9734efe67e07d355de10f630"` Oct 14 13:43:24.015 INFO blam! 9053cfd22d1df66da46f16d7cf070c987d27581e9734efe67e07d355de10f630