Oct 11 02:13:55.723 INFO testing big-ab-games/prototype-orbit against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:13:55.723 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:13:55.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:13:56.126 INFO blam! 5aed619475c8541af50e937ef5d65dd5a9f1173a67c1fb363457f7ea3cf92d3a Oct 11 02:13:56.127 INFO running `"docker" "start" "-a" "5aed619475c8541af50e937ef5d65dd5a9f1173a67c1fb363457f7ea3cf92d3a"` Oct 11 02:13:57.104 INFO kablam! usermod: no changes Oct 11 02:13:57.427 INFO kablam! Compiling single_value_channel v1.0.0 Oct 11 02:13:57.429 INFO kablam! Compiling thread-id v3.1.0 Oct 11 02:13:57.429 INFO kablam! Compiling inotify v0.3.0 Oct 11 02:13:57.429 INFO kablam! Compiling filetime v0.1.10 Oct 11 02:13:57.436 INFO kablam! Compiling easer v0.2.0 Oct 11 02:13:57.488 INFO kablam! Compiling net2 v0.2.29 Oct 11 02:13:57.488 INFO kablam! Compiling nix v0.5.1 Oct 11 02:13:57.488 INFO kablam! Compiling uuid v0.5.0 Oct 11 02:14:00.821 INFO kablam! Compiling num-bigint v0.1.39 Oct 11 02:14:01.453 INFO kablam! Compiling rayon-core v1.2.1 Oct 11 02:14:02.040 INFO kablam! Compiling thread_local v0.3.3 Oct 11 02:14:04.092 INFO kablam! Compiling png v0.8.0 Oct 11 02:14:04.130 INFO kablam! Compiling libz-sys v1.0.16 Oct 11 02:14:04.132 INFO kablam! Compiling freetype-sys v0.4.0 Oct 11 02:14:04.183 INFO kablam! Compiling miow v0.1.5 Oct 11 02:14:04.255 INFO kablam! Compiling gfx_window_glutin v0.16.0 Oct 11 02:14:08.952 INFO kablam! Compiling regex v0.2.2 Oct 11 02:14:12.872 INFO kablam! Compiling freetype-rs v0.13.0 Oct 11 02:14:14.700 INFO kablam! Compiling rayon v0.8.1 Oct 11 02:14:15.288 INFO kablam! Compiling num-rational v0.1.38 Oct 11 02:14:17.821 INFO kablam! Compiling mio v0.5.1 Oct 11 02:14:20.216 INFO kablam! Compiling gfx_text v0.17.0 Oct 11 02:14:23.334 INFO kablam! Compiling num v0.1.39 Oct 11 02:14:28.921 INFO kablam! Compiling notify v4.0.1 Oct 11 02:14:33.065 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 02:14:35.600 INFO kablam! Compiling env_logger v0.4.3 Oct 11 02:14:42.040 INFO kablam! Compiling gfx_shader_watch v0.3.2 Oct 11 02:14:42.712 INFO kablam! Compiling pretty_env_logger v0.1.1 Oct 11 02:14:43.104 INFO kablam! Compiling image v0.14.0 Oct 11 02:15:01.212 INFO kablam! Compiling prototype_orbit v0.1.1 (/source) Oct 11 02:15:07.044 INFO kablam! warning: unused `#[macro_use]` import Oct 11 02:15:07.044 INFO kablam! --> src/main.rs:8:1 Oct 11 02:15:07.044 INFO kablam! | Oct 11 02:15:07.044 INFO kablam! 8 | #[macro_use] extern crate gfx_shader_watch; Oct 11 02:15:07.044 INFO kablam! | ^^^^^^^^^^^^ Oct 11 02:15:07.044 INFO kablam! | Oct 11 02:15:07.044 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:15:07.044 INFO kablam! Oct 11 02:15:09.220 INFO kablam! warning: variable does not need to be mutable Oct 11 02:15:09.220 INFO kablam! --> src/input.rs:96:30 Oct 11 02:15:09.220 INFO kablam! | Oct 11 02:15:09.220 INFO kablam! 96 | pub fn update(&mut self, mut state: &mut State) { Oct 11 02:15:09.220 INFO kablam! | ----^^^^^ Oct 11 02:15:09.220 INFO kablam! | | Oct 11 02:15:09.220 INFO kablam! | help: remove this `mut` Oct 11 02:15:09.220 INFO kablam! | Oct 11 02:15:09.220 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:15:09.220 INFO kablam! Oct 11 02:15:09.308 INFO kablam! warning: variable does not need to be mutable Oct 11 02:15:09.308 INFO kablam! --> src/compute.rs:172:22 Oct 11 02:15:09.308 INFO kablam! | Oct 11 02:15:09.308 INFO kablam! 172 | pub fn compute_state(mut state: &mut State, tasks: &mut Tasks, delta: f64) { Oct 11 02:15:09.309 INFO kablam! | ----^^^^^ Oct 11 02:15:09.309 INFO kablam! | | Oct 11 02:15:09.309 INFO kablam! | help: remove this `mut` Oct 11 02:15:09.309 INFO kablam! Oct 11 02:15:19.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 11 02:15:19.500 INFO kablam! su: No module specific data is present Oct 11 02:15:20.307 INFO running `"docker" "rm" "-f" "5aed619475c8541af50e937ef5d65dd5a9f1173a67c1fb363457f7ea3cf92d3a"` Oct 11 02:15:20.592 INFO blam! 5aed619475c8541af50e937ef5d65dd5a9f1173a67c1fb363457f7ea3cf92d3a Oct 11 02:15:20.600 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:15:20.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:15:21.150 INFO blam! 74a89d2f3ef875fc73a2e64b6d50e27be6a9e8ddf33c06ec5c0714a70e89eb6f Oct 11 02:15:21.152 INFO running `"docker" "start" "-a" "74a89d2f3ef875fc73a2e64b6d50e27be6a9e8ddf33c06ec5c0714a70e89eb6f"` Oct 11 02:15:22.564 INFO kablam! usermod: no changes Oct 11 02:15:22.957 INFO kablam! Compiling prototype_orbit v0.1.1 (/source) Oct 11 02:15:29.084 INFO kablam! warning: unused `#[macro_use]` import Oct 11 02:15:29.085 INFO kablam! --> src/main.rs:8:1 Oct 11 02:15:29.085 INFO kablam! | Oct 11 02:15:29.085 INFO kablam! 8 | #[macro_use] extern crate gfx_shader_watch; Oct 11 02:15:29.085 INFO kablam! | ^^^^^^^^^^^^ Oct 11 02:15:29.086 INFO kablam! | Oct 11 02:15:29.086 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:15:29.086 INFO kablam! Oct 11 02:15:31.360 INFO kablam! warning: variable does not need to be mutable Oct 11 02:15:31.360 INFO kablam! --> src/input.rs:96:30 Oct 11 02:15:31.360 INFO kablam! | Oct 11 02:15:31.360 INFO kablam! 96 | pub fn update(&mut self, mut state: &mut State) { Oct 11 02:15:31.360 INFO kablam! | ----^^^^^ Oct 11 02:15:31.360 INFO kablam! | | Oct 11 02:15:31.360 INFO kablam! | help: remove this `mut` Oct 11 02:15:31.360 INFO kablam! | Oct 11 02:15:31.360 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:15:31.360 INFO kablam! Oct 11 02:15:31.544 INFO kablam! warning: variable does not need to be mutable Oct 11 02:15:31.544 INFO kablam! --> src/compute.rs:172:22 Oct 11 02:15:31.544 INFO kablam! | Oct 11 02:15:31.544 INFO kablam! 172 | pub fn compute_state(mut state: &mut State, tasks: &mut Tasks, delta: f64) { Oct 11 02:15:31.544 INFO kablam! | ----^^^^^ Oct 11 02:15:31.544 INFO kablam! | | Oct 11 02:15:31.544 INFO kablam! | help: remove this `mut` Oct 11 02:15:31.544 INFO kablam! Oct 11 02:15:35.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.68s Oct 11 02:15:35.291 INFO kablam! su: No module specific data is present Oct 11 02:15:36.539 INFO running `"docker" "rm" "-f" "74a89d2f3ef875fc73a2e64b6d50e27be6a9e8ddf33c06ec5c0714a70e89eb6f"` Oct 11 02:15:36.848 INFO blam! 74a89d2f3ef875fc73a2e64b6d50e27be6a9e8ddf33c06ec5c0714a70e89eb6f Oct 11 02:15:36.852 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:15:36.852 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:15:37.523 INFO blam! c866b8e5880d2ac1e2abf88e029cb620dfbec30ee4fa52717161de197bb9cc92 Oct 11 02:15:37.525 INFO running `"docker" "start" "-a" "c866b8e5880d2ac1e2abf88e029cb620dfbec30ee4fa52717161de197bb9cc92"` Oct 11 02:15:39.352 INFO kablam! usermod: no changes Oct 11 02:15:39.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.27s Oct 11 02:15:39.663 INFO kablam! Running /target/debug/deps/prototype_orbit-fe4b835f41d62e1d Oct 11 02:15:39.676 INFO blam! Oct 11 02:15:39.676 INFO blam! running 10 tests Oct 11 02:15:39.704 INFO blam! test ease::ease_test::generic_64 ... ok Oct 11 02:15:39.704 INFO blam! test ease::ease_test::generic_32 ... ok Oct 11 02:15:39.704 INFO blam! test ease::ease_test::linear_32 ... ok Oct 11 02:15:39.704 INFO blam! test orbitcurve::orbitcurve_compute::remove_oldest_plots ... ok Oct 11 02:15:39.704 INFO blam! test state::state_test::screen_to_world_zoom_1_aspect_1 ... ok Oct 11 02:15:39.704 INFO blam! test state::state_test::screen_to_world ... ok Oct 11 02:15:39.704 INFO blam! test state::state_test::screen_to_world_zoom_1 ... ok Oct 11 02:15:39.704 INFO blam! test ease::ease_test::linear_64 ... ok Oct 11 02:15:39.704 INFO blam! test orbitcurve::orbitcurve_compute::with_minimum_plot_distance ... ok Oct 11 02:15:39.707 INFO blam! test state::state_test::visible_world_range ... ok Oct 11 02:15:39.707 INFO blam! Oct 11 02:15:39.707 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:15:39.707 INFO blam! Oct 11 02:15:39.714 INFO kablam! su: No module specific data is present Oct 11 02:15:40.771 INFO running `"docker" "rm" "-f" "c866b8e5880d2ac1e2abf88e029cb620dfbec30ee4fa52717161de197bb9cc92"` Oct 11 02:15:41.021 INFO blam! c866b8e5880d2ac1e2abf88e029cb620dfbec30ee4fa52717161de197bb9cc92