Oct 21 15:19:34.119 INFO checking nathanial/mocra against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:19:34.119 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 15:19:34.530 INFO blam! 53f054fafa6329423d94b0a0cdefdb1fd35a3f7433341532b9cc8a3c82278c61 Oct 21 15:19:34.537 INFO running `"docker" "start" "-a" "53f054fafa6329423d94b0a0cdefdb1fd35a3f7433341532b9cc8a3c82278c61"` Oct 21 15:19:35.254 INFO kablam! usermod: no changes Oct 21 15:19:35.547 INFO kablam! Compiling gio v0.4.0 Oct 21 15:19:35.548 INFO kablam! Compiling cairo-rs v0.4.1 Oct 21 15:19:35.548 INFO kablam! Compiling gdk-pixbuf v0.4.0 Oct 21 15:19:35.551 INFO kablam! Compiling gdk v0.8.0 Oct 21 15:19:35.551 INFO kablam! Checking c_vec v1.3.0 Oct 21 15:19:35.551 INFO kablam! Compiling libloading v0.5.0 Oct 21 15:19:35.551 INFO kablam! Compiling glib-sys v0.6.0 Oct 21 15:19:35.551 INFO kablam! Compiling gobject-sys v0.6.0 Oct 21 15:19:36.303 INFO kablam! Compiling gio-sys v0.6.0 Oct 21 15:19:36.390 INFO kablam! Compiling cairo-sys-rs v0.6.0 Oct 21 15:19:36.614 INFO kablam! Compiling gdk-pixbuf-sys v0.6.0 Oct 21 15:19:36.982 INFO kablam! Compiling x11-dl v2.17.5 Oct 21 15:19:36.985 INFO kablam! Compiling pango-sys v0.6.0 Oct 21 15:19:37.650 INFO kablam! Compiling gdk-sys v0.6.0 Oct 21 15:19:37.660 INFO kablam! Checking memmap v0.6.2 Oct 21 15:19:37.892 INFO kablam! Checking shared_library v0.1.8 Oct 21 15:19:38.140 INFO kablam! Compiling log v0.4.1 Oct 21 15:19:38.185 INFO kablam! Checking tempfile v3.0.0 Oct 21 15:19:38.732 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 15:19:39.311 INFO kablam! Compiling gl_generator v0.9.0 Oct 21 15:19:39.432 INFO kablam! Checking dlib v0.4.1 Oct 21 15:19:40.149 INFO kablam! Checking wayland-sys v0.12.5 Oct 21 15:19:41.048 INFO kablam! Checking wayland-client v0.12.5 Oct 21 15:19:44.620 INFO kablam! Compiling gl v0.10.0 Oct 21 15:19:44.620 INFO kablam! Compiling glutin v0.13.1 Oct 21 15:19:45.592 INFO kablam! Checking glib v0.5.0 Oct 21 15:19:52.592 INFO kablam! Checking wayland-protocols v0.12.5 Oct 21 15:19:52.616 INFO kablam! Checking wayland-kbd v0.13.1 Oct 21 15:20:01.479 INFO kablam! Checking wayland-window v0.13.3 Oct 21 15:20:02.912 INFO kablam! Checking pango v0.4.0 Oct 21 15:20:04.020 INFO kablam! Checking winit v0.11.3 Oct 21 15:20:23.607 INFO kablam! Checking mocra v0.1.0 (/source) Oct 21 15:20:24.352 INFO kablam! warning: unused import: `VisualTreeNode` Oct 21 15:20:24.353 INFO kablam! --> src/main.rs:5:15 Oct 21 15:20:24.353 INFO kablam! | Oct 21 15:20:24.353 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 21 15:20:24.354 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 15:20:24.354 INFO kablam! | Oct 21 15:20:24.354 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:20:24.354 INFO kablam! Oct 21 15:20:24.368 INFO kablam! warning: unused import: `VisualTreeNode` Oct 21 15:20:24.369 INFO kablam! --> src/main.rs:5:15 Oct 21 15:20:24.369 INFO kablam! | Oct 21 15:20:24.369 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 21 15:20:24.369 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 15:20:24.370 INFO kablam! | Oct 21 15:20:24.370 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:20:24.370 INFO kablam! Oct 21 15:20:24.524 INFO kablam! warning: unused variable: `texture` Oct 21 15:20:24.524 INFO kablam! --> src/widgets.rs:163:20 Oct 21 15:20:24.524 INFO kablam! | Oct 21 15:20:24.524 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 21 15:20:24.524 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 21 15:20:24.524 INFO kablam! | Oct 21 15:20:24.524 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:20:24.524 INFO kablam! Oct 21 15:20:24.524 INFO kablam! warning: unused variable: `bounds` Oct 21 15:20:24.524 INFO kablam! --> src/widgets.rs:163:38 Oct 21 15:20:24.524 INFO kablam! | Oct 21 15:20:24.524 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 21 15:20:24.524 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 21 15:20:24.524 INFO kablam! Oct 21 15:20:24.524 INFO kablam! warning: unused variable: `font_settings` Oct 21 15:20:24.524 INFO kablam! --> src/widgets.rs:167:24 Oct 21 15:20:24.524 INFO kablam! | Oct 21 15:20:24.524 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 21 15:20:24.524 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 21 15:20:24.524 INFO kablam! Oct 21 15:20:24.524 INFO kablam! warning: unused variable: `bounds` Oct 21 15:20:24.524 INFO kablam! --> src/widgets.rs:194:37 Oct 21 15:20:24.524 INFO kablam! | Oct 21 15:20:24.524 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 21 15:20:24.524 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 21 15:20:24.524 INFO kablam! Oct 21 15:20:24.524 INFO kablam! warning: unused variable: `stroke_width` Oct 21 15:20:24.524 INFO kablam! --> src/widgets.rs:194:59 Oct 21 15:20:24.524 INFO kablam! | Oct 21 15:20:24.524 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 21 15:20:24.524 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 21 15:20:24.524 INFO kablam! Oct 21 15:20:24.524 INFO kablam! warning: unused variable: `stroke` Oct 21 15:20:24.524 INFO kablam! --> src/widgets.rs:194:73 Oct 21 15:20:24.524 INFO kablam! | Oct 21 15:20:24.524 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 21 15:20:24.524 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 21 15:20:24.524 INFO kablam! Oct 21 15:20:24.524 INFO kablam! warning: unused variable: `fill` Oct 21 15:20:24.524 INFO kablam! --> src/widgets.rs:194:81 Oct 21 15:20:24.524 INFO kablam! | Oct 21 15:20:24.524 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 21 15:20:24.525 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 21 15:20:24.525 INFO kablam! Oct 21 15:20:24.525 INFO kablam! warning: unused variable: `color` Oct 21 15:20:24.525 INFO kablam! --> src/widgets.rs:200:45 Oct 21 15:20:24.525 INFO kablam! | Oct 21 15:20:24.525 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 21 15:20:24.525 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 21 15:20:24.525 INFO kablam! Oct 21 15:20:24.564 INFO kablam! warning: variant is never constructed: `Empty` Oct 21 15:20:24.564 INFO kablam! --> src/widgets.rs:28:5 Oct 21 15:20:24.564 INFO kablam! | Oct 21 15:20:24.564 INFO kablam! 28 | Empty, Oct 21 15:20:24.564 INFO kablam! | ^^^^^ Oct 21 15:20:24.564 INFO kablam! | Oct 21 15:20:24.564 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:20:24.564 INFO kablam! Oct 21 15:20:24.564 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 21 15:20:24.564 INFO kablam! --> src/widgets.rs:52:1 Oct 21 15:20:24.564 INFO kablam! | Oct 21 15:20:24.564 INFO kablam! 52 | pub struct Rectangle { Oct 21 15:20:24.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 15:20:24.564 INFO kablam! Oct 21 15:20:24.564 INFO kablam! warning: variant is never constructed: `Light` Oct 21 15:20:24.564 INFO kablam! --> src/widgets.rs:80:5 Oct 21 15:20:24.564 INFO kablam! | Oct 21 15:20:24.564 INFO kablam! 80 | Light, Oct 21 15:20:24.564 INFO kablam! | ^^^^^ Oct 21 15:20:24.564 INFO kablam! Oct 21 15:20:24.565 INFO kablam! warning: variant is never constructed: `Bold` Oct 21 15:20:24.565 INFO kablam! --> src/widgets.rs:82:5 Oct 21 15:20:24.565 INFO kablam! | Oct 21 15:20:24.565 INFO kablam! 82 | Bold Oct 21 15:20:24.565 INFO kablam! | ^^^^ Oct 21 15:20:24.565 INFO kablam! Oct 21 15:20:24.565 INFO kablam! warning: struct is never constructed: `Text` Oct 21 15:20:24.565 INFO kablam! --> src/widgets.rs:90:1 Oct 21 15:20:24.565 INFO kablam! | Oct 21 15:20:24.565 INFO kablam! 90 | pub struct Text { Oct 21 15:20:24.565 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 15:20:24.565 INFO kablam! Oct 21 15:20:24.567 INFO kablam! warning: unused variable: `texture` Oct 21 15:20:24.567 INFO kablam! --> src/widgets.rs:163:20 Oct 21 15:20:24.567 INFO kablam! | Oct 21 15:20:24.567 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 21 15:20:24.567 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 21 15:20:24.567 INFO kablam! | Oct 21 15:20:24.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:20:24.567 INFO kablam! Oct 21 15:20:24.567 INFO kablam! warning: unused variable: `bounds` Oct 21 15:20:24.567 INFO kablam! --> src/widgets.rs:163:38 Oct 21 15:20:24.567 INFO kablam! | Oct 21 15:20:24.567 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 21 15:20:24.567 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 21 15:20:24.567 INFO kablam! Oct 21 15:20:24.567 INFO kablam! warning: unused variable: `font_settings` Oct 21 15:20:24.567 INFO kablam! --> src/widgets.rs:167:24 Oct 21 15:20:24.567 INFO kablam! | Oct 21 15:20:24.567 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 21 15:20:24.567 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 21 15:20:24.567 INFO kablam! Oct 21 15:20:24.568 INFO kablam! warning: unused variable: `bounds` Oct 21 15:20:24.568 INFO kablam! --> src/widgets.rs:194:37 Oct 21 15:20:24.568 INFO kablam! | Oct 21 15:20:24.568 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 21 15:20:24.568 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 21 15:20:24.568 INFO kablam! Oct 21 15:20:24.568 INFO kablam! warning: unused variable: `stroke_width` Oct 21 15:20:24.568 INFO kablam! --> src/widgets.rs:194:59 Oct 21 15:20:24.568 INFO kablam! | Oct 21 15:20:24.568 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 21 15:20:24.568 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 21 15:20:24.568 INFO kablam! Oct 21 15:20:24.568 INFO kablam! warning: unused variable: `stroke` Oct 21 15:20:24.568 INFO kablam! --> src/widgets.rs:194:73 Oct 21 15:20:24.568 INFO kablam! | Oct 21 15:20:24.568 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 21 15:20:24.568 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 21 15:20:24.568 INFO kablam! Oct 21 15:20:24.568 INFO kablam! warning: unused variable: `fill` Oct 21 15:20:24.568 INFO kablam! --> src/widgets.rs:194:81 Oct 21 15:20:24.568 INFO kablam! | Oct 21 15:20:24.568 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 21 15:20:24.568 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 21 15:20:24.568 INFO kablam! Oct 21 15:20:24.568 INFO kablam! warning: unused variable: `color` Oct 21 15:20:24.568 INFO kablam! --> src/widgets.rs:200:45 Oct 21 15:20:24.568 INFO kablam! | Oct 21 15:20:24.568 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 21 15:20:24.568 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 21 15:20:24.568 INFO kablam! Oct 21 15:20:24.644 INFO kablam! warning: variant is never constructed: `Empty` Oct 21 15:20:24.644 INFO kablam! --> src/widgets.rs:28:5 Oct 21 15:20:24.644 INFO kablam! | Oct 21 15:20:24.644 INFO kablam! 28 | Empty, Oct 21 15:20:24.644 INFO kablam! | ^^^^^ Oct 21 15:20:24.644 INFO kablam! | Oct 21 15:20:24.644 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:20:24.644 INFO kablam! Oct 21 15:20:24.644 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 21 15:20:24.644 INFO kablam! --> src/widgets.rs:52:1 Oct 21 15:20:24.644 INFO kablam! | Oct 21 15:20:24.644 INFO kablam! 52 | pub struct Rectangle { Oct 21 15:20:24.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 15:20:24.644 INFO kablam! Oct 21 15:20:24.644 INFO kablam! warning: variant is never constructed: `Light` Oct 21 15:20:24.644 INFO kablam! --> src/widgets.rs:80:5 Oct 21 15:20:24.644 INFO kablam! | Oct 21 15:20:24.644 INFO kablam! 80 | Light, Oct 21 15:20:24.644 INFO kablam! | ^^^^^ Oct 21 15:20:24.644 INFO kablam! Oct 21 15:20:24.644 INFO kablam! warning: variant is never constructed: `Bold` Oct 21 15:20:24.644 INFO kablam! --> src/widgets.rs:82:5 Oct 21 15:20:24.644 INFO kablam! | Oct 21 15:20:24.644 INFO kablam! 82 | Bold Oct 21 15:20:24.645 INFO kablam! | ^^^^ Oct 21 15:20:24.645 INFO kablam! Oct 21 15:20:24.645 INFO kablam! warning: struct is never constructed: `Text` Oct 21 15:20:24.645 INFO kablam! --> src/widgets.rs:90:1 Oct 21 15:20:24.645 INFO kablam! | Oct 21 15:20:24.645 INFO kablam! 90 | pub struct Text { Oct 21 15:20:24.645 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 15:20:24.645 INFO kablam! Oct 21 15:20:24.681 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.41s Oct 21 15:20:24.700 INFO kablam! su: No module specific data is present Oct 21 15:20:25.086 INFO running `"docker" "rm" "-f" "53f054fafa6329423d94b0a0cdefdb1fd35a3f7433341532b9cc8a3c82278c61"` Oct 21 15:20:25.239 INFO blam! 53f054fafa6329423d94b0a0cdefdb1fd35a3f7433341532b9cc8a3c82278c61