Oct 26 23:54:17.819 INFO checking nathanial/mocra against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:54:17.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 26 23:54:18.359 INFO blam! 1484b2d19010a356da27b318de22e4e1d5b4ed5ec15b3433098ee6460613a88e Oct 26 23:54:18.419 INFO running `"docker" "start" "-a" "1484b2d19010a356da27b318de22e4e1d5b4ed5ec15b3433098ee6460613a88e"` Oct 26 23:54:19.731 INFO kablam! usermod: no changes Oct 26 23:54:19.991 INFO kablam! Compiling gio v0.4.0 Oct 26 23:54:19.991 INFO kablam! Compiling gdk-pixbuf v0.4.0 Oct 26 23:54:19.991 INFO kablam! Compiling cairo-rs v0.4.1 Oct 26 23:54:19.991 INFO kablam! Checking c_vec v1.3.0 Oct 26 23:54:19.991 INFO kablam! Compiling gdk v0.8.0 Oct 26 23:54:19.991 INFO kablam! Compiling glib-sys v0.6.0 Oct 26 23:54:19.991 INFO kablam! Compiling gobject-sys v0.6.0 Oct 26 23:54:19.993 INFO kablam! Compiling gio-sys v0.6.0 Oct 26 23:54:20.779 INFO kablam! Compiling cairo-sys-rs v0.6.0 Oct 26 23:54:20.922 INFO kablam! Compiling gdk-pixbuf-sys v0.6.0 Oct 26 23:54:23.385 INFO kablam! Compiling pango-sys v0.6.0 Oct 26 23:54:23.385 INFO kablam! Compiling gdk-sys v0.6.0 Oct 26 23:54:23.460 INFO kablam! Compiling log v0.4.1 Oct 26 23:54:24.593 INFO kablam! Checking winit v0.11.3 Oct 26 23:54:26.329 INFO kablam! Compiling gl_generator v0.9.0 Oct 26 23:54:34.113 INFO kablam! Compiling gl v0.10.0 Oct 26 23:54:34.115 INFO kablam! Compiling glutin v0.13.1 Oct 26 23:54:38.859 INFO kablam! Checking glib v0.5.0 Oct 26 23:54:49.319 INFO kablam! Checking pango v0.4.0 Oct 26 23:55:15.252 INFO kablam! Checking mocra v0.1.0 (/source) Oct 26 23:55:16.102 INFO kablam! warning: unused import: `VisualTreeNode` Oct 26 23:55:16.103 INFO kablam! --> src/main.rs:5:15 Oct 26 23:55:16.103 INFO kablam! | Oct 26 23:55:16.103 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 26 23:55:16.104 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 23:55:16.104 INFO kablam! | Oct 26 23:55:16.104 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:55:16.107 INFO kablam! Oct 26 23:55:16.392 INFO kablam! warning: unused variable: `texture` Oct 26 23:55:16.392 INFO kablam! --> src/widgets.rs:163:20 Oct 26 23:55:16.392 INFO kablam! | Oct 26 23:55:16.393 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 26 23:55:16.393 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 26 23:55:16.393 INFO kablam! | Oct 26 23:55:16.393 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:55:16.394 INFO kablam! Oct 26 23:55:16.394 INFO kablam! warning: unused variable: `bounds` Oct 26 23:55:16.394 INFO kablam! --> src/widgets.rs:163:38 Oct 26 23:55:16.395 INFO kablam! | Oct 26 23:55:16.395 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 26 23:55:16.395 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 26 23:55:16.396 INFO kablam! Oct 26 23:55:16.396 INFO kablam! warning: unused variable: `font_settings` Oct 26 23:55:16.396 INFO kablam! --> src/widgets.rs:167:24 Oct 26 23:55:16.396 INFO kablam! | Oct 26 23:55:16.397 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 26 23:55:16.397 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 26 23:55:16.397 INFO kablam! Oct 26 23:55:16.398 INFO kablam! warning: unused variable: `bounds` Oct 26 23:55:16.398 INFO kablam! --> src/widgets.rs:194:37 Oct 26 23:55:16.398 INFO kablam! | Oct 26 23:55:16.399 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 26 23:55:16.399 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 26 23:55:16.399 INFO kablam! Oct 26 23:55:16.400 INFO kablam! warning: unused variable: `stroke_width` Oct 26 23:55:16.400 INFO kablam! --> src/widgets.rs:194:59 Oct 26 23:55:16.400 INFO kablam! | Oct 26 23:55:16.400 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 26 23:55:16.401 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 26 23:55:16.401 INFO kablam! Oct 26 23:55:16.401 INFO kablam! warning: unused variable: `stroke` Oct 26 23:55:16.402 INFO kablam! --> src/widgets.rs:194:73 Oct 26 23:55:16.402 INFO kablam! | Oct 26 23:55:16.402 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 26 23:55:16.410 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 26 23:55:16.410 INFO kablam! Oct 26 23:55:16.411 INFO kablam! warning: unused variable: `fill` Oct 26 23:55:16.411 INFO kablam! --> src/widgets.rs:194:81 Oct 26 23:55:16.411 INFO kablam! | Oct 26 23:55:16.411 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 26 23:55:16.411 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 26 23:55:16.411 INFO kablam! Oct 26 23:55:16.411 INFO kablam! warning: unused variable: `color` Oct 26 23:55:16.411 INFO kablam! --> src/widgets.rs:200:45 Oct 26 23:55:16.411 INFO kablam! | Oct 26 23:55:16.411 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 26 23:55:16.411 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 26 23:55:16.411 INFO kablam! Oct 26 23:55:16.443 INFO kablam! warning: variant is never constructed: `Empty` Oct 26 23:55:16.443 INFO kablam! --> src/widgets.rs:28:5 Oct 26 23:55:16.443 INFO kablam! | Oct 26 23:55:16.443 INFO kablam! 28 | Empty, Oct 26 23:55:16.443 INFO kablam! | ^^^^^ Oct 26 23:55:16.443 INFO kablam! | Oct 26 23:55:16.443 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:55:16.443 INFO kablam! Oct 26 23:55:16.443 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 26 23:55:16.443 INFO kablam! --> src/widgets.rs:52:1 Oct 26 23:55:16.443 INFO kablam! | Oct 26 23:55:16.443 INFO kablam! 52 | pub struct Rectangle { Oct 26 23:55:16.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 23:55:16.443 INFO kablam! Oct 26 23:55:16.443 INFO kablam! warning: variant is never constructed: `Light` Oct 26 23:55:16.443 INFO kablam! --> src/widgets.rs:80:5 Oct 26 23:55:16.443 INFO kablam! | Oct 26 23:55:16.443 INFO kablam! 80 | Light, Oct 26 23:55:16.443 INFO kablam! | ^^^^^ Oct 26 23:55:16.443 INFO kablam! Oct 26 23:55:16.443 INFO kablam! warning: variant is never constructed: `Bold` Oct 26 23:55:16.443 INFO kablam! --> src/widgets.rs:82:5 Oct 26 23:55:16.443 INFO kablam! | Oct 26 23:55:16.443 INFO kablam! 82 | Bold Oct 26 23:55:16.443 INFO kablam! | ^^^^ Oct 26 23:55:16.443 INFO kablam! Oct 26 23:55:16.443 INFO kablam! warning: struct is never constructed: `Text` Oct 26 23:55:16.443 INFO kablam! --> src/widgets.rs:90:1 Oct 26 23:55:16.443 INFO kablam! | Oct 26 23:55:16.443 INFO kablam! 90 | pub struct Text { Oct 26 23:55:16.443 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:16.443 INFO kablam! Oct 26 23:55:16.571 INFO kablam! warning: unused import: `VisualTreeNode` Oct 26 23:55:16.571 INFO kablam! --> src/main.rs:5:15 Oct 26 23:55:16.571 INFO kablam! | Oct 26 23:55:16.571 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 26 23:55:16.571 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 23:55:16.571 INFO kablam! | Oct 26 23:55:16.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:55:16.571 INFO kablam! Oct 26 23:55:16.775 INFO kablam! warning: unused variable: `texture` Oct 26 23:55:16.775 INFO kablam! --> src/widgets.rs:163:20 Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.775 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 26 23:55:16.775 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:55:16.775 INFO kablam! Oct 26 23:55:16.775 INFO kablam! warning: unused variable: `bounds` Oct 26 23:55:16.775 INFO kablam! --> src/widgets.rs:163:38 Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.775 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 26 23:55:16.775 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 26 23:55:16.775 INFO kablam! Oct 26 23:55:16.775 INFO kablam! warning: unused variable: `font_settings` Oct 26 23:55:16.775 INFO kablam! --> src/widgets.rs:167:24 Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.775 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 26 23:55:16.775 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 26 23:55:16.775 INFO kablam! Oct 26 23:55:16.775 INFO kablam! warning: unused variable: `bounds` Oct 26 23:55:16.775 INFO kablam! --> src/widgets.rs:194:37 Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.775 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 26 23:55:16.775 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 26 23:55:16.775 INFO kablam! Oct 26 23:55:16.775 INFO kablam! warning: unused variable: `stroke_width` Oct 26 23:55:16.775 INFO kablam! --> src/widgets.rs:194:59 Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.775 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 26 23:55:16.775 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 26 23:55:16.775 INFO kablam! Oct 26 23:55:16.775 INFO kablam! warning: unused variable: `stroke` Oct 26 23:55:16.775 INFO kablam! --> src/widgets.rs:194:73 Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.775 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 26 23:55:16.775 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 26 23:55:16.775 INFO kablam! Oct 26 23:55:16.775 INFO kablam! warning: unused variable: `fill` Oct 26 23:55:16.775 INFO kablam! --> src/widgets.rs:194:81 Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.775 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 26 23:55:16.775 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 26 23:55:16.775 INFO kablam! Oct 26 23:55:16.775 INFO kablam! warning: unused variable: `color` Oct 26 23:55:16.775 INFO kablam! --> src/widgets.rs:200:45 Oct 26 23:55:16.775 INFO kablam! | Oct 26 23:55:16.776 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 26 23:55:16.776 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 26 23:55:16.776 INFO kablam! Oct 26 23:55:16.818 INFO kablam! warning: variant is never constructed: `Empty` Oct 26 23:55:16.818 INFO kablam! --> src/widgets.rs:28:5 Oct 26 23:55:16.818 INFO kablam! | Oct 26 23:55:16.818 INFO kablam! 28 | Empty, Oct 26 23:55:16.818 INFO kablam! | ^^^^^ Oct 26 23:55:16.818 INFO kablam! | Oct 26 23:55:16.818 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:55:16.818 INFO kablam! Oct 26 23:55:16.818 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 26 23:55:16.818 INFO kablam! --> src/widgets.rs:52:1 Oct 26 23:55:16.818 INFO kablam! | Oct 26 23:55:16.818 INFO kablam! 52 | pub struct Rectangle { Oct 26 23:55:16.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 23:55:16.818 INFO kablam! Oct 26 23:55:16.818 INFO kablam! warning: variant is never constructed: `Light` Oct 26 23:55:16.818 INFO kablam! --> src/widgets.rs:80:5 Oct 26 23:55:16.818 INFO kablam! | Oct 26 23:55:16.818 INFO kablam! 80 | Light, Oct 26 23:55:16.818 INFO kablam! | ^^^^^ Oct 26 23:55:16.818 INFO kablam! Oct 26 23:55:16.818 INFO kablam! warning: variant is never constructed: `Bold` Oct 26 23:55:16.818 INFO kablam! --> src/widgets.rs:82:5 Oct 26 23:55:16.818 INFO kablam! | Oct 26 23:55:16.818 INFO kablam! 82 | Bold Oct 26 23:55:16.818 INFO kablam! | ^^^^ Oct 26 23:55:16.818 INFO kablam! Oct 26 23:55:16.818 INFO kablam! warning: struct is never constructed: `Text` Oct 26 23:55:16.818 INFO kablam! --> src/widgets.rs:90:1 Oct 26 23:55:16.818 INFO kablam! | Oct 26 23:55:16.818 INFO kablam! 90 | pub struct Text { Oct 26 23:55:16.818 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:16.818 INFO kablam! Oct 26 23:55:16.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.09s Oct 26 23:55:16.879 INFO kablam! su: No module specific data is present Oct 26 23:55:17.786 INFO running `"docker" "rm" "-f" "1484b2d19010a356da27b318de22e4e1d5b4ed5ec15b3433098ee6460613a88e"` Oct 26 23:55:18.059 INFO blam! 1484b2d19010a356da27b318de22e4e1d5b4ed5ec15b3433098ee6460613a88e