Oct 15 00:32:30.526 INFO testing cohyou/nanovg-rs-trial against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:32:30.526 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.924 INFO blam! 672ec88369531ecf68e053b47357c7ec5815e5522c32284d910f5cad4d50e101 Oct 15 00:32:30.925 INFO running `"docker" "start" "-a" "672ec88369531ecf68e053b47357c7ec5815e5522c32284d910f5cad4d50e101"` Oct 15 00:32:32.250 INFO kablam! usermod: no changes Oct 15 00:32:32.510 INFO kablam! Compiling nanovg-sys v0.1.1 Oct 15 00:32:32.510 INFO kablam! Compiling tempfile v3.0.1 Oct 15 00:32:32.511 INFO kablam! Compiling chrono v0.4.2 Oct 15 00:32:32.511 INFO kablam! Compiling glutin v0.13.1 Oct 15 00:32:35.299 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 00:32:39.093 INFO kablam! Compiling winit v0.11.3 Oct 15 00:32:43.178 INFO kablam! Compiling nanovg v0.4.2 Oct 15 00:32:55.275 INFO kablam! Compiling nanovg-rs-trial v0.1.0 (/source) Oct 15 00:32:56.357 INFO kablam! warning: unused import: `std::f32::consts::PI` Oct 15 00:32:56.358 INFO kablam! --> src/main.rs:16:5 Oct 15 00:32:56.358 INFO kablam! | Oct 15 00:32:56.358 INFO kablam! 16 | use std::f32::consts::PI; Oct 15 00:32:56.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:32:56.358 INFO kablam! | Oct 15 00:32:56.358 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:32:56.358 INFO kablam! Oct 15 00:32:56.358 INFO kablam! warning: unused imports: `Clip`, `Gradient` Oct 15 00:32:56.358 INFO kablam! --> src/main.rs:20:57 Oct 15 00:32:56.358 INFO kablam! | Oct 15 00:32:56.358 INFO kablam! 20 | use nanovg::{ StrokeOptions, Color, CompositeOperation, Gradient, Oct 15 00:32:56.358 INFO kablam! | ^^^^^^^^ Oct 15 00:32:56.358 INFO kablam! 21 | BasicCompositeOperation, PathOptions, TextOptions, Font, Transform, Alignment, Oct 15 00:32:56.358 INFO kablam! 22 | Scissor, Clip }; Oct 15 00:32:56.358 INFO kablam! | ^^^^ Oct 15 00:32:56.358 INFO kablam! Oct 15 00:32:56.358 INFO kablam! warning: unused import: `glutin::WindowEvent::KeyboardInput` Oct 15 00:32:56.358 INFO kablam! --> src/main.rs:24:5 Oct 15 00:32:56.358 INFO kablam! | Oct 15 00:32:56.358 INFO kablam! 24 | use glutin::WindowEvent::KeyboardInput; Oct 15 00:32:56.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:32:56.358 INFO kablam! Oct 15 00:32:56.358 INFO kablam! warning: unused import: `glutin::WindowEvent` Oct 15 00:32:56.358 INFO kablam! --> src/main.rs:27:5 Oct 15 00:32:56.358 INFO kablam! | Oct 15 00:32:56.358 INFO kablam! 27 | use glutin::WindowEvent; Oct 15 00:32:56.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 00:32:56.358 INFO kablam! Oct 15 00:32:56.358 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 15 00:32:56.358 INFO kablam! --> src/main.rs:29:5 Oct 15 00:32:56.358 INFO kablam! | Oct 15 00:32:56.358 INFO kablam! 29 | use chrono::prelude::*; Oct 15 00:32:56.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 00:32:56.358 INFO kablam! Oct 15 00:32:56.425 INFO kablam! warning: unused variable: `boss_rad` Oct 15 00:32:56.425 INFO kablam! --> src/main.rs:282:25 Oct 15 00:32:56.425 INFO kablam! | Oct 15 00:32:56.425 INFO kablam! 282 | let boss_rad = 6.0; Oct 15 00:32:56.426 INFO kablam! | ^^^^^^^^ help: consider using `_boss_rad` instead Oct 15 00:32:56.426 INFO kablam! | Oct 15 00:32:56.426 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:32:56.426 INFO kablam! Oct 15 00:32:56.426 INFO kablam! warning: unused variable: `path` Oct 15 00:32:56.426 INFO kablam! --> src/main.rs:281:18 Oct 15 00:32:56.426 INFO kablam! | Oct 15 00:32:56.427 INFO kablam! 281 | |path| { Oct 15 00:32:56.427 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 15 00:32:56.427 INFO kablam! Oct 15 00:32:56.427 INFO kablam! warning: unused variable: `transform` Oct 15 00:32:56.427 INFO kablam! --> src/main.rs:313:17 Oct 15 00:32:56.427 INFO kablam! | Oct 15 00:32:56.427 INFO kablam! 313 | let transform = Transform::new().with_translation(mouse.0, mouse.1).rotate(elapsed * 4.0); Oct 15 00:32:56.428 INFO kablam! | ^^^^^^^^^ help: consider using `_transform` instead Oct 15 00:32:56.428 INFO kablam! Oct 15 00:32:56.428 INFO kablam! warning: unused variable: `scissor` Oct 15 00:32:56.429 INFO kablam! --> src/main.rs:319:17 Oct 15 00:32:56.429 INFO kablam! | Oct 15 00:32:56.429 INFO kablam! 319 | let scissor = Scissor { Oct 15 00:32:56.429 INFO kablam! | ^^^^^^^ help: consider using `_scissor` instead Oct 15 00:32:56.429 INFO kablam! Oct 15 00:32:56.429 INFO kablam! warning: unused variable: `darksilver` Oct 15 00:32:56.429 INFO kablam! --> src/main.rs:136:13 Oct 15 00:32:56.429 INFO kablam! | Oct 15 00:32:56.429 INFO kablam! 136 | let darksilver:Color = Color::from_rgb(148, 152, 161); Oct 15 00:32:56.429 INFO kablam! | ^^^^^^^^^^ help: consider using `_darksilver` instead Oct 15 00:32:56.429 INFO kablam! Oct 15 00:32:56.429 INFO kablam! warning: unused variable: `darkgray` Oct 15 00:32:56.429 INFO kablam! --> src/main.rs:137:13 Oct 15 00:32:56.429 INFO kablam! | Oct 15 00:32:56.429 INFO kablam! 137 | let darkgray: Color = Color::from_rgb(169, 169, 169); Oct 15 00:32:56.429 INFO kablam! | ^^^^^^^^ help: consider using `_darkgray` instead Oct 15 00:32:56.429 INFO kablam! Oct 15 00:32:56.429 INFO kablam! warning: unused variable: `dial_color` Oct 15 00:32:56.429 INFO kablam! --> src/main.rs:138:13 Oct 15 00:32:56.429 INFO kablam! | Oct 15 00:32:56.429 INFO kablam! 138 | let dial_color = Color::new(0.2, 0.0, 0.8, 1.0); Oct 15 00:32:56.429 INFO kablam! | ^^^^^^^^^^ help: consider using `_dial_color` instead Oct 15 00:32:56.429 INFO kablam! Oct 15 00:32:56.455 INFO kablam! warning: variable does not need to be mutable Oct 15 00:32:56.455 INFO kablam! --> src/main.rs:312:17 Oct 15 00:32:56.455 INFO kablam! | Oct 15 00:32:56.455 INFO kablam! 312 | let mut mouse = (0.0f32, 0.0f32); Oct 15 00:32:56.455 INFO kablam! | ----^^^^^ Oct 15 00:32:56.455 INFO kablam! | | Oct 15 00:32:56.455 INFO kablam! | help: remove this `mut` Oct 15 00:32:56.455 INFO kablam! | Oct 15 00:32:56.455 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:32:56.455 INFO kablam! Oct 15 00:32:56.455 INFO kablam! warning: variable does not need to be mutable Oct 15 00:32:56.455 INFO kablam! --> src/main.rs:312:17 Oct 15 00:32:56.455 INFO kablam! | Oct 15 00:32:56.455 INFO kablam! 312 | let mut mouse = (0.0f32, 0.0f32); Oct 15 00:32:56.455 INFO kablam! | ----^^^^^ Oct 15 00:32:56.455 INFO kablam! | | Oct 15 00:32:56.455 INFO kablam! | help: remove this `mut` Oct 15 00:32:56.455 INFO kablam! Oct 15 00:33:00.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.94s Oct 15 00:33:00.225 INFO kablam! su: No module specific data is present Oct 15 00:33:00.983 INFO running `"docker" "rm" "-f" "672ec88369531ecf68e053b47357c7ec5815e5522c32284d910f5cad4d50e101"` Oct 15 00:33:01.204 INFO blam! 672ec88369531ecf68e053b47357c7ec5815e5522c32284d910f5cad4d50e101 Oct 15 00:33:01.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:01.659 INFO blam! 5711667c95410d9a741698908c6dddcf9487e7f5483c1e3c2ddbaca80570493f Oct 15 00:33:01.663 INFO running `"docker" "start" "-a" "5711667c95410d9a741698908c6dddcf9487e7f5483c1e3c2ddbaca80570493f"` Oct 15 00:33:02.689 INFO kablam! usermod: no changes Oct 15 00:33:02.797 INFO kablam! Compiling nanovg-rs-trial v0.1.0 (/source) Oct 15 00:33:03.727 INFO kablam! warning: unused import: `std::f32::consts::PI` Oct 15 00:33:03.727 INFO kablam! --> src/main.rs:16:5 Oct 15 00:33:03.727 INFO kablam! | Oct 15 00:33:03.727 INFO kablam! 16 | use std::f32::consts::PI; Oct 15 00:33:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:03.727 INFO kablam! | Oct 15 00:33:03.727 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:33:03.727 INFO kablam! Oct 15 00:33:03.727 INFO kablam! warning: unused imports: `Clip`, `Gradient` Oct 15 00:33:03.727 INFO kablam! --> src/main.rs:20:57 Oct 15 00:33:03.727 INFO kablam! | Oct 15 00:33:03.727 INFO kablam! 20 | use nanovg::{ StrokeOptions, Color, CompositeOperation, Gradient, Oct 15 00:33:03.727 INFO kablam! | ^^^^^^^^ Oct 15 00:33:03.727 INFO kablam! 21 | BasicCompositeOperation, PathOptions, TextOptions, Font, Transform, Alignment, Oct 15 00:33:03.727 INFO kablam! 22 | Scissor, Clip }; Oct 15 00:33:03.727 INFO kablam! | ^^^^ Oct 15 00:33:03.727 INFO kablam! Oct 15 00:33:03.727 INFO kablam! warning: unused import: `glutin::WindowEvent::KeyboardInput` Oct 15 00:33:03.727 INFO kablam! --> src/main.rs:24:5 Oct 15 00:33:03.727 INFO kablam! | Oct 15 00:33:03.727 INFO kablam! 24 | use glutin::WindowEvent::KeyboardInput; Oct 15 00:33:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:03.727 INFO kablam! Oct 15 00:33:03.727 INFO kablam! warning: unused import: `glutin::WindowEvent` Oct 15 00:33:03.727 INFO kablam! --> src/main.rs:27:5 Oct 15 00:33:03.727 INFO kablam! | Oct 15 00:33:03.727 INFO kablam! 27 | use glutin::WindowEvent; Oct 15 00:33:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 00:33:03.727 INFO kablam! Oct 15 00:33:03.727 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 15 00:33:03.727 INFO kablam! --> src/main.rs:29:5 Oct 15 00:33:03.727 INFO kablam! | Oct 15 00:33:03.727 INFO kablam! 29 | use chrono::prelude::*; Oct 15 00:33:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 00:33:03.727 INFO kablam! Oct 15 00:33:03.787 INFO kablam! warning: unused variable: `boss_rad` Oct 15 00:33:03.787 INFO kablam! --> src/main.rs:282:25 Oct 15 00:33:03.787 INFO kablam! | Oct 15 00:33:03.787 INFO kablam! 282 | let boss_rad = 6.0; Oct 15 00:33:03.787 INFO kablam! | ^^^^^^^^ help: consider using `_boss_rad` instead Oct 15 00:33:03.787 INFO kablam! | Oct 15 00:33:03.787 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:33:03.787 INFO kablam! Oct 15 00:33:03.787 INFO kablam! warning: unused variable: `path` Oct 15 00:33:03.787 INFO kablam! --> src/main.rs:281:18 Oct 15 00:33:03.787 INFO kablam! | Oct 15 00:33:03.787 INFO kablam! 281 | |path| { Oct 15 00:33:03.787 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 15 00:33:03.787 INFO kablam! Oct 15 00:33:03.795 INFO kablam! warning: unused variable: `transform` Oct 15 00:33:03.795 INFO kablam! --> src/main.rs:313:17 Oct 15 00:33:03.795 INFO kablam! | Oct 15 00:33:03.795 INFO kablam! 313 | let transform = Transform::new().with_translation(mouse.0, mouse.1).rotate(elapsed * 4.0); Oct 15 00:33:03.795 INFO kablam! | ^^^^^^^^^ help: consider using `_transform` instead Oct 15 00:33:03.795 INFO kablam! Oct 15 00:33:03.795 INFO kablam! warning: unused variable: `scissor` Oct 15 00:33:03.795 INFO kablam! --> src/main.rs:319:17 Oct 15 00:33:03.795 INFO kablam! | Oct 15 00:33:03.795 INFO kablam! 319 | let scissor = Scissor { Oct 15 00:33:03.795 INFO kablam! | ^^^^^^^ help: consider using `_scissor` instead Oct 15 00:33:03.795 INFO kablam! Oct 15 00:33:03.795 INFO kablam! warning: unused variable: `darksilver` Oct 15 00:33:03.795 INFO kablam! --> src/main.rs:136:13 Oct 15 00:33:03.795 INFO kablam! | Oct 15 00:33:03.795 INFO kablam! 136 | let darksilver:Color = Color::from_rgb(148, 152, 161); Oct 15 00:33:03.795 INFO kablam! | ^^^^^^^^^^ help: consider using `_darksilver` instead Oct 15 00:33:03.795 INFO kablam! Oct 15 00:33:03.795 INFO kablam! warning: unused variable: `darkgray` Oct 15 00:33:03.795 INFO kablam! --> src/main.rs:137:13 Oct 15 00:33:03.795 INFO kablam! | Oct 15 00:33:03.795 INFO kablam! 137 | let darkgray: Color = Color::from_rgb(169, 169, 169); Oct 15 00:33:03.795 INFO kablam! | ^^^^^^^^ help: consider using `_darkgray` instead Oct 15 00:33:03.795 INFO kablam! Oct 15 00:33:03.795 INFO kablam! warning: unused variable: `dial_color` Oct 15 00:33:03.795 INFO kablam! --> src/main.rs:138:13 Oct 15 00:33:03.795 INFO kablam! | Oct 15 00:33:03.795 INFO kablam! 138 | let dial_color = Color::new(0.2, 0.0, 0.8, 1.0); Oct 15 00:33:03.795 INFO kablam! | ^^^^^^^^^^ help: consider using `_dial_color` instead Oct 15 00:33:03.795 INFO kablam! Oct 15 00:33:03.827 INFO kablam! warning: variable does not need to be mutable Oct 15 00:33:03.827 INFO kablam! --> src/main.rs:312:17 Oct 15 00:33:03.827 INFO kablam! | Oct 15 00:33:03.827 INFO kablam! 312 | let mut mouse = (0.0f32, 0.0f32); Oct 15 00:33:03.827 INFO kablam! | ----^^^^^ Oct 15 00:33:03.827 INFO kablam! | | Oct 15 00:33:03.827 INFO kablam! | help: remove this `mut` Oct 15 00:33:03.827 INFO kablam! | Oct 15 00:33:03.827 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:33:03.827 INFO kablam! Oct 15 00:33:03.827 INFO kablam! warning: variable does not need to be mutable Oct 15 00:33:03.827 INFO kablam! --> src/main.rs:312:17 Oct 15 00:33:03.827 INFO kablam! | Oct 15 00:33:03.827 INFO kablam! 312 | let mut mouse = (0.0f32, 0.0f32); Oct 15 00:33:03.827 INFO kablam! | ----^^^^^ Oct 15 00:33:03.827 INFO kablam! | | Oct 15 00:33:03.827 INFO kablam! | help: remove this `mut` Oct 15 00:33:03.827 INFO kablam! Oct 15 00:33:04.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 15 00:33:04.273 INFO kablam! su: No module specific data is present Oct 15 00:33:05.234 INFO running `"docker" "rm" "-f" "5711667c95410d9a741698908c6dddcf9487e7f5483c1e3c2ddbaca80570493f"` Oct 15 00:33:05.501 INFO blam! 5711667c95410d9a741698908c6dddcf9487e7f5483c1e3c2ddbaca80570493f Oct 15 00:33:05.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:05.891 INFO blam! edabd40bad4eeacc037e28020e95b3daaf9d814f27c5d9440b15f48eb880f3dc Oct 15 00:33:05.894 INFO running `"docker" "start" "-a" "edabd40bad4eeacc037e28020e95b3daaf9d814f27c5d9440b15f48eb880f3dc"` Oct 15 00:33:06.938 INFO kablam! usermod: no changes Oct 15 00:33:07.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 00:33:07.139 INFO kablam! Running /target/debug/deps/nanovg_rs_trial-e0ed5c86a73dad77 Oct 15 00:33:07.143 INFO kablam! su: No module specific data is present Oct 15 00:33:07.143 INFO blam! Oct 15 00:33:07.143 INFO blam! running 0 tests Oct 15 00:33:07.143 INFO blam! Oct 15 00:33:07.143 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:33:07.143 INFO blam! Oct 15 00:33:07.785 INFO running `"docker" "rm" "-f" "edabd40bad4eeacc037e28020e95b3daaf9d814f27c5d9440b15f48eb880f3dc"` Oct 15 00:33:07.870 INFO blam! edabd40bad4eeacc037e28020e95b3daaf9d814f27c5d9440b15f48eb880f3dc