Oct 14 13:40:25.762 INFO testing lion328/longfeb against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:40:25.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:40:26.051 INFO blam! 3c8dcef0ab20b5606c13360c9f13ac6e2d5e0f6d6352cf13347482a43585dbc8 Oct 14 13:40:26.053 INFO running `"docker" "start" "-a" "3c8dcef0ab20b5606c13360c9f13ac6e2d5e0f6d6352cf13347482a43585dbc8"` Oct 14 13:40:27.461 INFO kablam! usermod: no changes Oct 14 13:40:27.653 INFO kablam! Compiling bitflags v1.0.1 Oct 14 13:40:27.659 INFO kablam! Compiling typenum v1.9.0 Oct 14 13:40:27.662 INFO kablam! Compiling khronos_api v2.1.0 Oct 14 13:40:27.662 INFO kablam! Compiling matrixmultiply v0.1.14 Oct 14 13:40:27.662 INFO kablam! Compiling rawpointer v0.1.0 Oct 14 13:40:27.662 INFO kablam! Compiling approx v0.1.1 Oct 14 13:40:27.662 INFO kablam! Compiling either v1.4.0 Oct 14 13:40:27.662 INFO kablam! Compiling memmap v0.6.2 Oct 14 13:40:28.299 INFO kablam! Compiling shared_library v0.1.8 Oct 14 13:40:28.316 INFO kablam! Compiling log v0.4.1 Oct 14 13:40:28.487 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 14 13:40:28.524 INFO kablam! Compiling x11-dl v2.17.2 Oct 14 13:40:28.999 INFO kablam! Compiling num-complex v0.1.41 Oct 14 13:40:30.433 INFO kablam! Compiling xml-rs v0.7.0 Oct 14 13:40:30.439 INFO kablam! Compiling log v0.3.9 Oct 14 13:40:30.449 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 14 13:40:30.467 INFO kablam! Compiling dlib v0.4.0 Oct 14 13:40:30.515 INFO kablam! Compiling tempfile v2.2.0 Oct 14 13:40:30.903 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 13:40:31.860 INFO kablam! Compiling wayland-sys v0.12.5 Oct 14 13:40:34.227 INFO kablam! Compiling alga v0.5.2 Oct 14 13:40:34.315 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 13:40:36.412 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 13:40:36.935 INFO kablam! Compiling generic-array v0.8.3 Oct 14 13:40:39.242 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 14 13:40:39.242 INFO kablam! Compiling gl_generator v0.8.0 Oct 14 13:40:42.503 INFO kablam! Compiling rayon v1.0.0 Oct 14 13:40:44.939 INFO kablam! Compiling wayland-client v0.12.5 Oct 14 13:40:44.939 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 14 13:40:48.251 INFO kablam! Compiling glutin v0.12.2 Oct 14 13:40:50.199 INFO kablam! Compiling nalgebra v0.14.0 Oct 14 13:40:58.987 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 14 13:41:05.299 INFO kablam! Compiling wayland-window v0.13.2 Oct 14 13:41:06.175 INFO kablam! Compiling winit v0.10.0 Oct 14 13:41:35.800 INFO kablam! Compiling longfeb v0.1.0 (/source) Oct 14 13:41:36.388 INFO kablam! warning: unused variable: `day_secs` Oct 14 13:41:36.388 INFO kablam! --> src/main.rs:9:9 Oct 14 13:41:36.388 INFO kablam! | Oct 14 13:41:36.388 INFO kablam! 9 | let day_secs = day_secs_int as f64; Oct 14 13:41:36.388 INFO kablam! | ^^^^^^^^ help: consider using `_day_secs` instead Oct 14 13:41:36.388 INFO kablam! | Oct 14 13:41:36.388 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:41:36.388 INFO kablam! Oct 14 13:41:36.388 INFO kablam! warning: unused variable: `body_moon_distance` Oct 14 13:41:36.388 INFO kablam! --> src/main.rs:32:13 Oct 14 13:41:36.388 INFO kablam! | Oct 14 13:41:36.388 INFO kablam! 32 | let body_moon_distance = na::distance(&earth_pos, &moon_pos); Oct 14 13:41:36.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_body_moon_distance` instead Oct 14 13:41:36.388 INFO kablam! Oct 14 13:41:38.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Oct 14 13:41:38.979 INFO kablam! su: No module specific data is present Oct 14 13:41:39.723 INFO running `"docker" "rm" "-f" "3c8dcef0ab20b5606c13360c9f13ac6e2d5e0f6d6352cf13347482a43585dbc8"` Oct 14 13:41:40.033 INFO blam! 3c8dcef0ab20b5606c13360c9f13ac6e2d5e0f6d6352cf13347482a43585dbc8 Oct 14 13:41:40.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:41:40.572 INFO blam! 48232b21bbb06e986251d99c11190bae5c992b182866db1761f93920a2922754 Oct 14 13:41:40.577 INFO running `"docker" "start" "-a" "48232b21bbb06e986251d99c11190bae5c992b182866db1761f93920a2922754"` Oct 14 13:41:41.801 INFO kablam! usermod: no changes Oct 14 13:41:41.987 INFO kablam! Compiling longfeb v0.1.0 (/source) Oct 14 13:41:42.811 INFO kablam! warning: unused variable: `day_secs` Oct 14 13:41:42.812 INFO kablam! --> src/main.rs:9:9 Oct 14 13:41:42.812 INFO kablam! | Oct 14 13:41:42.812 INFO kablam! 9 | let day_secs = day_secs_int as f64; Oct 14 13:41:42.813 INFO kablam! | ^^^^^^^^ help: consider using `_day_secs` instead Oct 14 13:41:42.813 INFO kablam! | Oct 14 13:41:42.814 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:41:42.814 INFO kablam! Oct 14 13:41:42.814 INFO kablam! warning: unused variable: `body_moon_distance` Oct 14 13:41:42.815 INFO kablam! --> src/main.rs:32:13 Oct 14 13:41:42.815 INFO kablam! | Oct 14 13:41:42.815 INFO kablam! 32 | let body_moon_distance = na::distance(&earth_pos, &moon_pos); Oct 14 13:41:42.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_body_moon_distance` instead Oct 14 13:41:42.816 INFO kablam! Oct 14 13:41:43.350 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Oct 14 13:41:43.359 INFO kablam! su: No module specific data is present Oct 14 13:41:44.058 INFO running `"docker" "rm" "-f" "48232b21bbb06e986251d99c11190bae5c992b182866db1761f93920a2922754"` Oct 14 13:41:44.438 INFO blam! 48232b21bbb06e986251d99c11190bae5c992b182866db1761f93920a2922754 Oct 14 13:41:44.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:41:44.975 INFO blam! c4fb411bdf8d9de36c998f60105d966dbdf084b9b718149a3e49e81f2e7ac8f6 Oct 14 13:41:44.983 INFO running `"docker" "start" "-a" "c4fb411bdf8d9de36c998f60105d966dbdf084b9b718149a3e49e81f2e7ac8f6"` Oct 14 13:41:45.975 INFO kablam! usermod: no changes Oct 14 13:41:46.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 13:41:46.176 INFO kablam! Running /target/debug/deps/longfeb-aa13dc05f0c73420 Oct 14 13:41:46.187 INFO blam! Oct 14 13:41:46.187 INFO blam! running 0 tests Oct 14 13:41:46.187 INFO blam! Oct 14 13:41:46.187 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:41:46.187 INFO blam! Oct 14 13:41:46.194 INFO kablam! su: No module specific data is present Oct 14 13:41:47.047 INFO running `"docker" "rm" "-f" "c4fb411bdf8d9de36c998f60105d966dbdf084b9b718149a3e49e81f2e7ac8f6"` Oct 14 13:41:47.308 INFO blam! c4fb411bdf8d9de36c998f60105d966dbdf084b9b718149a3e49e81f2e7ac8f6