Oct 15 00:32:30.379 INFO testing cohyou/nanovg-rs-trial against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:32:30.379 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 00:32:30.764 INFO blam! d5bf3b8c81213b83cd083e650ec12ec38c48e369e7a6bc4829fe102241c29034 Oct 15 00:32:30.775 INFO running `"docker" "start" "-a" "d5bf3b8c81213b83cd083e650ec12ec38c48e369e7a6bc4829fe102241c29034"` Oct 15 00:32:31.731 INFO kablam! usermod: no changes Oct 15 00:32:31.994 INFO kablam! Compiling nanovg-sys v0.1.1 Oct 15 00:32:31.999 INFO kablam! Compiling num-integer v0.1.36 Oct 15 00:32:32.005 INFO kablam! Compiling glutin v0.13.1 Oct 15 00:32:32.015 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 00:32:33.052 INFO kablam! Compiling chrono v0.4.2 Oct 15 00:32:40.582 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 00:32:40.582 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 00:32:42.985 INFO kablam! Compiling nanovg v0.4.2 Oct 15 00:32:50.974 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 00:32:52.687 INFO kablam! Compiling winit v0.11.3 Oct 15 00:33:02.763 INFO kablam! Compiling nanovg-rs-trial v0.1.0 (/source) Oct 15 00:33:03.535 INFO kablam! warning: unused import: `std::f32::consts::PI` Oct 15 00:33:03.535 INFO kablam! --> src/main.rs:16:5 Oct 15 00:33:03.535 INFO kablam! | Oct 15 00:33:03.535 INFO kablam! 16 | use std::f32::consts::PI; Oct 15 00:33:03.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:03.535 INFO kablam! | Oct 15 00:33:03.535 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:33:03.535 INFO kablam! Oct 15 00:33:03.535 INFO kablam! warning: unused imports: `Clip`, `Gradient` Oct 15 00:33:03.535 INFO kablam! --> src/main.rs:20:57 Oct 15 00:33:03.535 INFO kablam! | Oct 15 00:33:03.535 INFO kablam! 20 | use nanovg::{ StrokeOptions, Color, CompositeOperation, Gradient, Oct 15 00:33:03.535 INFO kablam! | ^^^^^^^^ Oct 15 00:33:03.535 INFO kablam! 21 | BasicCompositeOperation, PathOptions, TextOptions, Font, Transform, Alignment, Oct 15 00:33:03.535 INFO kablam! 22 | Scissor, Clip }; Oct 15 00:33:03.535 INFO kablam! | ^^^^ Oct 15 00:33:03.535 INFO kablam! Oct 15 00:33:03.535 INFO kablam! warning: unused import: `glutin::WindowEvent::KeyboardInput` Oct 15 00:33:03.535 INFO kablam! --> src/main.rs:24:5 Oct 15 00:33:03.535 INFO kablam! | Oct 15 00:33:03.535 INFO kablam! 24 | use glutin::WindowEvent::KeyboardInput; Oct 15 00:33:03.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:03.535 INFO kablam! Oct 15 00:33:03.535 INFO kablam! warning: unused import: `glutin::WindowEvent` Oct 15 00:33:03.535 INFO kablam! --> src/main.rs:27:5 Oct 15 00:33:03.535 INFO kablam! | Oct 15 00:33:03.535 INFO kablam! 27 | use glutin::WindowEvent; Oct 15 00:33:03.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:03.535 INFO kablam! Oct 15 00:33:03.535 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 15 00:33:03.535 INFO kablam! --> src/main.rs:29:5 Oct 15 00:33:03.535 INFO kablam! | Oct 15 00:33:03.535 INFO kablam! 29 | use chrono::prelude::*; Oct 15 00:33:03.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 00:33:03.535 INFO kablam! Oct 15 00:33:03.604 INFO kablam! warning: unused variable: `boss_rad` Oct 15 00:33:03.604 INFO kablam! --> src/main.rs:282:25 Oct 15 00:33:03.604 INFO kablam! | Oct 15 00:33:03.604 INFO kablam! 282 | let boss_rad = 6.0; Oct 15 00:33:03.604 INFO kablam! | ^^^^^^^^ help: consider using `_boss_rad` instead Oct 15 00:33:03.604 INFO kablam! | Oct 15 00:33:03.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:33:03.604 INFO kablam! Oct 15 00:33:03.604 INFO kablam! warning: unused variable: `path` Oct 15 00:33:03.604 INFO kablam! --> src/main.rs:281:18 Oct 15 00:33:03.604 INFO kablam! | Oct 15 00:33:03.604 INFO kablam! 281 | |path| { Oct 15 00:33:03.604 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 15 00:33:03.604 INFO kablam! Oct 15 00:33:03.604 INFO kablam! warning: unused variable: `transform` Oct 15 00:33:03.604 INFO kablam! --> src/main.rs:313:17 Oct 15 00:33:03.604 INFO kablam! | Oct 15 00:33:03.604 INFO kablam! 313 | let transform = Transform::new().with_translation(mouse.0, mouse.1).rotate(elapsed * 4.0); Oct 15 00:33:03.604 INFO kablam! | ^^^^^^^^^ help: consider using `_transform` instead Oct 15 00:33:03.604 INFO kablam! Oct 15 00:33:03.604 INFO kablam! warning: unused variable: `scissor` Oct 15 00:33:03.604 INFO kablam! --> src/main.rs:319:17 Oct 15 00:33:03.604 INFO kablam! | Oct 15 00:33:03.604 INFO kablam! 319 | let scissor = Scissor { Oct 15 00:33:03.604 INFO kablam! | ^^^^^^^ help: consider using `_scissor` instead Oct 15 00:33:03.604 INFO kablam! Oct 15 00:33:03.604 INFO kablam! warning: unused variable: `darksilver` Oct 15 00:33:03.604 INFO kablam! --> src/main.rs:136:13 Oct 15 00:33:03.604 INFO kablam! | Oct 15 00:33:03.604 INFO kablam! 136 | let darksilver:Color = Color::from_rgb(148, 152, 161); Oct 15 00:33:03.604 INFO kablam! | ^^^^^^^^^^ help: consider using `_darksilver` instead Oct 15 00:33:03.604 INFO kablam! Oct 15 00:33:03.604 INFO kablam! warning: unused variable: `darkgray` Oct 15 00:33:03.604 INFO kablam! --> src/main.rs:137:13 Oct 15 00:33:03.604 INFO kablam! | Oct 15 00:33:03.604 INFO kablam! 137 | let darkgray: Color = Color::from_rgb(169, 169, 169); Oct 15 00:33:03.604 INFO kablam! | ^^^^^^^^ help: consider using `_darkgray` instead Oct 15 00:33:03.604 INFO kablam! Oct 15 00:33:03.604 INFO kablam! warning: unused variable: `dial_color` Oct 15 00:33:03.604 INFO kablam! --> src/main.rs:138:13 Oct 15 00:33:03.604 INFO kablam! | Oct 15 00:33:03.604 INFO kablam! 138 | let dial_color = Color::new(0.2, 0.0, 0.8, 1.0); Oct 15 00:33:03.604 INFO kablam! | ^^^^^^^^^^ help: consider using `_dial_color` instead Oct 15 00:33:03.604 INFO kablam! Oct 15 00:33:03.631 INFO kablam! warning: variable does not need to be mutable Oct 15 00:33:03.631 INFO kablam! --> src/main.rs:312:17 Oct 15 00:33:03.631 INFO kablam! | Oct 15 00:33:03.631 INFO kablam! 312 | let mut mouse = (0.0f32, 0.0f32); Oct 15 00:33:03.631 INFO kablam! | ----^^^^^ Oct 15 00:33:03.631 INFO kablam! | | Oct 15 00:33:03.631 INFO kablam! | help: remove this `mut` Oct 15 00:33:03.631 INFO kablam! | Oct 15 00:33:03.631 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:33:03.631 INFO kablam! Oct 15 00:33:03.631 INFO kablam! warning: variable does not need to be mutable Oct 15 00:33:03.631 INFO kablam! --> src/main.rs:312:17 Oct 15 00:33:03.631 INFO kablam! | Oct 15 00:33:03.631 INFO kablam! 312 | let mut mouse = (0.0f32, 0.0f32); Oct 15 00:33:03.631 INFO kablam! | ----^^^^^ Oct 15 00:33:03.631 INFO kablam! | | Oct 15 00:33:03.631 INFO kablam! | help: remove this `mut` Oct 15 00:33:03.631 INFO kablam! Oct 15 00:33:06.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.61s Oct 15 00:33:06.387 INFO kablam! su: No module specific data is present Oct 15 00:33:07.179 INFO running `"docker" "rm" "-f" "d5bf3b8c81213b83cd083e650ec12ec38c48e369e7a6bc4829fe102241c29034"` Oct 15 00:33:07.343 INFO blam! d5bf3b8c81213b83cd083e650ec12ec38c48e369e7a6bc4829fe102241c29034 Oct 15 00:33:07.347 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 00:33:07.736 INFO blam! 50430a92cc83a8b30549543b106bd7d113d227a3d540f9dd6b2298f7e42ee201 Oct 15 00:33:07.738 INFO running `"docker" "start" "-a" "50430a92cc83a8b30549543b106bd7d113d227a3d540f9dd6b2298f7e42ee201"` Oct 15 00:33:08.167 INFO kablam! usermod: no changes Oct 15 00:33:08.282 INFO kablam! Compiling nanovg-rs-trial v0.1.0 (/source) Oct 15 00:33:09.067 INFO kablam! warning: unused import: `std::f32::consts::PI` Oct 15 00:33:09.067 INFO kablam! --> src/main.rs:16:5 Oct 15 00:33:09.067 INFO kablam! | Oct 15 00:33:09.067 INFO kablam! 16 | use std::f32::consts::PI; Oct 15 00:33:09.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:09.067 INFO kablam! | Oct 15 00:33:09.067 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:33:09.067 INFO kablam! Oct 15 00:33:09.067 INFO kablam! warning: unused imports: `Clip`, `Gradient` Oct 15 00:33:09.067 INFO kablam! --> src/main.rs:20:57 Oct 15 00:33:09.067 INFO kablam! | Oct 15 00:33:09.067 INFO kablam! 20 | use nanovg::{ StrokeOptions, Color, CompositeOperation, Gradient, Oct 15 00:33:09.067 INFO kablam! | ^^^^^^^^ Oct 15 00:33:09.067 INFO kablam! 21 | BasicCompositeOperation, PathOptions, TextOptions, Font, Transform, Alignment, Oct 15 00:33:09.067 INFO kablam! 22 | Scissor, Clip }; Oct 15 00:33:09.067 INFO kablam! | ^^^^ Oct 15 00:33:09.067 INFO kablam! Oct 15 00:33:09.067 INFO kablam! warning: unused import: `glutin::WindowEvent::KeyboardInput` Oct 15 00:33:09.067 INFO kablam! --> src/main.rs:24:5 Oct 15 00:33:09.067 INFO kablam! | Oct 15 00:33:09.067 INFO kablam! 24 | use glutin::WindowEvent::KeyboardInput; Oct 15 00:33:09.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:09.067 INFO kablam! Oct 15 00:33:09.067 INFO kablam! warning: unused import: `glutin::WindowEvent` Oct 15 00:33:09.067 INFO kablam! --> src/main.rs:27:5 Oct 15 00:33:09.067 INFO kablam! | Oct 15 00:33:09.067 INFO kablam! 27 | use glutin::WindowEvent; Oct 15 00:33:09.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:09.067 INFO kablam! Oct 15 00:33:09.067 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 15 00:33:09.067 INFO kablam! --> src/main.rs:29:5 Oct 15 00:33:09.067 INFO kablam! | Oct 15 00:33:09.067 INFO kablam! 29 | use chrono::prelude::*; Oct 15 00:33:09.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 00:33:09.067 INFO kablam! Oct 15 00:33:09.131 INFO kablam! warning: unused variable: `boss_rad` Oct 15 00:33:09.131 INFO kablam! --> src/main.rs:282:25 Oct 15 00:33:09.131 INFO kablam! | Oct 15 00:33:09.131 INFO kablam! 282 | let boss_rad = 6.0; Oct 15 00:33:09.131 INFO kablam! | ^^^^^^^^ help: consider using `_boss_rad` instead Oct 15 00:33:09.131 INFO kablam! | Oct 15 00:33:09.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:33:09.131 INFO kablam! Oct 15 00:33:09.131 INFO kablam! warning: unused variable: `path` Oct 15 00:33:09.131 INFO kablam! --> src/main.rs:281:18 Oct 15 00:33:09.131 INFO kablam! | Oct 15 00:33:09.131 INFO kablam! 281 | |path| { Oct 15 00:33:09.131 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 15 00:33:09.131 INFO kablam! Oct 15 00:33:09.131 INFO kablam! warning: unused variable: `transform` Oct 15 00:33:09.131 INFO kablam! --> src/main.rs:313:17 Oct 15 00:33:09.131 INFO kablam! | Oct 15 00:33:09.131 INFO kablam! 313 | let transform = Transform::new().with_translation(mouse.0, mouse.1).rotate(elapsed * 4.0); Oct 15 00:33:09.131 INFO kablam! | ^^^^^^^^^ help: consider using `_transform` instead Oct 15 00:33:09.131 INFO kablam! Oct 15 00:33:09.131 INFO kablam! warning: unused variable: `scissor` Oct 15 00:33:09.131 INFO kablam! --> src/main.rs:319:17 Oct 15 00:33:09.131 INFO kablam! | Oct 15 00:33:09.131 INFO kablam! 319 | let scissor = Scissor { Oct 15 00:33:09.131 INFO kablam! | ^^^^^^^ help: consider using `_scissor` instead Oct 15 00:33:09.131 INFO kablam! Oct 15 00:33:09.131 INFO kablam! warning: unused variable: `darksilver` Oct 15 00:33:09.131 INFO kablam! --> src/main.rs:136:13 Oct 15 00:33:09.131 INFO kablam! | Oct 15 00:33:09.131 INFO kablam! 136 | let darksilver:Color = Color::from_rgb(148, 152, 161); Oct 15 00:33:09.131 INFO kablam! | ^^^^^^^^^^ help: consider using `_darksilver` instead Oct 15 00:33:09.131 INFO kablam! Oct 15 00:33:09.131 INFO kablam! warning: unused variable: `darkgray` Oct 15 00:33:09.131 INFO kablam! --> src/main.rs:137:13 Oct 15 00:33:09.131 INFO kablam! | Oct 15 00:33:09.131 INFO kablam! 137 | let darkgray: Color = Color::from_rgb(169, 169, 169); Oct 15 00:33:09.131 INFO kablam! | ^^^^^^^^ help: consider using `_darkgray` instead Oct 15 00:33:09.131 INFO kablam! Oct 15 00:33:09.131 INFO kablam! warning: unused variable: `dial_color` Oct 15 00:33:09.131 INFO kablam! --> src/main.rs:138:13 Oct 15 00:33:09.131 INFO kablam! | Oct 15 00:33:09.131 INFO kablam! 138 | let dial_color = Color::new(0.2, 0.0, 0.8, 1.0); Oct 15 00:33:09.131 INFO kablam! | ^^^^^^^^^^ help: consider using `_dial_color` instead Oct 15 00:33:09.131 INFO kablam! Oct 15 00:33:09.163 INFO kablam! warning: variable does not need to be mutable Oct 15 00:33:09.163 INFO kablam! --> src/main.rs:312:17 Oct 15 00:33:09.163 INFO kablam! | Oct 15 00:33:09.163 INFO kablam! 312 | let mut mouse = (0.0f32, 0.0f32); Oct 15 00:33:09.163 INFO kablam! | ----^^^^^ Oct 15 00:33:09.163 INFO kablam! | | Oct 15 00:33:09.163 INFO kablam! | help: remove this `mut` Oct 15 00:33:09.163 INFO kablam! | Oct 15 00:33:09.163 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:33:09.163 INFO kablam! Oct 15 00:33:09.163 INFO kablam! warning: variable does not need to be mutable Oct 15 00:33:09.163 INFO kablam! --> src/main.rs:312:17 Oct 15 00:33:09.163 INFO kablam! | Oct 15 00:33:09.163 INFO kablam! 312 | let mut mouse = (0.0f32, 0.0f32); Oct 15 00:33:09.163 INFO kablam! | ----^^^^^ Oct 15 00:33:09.163 INFO kablam! | | Oct 15 00:33:09.163 INFO kablam! | help: remove this `mut` Oct 15 00:33:09.163 INFO kablam! Oct 15 00:33:09.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 15 00:33:09.783 INFO kablam! su: No module specific data is present Oct 15 00:33:10.510 INFO running `"docker" "rm" "-f" "50430a92cc83a8b30549543b106bd7d113d227a3d540f9dd6b2298f7e42ee201"` Oct 15 00:33:10.645 INFO blam! 50430a92cc83a8b30549543b106bd7d113d227a3d540f9dd6b2298f7e42ee201 Oct 15 00:33:10.647 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" "-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 00:33:10.851 INFO blam! 1c65574f0631b36bd1fe6a19fa9469a6c7edad3f8ed3fea1bb5e9bbd1e132b5a Oct 15 00:33:10.853 INFO running `"docker" "start" "-a" "1c65574f0631b36bd1fe6a19fa9469a6c7edad3f8ed3fea1bb5e9bbd1e132b5a"` Oct 15 00:33:11.494 INFO kablam! usermod: no changes Oct 15 00:33:11.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 15 00:33:11.751 INFO kablam! Running /target/debug/deps/nanovg_rs_trial-c4c4a372f621a1ea Oct 15 00:33:11.765 INFO blam! Oct 15 00:33:11.765 INFO blam! running 0 tests Oct 15 00:33:11.766 INFO blam! Oct 15 00:33:11.766 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:33:11.766 INFO blam! Oct 15 00:33:11.767 INFO kablam! su: No module specific data is present Oct 15 00:33:12.396 INFO running `"docker" "rm" "-f" "1c65574f0631b36bd1fe6a19fa9469a6c7edad3f8ed3fea1bb5e9bbd1e132b5a"` Oct 15 00:33:12.539 INFO blam! 1c65574f0631b36bd1fe6a19fa9469a6c7edad3f8ed3fea1bb5e9bbd1e132b5a