[INFO] updating cached repository ericpinter/orbtk [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ericpinter/orbtk [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ericpinter/orbtk" "work/ex/beta-1.37-6/sources/1.36.0/gh/ericpinter/orbtk"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ericpinter/orbtk'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ericpinter/orbtk" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ericpinter/orbtk"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ericpinter/orbtk'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bbd290a217c7faa6a3435ac1aa5361f7c44632e1 [INFO] sha for GitHub repo ericpinter/orbtk: bbd290a217c7faa6a3435ac1aa5361f7c44632e1 [INFO] validating manifest of ericpinter/orbtk on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ericpinter/orbtk on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ericpinter/orbtk [INFO] finished frobbing ericpinter/orbtk [INFO] frobbed toml for ericpinter/orbtk written to work/ex/beta-1.37-6/sources/1.36.0/gh/ericpinter/orbtk/Cargo.toml [INFO] started frobbing ericpinter/orbtk [INFO] finished frobbing ericpinter/orbtk [INFO] frobbed toml for ericpinter/orbtk written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ericpinter/orbtk/Cargo.toml [INFO] crate ericpinter/orbtk already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ericpinter/orbtk against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ericpinter/orbtk:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 9ab0481d0082ea81830f4bc7a396b1a08c15ad58991f3cfd41ec7f7aad8639d8 [INFO] running `"docker" "start" "-a" "9ab0481d0082ea81830f4bc7a396b1a08c15ad58991f3cfd41ec7f7aad8639d8"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling resize v0.2.0 [INFO] [stderr] Compiling rust-cairo v0.1.0 (https://gitlab.redox-os.org/redox-os/rust-cairo.git#1482cdb3) [INFO] [stderr] Compiling dces v0.1.6 (https://gitlab.redox-os.org/redox-os/dces-rust.git#19216896) [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling cssparser v0.17.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling rusttype v0.7.5 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling cssparser-macros v0.3.5 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling orbclient v0.3.20 [INFO] [stderr] Compiling image v0.12.4 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.7 [INFO] [stderr] Compiling orbfont v0.1.8 [INFO] [stderr] Compiling orbimage v0.1.16 [INFO] [stderr] Compiling orbgl_api v0.1.0 (https://gitlab.redox-os.org/redox-os/orbgl.git#715fc579) [INFO] [stderr] Compiling orbgl_shapes v0.1.0 (https://gitlab.redox-os.org/redox-os/orbgl.git#715fc579) [INFO] [stderr] Compiling orbgl v0.1.0 (https://gitlab.redox-os.org/redox-os/orbgl.git#715fc579) [INFO] [stderr] Compiling servo-fontconfig v0.4.0 [INFO] [stderr] Compiling font-loader v0.7.0 [INFO] [stderr] Compiling orbfont v0.1.9 (https://gitlab.redox-os.org/redox-os/orbfont.git#9e624358) [INFO] [stderr] Compiling orbtk v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `MouseMoveEvent` [INFO] [stderr] --> src/backend/orbital/backend.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | SystemEvent, WindowEvent, MouseMoveEvent, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 49s [INFO] running `"docker" "inspect" "9ab0481d0082ea81830f4bc7a396b1a08c15ad58991f3cfd41ec7f7aad8639d8"` [INFO] running `"docker" "rm" "-f" "9ab0481d0082ea81830f4bc7a396b1a08c15ad58991f3cfd41ec7f7aad8639d8"` [INFO] [stdout] 9ab0481d0082ea81830f4bc7a396b1a08c15ad58991f3cfd41ec7f7aad8639d8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ericpinter/orbtk:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 4dd98dcb83f4398f3056055bcffa0088a92a8faf5fb372b37810e9d020eeb4e3 [INFO] running `"docker" "start" "-a" "4dd98dcb83f4398f3056055bcffa0088a92a8faf5fb372b37810e9d020eeb4e3"` [INFO] [stderr] Compiling orbtk v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `MouseMoveEvent` [INFO] [stderr] --> src/backend/orbital/backend.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | SystemEvent, WindowEvent, MouseMoveEvent, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.19s [INFO] running `"docker" "inspect" "4dd98dcb83f4398f3056055bcffa0088a92a8faf5fb372b37810e9d020eeb4e3"` [INFO] running `"docker" "rm" "-f" "4dd98dcb83f4398f3056055bcffa0088a92a8faf5fb372b37810e9d020eeb4e3"` [INFO] [stdout] 4dd98dcb83f4398f3056055bcffa0088a92a8faf5fb372b37810e9d020eeb4e3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ericpinter/orbtk:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 536f6d16954c6944c01abf448df39e8e891aca267cd91f0a8e18e0aeee89516c [INFO] running `"docker" "start" "-a" "536f6d16954c6944c01abf448df39e8e891aca267cd91f0a8e18e0aeee89516c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/orbtk-eb2c2229d8fc74cb [INFO] [stdout] [INFO] [stdout] running 92 tests [INFO] [stdout] test enums::tests::alignment::test_align_measure ... ok [INFO] [stdout] test enums::tests::alignment::test_align_position ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_contains_rect ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_from ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_contains ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_intersects ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_set_width ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_into ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_set_size ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_set_position ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_set_height ... ok [INFO] [stdout] test enums::tests::alignment::test_into ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_set_x ... ok [INFO] [stdout] test properties::layout::tests::column::test_column_width_into ... ok [INFO] [stdout] test properties::layout::tests::column::test_max_width ... ok [INFO] [stdout] test properties::layout::tests::column::test_column ... ok [INFO] [stdout] test properties::layout::tests::column::test_min_width ... ok [INFO] [stdout] test properties::layout::tests::column::test_set_current_width ... ok [INFO] [stdout] test properties::layout::tests::column::test_width ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_builder_height ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_builder_max_height ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_builder_max_width ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_builder_min_height ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_builder_min_width ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_builder_width ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_perform ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_height ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_max_height ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_max_size ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_max_width ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_min_height ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_min_size ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_min_width ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_width ... ok [INFO] [stdout] test properties::layout::tests::constraint::test_set_size ... ok [INFO] [stdout] test properties::layout::tests::horizontal_alignment::test_align_position ... ok [INFO] [stdout] test properties::layout::tests::horizontal_alignment::test_align_width ... ok [INFO] [stdout] test properties::layout::tests::margin::test_into ... ok [INFO] [stdout] test properties::layout::tests::bounds::test_set_y ... ok [INFO] [stdout] test properties::layout::tests::margin::test_set_right ... ok [INFO] [stdout] test properties::layout::tests::margin::test_set_left ... ok [INFO] [stdout] test properties::layout::tests::margin::test_set_bottom ... ok [INFO] [stdout] test properties::layout::tests::horizontal_alignment::test_into ... ok [INFO] [stdout] test properties::layout::tests::offset::test_into ... ok [INFO] [stdout] test properties::layout::tests::margin::test_set_thickness ... ok [INFO] [stdout] test properties::layout::tests::padding::test_set_bottom ... ok [INFO] [stdout] test properties::layout::tests::rows::test_height ... ok [INFO] [stdout] test properties::layout::tests::rows::test_max_height ... ok [INFO] [stdout] test properties::layout::tests::rows::test_min_height ... ok [INFO] [stdout] test properties::layout::tests::rows::test_row ... ok [INFO] [stdout] test properties::layout::tests::rows::test_row_height_into ... ok [INFO] [stdout] test properties::layout::tests::padding::test_set_right ... ok [INFO] [stdout] test properties::layout::tests::padding::test_set_left ... ok [INFO] [stdout] test properties::layout::tests::rows::test_set_current_height ... ok [INFO] [stdout] test properties::layout::tests::vertical_alignment::test_align_y ... ok [INFO] [stdout] test properties::layout::tests::orientation::test_into ... ok [INFO] [stdout] test properties::layout::tests::vertical_alignment::test_align_height ... ok [INFO] [stdout] test properties::layout::tests::margin::test_set_top ... ok [INFO] [stdout] test properties::layout::tests::padding::test_set_thickness ... ok [INFO] [stdout] test properties::layout::tests::padding::test_set_top ... ok [INFO] [stdout] test properties::layout::tests::padding::test_into ... ok [INFO] [stdout] test properties::layout::tests::vertical_alignment::test_into ... ok [INFO] [stdout] test properties::styling::tests::border_thickness::test_set_left ... ok [INFO] [stdout] test properties::styling::tests::border_thickness::test_set_right ... ok [INFO] [stdout] test properties::styling::tests::border_thickness::test_set_thickness ... ok [INFO] [stdout] test properties::styling::tests::border_brush::test_into ... ok [INFO] [stdout] test properties::styling::tests::border_radius::test_into ... ok [INFO] [stdout] test properties::styling::tests::border_thickness::test_set_bottom ... ok [INFO] [stdout] test properties::styling::tests::foreground::test_into ... ok [INFO] [stdout] test properties::styling::tests::icon_brush::test_into ... ok [INFO] [stdout] test properties::styling::tests::border_thickness::test_set_top ... ok [INFO] [stdout] test properties::styling::tests::border_thickness::test_into ... ok [INFO] [stdout] test properties::styling::tests::background::test_into ... ok [INFO] [stdout] test properties::state::tests::visibility::test_into ... ok [INFO] [stdout] test properties::styling::tests::font_size::test_into ... ok [INFO] [stdout] test structs::tests::border::test_set_radius ... ok [INFO] [stdout] test structs::tests::border::test_set_thickness ... ok [INFO] [stdout] test structs::tests::border::test_thickness ... ok [INFO] [stdout] test structs::tests::dirty_size::test_set_dirty ... ok [INFO] [stdout] test structs::tests::dirty_size::test_set_height ... ok [INFO] [stdout] test structs::tests::dirty_size::test_set_size ... ok [INFO] [stdout] test structs::tests::dirty_size::test_set_width ... ok [INFO] [stdout] test structs::tests::rect::test_new ... ok [INFO] [stdout] test structs::tests::thickness::test_into ... ok [INFO] [stdout] test structs::tests::thickness::test_new ... ok [INFO] [stdout] test properties::styling::tests::opacity::test_into ... ok [INFO] [stdout] test properties::widget::tests::text_selection::test_into ... ok [INFO] [stdout] test properties::widget::tests::water_mark::test_into ... ok [INFO] [stdout] test structs::tests::border::test_brush ... ok [INFO] [stdout] test structs::tests::border::test_radius ... ok [INFO] [stdout] test structs::tests::border::test_set_brush ... ok [INFO] [stdout] test properties::styling::tests::icon_size::test_into ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests orbtk [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "536f6d16954c6944c01abf448df39e8e891aca267cd91f0a8e18e0aeee89516c"` [INFO] running `"docker" "rm" "-f" "536f6d16954c6944c01abf448df39e8e891aca267cd91f0a8e18e0aeee89516c"` [INFO] [stdout] 536f6d16954c6944c01abf448df39e8e891aca267cd91f0a8e18e0aeee89516c