Oct 15 10:18:17.029 INFO testing Herschel/quaternion-demo against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:18:17.029 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 10:18:17.281 INFO blam! 1c25545377ca67dae25955af404bc608d6d3f7f7db82769bd0b4f4cb822cccd3 Oct 15 10:18:17.283 INFO running `"docker" "start" "-a" "1c25545377ca67dae25955af404bc608d6d3f7f7db82769bd0b4f4cb822cccd3"` Oct 15 10:18:17.799 INFO kablam! usermod: no changes Oct 15 10:18:18.024 INFO kablam! Compiling rand v0.5.1 Oct 15 10:18:18.028 INFO kablam! Compiling approx v0.2.0 Oct 15 10:18:18.030 INFO kablam! Compiling num-complex v0.2.0 Oct 15 10:18:18.033 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 10:18:18.035 INFO kablam! Compiling rusttype v0.5.2 Oct 15 10:18:19.775 INFO kablam! Compiling alga v0.6.0 Oct 15 10:18:23.279 INFO kablam! Compiling num-rational v0.1.42 Oct 15 10:18:25.635 INFO kablam! Compiling num v0.1.42 Oct 15 10:18:26.183 INFO kablam! Compiling conrod v0.60.0 Oct 15 10:18:26.247 INFO kablam! Compiling nalgebra v0.15.3 Oct 15 10:19:14.869 INFO kablam! Compiling quaternion-demo v0.1.0 (/source) Oct 15 10:19:18.487 INFO kablam! warning: constant item is never used: `RED` Oct 15 10:19:18.487 INFO kablam! --> src/main.rs:405:5 Oct 15 10:19:18.487 INFO kablam! | Oct 15 10:19:18.487 INFO kablam! 405 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 15 10:19:18.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:19:18.487 INFO kablam! | Oct 15 10:19:18.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:19:18.487 INFO kablam! Oct 15 10:19:18.487 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 10:19:18.487 INFO kablam! --> src/main.rs:406:5 Oct 15 10:19:18.487 INFO kablam! | Oct 15 10:19:18.487 INFO kablam! 406 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 15 10:19:18.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:19:18.487 INFO kablam! Oct 15 10:19:18.487 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 10:19:18.487 INFO kablam! --> src/main.rs:407:5 Oct 15 10:19:18.487 INFO kablam! | Oct 15 10:19:18.487 INFO kablam! 407 | const BLUE: [f32; 4] = [0.0, 0.0, 1.0, 1.0]; Oct 15 10:19:18.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:19:18.487 INFO kablam! Oct 15 10:19:28.741 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 15 10:19:28.763 INFO kablam! su: No module specific data is present Oct 15 10:19:29.775 INFO running `"docker" "rm" "-f" "1c25545377ca67dae25955af404bc608d6d3f7f7db82769bd0b4f4cb822cccd3"` Oct 15 10:19:30.205 INFO blam! 1c25545377ca67dae25955af404bc608d6d3f7f7db82769bd0b4f4cb822cccd3 Oct 15 10:19:30.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 10:19:30.708 INFO blam! 7370e535de9a8eb12430ae3cfb775cdb38caa11ff10d05f28d5eb381a31ca992 Oct 15 10:19:30.719 INFO running `"docker" "start" "-a" "7370e535de9a8eb12430ae3cfb775cdb38caa11ff10d05f28d5eb381a31ca992"` Oct 15 10:19:31.932 INFO kablam! usermod: no changes Oct 15 10:19:32.255 INFO kablam! Compiling quaternion-demo v0.1.0 (/source) Oct 15 10:19:35.774 INFO kablam! warning: unused variable: `p` Oct 15 10:19:35.775 INFO kablam! --> src/quaternion.rs:281:13 Oct 15 10:19:35.775 INFO kablam! | Oct 15 10:19:35.776 INFO kablam! 281 | let p = Quaternion::from_euler_angles(0.2, 0.4, 3.1 * PI); Oct 15 10:19:35.776 INFO kablam! | ^ help: consider using `_p` instead Oct 15 10:19:35.776 INFO kablam! | Oct 15 10:19:35.777 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:19:35.777 INFO kablam! Oct 15 10:19:35.863 INFO kablam! warning: constant item is never used: `RED` Oct 15 10:19:35.863 INFO kablam! --> src/main.rs:405:5 Oct 15 10:19:35.863 INFO kablam! | Oct 15 10:19:35.863 INFO kablam! 405 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 15 10:19:35.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:19:35.863 INFO kablam! | Oct 15 10:19:35.863 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:19:35.863 INFO kablam! Oct 15 10:19:35.863 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 10:19:35.863 INFO kablam! --> src/main.rs:406:5 Oct 15 10:19:35.863 INFO kablam! | Oct 15 10:19:35.863 INFO kablam! 406 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 15 10:19:35.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:19:35.863 INFO kablam! Oct 15 10:19:35.863 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 10:19:35.863 INFO kablam! --> src/main.rs:407:5 Oct 15 10:19:35.863 INFO kablam! | Oct 15 10:19:35.863 INFO kablam! 407 | const BLUE: [f32; 4] = [0.0, 0.0, 1.0, 1.0]; Oct 15 10:19:35.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:19:35.863 INFO kablam! Oct 15 10:19:37.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.81s Oct 15 10:19:37.794 INFO kablam! su: No module specific data is present Oct 15 10:19:38.339 INFO running `"docker" "rm" "-f" "7370e535de9a8eb12430ae3cfb775cdb38caa11ff10d05f28d5eb381a31ca992"` Oct 15 10:19:38.475 INFO blam! 7370e535de9a8eb12430ae3cfb775cdb38caa11ff10d05f28d5eb381a31ca992