[INFO] fetching crate promise 0.0.4... [INFO] checking promise-0.0.4 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate promise 0.0.4 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate promise 0.0.4 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate promise 0.0.4 [INFO] finished tweaking crates.io crate promise 0.0.4 [INFO] tweaked toml for crates.io crate promise 0.0.4 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c91160a0e3b167ac539b3fe840926a29157e13c920255edf6e070eccadd8a224 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c91160a0e3b167ac539b3fe840926a29157e13c920255edf6e070eccadd8a224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c91160a0e3b167ac539b3fe840926a29157e13c920255edf6e070eccadd8a224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c91160a0e3b167ac539b3fe840926a29157e13c920255edf6e070eccadd8a224", kill_on_drop: false }` [INFO] [stdout] c91160a0e3b167ac539b3fe840926a29157e13c920255edf6e070eccadd8a224 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c68e91d8bf2062398a5e0d756c7898d1137e6a5e625e07b6cd1a1cee5c8defb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4c68e91d8bf2062398a5e0d756c7898d1137e6a5e625e07b6cd1a1cee5c8defb", kill_on_drop: false }` [INFO] [stderr] Checking promise v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:300:41 [INFO] [stdout] | [INFO] [stdout] 300 | let f = Future::from_fn(move || 123us); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:308:13 [INFO] [stdout] | [INFO] [stdout] 308 | 123us [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:320:40 [INFO] [stdout] | [INFO] [stdout] 320 | let f = Future::delay(move || 123us, Duration::seconds(3)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:357:31 [INFO] [stdout] | [INFO] [stdout] 357 | let f = Future::value(123us); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:364:39 [INFO] [stdout] | [INFO] [stdout] 364 | let f = Future::delay(move || 123us, Duration::seconds(1)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:374:39 [INFO] [stdout] | [INFO] [stdout] 374 | let f = Future::delay(move || 123us, Duration::seconds(1)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:384:31 [INFO] [stdout] | [INFO] [stdout] 384 | let f = Future::value(3us); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:300:41 [INFO] [stdout] | [INFO] [stdout] 300 | let f = Future::from_fn(move || 123us); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:308:13 [INFO] [stdout] | [INFO] [stdout] 308 | 123us [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:320:40 [INFO] [stdout] | [INFO] [stdout] 320 | let f = Future::delay(move || 123us, Duration::seconds(3)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:357:31 [INFO] [stdout] | [INFO] [stdout] 357 | let f = Future::value(123us); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:364:39 [INFO] [stdout] | [INFO] [stdout] 364 | let f = Future::delay(move || 123us, Duration::seconds(1)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:374:39 [INFO] [stdout] | [INFO] [stdout] 374 | let f = Future::delay(move || 123us, Duration::seconds(1)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:384:31 [INFO] [stdout] | [INFO] [stdout] 384 | let f = Future::value(3us); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:281:30 [INFO] [stdout] | [INFO] [stdout] 281 | assert_eq!(p.resolve(123us), Ok(())); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:282:39 [INFO] [stdout] | [INFO] [stdout] 282 | assert_eq!(f.get().ok(), Some(123us)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:301:39 [INFO] [stdout] | [INFO] [stdout] 301 | assert_eq!(f.get().ok(), Some(123us)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::timer` [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::timer; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `timer` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::time::duration` [INFO] [stdout] --> src/lib.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | use std::time::duration::Duration; [INFO] [stdout] | ^^^^^^^^ could not find `duration` in `time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::sync::mpsc::Select` [INFO] [stdout] --> src/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | Select, [INFO] [stdout] | ^^^^^^ no `Select` in `sync::mpsc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:322:39 [INFO] [stdout] | [INFO] [stdout] 322 | assert_eq!(f.get().ok(), Some(123us)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:358:39 [INFO] [stdout] | [INFO] [stdout] 358 | assert_eq!(f.get().ok(), Some(123us)); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:368:59 [INFO] [stdout] | [INFO] [stdout] 368 | assert_eq!(rx.recv().ok().unwrap().ok().unwrap(), 123us) [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:378:45 [INFO] [stdout] | [INFO] [stdout] 378 | assert_eq!(rx.recv().ok().unwrap(), 123us) [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for integer literal [INFO] [stdout] --> src/lib.rs:389:45 [INFO] [stdout] | [INFO] [stdout] 389 | assert_eq!(rx.recv().ok().unwrap(), 9us); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::timer` [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::timer; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `timer` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::time::duration` [INFO] [stdout] --> src/lib.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | use std::time::duration::Duration; [INFO] [stdout] | ^^^^^^^^ could not find `duration` in `time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::sync::mpsc::Select` [INFO] [stdout] --> src/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | Select, [INFO] [stdout] | ^^^^^^ no `Select` in `sync::mpsc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::boxed::BoxAny` [INFO] [stdout] --> src/lib.rs:270:9 [INFO] [stdout] | [INFO] [stdout] 270 | use std::boxed::BoxAny; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `BoxAny` in `boxed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::time::duration` [INFO] [stdout] --> src/lib.rs:271:20 [INFO] [stdout] | [INFO] [stdout] 271 | use std::time::duration::Duration; [INFO] [stdout] | ^^^^^^^^ could not find `duration` in `time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::timer` [INFO] [stdout] --> src/lib.rs:272:9 [INFO] [stdout] | [INFO] [stdout] 272 | use std::io::timer; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `timer` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/lib.rs:117:22 [INFO] [stdout] | [INFO] [stdout] 117 | for _ in range(0, futures.len()) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | TaskFailure(Box), [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Any+Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn from_fn + Send>(func: F) -> Future { [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:181:32 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn delay+Send>(func: F, duration: Duration) -> Future { [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:190:41 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn map+Send>(self, func: F) -> Future { [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:219:59 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn on_result,), ()>+Send>(self, f: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:228:39 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn on_success+Send>(self, f: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:239:49 [INFO] [stdout] | [INFO] [stdout] 239 | pub fn on_failure+Send>(self, f: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:250:39 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn on_complete+Send, F: FnOnce<(FutureError,),()>+Send>(self, success: S, failure: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:250:74 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn on_complete+Send, F: FnOnce<(FutureError,),()>+Send>(self, success: S, failure: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0425, E0432, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/lib.rs:117:22 [INFO] [stdout] | [INFO] [stdout] 117 | for _ in range(0, futures.len()) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `promise` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | TaskFailure(Box), [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Any+Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn from_fn + Send>(func: F) -> Future { [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:181:32 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn delay+Send>(func: F, duration: Duration) -> Future { [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:190:41 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn map+Send>(self, func: F) -> Future { [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:219:59 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn on_result,), ()>+Send>(self, f: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:228:39 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn on_success+Send>(self, f: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:239:49 [INFO] [stdout] | [INFO] [stdout] 239 | pub fn on_failure+Send>(self, f: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:250:39 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn on_complete+Send, F: FnOnce<(FutureError,),()>+Send>(self, success: S, failure: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lib.rs:250:74 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn on_complete+Send, F: FnOnce<(FutureError,),()>+Send>(self, success: S, failure: F) { [INFO] [stdout] | ^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 31 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0425, E0432, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4c68e91d8bf2062398a5e0d756c7898d1137e6a5e625e07b6cd1a1cee5c8defb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c68e91d8bf2062398a5e0d756c7898d1137e6a5e625e07b6cd1a1cee5c8defb", kill_on_drop: false }` [INFO] [stdout] 4c68e91d8bf2062398a5e0d756c7898d1137e6a5e625e07b6cd1a1cee5c8defb