Oct 10 17:45:50.340 INFO testing nathanial/mocra against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:45:50.340 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:45:50.341 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:45:50.660 INFO blam! fe7830051ae621f7b2b5b5b57475b6d4a1bbd26ea631889e9672fd7bc7be2718 Oct 10 17:45:50.661 INFO running `"docker" "start" "-a" "fe7830051ae621f7b2b5b5b57475b6d4a1bbd26ea631889e9672fd7bc7be2718"` Oct 10 17:45:51.123 INFO kablam! usermod: no changes Oct 10 17:45:51.304 INFO kablam! Compiling gio v0.4.0 Oct 10 17:45:51.304 INFO kablam! Compiling cairo-rs v0.4.1 Oct 10 17:45:51.304 INFO kablam! Compiling gdk-pixbuf v0.4.0 Oct 10 17:45:51.304 INFO kablam! Compiling gdk v0.8.0 Oct 10 17:45:51.305 INFO kablam! Compiling gio-sys v0.6.0 Oct 10 17:45:51.305 INFO kablam! Compiling gdk-pixbuf-sys v0.6.0 Oct 10 17:45:51.305 INFO kablam! Compiling cairo-sys-rs v0.6.0 Oct 10 17:45:51.305 INFO kablam! Compiling pango-sys v0.6.0 Oct 10 17:45:52.764 INFO kablam! Compiling gdk-sys v0.6.0 Oct 10 17:45:52.772 INFO kablam! Compiling glib-sys v0.6.0 Oct 10 17:45:52.773 INFO kablam! Compiling glutin v0.13.1 Oct 10 17:45:52.956 INFO kablam! Compiling gl v0.10.0 Oct 10 17:45:53.324 INFO kablam! Compiling winit v0.11.3 Oct 10 17:45:58.648 INFO kablam! Compiling gobject-sys v0.6.0 Oct 10 17:46:04.754 INFO kablam! Compiling glib v0.5.0 Oct 10 17:46:20.558 INFO kablam! Compiling pango v0.4.0 Oct 10 17:47:03.168 INFO kablam! Compiling mocra v0.1.0 (/source) Oct 10 17:47:04.353 INFO kablam! warning: unused import: `VisualTreeNode` Oct 10 17:47:04.353 INFO kablam! --> src/main.rs:5:15 Oct 10 17:47:04.353 INFO kablam! | Oct 10 17:47:04.354 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 10 17:47:04.354 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:47:04.354 INFO kablam! | Oct 10 17:47:04.354 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:47:04.354 INFO kablam! Oct 10 17:47:04.485 INFO kablam! warning: unused variable: `texture` Oct 10 17:47:04.485 INFO kablam! --> src/widgets.rs:163:20 Oct 10 17:47:04.485 INFO kablam! | Oct 10 17:47:04.485 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 10 17:47:04.486 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 10 17:47:04.486 INFO kablam! | Oct 10 17:47:04.486 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:47:04.486 INFO kablam! Oct 10 17:47:04.486 INFO kablam! warning: unused variable: `bounds` Oct 10 17:47:04.486 INFO kablam! --> src/widgets.rs:163:38 Oct 10 17:47:04.486 INFO kablam! | Oct 10 17:47:04.487 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 10 17:47:04.487 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 10 17:47:04.487 INFO kablam! Oct 10 17:47:04.487 INFO kablam! warning: unused variable: `font_settings` Oct 10 17:47:04.487 INFO kablam! --> src/widgets.rs:167:24 Oct 10 17:47:04.487 INFO kablam! | Oct 10 17:47:04.487 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 10 17:47:04.488 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 10 17:47:04.488 INFO kablam! Oct 10 17:47:04.488 INFO kablam! warning: unused variable: `bounds` Oct 10 17:47:04.488 INFO kablam! --> src/widgets.rs:194:37 Oct 10 17:47:04.488 INFO kablam! | Oct 10 17:47:04.489 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 10 17:47:04.489 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 10 17:47:04.489 INFO kablam! Oct 10 17:47:04.490 INFO kablam! warning: unused variable: `stroke_width` Oct 10 17:47:04.490 INFO kablam! --> src/widgets.rs:194:59 Oct 10 17:47:04.490 INFO kablam! | Oct 10 17:47:04.490 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 10 17:47:04.491 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 10 17:47:04.491 INFO kablam! Oct 10 17:47:04.491 INFO kablam! warning: unused variable: `stroke` Oct 10 17:47:04.491 INFO kablam! --> src/widgets.rs:194:73 Oct 10 17:47:04.491 INFO kablam! | Oct 10 17:47:04.492 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 10 17:47:04.492 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 10 17:47:04.492 INFO kablam! Oct 10 17:47:04.493 INFO kablam! warning: unused variable: `fill` Oct 10 17:47:04.493 INFO kablam! --> src/widgets.rs:194:81 Oct 10 17:47:04.493 INFO kablam! | Oct 10 17:47:04.493 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 10 17:47:04.494 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 10 17:47:04.494 INFO kablam! Oct 10 17:47:04.494 INFO kablam! warning: unused variable: `color` Oct 10 17:47:04.494 INFO kablam! --> src/widgets.rs:200:45 Oct 10 17:47:04.495 INFO kablam! | Oct 10 17:47:04.495 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 10 17:47:04.495 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 10 17:47:04.495 INFO kablam! Oct 10 17:47:04.548 INFO kablam! warning: variant is never constructed: `Empty` Oct 10 17:47:04.548 INFO kablam! --> src/widgets.rs:28:5 Oct 10 17:47:04.548 INFO kablam! | Oct 10 17:47:04.548 INFO kablam! 28 | Empty, Oct 10 17:47:04.548 INFO kablam! | ^^^^^ Oct 10 17:47:04.548 INFO kablam! | Oct 10 17:47:04.548 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:47:04.548 INFO kablam! Oct 10 17:47:04.548 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 10 17:47:04.548 INFO kablam! --> src/widgets.rs:52:1 Oct 10 17:47:04.549 INFO kablam! | Oct 10 17:47:04.549 INFO kablam! 52 | pub struct Rectangle { Oct 10 17:47:04.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:47:04.549 INFO kablam! Oct 10 17:47:04.549 INFO kablam! warning: variant is never constructed: `Light` Oct 10 17:47:04.549 INFO kablam! --> src/widgets.rs:80:5 Oct 10 17:47:04.549 INFO kablam! | Oct 10 17:47:04.549 INFO kablam! 80 | Light, Oct 10 17:47:04.549 INFO kablam! | ^^^^^ Oct 10 17:47:04.549 INFO kablam! Oct 10 17:47:04.549 INFO kablam! warning: variant is never constructed: `Bold` Oct 10 17:47:04.549 INFO kablam! --> src/widgets.rs:82:5 Oct 10 17:47:04.549 INFO kablam! | Oct 10 17:47:04.549 INFO kablam! 82 | Bold Oct 10 17:47:04.549 INFO kablam! | ^^^^ Oct 10 17:47:04.549 INFO kablam! Oct 10 17:47:04.549 INFO kablam! warning: struct is never constructed: `Text` Oct 10 17:47:04.549 INFO kablam! --> src/widgets.rs:90:1 Oct 10 17:47:04.549 INFO kablam! | Oct 10 17:47:04.549 INFO kablam! 90 | pub struct Text { Oct 10 17:47:04.549 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 17:47:04.549 INFO kablam! Oct 10 17:47:08.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 10 17:47:08.076 INFO kablam! su: No module specific data is present Oct 10 17:47:08.757 INFO running `"docker" "rm" "-f" "fe7830051ae621f7b2b5b5b57475b6d4a1bbd26ea631889e9672fd7bc7be2718"` Oct 10 17:47:09.008 INFO blam! fe7830051ae621f7b2b5b5b57475b6d4a1bbd26ea631889e9672fd7bc7be2718 Oct 10 17:47:09.019 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:47:09.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:47:09.516 INFO blam! 0b2f1cb80450e6cefe59b8e3797e814905668bc36cffccaf791f2e5bf949ac8c Oct 10 17:47:09.522 INFO running `"docker" "start" "-a" "0b2f1cb80450e6cefe59b8e3797e814905668bc36cffccaf791f2e5bf949ac8c"` Oct 10 17:47:10.603 INFO kablam! usermod: no changes Oct 10 17:47:10.834 INFO kablam! Compiling mocra v0.1.0 (/source) Oct 10 17:47:12.392 INFO kablam! warning: unused import: `VisualTreeNode` Oct 10 17:47:12.392 INFO kablam! --> src/main.rs:5:15 Oct 10 17:47:12.392 INFO kablam! | Oct 10 17:47:12.392 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 10 17:47:12.392 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:47:12.392 INFO kablam! | Oct 10 17:47:12.396 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:47:12.396 INFO kablam! Oct 10 17:47:12.544 INFO kablam! warning: unused variable: `texture` Oct 10 17:47:12.544 INFO kablam! --> src/widgets.rs:163:20 Oct 10 17:47:12.544 INFO kablam! | Oct 10 17:47:12.544 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 10 17:47:12.544 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 10 17:47:12.545 INFO kablam! | Oct 10 17:47:12.545 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:47:12.545 INFO kablam! Oct 10 17:47:12.545 INFO kablam! warning: unused variable: `bounds` Oct 10 17:47:12.545 INFO kablam! --> src/widgets.rs:163:38 Oct 10 17:47:12.545 INFO kablam! | Oct 10 17:47:12.545 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 10 17:47:12.545 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 10 17:47:12.545 INFO kablam! Oct 10 17:47:12.545 INFO kablam! warning: unused variable: `font_settings` Oct 10 17:47:12.545 INFO kablam! --> src/widgets.rs:167:24 Oct 10 17:47:12.545 INFO kablam! | Oct 10 17:47:12.545 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 10 17:47:12.545 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 10 17:47:12.545 INFO kablam! Oct 10 17:47:12.545 INFO kablam! warning: unused variable: `bounds` Oct 10 17:47:12.545 INFO kablam! --> src/widgets.rs:194:37 Oct 10 17:47:12.545 INFO kablam! | Oct 10 17:47:12.545 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 10 17:47:12.545 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 10 17:47:12.545 INFO kablam! Oct 10 17:47:12.545 INFO kablam! warning: unused variable: `stroke_width` Oct 10 17:47:12.545 INFO kablam! --> src/widgets.rs:194:59 Oct 10 17:47:12.545 INFO kablam! | Oct 10 17:47:12.545 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 10 17:47:12.545 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 10 17:47:12.545 INFO kablam! Oct 10 17:47:12.545 INFO kablam! warning: unused variable: `stroke` Oct 10 17:47:12.545 INFO kablam! --> src/widgets.rs:194:73 Oct 10 17:47:12.545 INFO kablam! | Oct 10 17:47:12.545 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 10 17:47:12.545 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 10 17:47:12.545 INFO kablam! Oct 10 17:47:12.545 INFO kablam! warning: unused variable: `fill` Oct 10 17:47:12.545 INFO kablam! --> src/widgets.rs:194:81 Oct 10 17:47:12.545 INFO kablam! | Oct 10 17:47:12.545 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 10 17:47:12.545 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 10 17:47:12.545 INFO kablam! Oct 10 17:47:12.545 INFO kablam! warning: unused variable: `color` Oct 10 17:47:12.545 INFO kablam! --> src/widgets.rs:200:45 Oct 10 17:47:12.545 INFO kablam! | Oct 10 17:47:12.545 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 10 17:47:12.545 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 10 17:47:12.545 INFO kablam! Oct 10 17:47:12.608 INFO kablam! warning: variant is never constructed: `Empty` Oct 10 17:47:12.608 INFO kablam! --> src/widgets.rs:28:5 Oct 10 17:47:12.608 INFO kablam! | Oct 10 17:47:12.608 INFO kablam! 28 | Empty, Oct 10 17:47:12.608 INFO kablam! | ^^^^^ Oct 10 17:47:12.608 INFO kablam! | Oct 10 17:47:12.608 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:47:12.608 INFO kablam! Oct 10 17:47:12.608 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 10 17:47:12.608 INFO kablam! --> src/widgets.rs:52:1 Oct 10 17:47:12.608 INFO kablam! | Oct 10 17:47:12.608 INFO kablam! 52 | pub struct Rectangle { Oct 10 17:47:12.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:47:12.608 INFO kablam! Oct 10 17:47:12.608 INFO kablam! warning: variant is never constructed: `Light` Oct 10 17:47:12.608 INFO kablam! --> src/widgets.rs:80:5 Oct 10 17:47:12.608 INFO kablam! | Oct 10 17:47:12.608 INFO kablam! 80 | Light, Oct 10 17:47:12.608 INFO kablam! | ^^^^^ Oct 10 17:47:12.608 INFO kablam! Oct 10 17:47:12.608 INFO kablam! warning: variant is never constructed: `Bold` Oct 10 17:47:12.609 INFO kablam! --> src/widgets.rs:82:5 Oct 10 17:47:12.609 INFO kablam! | Oct 10 17:47:12.609 INFO kablam! 82 | Bold Oct 10 17:47:12.609 INFO kablam! | ^^^^ Oct 10 17:47:12.609 INFO kablam! Oct 10 17:47:12.609 INFO kablam! warning: struct is never constructed: `Text` Oct 10 17:47:12.609 INFO kablam! --> src/widgets.rs:90:1 Oct 10 17:47:12.609 INFO kablam! | Oct 10 17:47:12.609 INFO kablam! 90 | pub struct Text { Oct 10 17:47:12.609 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 17:47:12.609 INFO kablam! Oct 10 17:47:13.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.30s Oct 10 17:47:13.950 INFO kablam! su: No module specific data is present Oct 10 17:47:14.750 INFO running `"docker" "rm" "-f" "0b2f1cb80450e6cefe59b8e3797e814905668bc36cffccaf791f2e5bf949ac8c"` Oct 10 17:47:15.020 INFO blam! 0b2f1cb80450e6cefe59b8e3797e814905668bc36cffccaf791f2e5bf949ac8c Oct 10 17:47:15.023 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:47:15.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:47:15.483 INFO blam! 7b574a2202144cde050e73fa500e36e123bdc70045978e2ed3de0adfa05a7cd1 Oct 10 17:47:15.496 INFO running `"docker" "start" "-a" "7b574a2202144cde050e73fa500e36e123bdc70045978e2ed3de0adfa05a7cd1"` Oct 10 17:47:16.492 INFO kablam! usermod: no changes Oct 10 17:47:16.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 10 17:47:16.684 INFO kablam! Running /target/debug/deps/mocra-3675ce09a50c73ad Oct 10 17:47:16.688 INFO kablam! su: No module specific data is present Oct 10 17:47:16.688 INFO blam! Oct 10 17:47:16.688 INFO blam! running 0 tests Oct 10 17:47:16.688 INFO blam! Oct 10 17:47:16.688 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:47:16.688 INFO blam! Oct 10 17:47:17.196 INFO running `"docker" "rm" "-f" "7b574a2202144cde050e73fa500e36e123bdc70045978e2ed3de0adfa05a7cd1"` Oct 10 17:47:17.536 INFO blam! 7b574a2202144cde050e73fa500e36e123bdc70045978e2ed3de0adfa05a7cd1