[INFO] fetching crate gen-stream 0.2.4... [INFO] checking gen-stream-0.2.4 against master#fc81ad22c453776de16acf9938976930cf8c9401 for pr-77325 [INFO] extracting crate gen-stream 0.2.4 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate gen-stream 0.2.4 on toolchain fc81ad22c453776de16acf9938976930cf8c9401 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gen-stream 0.2.4 [INFO] finished tweaking crates.io crate gen-stream 0.2.4 [INFO] tweaked toml for crates.io crate gen-stream 0.2.4 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 236480277b332f053e6f07ffa890eb29691ec206390cb83b6e2172244015845c [INFO] running `Command { std: "docker" "start" "-a" "236480277b332f053e6f07ffa890eb29691ec206390cb83b6e2172244015845c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "236480277b332f053e6f07ffa890eb29691ec206390cb83b6e2172244015845c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "236480277b332f053e6f07ffa890eb29691ec206390cb83b6e2172244015845c", kill_on_drop: false }` [INFO] [stdout] 236480277b332f053e6f07ffa890eb29691ec206390cb83b6e2172244015845c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26fc9d0c86cd675dddf365adc53c05e99b748e7364d15306fd7718806a3299f1 [INFO] running `Command { std: "docker" "start" "-a" "26fc9d0c86cd675dddf365adc53c05e99b748e7364d15306fd7718806a3299f1", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking crossbeam-utils v0.7.2 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking gen-stream v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::future::set_task_context` [INFO] [stdout] --> src/lib.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | std::future::set_task_context, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `set_task_context` in `future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/lib.rs:120:52 [INFO] [stdout] | [INFO] [stdout] 120 | set_task_context(cx, || match self.inner().resume() { [INFO] [stdout] | ^^^^^^- supplied 0 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] help: expected the unit value `()`; create it with empty parentheses [INFO] [stdout] | [INFO] [stdout] 120 | set_task_context(cx, || match self.inner().resume(()) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/lib.rs:151:52 [INFO] [stdout] | [INFO] [stdout] 151 | set_task_context(cx, || match self.inner().resume() { [INFO] [stdout] | ^^^^^^- supplied 0 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] help: expected the unit value `()`; create it with empty parentheses [INFO] [stdout] | [INFO] [stdout] 151 | set_task_context(cx, || match self.inner().resume(()) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/lib.rs:191:61 [INFO] [stdout] | [INFO] [stdout] 191 | set_task_context(cx, || match self.as_mut().inner().resume() { [INFO] [stdout] | ^^^^^^- supplied 0 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] help: expected the unit value `()`; create it with empty parentheses [INFO] [stdout] | [INFO] [stdout] 191 | set_task_context(cx, || match self.as_mut().inner().resume(()) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `gen-stream` [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: build failed [INFO] running `Command { std: "docker" "inspect" "26fc9d0c86cd675dddf365adc53c05e99b748e7364d15306fd7718806a3299f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26fc9d0c86cd675dddf365adc53c05e99b748e7364d15306fd7718806a3299f1", kill_on_drop: false }` [INFO] [stdout] 26fc9d0c86cd675dddf365adc53c05e99b748e7364d15306fd7718806a3299f1