Oct 13 05:54:44.025 INFO testing nathanial/mocra against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:54:44.025 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 13 05:54:44.507 INFO blam! 65fc0745505f4b1cb0f7ef83151bcb70e041233e414682fc1463559cb714a97f Oct 13 05:54:44.515 INFO running `"docker" "start" "-a" "65fc0745505f4b1cb0f7ef83151bcb70e041233e414682fc1463559cb714a97f"` Oct 13 05:54:45.584 INFO kablam! usermod: no changes Oct 13 05:54:45.827 INFO kablam! Compiling gio v0.4.0 Oct 13 05:54:45.827 INFO kablam! Compiling cairo-rs v0.4.1 Oct 13 05:54:45.827 INFO kablam! Compiling gdk-pixbuf v0.4.0 Oct 13 05:54:45.827 INFO kablam! Compiling gdk v0.8.0 Oct 13 05:54:45.827 INFO kablam! Compiling c_vec v1.3.0 Oct 13 05:54:45.827 INFO kablam! Compiling libloading v0.5.0 Oct 13 05:54:45.827 INFO kablam! Compiling glib-sys v0.6.0 Oct 13 05:54:45.828 INFO kablam! Compiling gobject-sys v0.6.0 Oct 13 05:54:47.372 INFO kablam! Compiling gio-sys v0.6.0 Oct 13 05:54:47.467 INFO kablam! Compiling x11-dl v2.17.5 Oct 13 05:54:47.491 INFO kablam! Compiling pango-sys v0.6.0 Oct 13 05:54:48.118 INFO kablam! Compiling cairo-sys-rs v0.6.0 Oct 13 05:54:48.502 INFO kablam! Compiling gdk-pixbuf-sys v0.6.0 Oct 13 05:54:48.565 INFO kablam! Compiling gdk-sys v0.6.0 Oct 13 05:54:49.032 INFO kablam! Compiling log v0.4.1 Oct 13 05:54:49.839 INFO kablam! Compiling chrono v0.4.2 Oct 13 05:54:51.167 INFO kablam! Compiling gl_generator v0.9.0 Oct 13 05:54:52.550 INFO kablam! Compiling dlib v0.4.1 Oct 13 05:54:53.479 INFO kablam! Compiling wayland-sys v0.12.5 Oct 13 05:54:57.621 INFO kablam! Compiling wayland-client v0.12.5 Oct 13 05:54:59.608 INFO kablam! Compiling gl v0.10.0 Oct 13 05:54:59.608 INFO kablam! Compiling glutin v0.13.1 Oct 13 05:55:03.907 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 13 05:55:04.007 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 13 05:55:14.639 INFO kablam! Compiling glib v0.5.0 Oct 13 05:55:26.187 INFO kablam! Compiling wayland-window v0.13.3 Oct 13 05:55:30.343 INFO kablam! Compiling winit v0.11.3 Oct 13 05:55:47.015 INFO kablam! Compiling pango v0.4.0 Oct 13 05:56:37.615 INFO kablam! Compiling mocra v0.1.0 (/source) Oct 13 05:56:38.326 INFO kablam! warning: unused import: `VisualTreeNode` Oct 13 05:56:38.326 INFO kablam! --> src/main.rs:5:15 Oct 13 05:56:38.326 INFO kablam! | Oct 13 05:56:38.326 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 13 05:56:38.326 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:38.326 INFO kablam! | Oct 13 05:56:38.326 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:56:38.326 INFO kablam! Oct 13 05:56:38.475 INFO kablam! warning: unused variable: `texture` Oct 13 05:56:38.475 INFO kablam! --> src/widgets.rs:163:20 Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 13 05:56:38.475 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:56:38.475 INFO kablam! Oct 13 05:56:38.475 INFO kablam! warning: unused variable: `bounds` Oct 13 05:56:38.475 INFO kablam! --> src/widgets.rs:163:38 Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 13 05:56:38.475 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 13 05:56:38.475 INFO kablam! Oct 13 05:56:38.475 INFO kablam! warning: unused variable: `font_settings` Oct 13 05:56:38.475 INFO kablam! --> src/widgets.rs:167:24 Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 13 05:56:38.475 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 13 05:56:38.475 INFO kablam! Oct 13 05:56:38.475 INFO kablam! warning: unused variable: `bounds` Oct 13 05:56:38.475 INFO kablam! --> src/widgets.rs:194:37 Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 13 05:56:38.475 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 13 05:56:38.475 INFO kablam! Oct 13 05:56:38.475 INFO kablam! warning: unused variable: `stroke_width` Oct 13 05:56:38.475 INFO kablam! --> src/widgets.rs:194:59 Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 13 05:56:38.475 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 13 05:56:38.475 INFO kablam! Oct 13 05:56:38.475 INFO kablam! warning: unused variable: `stroke` Oct 13 05:56:38.475 INFO kablam! --> src/widgets.rs:194:73 Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 13 05:56:38.475 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 13 05:56:38.475 INFO kablam! Oct 13 05:56:38.475 INFO kablam! warning: unused variable: `fill` Oct 13 05:56:38.475 INFO kablam! --> src/widgets.rs:194:81 Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 13 05:56:38.475 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 13 05:56:38.475 INFO kablam! Oct 13 05:56:38.475 INFO kablam! warning: unused variable: `color` Oct 13 05:56:38.475 INFO kablam! --> src/widgets.rs:200:45 Oct 13 05:56:38.475 INFO kablam! | Oct 13 05:56:38.475 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 13 05:56:38.475 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 13 05:56:38.475 INFO kablam! Oct 13 05:56:38.555 INFO kablam! warning: variant is never constructed: `Empty` Oct 13 05:56:38.555 INFO kablam! --> src/widgets.rs:28:5 Oct 13 05:56:38.555 INFO kablam! | Oct 13 05:56:38.555 INFO kablam! 28 | Empty, Oct 13 05:56:38.555 INFO kablam! | ^^^^^ Oct 13 05:56:38.555 INFO kablam! | Oct 13 05:56:38.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:56:38.555 INFO kablam! Oct 13 05:56:38.555 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 13 05:56:38.555 INFO kablam! --> src/widgets.rs:52:1 Oct 13 05:56:38.555 INFO kablam! | Oct 13 05:56:38.555 INFO kablam! 52 | pub struct Rectangle { Oct 13 05:56:38.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:38.555 INFO kablam! Oct 13 05:56:38.555 INFO kablam! warning: variant is never constructed: `Light` Oct 13 05:56:38.555 INFO kablam! --> src/widgets.rs:80:5 Oct 13 05:56:38.555 INFO kablam! | Oct 13 05:56:38.555 INFO kablam! 80 | Light, Oct 13 05:56:38.555 INFO kablam! | ^^^^^ Oct 13 05:56:38.555 INFO kablam! Oct 13 05:56:38.555 INFO kablam! warning: variant is never constructed: `Bold` Oct 13 05:56:38.555 INFO kablam! --> src/widgets.rs:82:5 Oct 13 05:56:38.555 INFO kablam! | Oct 13 05:56:38.555 INFO kablam! 82 | Bold Oct 13 05:56:38.555 INFO kablam! | ^^^^ Oct 13 05:56:38.555 INFO kablam! Oct 13 05:56:38.555 INFO kablam! warning: struct is never constructed: `Text` Oct 13 05:56:38.555 INFO kablam! --> src/widgets.rs:90:1 Oct 13 05:56:38.555 INFO kablam! | Oct 13 05:56:38.555 INFO kablam! 90 | pub struct Text { Oct 13 05:56:38.555 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:56:38.555 INFO kablam! Oct 13 05:56:42.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 56s Oct 13 05:56:42.207 INFO kablam! su: No module specific data is present Oct 13 05:56:42.926 INFO running `"docker" "rm" "-f" "65fc0745505f4b1cb0f7ef83151bcb70e041233e414682fc1463559cb714a97f"` Oct 13 05:56:43.335 INFO blam! 65fc0745505f4b1cb0f7ef83151bcb70e041233e414682fc1463559cb714a97f Oct 13 05:56:43.338 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 13 05:56:43.720 INFO blam! 513ade71c5b93636e7df0252d3b97628bbefa9f8599bbd81e89f62e18a6a9b45 Oct 13 05:56:43.735 INFO running `"docker" "start" "-a" "513ade71c5b93636e7df0252d3b97628bbefa9f8599bbd81e89f62e18a6a9b45"` Oct 13 05:56:44.923 INFO kablam! usermod: no changes Oct 13 05:56:45.137 INFO kablam! Compiling mocra v0.1.0 (/source) Oct 13 05:56:45.891 INFO kablam! warning: unused import: `VisualTreeNode` Oct 13 05:56:45.891 INFO kablam! --> src/main.rs:5:15 Oct 13 05:56:45.891 INFO kablam! | Oct 13 05:56:45.891 INFO kablam! 5 | use widgets::{VisualTreeNode, render, Button, Bounds, Widget}; Oct 13 05:56:45.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:45.891 INFO kablam! | Oct 13 05:56:45.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:56:45.891 INFO kablam! Oct 13 05:56:46.044 INFO kablam! warning: unused variable: `texture` Oct 13 05:56:46.044 INFO kablam! --> src/widgets.rs:163:20 Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 13 05:56:46.044 INFO kablam! | ^^^^^^^ help: consider using `_texture` instead Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:56:46.044 INFO kablam! Oct 13 05:56:46.044 INFO kablam! warning: unused variable: `bounds` Oct 13 05:56:46.044 INFO kablam! --> src/widgets.rs:163:38 Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! 163 | fn gl_draw_texture(texture: Texture, bounds: &Bounds){ Oct 13 05:56:46.044 INFO kablam! | ^^^^^^ help: consider using `_bounds` instead Oct 13 05:56:46.044 INFO kablam! Oct 13 05:56:46.044 INFO kablam! warning: unused variable: `font_settings` Oct 13 05:56:46.044 INFO kablam! --> src/widgets.rs:167:24 Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! 167 | fn create_text_texture(font_settings: &TextRenderSettings) -> Texture { Oct 13 05:56:46.044 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_font_settings` instead Oct 13 05:56:46.044 INFO kablam! Oct 13 05:56:46.044 INFO kablam! warning: unused variable: `bounds` Oct 13 05:56:46.044 INFO kablam! --> src/widgets.rs:194:37 Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 13 05:56:46.044 INFO kablam! | ^^^^^^ help: try ignoring the field: `bounds: _` Oct 13 05:56:46.044 INFO kablam! Oct 13 05:56:46.044 INFO kablam! warning: unused variable: `stroke_width` Oct 13 05:56:46.044 INFO kablam! --> src/widgets.rs:194:59 Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 13 05:56:46.044 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `stroke_width: _` Oct 13 05:56:46.044 INFO kablam! Oct 13 05:56:46.044 INFO kablam! warning: unused variable: `stroke` Oct 13 05:56:46.044 INFO kablam! --> src/widgets.rs:194:73 Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 13 05:56:46.044 INFO kablam! | ^^^^^^ help: try ignoring the field: `stroke: _` Oct 13 05:56:46.044 INFO kablam! Oct 13 05:56:46.044 INFO kablam! warning: unused variable: `fill` Oct 13 05:56:46.044 INFO kablam! --> src/widgets.rs:194:81 Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! 194 | &VisualTreeNode::Rectangle {bounds, ref children, stroke_width, stroke, fill } => { Oct 13 05:56:46.044 INFO kablam! | ^^^^ help: try ignoring the field: `fill: _` Oct 13 05:56:46.044 INFO kablam! Oct 13 05:56:46.044 INFO kablam! warning: unused variable: `color` Oct 13 05:56:46.044 INFO kablam! --> src/widgets.rs:200:45 Oct 13 05:56:46.044 INFO kablam! | Oct 13 05:56:46.044 INFO kablam! 200 | &VisualTreeNode::Text { ref bounds, color, ref font_settings, ref content } => { Oct 13 05:56:46.044 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 13 05:56:46.044 INFO kablam! Oct 13 05:56:46.110 INFO kablam! warning: variant is never constructed: `Empty` Oct 13 05:56:46.110 INFO kablam! --> src/widgets.rs:28:5 Oct 13 05:56:46.110 INFO kablam! | Oct 13 05:56:46.110 INFO kablam! 28 | Empty, Oct 13 05:56:46.110 INFO kablam! | ^^^^^ Oct 13 05:56:46.110 INFO kablam! | Oct 13 05:56:46.111 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:56:46.111 INFO kablam! Oct 13 05:56:46.111 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 13 05:56:46.111 INFO kablam! --> src/widgets.rs:52:1 Oct 13 05:56:46.111 INFO kablam! | Oct 13 05:56:46.111 INFO kablam! 52 | pub struct Rectangle { Oct 13 05:56:46.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:46.111 INFO kablam! Oct 13 05:56:46.111 INFO kablam! warning: variant is never constructed: `Light` Oct 13 05:56:46.111 INFO kablam! --> src/widgets.rs:80:5 Oct 13 05:56:46.111 INFO kablam! | Oct 13 05:56:46.111 INFO kablam! 80 | Light, Oct 13 05:56:46.111 INFO kablam! | ^^^^^ Oct 13 05:56:46.111 INFO kablam! Oct 13 05:56:46.111 INFO kablam! warning: variant is never constructed: `Bold` Oct 13 05:56:46.111 INFO kablam! --> src/widgets.rs:82:5 Oct 13 05:56:46.111 INFO kablam! | Oct 13 05:56:46.111 INFO kablam! 82 | Bold Oct 13 05:56:46.111 INFO kablam! | ^^^^ Oct 13 05:56:46.111 INFO kablam! Oct 13 05:56:46.115 INFO kablam! warning: struct is never constructed: `Text` Oct 13 05:56:46.115 INFO kablam! --> src/widgets.rs:90:1 Oct 13 05:56:46.115 INFO kablam! | Oct 13 05:56:46.115 INFO kablam! 90 | pub struct Text { Oct 13 05:56:46.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:56:46.115 INFO kablam! Oct 13 05:56:47.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Oct 13 05:56:47.477 INFO kablam! su: No module specific data is present Oct 13 05:56:48.319 INFO running `"docker" "rm" "-f" "513ade71c5b93636e7df0252d3b97628bbefa9f8599bbd81e89f62e18a6a9b45"` Oct 13 05:56:48.602 INFO blam! 513ade71c5b93636e7df0252d3b97628bbefa9f8599bbd81e89f62e18a6a9b45 Oct 13 05:56:48.609 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 13 05:56:49.139 INFO blam! 50fabcd980f9d36ed1211f9ce754dea3ee7509d7a05ad501661d11ccab88f173 Oct 13 05:56:49.144 INFO running `"docker" "start" "-a" "50fabcd980f9d36ed1211f9ce754dea3ee7509d7a05ad501661d11ccab88f173"` Oct 13 05:56:50.367 INFO kablam! usermod: no changes Oct 13 05:56:50.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 13 05:56:50.547 INFO kablam! Running /target/debug/deps/mocra-3675ce09a50c73ad Oct 13 05:56:50.563 INFO kablam! su: No module specific data is present Oct 13 05:56:50.563 INFO blam! Oct 13 05:56:50.564 INFO blam! running 0 tests Oct 13 05:56:50.564 INFO blam! Oct 13 05:56:50.564 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:56:50.565 INFO blam! Oct 13 05:56:51.305 INFO running `"docker" "rm" "-f" "50fabcd980f9d36ed1211f9ce754dea3ee7509d7a05ad501661d11ccab88f173"` Oct 13 05:56:51.527 INFO blam! 50fabcd980f9d36ed1211f9ce754dea3ee7509d7a05ad501661d11ccab88f173