Oct 13 04:23:53.417 INFO checking Herschel/quaternion-demo against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:23:53.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 04:23:53.797 INFO blam! 251bd5a6243575a412b7d95ca6a9339c2e2fc4675551d61600ed0a2ef7510863 Oct 13 04:23:53.805 INFO running `"docker" "start" "-a" "251bd5a6243575a412b7d95ca6a9339c2e2fc4675551d61600ed0a2ef7510863"` Oct 13 04:23:55.903 INFO kablam! usermod: no changes Oct 13 04:23:56.260 INFO kablam! Checking rand v0.5.1 Oct 13 04:23:56.260 INFO kablam! Checking approx v0.2.0 Oct 13 04:23:56.284 INFO kablam! Checking rusttype v0.5.2 Oct 13 04:23:56.284 INFO kablam! Checking glium v0.21.0 Oct 13 04:23:58.404 INFO kablam! Checking alga v0.6.0 Oct 13 04:24:07.756 INFO kablam! Checking nalgebra v0.15.3 Oct 13 04:24:24.476 INFO kablam! Checking conrod v0.60.0 Oct 13 04:24:50.153 INFO kablam! Checking quaternion-demo v0.1.0 (/source) Oct 13 04:24:56.951 INFO kablam! warning: constant item is never used: `RED` Oct 13 04:24:56.951 INFO kablam! --> src/main.rs:405:5 Oct 13 04:24:56.951 INFO kablam! | Oct 13 04:24:56.952 INFO kablam! 405 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 13 04:24:56.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:56.952 INFO kablam! | Oct 13 04:24:56.952 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:24:56.953 INFO kablam! Oct 13 04:24:56.953 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 04:24:56.953 INFO kablam! --> src/main.rs:406:5 Oct 13 04:24:56.953 INFO kablam! | Oct 13 04:24:56.954 INFO kablam! 406 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 13 04:24:56.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:56.954 INFO kablam! Oct 13 04:24:56.954 INFO kablam! warning: constant item is never used: `BLUE` Oct 13 04:24:56.954 INFO kablam! --> src/main.rs:407:5 Oct 13 04:24:56.955 INFO kablam! | Oct 13 04:24:56.955 INFO kablam! 407 | const BLUE: [f32; 4] = [0.0, 0.0, 1.0, 1.0]; Oct 13 04:24:56.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:56.955 INFO kablam! Oct 13 04:24:57.200 INFO kablam! warning: unused variable: `p` Oct 13 04:24:57.200 INFO kablam! --> src/quaternion.rs:281:13 Oct 13 04:24:57.200 INFO kablam! | Oct 13 04:24:57.200 INFO kablam! 281 | let p = Quaternion::from_euler_angles(0.2, 0.4, 3.1 * PI); Oct 13 04:24:57.200 INFO kablam! | ^ help: consider using `_p` instead Oct 13 04:24:57.200 INFO kablam! | Oct 13 04:24:57.200 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:24:57.200 INFO kablam! Oct 13 04:24:57.280 INFO kablam! warning: constant item is never used: `RED` Oct 13 04:24:57.280 INFO kablam! --> src/main.rs:405:5 Oct 13 04:24:57.280 INFO kablam! | Oct 13 04:24:57.280 INFO kablam! 405 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 13 04:24:57.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:57.280 INFO kablam! | Oct 13 04:24:57.280 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:24:57.280 INFO kablam! Oct 13 04:24:57.280 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 04:24:57.280 INFO kablam! --> src/main.rs:406:5 Oct 13 04:24:57.280 INFO kablam! | Oct 13 04:24:57.280 INFO kablam! 406 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 13 04:24:57.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:57.280 INFO kablam! Oct 13 04:24:57.280 INFO kablam! warning: constant item is never used: `BLUE` Oct 13 04:24:57.280 INFO kablam! --> src/main.rs:407:5 Oct 13 04:24:57.280 INFO kablam! | Oct 13 04:24:57.280 INFO kablam! 407 | const BLUE: [f32; 4] = [0.0, 0.0, 1.0, 1.0]; Oct 13 04:24:57.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:57.280 INFO kablam! Oct 13 04:24:57.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 13 04:24:57.377 INFO kablam! su: No module specific data is present Oct 13 04:24:58.381 INFO running `"docker" "rm" "-f" "251bd5a6243575a412b7d95ca6a9339c2e2fc4675551d61600ed0a2ef7510863"` Oct 13 04:24:58.716 INFO blam! 251bd5a6243575a412b7d95ca6a9339c2e2fc4675551d61600ed0a2ef7510863