[INFO] updating cached repository https://github.com/bfredl/gtknvim [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e948263522d16aea8a3f0db4efaf385e7d0aa63f [INFO] checking bfredl/gtknvim against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbfredl%2Fgtknvim" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bfredl/gtknvim on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bfredl/gtknvim [INFO] finished tweaking git repo https://github.com/bfredl/gtknvim [INFO] tweaked toml for git repo https://github.com/bfredl/gtknvim written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/bfredl/gtknvim already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cb7b6b7b5d37d3622143b64113dcd1d658d034fc5b50ff5db96f21679ee23baa [INFO] running `"docker" "start" "-a" "cb7b6b7b5d37d3622143b64113dcd1d658d034fc5b50ff5db96f21679ee23baa"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Compiling gio v0.5.0 [INFO] [stderr] Compiling gdk-pixbuf v0.5.0 [INFO] [stderr] Compiling cairo-rs v0.5.0 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.3 [INFO] [stderr] Compiling gdk v0.9.0 [INFO] [stderr] Compiling gtk v0.5.0 [INFO] [stderr] Compiling glib-sys v0.7.0 [INFO] [stderr] Compiling gobject-sys v0.7.0 [INFO] [stderr] Compiling gio-sys v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.7.0 [INFO] [stderr] Compiling cairo-sys-rs v0.7.0 [INFO] [stderr] Compiling pango-sys v0.7.0 [INFO] [stderr] Compiling gdk-sys v0.7.0 [INFO] [stderr] Compiling atk-sys v0.7.0 [INFO] [stderr] Compiling gtk-sys v0.7.0 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking num_cpus v1.8.0 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.7 [INFO] [stderr] Checking num-traits v0.2.6 [INFO] [stderr] error[E0432]: unresolved import `core::task::LocalWaker` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | task::{LocalWaker, Poll}, [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | use std::boxed::Box; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | use std::boxed::Box; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | use std::boxed::Box; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/task/mod.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::task::LocalWaker`, `core::task::UnsafeWake` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/task/mod.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | pub use core::task::{Poll, Waker, LocalWaker, UnsafeWake}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:200:13 [INFO] [stderr] | [INFO] [stderr] 200 | Box::into_raw(self) as *mut () [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:210:18 [INFO] [stderr] | [INFO] [stderr] 210 | drop(Box::from_raw(ptr as *mut F)) [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:233:18 [INFO] [stderr] | [INFO] [stderr] 233 | drop(Box::from_raw(ptr as *mut Pin>)); [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:202:13 [INFO] [stderr] | [INFO] [stderr] 202 | Box::into_raw(self) as *mut () [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:212:18 [INFO] [stderr] | [INFO] [stderr] 212 | drop(Box::from_raw(ptr as *mut F)) [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:230:18 [INFO] [stderr] | [INFO] [stderr] 230 | drop(Box::from_raw(ptr as *mut F)) [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:149:34 [INFO] [stderr] | [INFO] [stderr] 149 | impl Stream for ::std::panic::AssertUnwindSafe { [INFO] [stderr] | ^^^ could not find `std` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:160:33 [INFO] [stderr] | [INFO] [stderr] 160 | impl Stream for ::std::collections::VecDeque { [INFO] [stderr] | ^^^ could not find `std` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:196:54 [INFO] [stderr] | [INFO] [stderr] 196 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:214:58 [INFO] [stderr] | [INFO] [stderr] 214 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin> [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:233:48 [INFO] [stderr] | [INFO] [stderr] 214 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin> [INFO] [stderr] | - help: you might be missing a type parameter: `, Box` [INFO] [stderr] ... [INFO] [stderr] 233 | drop(Box::from_raw(ptr as *mut Pin>)); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:237:59 [INFO] [stderr] | [INFO] [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:238:28 [INFO] [stderr] | [INFO] [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { [INFO] [stderr] | - help: you might be missing a type parameter: `, Box` [INFO] [stderr] 238 | fn from(boxed: Pin>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:243:55 [INFO] [stderr] | [INFO] [stderr] 243 | impl<'a, F: Future + Send + 'a> From> for FutureObj<'a, ()> { [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:244:24 [INFO] [stderr] | [INFO] [stderr] 244 | fn from(boxed: Box) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:249:52 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:250:28 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { [INFO] [stderr] | - help: you might be missing a type parameter: `, Box` [INFO] [stderr] 250 | fn from(boxed: Pin>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:255:48 [INFO] [stderr] | [INFO] [stderr] 255 | impl<'a, F: Future + 'a> From> for LocalFutureObj<'a, ()> { [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:256:24 [INFO] [stderr] | [INFO] [stderr] 256 | fn from(boxed: Box) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:198:54 [INFO] [stderr] | [INFO] [stderr] 198 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:216:58 [INFO] [stderr] | [INFO] [stderr] 216 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Pin> [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:234:57 [INFO] [stderr] | [INFO] [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:235:28 [INFO] [stderr] | [INFO] [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { [INFO] [stderr] | - help: you might be missing a type parameter: `, Box` [INFO] [stderr] 235 | fn from(boxed: Pin>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:240:53 [INFO] [stderr] | [INFO] [stderr] 240 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:241:24 [INFO] [stderr] | [INFO] [stderr] 241 | fn from(boxed: Box) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:246:50 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:247:28 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { [INFO] [stderr] | - help: you might be missing a type parameter: `, Box` [INFO] [stderr] 247 | fn from(boxed: Pin>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:252:46 [INFO] [stderr] | [INFO] [stderr] 252 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `, Box` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:253:24 [INFO] [stderr] | [INFO] [stderr] 253 | fn from(boxed: Box) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:138:49 [INFO] [stderr] | [INFO] [stderr] 138 | impl Stream for Box { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:237:14 [INFO] [stderr] | [INFO] [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:243:14 [INFO] [stderr] | [INFO] [stderr] 243 | impl<'a, F: Future + Send + 'a> From> for FutureObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:249:14 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:255:14 [INFO] [stderr] | [INFO] [stderr] 255 | impl<'a, F: Future + 'a> From> for LocalFutureObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:234:14 [INFO] [stderr] | [INFO] [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:240:14 [INFO] [stderr] | [INFO] [stderr] 240 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:246:14 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:252:14 [INFO] [stderr] | [INFO] [stderr] 252 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 44 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0207, E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0207`. [INFO] [stderr] error: could not compile `futures-core-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0606]: casting `f32` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:284:33 [INFO] [stderr] | [INFO] [stderr] 284 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | return Some(*self as $i); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | impl_to_primitive_float!(f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | return Some(*self as $u); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | impl_to_primitive_float!(f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |_______________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |____________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |______________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |_______________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |____________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |______________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] 741 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128); [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 759 | impl_as_primitive!(f32 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |_______________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |____________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |______________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 737 | | impl_as_primitive!(@ $T => { $( $U ),* }); [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 738 | | impl_as_primitive!(@ $T => { u8, u16, u32, u64, usize }); [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |_______________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i16` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |____________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |______________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 739 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128); [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.6/src/cast.rs:730:44 [INFO] [stderr] | [INFO] [stderr] 730 | #[inline] fn as_(self) -> $U { self as $U } [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 731 | | } [INFO] [stderr] 732 | | }; [INFO] [stderr] 733 | | (@ $T: ty => { $( $U: ty ),* } ) => {$( [INFO] [stderr] ... | [INFO] [stderr] 740 | | impl_as_primitive!(@ $T => { i8, i16, i32, i64, isize }); [INFO] [stderr] 741 | | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128); [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 760 | impl_as_primitive!(f64 => { f32, f64 }); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 72 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `num-traits`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cb7b6b7b5d37d3622143b64113dcd1d658d034fc5b50ff5db96f21679ee23baa"` [INFO] running `"docker" "rm" "-f" "cb7b6b7b5d37d3622143b64113dcd1d658d034fc5b50ff5db96f21679ee23baa"` [INFO] [stdout] cb7b6b7b5d37d3622143b64113dcd1d658d034fc5b50ff5db96f21679ee23baa