[INFO] crate conrod 0.61.1 is already in cache [INFO] testing conrod-0.61.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate conrod 0.61.1 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate conrod 0.61.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate conrod 0.61.1 [INFO] finished tweaking crates.io crate conrod 0.61.1 [INFO] tweaked toml for crates.io crate conrod 0.61.1 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 25f66ea94a566192c2b437598f8b9dc011acd9a9a4fbc7efe1794a0ebde79fcc [INFO] running `"docker" "start" "-a" "25f66ea94a566192c2b437598f8b9dc011acd9a9a4fbc7efe1794a0ebde79fcc"` [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling pistoncore-input v0.21.0 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling rusttype v0.5.2 [INFO] [stderr] Compiling conrod_derive v0.1.2 [INFO] [stderr] Compiling conrod v0.61.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph/mod.rs:71:33 [INFO] [stderr] | [INFO] [stderr] 71 | pub maybe_state: Option>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/theme.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | pub style: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/theme.rs:77:27 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn new(style: Box) -> WidgetDefault { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: the item `event` is imported redundantly [INFO] [stderr] --> src/ui.rs:382:21 [INFO] [stderr] | [INFO] [stderr] 2 | use event; [INFO] [stderr] | ----- the item `event` is already imported here [INFO] [stderr] ... [INFO] [stderr] 382 | use event::{self, Input}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `ModifierKey` is imported redundantly [INFO] [stderr] --> src/ui.rs:388:17 [INFO] [stderr] | [INFO] [stderr] 383 | use input::{Button, Key, ModifierKey, Motion}; [INFO] [stderr] | ----------- the item `ModifierKey` is already imported here [INFO] [stderr] ... [INFO] [stderr] 388 | use input::keyboard::ModifierKey; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `utils` is imported redundantly [INFO] [stderr] --> src/ui.rs:697:37 [INFO] [stderr] | [INFO] [stderr] 12 | use utils; [INFO] [stderr] | ----- the item `utils` is already imported here [INFO] [stderr] ... [INFO] [stderr] 697 | use utils; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Widget` is imported redundantly [INFO] [stderr] --> src/ui.rs:1051:62 [INFO] [stderr] | [INFO] [stderr] 13 | use widget::{self, Widget}; [INFO] [stderr] | ------ the item `Widget` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1051 | use {color, Colorable, Borderable, Positionable, Widget}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.92s [INFO] running `"docker" "inspect" "25f66ea94a566192c2b437598f8b9dc011acd9a9a4fbc7efe1794a0ebde79fcc"` [INFO] running `"docker" "rm" "-f" "25f66ea94a566192c2b437598f8b9dc011acd9a9a4fbc7efe1794a0ebde79fcc"` [INFO] [stdout] 25f66ea94a566192c2b437598f8b9dc011acd9a9a4fbc7efe1794a0ebde79fcc [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 83c903fdca3f15cea0b6e47c1f5c28e7e5c0fb7e963d1071ecec3f7a7fb20030 [INFO] running `"docker" "start" "-a" "83c903fdca3f15cea0b6e47c1f5c28e7e5c0fb7e963d1071ecec3f7a7fb20030"` [INFO] [stderr] Compiling token_store v0.1.2 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling pistoncore-window v0.32.0 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling gfx_window_glutin v0.25.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.37.0 [INFO] [stderr] Compiling piston v0.37.0 [INFO] [stderr] Compiling piston2d-graphics v0.26.0 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling piston-gfx_texture v0.32.0 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.51.0 [INFO] [stderr] Compiling winit v0.12.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.47.0 [INFO] [stderr] Compiling piston_window v0.80.0 [INFO] [stderr] Compiling conrod v0.61.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/custom_widget.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[macro_use] extern crate conrod; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/custom_widget.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #[macro_use] extern crate conrod_derive; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph/mod.rs:71:33 [INFO] [stderr] | [INFO] [stderr] 71 | pub maybe_state: Option>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/theme.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | pub style: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/theme.rs:77:27 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn new(style: Box) -> WidgetDefault { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: the item `event` is imported redundantly [INFO] [stderr] --> src/ui.rs:382:21 [INFO] [stderr] | [INFO] [stderr] 2 | use event; [INFO] [stderr] | ----- the item `event` is already imported here [INFO] [stderr] ... [INFO] [stderr] 382 | use event::{self, Input}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `ModifierKey` is imported redundantly [INFO] [stderr] --> src/ui.rs:388:17 [INFO] [stderr] | [INFO] [stderr] 383 | use input::{Button, Key, ModifierKey, Motion}; [INFO] [stderr] | ----------- the item `ModifierKey` is already imported here [INFO] [stderr] ... [INFO] [stderr] 388 | use input::keyboard::ModifierKey; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `utils` is imported redundantly [INFO] [stderr] --> src/ui.rs:697:37 [INFO] [stderr] | [INFO] [stderr] 12 | use utils; [INFO] [stderr] | ----- the item `utils` is already imported here [INFO] [stderr] ... [INFO] [stderr] 697 | use utils; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Widget` is imported redundantly [INFO] [stderr] --> src/ui.rs:1051:62 [INFO] [stderr] | [INFO] [stderr] 13 | use widget::{self, Widget}; [INFO] [stderr] | ------ the item `Widget` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1051 | use {color, Colorable, Borderable, Positionable, Widget}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.73s [INFO] running `"docker" "inspect" "83c903fdca3f15cea0b6e47c1f5c28e7e5c0fb7e963d1071ecec3f7a7fb20030"` [INFO] running `"docker" "rm" "-f" "83c903fdca3f15cea0b6e47c1f5c28e7e5c0fb7e963d1071ecec3f7a7fb20030"` [INFO] [stdout] 83c903fdca3f15cea0b6e47c1f5c28e7e5c0fb7e963d1071ecec3f7a7fb20030 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] c9f1fd8af2b0abf4f8c530ee4583264a6e6b8f68dc1b2aa621ec164893ce037c [INFO] running `"docker" "start" "-a" "c9f1fd8af2b0abf4f8c530ee4583264a6e6b8f68dc1b2aa621ec164893ce037c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/conrod-17958b1261324d75 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test color::plain_contrast_should_weight_colors ... ok [INFO] [stdout] test input::state::input_state_should_be_made_relative_to_a_given_point ... ok [INFO] [stdout] test input::state::button_down_should_store_the_point ... ok [INFO] [stdout] test input::state::pressed_next_returns_none_if_no_buttons_are_pressed ... ok [INFO] [stdout] test input::state::pressed_next_should_return_first_pressed_button ... ok [INFO] [stdout] test tests::global_input::no_events_should_be_returned_after_reset_is_called ... ok [INFO] [stdout] test tests::global_input::resetting_input_should_clear_out_events ... ok [INFO] [stdout] test tests::global_input::events_should_return_all_inputs_in_order ... ok [INFO] [stdout] test tests::global_input::resetting_input_should_set_starting_state_to_current_state ... ok [INFO] [stdout] test tests::ui::high_level_scroll_event_should_be_created_from_a_raw_mouse_scroll ... ok [INFO] [stdout] test tests::widget_input::widget_input_should_provide_any_mouse_events_over_the_widgets_area_if_nothing_is_capturing_mouse ... ok [INFO] [stdout] test utils::test_map_range ... ok [INFO] [stdout] test tests::widget_input::mouse_should_return_none_if_another_widget_is_capturing_mouse ... ok [INFO] [stdout] test tests::ui::ui_should_push_input_events_to_aggregator ... ok [INFO] [stdout] test widget::id::test_invocation_variations ... ok [INFO] [stdout] test tests::ui::ui_should_reset_global_input_after_widget_are_set ... ok [INFO] [stdout] test widget::id::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests conrod [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test src/guide/chapter_1.rs - guide::chapter_1 (line 190) ... ignored [INFO] [stdout] test src/guide/chapter_1.rs - guide::chapter_1 (line 207) ... ignored [INFO] [stdout] test src/guide/chapter_1.rs - guide::chapter_1 (line 225) ... ignored [INFO] [stdout] test src/guide/chapter_1.rs - guide::chapter_1 (line 242) ... ignored [INFO] [stdout] test src/image.rs - image::Map (line 22) ... ignored [INFO] [stdout] test src/position/range.rs - position::range::Range::floor (line 326) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::len (line 84) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::align_before (line 578) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::align_end_of (line 500) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::invert (line 116) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::align_after (line 550) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::align_start_of (line 471) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::is_over (line 293) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::closest_edge (line 615) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::clamp_value (line 398) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::align_middle_of (line 526) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::map_value_to (line 132) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::direction (line 174) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::from_pos_and_len (line 51) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::magnitude (line 69) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::has_same_direction (line 451) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::middle (line 99) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::max_directed (line 273) ... FAILED [INFO] [stdout] test src/widget/id.rs - widget_ids (line 147) ... ignored [INFO] [stdout] test src/widget/mod.rs - widget::Common (line 456) ... ignored [INFO] [stdout] test src/position/range.rs - position::range::Range::max (line 210) ... FAILED [INFO] [stdout] test src/widget/primitive/shape/triangles.rs - widget::primitive::shape::triangles::from_quad (line 371) ... ignored [INFO] [stdout] test src/widget/primitive/shape/triangles.rs - widget::primitive::shape::triangles::from_quad (line 385) ... ignored [INFO] [stdout] test src/widget/primitive/shape/triangles.rs - widget::primitive::shape::triangles::from_quad (line 391) ... ignored [INFO] [stdout] test src/position/range.rs - position::range::Range::undirected (line 193) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::overlap (line 238) ... FAILED [INFO] [stdout] test src/position/range.rs - position::range::Range::new (line 35) ... FAILED [INFO] [stdout] test src/widget/builder.rs - builder_methods (line 118) ... ok [INFO] [stdout] test src/widget/mod.rs - widget::Widget::Style (line 560) ... FAILED [INFO] [stdout] test src/widget/primitive/shape/triangles.rs - widget::primitive::shape::triangles::from_quad (line 397) ... FAILED [INFO] [stdout] test src/widget/id.rs - widget_ids (line 112) ... ok [INFO] [stdout] test src/widget/id.rs - widget_ids (line 127) ... ok [INFO] [stdout] test src/position/range.rs - position::range::Range::pad_end (line 355) ... ok [INFO] [stdout] test src/position/range.rs - position::range::Range::shift (line 159) ... ok [INFO] [stdout] test src/position/range.rs - position::range::Range::pad_ends (line 384) ... ok [INFO] [stdout] test src/position/range.rs - position::range::Range::round (line 312) ... ok [INFO] [stdout] test src/position/range.rs - position::range::Range::pad (line 370) ... ok [INFO] [stdout] test src/widget/builder.rs - builder_methods (line 66) ... ok [INFO] [stdout] test src/position/range.rs - position::range::Range::stretch_to_value (line 415) ... ok [INFO] [stdout] test src/position/range.rs - position::range::Range::pad_start (line 340) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/position/range.rs - position::range::Range::floor (line 326) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::len (line 84) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::align_before (line 578) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::align_end_of (line 500) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::invert (line 116) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::align_after (line 550) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::align_start_of (line 471) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::is_over (line 293) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::closest_edge (line 615) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::clamp_value (line 398) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::align_middle_of (line 526) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::map_value_to (line 132) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::direction (line 174) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::from_pos_and_len (line 51) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::magnitude (line 69) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::has_same_direction (line 451) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::middle (line 99) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::max_directed (line 273) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::max (line 210) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::undirected (line 193) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::overlap (line 238) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/position/range.rs - position::range::Range::new (line 35) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/widget/mod.rs - widget::Widget::Style (line 560) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/widget/primitive/shape/triangles.rs - widget::primitive::shape::triangles::from_quad (line 397) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/position/range.rs - position::range::Range::align_after (line 550) [INFO] [stdout] src/position/range.rs - position::range::Range::align_before (line 578) [INFO] [stdout] src/position/range.rs - position::range::Range::align_end_of (line 500) [INFO] [stdout] src/position/range.rs - position::range::Range::align_middle_of (line 526) [INFO] [stdout] src/position/range.rs - position::range::Range::align_start_of (line 471) [INFO] [stdout] src/position/range.rs - position::range::Range::clamp_value (line 398) [INFO] [stdout] src/position/range.rs - position::range::Range::closest_edge (line 615) [INFO] [stdout] src/position/range.rs - position::range::Range::direction (line 174) [INFO] [stdout] src/position/range.rs - position::range::Range::floor (line 326) [INFO] [stdout] src/position/range.rs - position::range::Range::from_pos_and_len (line 51) [INFO] [stdout] src/position/range.rs - position::range::Range::has_same_direction (line 451) [INFO] [stdout] src/position/range.rs - position::range::Range::invert (line 116) [INFO] [stdout] src/position/range.rs - position::range::Range::is_over (line 293) [INFO] [stdout] src/position/range.rs - position::range::Range::len (line 84) [INFO] [stdout] src/position/range.rs - position::range::Range::magnitude (line 69) [INFO] [stdout] src/position/range.rs - position::range::Range::map_value_to (line 132) [INFO] [stdout] src/position/range.rs - position::range::Range::max (line 210) [INFO] [stdout] src/position/range.rs - position::range::Range::max_directed (line 273) [INFO] [stdout] src/position/range.rs - position::range::Range::middle (line 99) [INFO] [stdout] src/position/range.rs - position::range::Range::new (line 35) [INFO] [stdout] src/position/range.rs - position::range::Range::overlap (line 238) [INFO] [stdout] src/position/range.rs - position::range::Range::undirected (line 193) [INFO] [stdout] src/widget/mod.rs - widget::Widget::Style (line 560) [INFO] [stdout] src/widget/primitive/shape/triangles.rs - widget::primitive::shape::triangles::from_quad (line 397) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 11 passed; 24 failed; 10 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "c9f1fd8af2b0abf4f8c530ee4583264a6e6b8f68dc1b2aa621ec164893ce037c"` [INFO] running `"docker" "rm" "-f" "c9f1fd8af2b0abf4f8c530ee4583264a6e6b8f68dc1b2aa621ec164893ce037c"` [INFO] [stdout] c9f1fd8af2b0abf4f8c530ee4583264a6e6b8f68dc1b2aa621ec164893ce037c