Oct 12 20:05:59.193 INFO testing usbalbin/liquid_sim against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 20:05:59.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 20:05:59.669 INFO blam! 813ff5f818dafad6acadac1f65ef0489b492b1eae4a7bd6aae994a7e45fc706f Oct 12 20:05:59.673 INFO running `"docker" "start" "-a" "813ff5f818dafad6acadac1f65ef0489b492b1eae4a7bd6aae994a7e45fc706f"` Oct 12 20:06:00.922 INFO kablam! usermod: no changes Oct 12 20:06:01.199 INFO kablam! Compiling libloading v0.4.3 Oct 12 20:06:01.211 INFO kablam! Compiling cfg-if v0.1.2 Oct 12 20:06:01.227 INFO kablam! Compiling rustc-demangle v0.1.5 Oct 12 20:06:01.228 INFO kablam! Compiling smallvec v0.4.4 Oct 12 20:06:01.228 INFO kablam! Compiling rand v0.3.20 Oct 12 20:06:01.228 INFO kablam! Compiling memmap v0.6.2 Oct 12 20:06:01.231 INFO kablam! Compiling shared_library v0.1.8 Oct 12 20:06:01.241 INFO kablam! Compiling x11-dl v2.17.2 Oct 12 20:06:01.868 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 20:06:04.523 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 12 20:06:04.524 INFO kablam! Compiling log v0.4.1 Oct 12 20:06:04.637 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 20:06:07.495 INFO kablam! Compiling log v0.3.9 Oct 12 20:06:07.912 INFO kablam! Compiling dlib v0.4.0 Oct 12 20:06:08.211 INFO kablam! Compiling wayland-sys v0.12.5 Oct 12 20:06:09.387 INFO kablam! Compiling gl_generator v0.7.0 Oct 12 20:06:14.215 INFO kablam! Compiling wayland-client v0.12.5 Oct 12 20:06:14.651 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 12 20:06:14.863 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 20:06:14.863 INFO kablam! Compiling tempfile v2.2.0 Oct 12 20:06:16.276 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 20:06:19.613 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 20:06:22.884 INFO kablam! Compiling glutin v0.11.0 Oct 12 20:06:22.899 INFO kablam! Compiling glium v0.19.0 Oct 12 20:06:46.487 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 12 20:06:47.312 INFO kablam! Compiling backtrace v0.3.5 Oct 12 20:07:06.655 INFO kablam! Compiling wayland-window v0.13.2 Oct 12 20:07:10.335 INFO kablam! Compiling libloading v0.3.4 Oct 12 20:07:10.607 INFO kablam! Compiling winit v0.9.0 Oct 12 20:07:16.495 INFO kablam! Compiling dlib v0.3.1 Oct 12 20:07:16.996 INFO kablam! Compiling wayland-sys v0.9.10 Oct 12 20:07:21.325 INFO kablam! Compiling wayland-client v0.9.10 Oct 12 20:07:59.383 INFO kablam! Compiling liquid_sim v0.1.0 (/source) Oct 12 20:08:00.047 INFO kablam! warning: unused variable: `r` Oct 12 20:08:00.047 INFO kablam! --> src/main.rs:108:13 Oct 12 20:08:00.047 INFO kablam! | Oct 12 20:08:00.047 INFO kablam! 108 | let r = to_u8(128.0 + f.0); Oct 12 20:08:00.047 INFO kablam! | ^ help: consider using `_r` instead Oct 12 20:08:00.047 INFO kablam! | Oct 12 20:08:00.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:08:00.047 INFO kablam! Oct 12 20:08:00.047 INFO kablam! warning: unused variable: `g` Oct 12 20:08:00.047 INFO kablam! --> src/main.rs:109:13 Oct 12 20:08:00.047 INFO kablam! | Oct 12 20:08:00.047 INFO kablam! 109 | let g = to_u8(128.0 + f.1); Oct 12 20:08:00.047 INFO kablam! | ^ help: consider using `_g` instead Oct 12 20:08:00.047 INFO kablam! Oct 12 20:08:00.075 INFO kablam! warning: function is never used: `neg` Oct 12 20:08:00.075 INFO kablam! --> src/main.rs:266:1 Oct 12 20:08:00.075 INFO kablam! | Oct 12 20:08:00.075 INFO kablam! 266 | fn neg(a: &(f32, f32)) -> (f32, f32) { Oct 12 20:08:00.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:08:00.075 INFO kablam! | Oct 12 20:08:00.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:08:00.075 INFO kablam! Oct 12 20:08:03.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 02s Oct 12 20:08:03.890 INFO kablam! su: No module specific data is present Oct 12 20:08:04.992 INFO running `"docker" "rm" "-f" "813ff5f818dafad6acadac1f65ef0489b492b1eae4a7bd6aae994a7e45fc706f"` Oct 12 20:08:05.335 INFO blam! 813ff5f818dafad6acadac1f65ef0489b492b1eae4a7bd6aae994a7e45fc706f Oct 12 20:08:05.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 20:08:05.695 INFO blam! 4d063fae7094f707d6c41925dc447443a451e4c36f679cd0f044fc3f8ce0d711 Oct 12 20:08:05.715 INFO running `"docker" "start" "-a" "4d063fae7094f707d6c41925dc447443a451e4c36f679cd0f044fc3f8ce0d711"` Oct 12 20:08:07.487 INFO kablam! usermod: no changes Oct 12 20:08:07.747 INFO kablam! Compiling liquid_sim v0.1.0 (/source) Oct 12 20:08:08.391 INFO kablam! warning: unused variable: `r` Oct 12 20:08:08.391 INFO kablam! --> src/main.rs:108:13 Oct 12 20:08:08.392 INFO kablam! | Oct 12 20:08:08.393 INFO kablam! 108 | let r = to_u8(128.0 + f.0); Oct 12 20:08:08.393 INFO kablam! | ^ help: consider using `_r` instead Oct 12 20:08:08.393 INFO kablam! | Oct 12 20:08:08.393 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:08:08.393 INFO kablam! Oct 12 20:08:08.393 INFO kablam! warning: unused variable: `g` Oct 12 20:08:08.393 INFO kablam! --> src/main.rs:109:13 Oct 12 20:08:08.393 INFO kablam! | Oct 12 20:08:08.393 INFO kablam! 109 | let g = to_u8(128.0 + f.1); Oct 12 20:08:08.393 INFO kablam! | ^ help: consider using `_g` instead Oct 12 20:08:08.393 INFO kablam! Oct 12 20:08:08.415 INFO kablam! warning: function is never used: `neg` Oct 12 20:08:08.416 INFO kablam! --> src/main.rs:266:1 Oct 12 20:08:08.416 INFO kablam! | Oct 12 20:08:08.416 INFO kablam! 266 | fn neg(a: &(f32, f32)) -> (f32, f32) { Oct 12 20:08:08.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:08:08.417 INFO kablam! | Oct 12 20:08:08.417 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:08:08.417 INFO kablam! Oct 12 20:08:09.094 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 12 20:08:09.107 INFO kablam! su: No module specific data is present Oct 12 20:08:09.980 INFO running `"docker" "rm" "-f" "4d063fae7094f707d6c41925dc447443a451e4c36f679cd0f044fc3f8ce0d711"` Oct 12 20:08:10.395 INFO blam! 4d063fae7094f707d6c41925dc447443a451e4c36f679cd0f044fc3f8ce0d711 Oct 12 20:08:10.401 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 20:08:10.904 INFO blam! 2a482a6e884d06a5a50b96b2c06a5c7c08f1b7cbf44f538a865cf6e60d8062a2 Oct 12 20:08:10.906 INFO running `"docker" "start" "-a" "2a482a6e884d06a5a50b96b2c06a5c7c08f1b7cbf44f538a865cf6e60d8062a2"` Oct 12 20:08:13.263 INFO kablam! usermod: no changes Oct 12 20:08:13.537 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 12 20:08:13.552 INFO kablam! Running /target/debug/deps/liquid_sim-66c8875f574b093d Oct 12 20:08:13.556 INFO blam! Oct 12 20:08:13.556 INFO blam! running 0 tests Oct 12 20:08:13.556 INFO blam! Oct 12 20:08:13.556 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:08:13.557 INFO blam! Oct 12 20:08:13.563 INFO kablam! su: No module specific data is present Oct 12 20:08:15.158 INFO running `"docker" "rm" "-f" "2a482a6e884d06a5a50b96b2c06a5c7c08f1b7cbf44f538a865cf6e60d8062a2"` Oct 12 20:08:15.424 INFO blam! 2a482a6e884d06a5a50b96b2c06a5c7c08f1b7cbf44f538a865cf6e60d8062a2