i-slint-backend-selector 0.3.1

Helper crate to pick the default rendering backend for Slint
Build #659035 2022-10-28T09:54:51.885986+00:00
# rustc version
rustc 1.66.0-nightly (0da281b60 2022-10-27)
# docs.rs version
docsrs 0.6.0 (5eb7632 2022-10-16)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/i-slint-backend-selector-0.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/i-slint-backend-selector-0.3.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221027-1.66.0-nightly-0da281b60\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9453f65843df336e4edc6a00746c2a3066d3ff25f26bd616750ff7e72ae509b4
[INFO] running `Command { std: "docker" "start" "-a" "9453f65843df336e4edc6a00746c2a3066d3ff25f26bd616750ff7e72ae509b4", kill_on_drop: false }`
[INFO] [stderr]     Checking euclid v0.22.7
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking pin-weak v1.1.0
[INFO] [stderr]     Checking i-slint-common v0.3.1
[INFO] [stderr]    Compiling i-slint-backend-selector v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `num_traits::real`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/angle.rs:16:17
[INFO] [stderr]    |
[INFO] [stderr] 16 | use num_traits::real::Real;
[INFO] [stderr]    |                 ^^^^ could not find `real` in `num_traits`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::Float`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/angle.rs:17:18
[INFO] [stderr]    |
[INFO] [stderr] 17 | use num_traits::{Float, FloatConst, NumCast, One, Zero};
[INFO] [stderr]    |                  ^^^^^
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  no `Float` in the root
[INFO] [stderr]    |                  help: a similar name exists in the module (notice the capitalization): `float`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::Float`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/box2d.rs:20:27
[INFO] [stderr]    |
[INFO] [stderr] 20 | use num_traits::{NumCast, Float};
[INFO] [stderr]    |                           ^^^^^
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           no `Float` in the root
[INFO] [stderr]    |                           help: a similar name exists in the module (notice the capitalization): `float`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::Float`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/box3d.rs:18:27
[INFO] [stderr]    |
[INFO] [stderr] 18 | use num_traits::{NumCast, Float};
[INFO] [stderr]    |                           ^^^^^
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           no `Float` in the root
[INFO] [stderr]    |                           help: a similar name exists in the module (notice the capitalization): `float`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::real`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/point.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 | use num_traits::real::Real;
[INFO] [stderr]    |                 ^^^^ could not find `real` in `num_traits`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::Float`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/point.rs:26:18
[INFO] [stderr]    |
[INFO] [stderr] 26 | use num_traits::{Float, NumCast};
[INFO] [stderr]    |                  ^^^^^
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  no `Float` in the root
[INFO] [stderr]    |                  help: a similar name exists in the module (notice the capitalization): `float`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::Float`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/rect.rs:19:27
[INFO] [stderr]    |
[INFO] [stderr] 19 | use num_traits::{NumCast, Float};
[INFO] [stderr]    |                           ^^^^^
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           no `Float` in the root
[INFO] [stderr]    |                           help: a similar name exists in the module (notice the capitalization): `float`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::real`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/rigid.rs:8:17
[INFO] [stderr]   |
[INFO] [stderr] 8 | use num_traits::real::Real;
[INFO] [stderr]   |                 ^^^^ could not find `real` in `num_traits`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::real`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/rotation.rs:19:17
[INFO] [stderr]    |
[INFO] [stderr] 19 | use num_traits::real::Real;
[INFO] [stderr]    |                 ^^^^ could not find `real` in `num_traits`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::Float`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/size.rs:26:35
[INFO] [stderr]    |
[INFO] [stderr] 26 | use num_traits::{NumCast, Signed, Float};
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr]    |                                   |
[INFO] [stderr]    |                                   no `Float` in the root
[INFO] [stderr]    |                                   help: a similar name exists in the module (notice the capitalization): `float`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::real`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/vector.rs:30:17
[INFO] [stderr]    |
[INFO] [stderr] 30 | use num_traits::real::Real;
[INFO] [stderr]    |                 ^^^^ could not find `real` in `num_traits`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `num_traits::Float`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/vector.rs:31:18
[INFO] [stderr]    |
[INFO] [stderr] 31 | use num_traits::{Float, NumCast, Signed};
[INFO] [stderr]    |                  ^^^^^
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  no `Float` in the root
[INFO] [stderr]    |                  help: a similar name exists in the module (notice the capitalization): `float`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/approxeq.rs:35:29
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 num_traits::Float::abs(*self - *other) < *approx_epsilon
[INFO] [stderr]    |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 41 | approx_eq!(f32, 1.0e-6);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `approx_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/approxeq.rs:35:29
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 num_traits::Float::abs(*self - *other) < *approx_epsilon
[INFO] [stderr]    |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 42 | approx_eq!(f64, 1.0e-6);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `approx_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/num.rs:107:29
[INFO] [stderr]     |
[INFO] [stderr] 107 |                 num_traits::Float::floor(self)
[INFO] [stderr]     |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 127 | num_float!(f32);
[INFO] [stderr]     | --------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `num_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/num.rs:113:29
[INFO] [stderr]     |
[INFO] [stderr] 113 |                 num_traits::Float::ceil(self)
[INFO] [stderr]     |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 127 | num_float!(f32);
[INFO] [stderr]     | --------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `num_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/num.rs:107:29
[INFO] [stderr]     |
[INFO] [stderr] 107 |                 num_traits::Float::floor(self)
[INFO] [stderr]     |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 128 | num_float!(f64);
[INFO] [stderr]     | --------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `num_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/num.rs:113:29
[INFO] [stderr]     |
[INFO] [stderr] 113 |                 num_traits::Float::ceil(self)
[INFO] [stderr]     |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 128 | num_float!(f64);
[INFO] [stderr]     | --------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `num_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:25:29
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 num_traits::Float::sin(self)
[INFO] [stderr]    |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 79 | trig!(f32);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:29:29
[INFO] [stderr]    |
[INFO] [stderr] 29 |                 num_traits::Float::cos(self)
[INFO] [stderr]    |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 79 | trig!(f32);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:33:29
[INFO] [stderr]    |
[INFO] [stderr] 33 |                 num_traits::Float::tan(self)
[INFO] [stderr]    |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 79 | trig!(f32);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:47:41
[INFO] [stderr]    |
[INFO] [stderr] 47 |                 let x_abs = num_traits::Float::abs(x);
[INFO] [stderr]    |                                         ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 79 | trig!(f32);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:48:41
[INFO] [stderr]    |
[INFO] [stderr] 48 |                 let y_abs = num_traits::Float::abs(y);
[INFO] [stderr]    |                                         ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 79 | trig!(f32);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:25:29
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 num_traits::Float::sin(self)
[INFO] [stderr]    |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 80 | trig!(f64);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:29:29
[INFO] [stderr]    |
[INFO] [stderr] 29 |                 num_traits::Float::cos(self)
[INFO] [stderr]    |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 80 | trig!(f64);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:33:29
[INFO] [stderr]    |
[INFO] [stderr] 33 |                 num_traits::Float::tan(self)
[INFO] [stderr]    |                             ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 80 | trig!(f64);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:47:41
[INFO] [stderr]    |
[INFO] [stderr] 47 |                 let x_abs = num_traits::Float::abs(x);
[INFO] [stderr]    |                                         ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 80 | trig!(f64);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num_traits`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.22.7/src/trig.rs:48:41
[INFO] [stderr]    |
[INFO] [stderr] 48 |                 let y_abs = num_traits::Float::abs(y);
[INFO] [stderr]    |                                         ^^^^^ could not find `Float` in `num_traits`
[INFO] [stderr] ...
[INFO] [stderr] 80 | trig!(f64);
[INFO] [stderr]    | ---------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `euclid` due to 28 previous errors
[INFO] running `Command { std: "docker" "inspect" "9453f65843df336e4edc6a00746c2a3066d3ff25f26bd616750ff7e72ae509b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9453f65843df336e4edc6a00746c2a3066d3ff25f26bd616750ff7e72ae509b4", kill_on_drop: false }`
[INFO] [stdout] 9453f65843df336e4edc6a00746c2a3066d3ff25f26bd616750ff7e72ae509b4