Oct 12 16:43:51.941 INFO checking nathanial/mocra against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 16:43:51.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 16:43:52.903 INFO blam! 073684a081fe8f30609afebb0aed8c8dd6d48034def2916f1a467e4a0d830a09 Oct 12 16:43:52.906 INFO running `"docker" "start" "-a" "073684a081fe8f30609afebb0aed8c8dd6d48034def2916f1a467e4a0d830a09"` Oct 12 16:43:53.678 INFO kablam! usermod: no changes Oct 12 16:43:53.986 INFO kablam! Compiling gio v0.4.0 Oct 12 16:43:53.986 INFO kablam! Compiling gdk-pixbuf v0.4.0 Oct 12 16:43:53.986 INFO kablam! Compiling cairo-rs v0.4.1 Oct 12 16:43:53.987 INFO kablam! Compiling gdk v0.8.0 Oct 12 16:43:53.987 INFO kablam! Checking c_vec v1.3.0 Oct 12 16:43:53.987 INFO kablam! Compiling glib-sys v0.6.0 Oct 12 16:43:53.988 INFO kablam! Compiling gobject-sys v0.6.0 Oct 12 16:43:53.989 INFO kablam! Compiling gio-sys v0.6.0 Oct 12 16:43:55.284 INFO kablam! Compiling gdk-pixbuf-sys v0.6.0 Oct 12 16:43:56.096 INFO kablam! Compiling pango-sys v0.6.0 Oct 12 16:43:56.096 INFO kablam! Compiling cairo-sys-rs v0.6.0 Oct 12 16:43:56.329 INFO kablam! Compiling gdk-sys v0.6.0 Oct 12 16:43:57.332 INFO kablam! Compiling log v0.4.1 Oct 12 16:43:58.454 INFO kablam! Checking winit v0.11.3 Oct 12 16:44:00.557 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 16:44:07.444 INFO kablam! Compiling gl v0.10.0 Oct 12 16:44:07.444 INFO kablam! Compiling glutin v0.13.1 Oct 12 16:44:07.483 INFO kablam! Checking glib v0.5.0 Oct 12 16:44:20.880 INFO kablam! Checking pango v0.4.0 Oct 12 16:44:49.784 INFO kablam! Checking mocra v0.1.0 (/source) Oct 12 16:44:50.620 INFO kablam! warning: unused import: `VisualTreeNode` Oct 12 16:44:50.621 INFO kablam! --> src/main.rs:5:15 Oct 12 16:44:50.622 INFO kablam! | Oct 12 16:44:50.623 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 12 16:44:50.623 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 16:44:50.624 INFO kablam! | Oct 12 16:44:50.624 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 16:44:50.625 INFO kablam! Oct 12 16:44:50.944 INFO kablam! warning: unused variable: `texture` Oct 12 16:44:50.944 INFO kablam! --> src/widgets.rs:163:20 Oct 12 16:44:50.944 INFO kablam! | Oct 12 16:44:50.944 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 12 16:44:50.944 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 12 16:44:50.945 INFO kablam! | Oct 12 16:44:50.945 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:44:50.945 INFO kablam! Oct 12 16:44:50.946 INFO kablam! warning: unused variable: `bounds` Oct 12 16:44:50.946 INFO kablam! --> src/widgets.rs:163:38 Oct 12 16:44:50.946 INFO kablam! | Oct 12 16:44:50.946 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 12 16:44:50.947 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 12 16:44:50.947 INFO kablam! Oct 12 16:44:50.947 INFO kablam! warning: unused variable: `font_settings` Oct 12 16:44:50.948 INFO kablam! --> src/widgets.rs:167:24 Oct 12 16:44:50.948 INFO kablam! | Oct 12 16:44:50.948 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 12 16:44:50.948 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 12 16:44:50.949 INFO kablam! Oct 12 16:44:50.950 INFO kablam! warning: unused variable: `bounds` Oct 12 16:44:50.950 INFO kablam! --> src/widgets.rs:194:37 Oct 12 16:44:50.950 INFO kablam! | Oct 12 16:44:50.950 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 12 16:44:50.950 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 12 16:44:50.951 INFO kablam! Oct 12 16:44:50.951 INFO kablam! warning: unused variable: `stroke_width` Oct 12 16:44:50.951 INFO kablam! --> src/widgets.rs:194:59 Oct 12 16:44:50.952 INFO kablam! | Oct 12 16:44:50.952 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 12 16:44:50.952 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 12 16:44:50.952 INFO kablam! Oct 12 16:44:50.953 INFO kablam! warning: unused variable: `stroke` Oct 12 16:44:50.953 INFO kablam! --> src/widgets.rs:194:73 Oct 12 16:44:50.953 INFO kablam! | Oct 12 16:44:50.953 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 12 16:44:50.953 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 12 16:44:50.953 INFO kablam! Oct 12 16:44:50.954 INFO kablam! warning: unused variable: `fill` Oct 12 16:44:50.954 INFO kablam! --> src/widgets.rs:194:81 Oct 12 16:44:50.954 INFO kablam! | Oct 12 16:44:50.954 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 12 16:44:50.954 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 12 16:44:50.955 INFO kablam! Oct 12 16:44:50.955 INFO kablam! warning: unused variable: `color` Oct 12 16:44:50.955 INFO kablam! --> src/widgets.rs:200:45 Oct 12 16:44:50.956 INFO kablam! | Oct 12 16:44:50.956 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 12 16:44:50.956 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 12 16:44:50.957 INFO kablam! Oct 12 16:44:51.068 INFO kablam! warning: variant is never constructed: `Empty` Oct 12 16:44:51.068 INFO kablam! --> src/widgets.rs:28:5 Oct 12 16:44:51.068 INFO kablam! | Oct 12 16:44:51.068 INFO kablam! 28 | Empty, Oct 12 16:44:51.068 INFO kablam! | ^^^^^ Oct 12 16:44:51.068 INFO kablam! | Oct 12 16:44:51.068 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 16:44:51.068 INFO kablam! Oct 12 16:44:51.068 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 12 16:44:51.068 INFO kablam! --> src/widgets.rs:52:1 Oct 12 16:44:51.068 INFO kablam! | Oct 12 16:44:51.068 INFO kablam! 52 | pub struct Rectangle { Oct 12 16:44:51.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 16:44:51.068 INFO kablam! Oct 12 16:44:51.068 INFO kablam! warning: variant is never constructed: `Light` Oct 12 16:44:51.068 INFO kablam! --> src/widgets.rs:80:5 Oct 12 16:44:51.068 INFO kablam! | Oct 12 16:44:51.068 INFO kablam! 80 | Light, Oct 12 16:44:51.069 INFO kablam! | ^^^^^ Oct 12 16:44:51.069 INFO kablam! Oct 12 16:44:51.069 INFO kablam! warning: variant is never constructed: `Bold` Oct 12 16:44:51.069 INFO kablam! --> src/widgets.rs:82:5 Oct 12 16:44:51.069 INFO kablam! | Oct 12 16:44:51.069 INFO kablam! 82 | Bold Oct 12 16:44:51.069 INFO kablam! | ^^^^ Oct 12 16:44:51.069 INFO kablam! Oct 12 16:44:51.069 INFO kablam! warning: struct is never constructed: `Text` Oct 12 16:44:51.069 INFO kablam! --> src/widgets.rs:90:1 Oct 12 16:44:51.069 INFO kablam! | Oct 12 16:44:51.069 INFO kablam! 90 | pub struct Text { Oct 12 16:44:51.069 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 16:44:51.069 INFO kablam! Oct 12 16:44:51.130 INFO kablam! warning: unused import: `VisualTreeNode` Oct 12 16:44:51.130 INFO kablam! --> src/main.rs:5:15 Oct 12 16:44:51.130 INFO kablam! | Oct 12 16:44:51.130 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 12 16:44:51.130 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 16:44:51.130 INFO kablam! | Oct 12 16:44:51.130 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 16:44:51.130 INFO kablam! Oct 12 16:44:51.369 INFO kablam! warning: unused variable: `texture` Oct 12 16:44:51.369 INFO kablam! --> src/widgets.rs:163:20 Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 12 16:44:51.369 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:44:51.369 INFO kablam! Oct 12 16:44:51.369 INFO kablam! warning: unused variable: `bounds` Oct 12 16:44:51.369 INFO kablam! --> src/widgets.rs:163:38 Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 12 16:44:51.369 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 12 16:44:51.369 INFO kablam! Oct 12 16:44:51.369 INFO kablam! warning: unused variable: `font_settings` Oct 12 16:44:51.369 INFO kablam! --> src/widgets.rs:167:24 Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 12 16:44:51.369 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 12 16:44:51.369 INFO kablam! Oct 12 16:44:51.369 INFO kablam! warning: unused variable: `bounds` Oct 12 16:44:51.369 INFO kablam! --> src/widgets.rs:194:37 Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 12 16:44:51.369 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 12 16:44:51.369 INFO kablam! Oct 12 16:44:51.369 INFO kablam! warning: unused variable: `stroke_width` Oct 12 16:44:51.369 INFO kablam! --> src/widgets.rs:194:59 Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 12 16:44:51.369 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 12 16:44:51.369 INFO kablam! Oct 12 16:44:51.369 INFO kablam! warning: unused variable: `stroke` Oct 12 16:44:51.369 INFO kablam! --> src/widgets.rs:194:73 Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 12 16:44:51.369 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 12 16:44:51.369 INFO kablam! Oct 12 16:44:51.369 INFO kablam! warning: unused variable: `fill` Oct 12 16:44:51.369 INFO kablam! --> src/widgets.rs:194:81 Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 12 16:44:51.369 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 12 16:44:51.369 INFO kablam! Oct 12 16:44:51.369 INFO kablam! warning: unused variable: `color` Oct 12 16:44:51.369 INFO kablam! --> src/widgets.rs:200:45 Oct 12 16:44:51.369 INFO kablam! | Oct 12 16:44:51.369 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 12 16:44:51.369 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 12 16:44:51.369 INFO kablam! Oct 12 16:44:51.448 INFO kablam! warning: variant is never constructed: `Empty` Oct 12 16:44:51.448 INFO kablam! --> src/widgets.rs:28:5 Oct 12 16:44:51.448 INFO kablam! | Oct 12 16:44:51.448 INFO kablam! 28 | Empty, Oct 12 16:44:51.448 INFO kablam! | ^^^^^ Oct 12 16:44:51.448 INFO kablam! | Oct 12 16:44:51.448 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 16:44:51.448 INFO kablam! Oct 12 16:44:51.448 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 12 16:44:51.448 INFO kablam! --> src/widgets.rs:52:1 Oct 12 16:44:51.448 INFO kablam! | Oct 12 16:44:51.448 INFO kablam! 52 | pub struct Rectangle { Oct 12 16:44:51.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 16:44:51.448 INFO kablam! Oct 12 16:44:51.448 INFO kablam! warning: variant is never constructed: `Light` Oct 12 16:44:51.448 INFO kablam! --> src/widgets.rs:80:5 Oct 12 16:44:51.448 INFO kablam! | Oct 12 16:44:51.448 INFO kablam! 80 | Light, Oct 12 16:44:51.448 INFO kablam! | ^^^^^ Oct 12 16:44:51.448 INFO kablam! Oct 12 16:44:51.448 INFO kablam! warning: variant is never constructed: `Bold` Oct 12 16:44:51.448 INFO kablam! --> src/widgets.rs:82:5 Oct 12 16:44:51.448 INFO kablam! | Oct 12 16:44:51.448 INFO kablam! 82 | Bold Oct 12 16:44:51.449 INFO kablam! | ^^^^ Oct 12 16:44:51.449 INFO kablam! Oct 12 16:44:51.449 INFO kablam! warning: struct is never constructed: `Text` Oct 12 16:44:51.449 INFO kablam! --> src/widgets.rs:90:1 Oct 12 16:44:51.449 INFO kablam! | Oct 12 16:44:51.449 INFO kablam! 90 | pub struct Text { Oct 12 16:44:51.449 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 16:44:51.449 INFO kablam! Oct 12 16:44:51.510 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.80s Oct 12 16:44:51.537 INFO kablam! su: No module specific data is present Oct 12 16:44:52.288 INFO running `"docker" "rm" "-f" "073684a081fe8f30609afebb0aed8c8dd6d48034def2916f1a467e4a0d830a09"` Oct 12 16:44:52.669 INFO blam! 073684a081fe8f30609afebb0aed8c8dd6d48034def2916f1a467e4a0d830a09