[INFO] updating cached repository https://github.com/jakubadamw/rust-ices-triage-scan [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] 9e4e89f25de63f36196d0f2e47229fbebb4bef6d [INFO] checking jakubadamw/rust-ices-triage-scan against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakubadamw%2Frust-ices-triage-scan" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jakubadamw/rust-ices-triage-scan on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jakubadamw/rust-ices-triage-scan [INFO] finished tweaking git repo https://github.com/jakubadamw/rust-ices-triage-scan [INFO] tweaked toml for git repo https://github.com/jakubadamw/rust-ices-triage-scan written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/jakubadamw/rust-ices-triage-scan already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] 6a8bf9f35a0ccaf8145197a572f58ad11e693031df88b217b71b28ff8aa17bb4 [INFO] running `"docker" "start" "-a" "6a8bf9f35a0ccaf8145197a572f58ad11e693031df88b217b71b28ff8aa17bb4"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling isahc v0.7.4 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking sluice v0.4.2 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling pin-project-internal v0.4.3 [INFO] [stderr] Compiling tracing-attributes v0.1.4 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.6 [INFO] [stderr] Compiling futures-async-stream-macro v0.1.0-alpha.7 [INFO] [stderr] Checking tracing v0.1.9 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking pin-project v0.4.3 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.6 [INFO] [stderr] Checking futures-async-stream v0.1.0-alpha.7 [INFO] [stderr] error[E0425]: cannot find function `get_task_context` in module `future` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/stream.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | future::get_task_context(|cx| S::poll_next(s, cx)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `set_task_context` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_task_context` in module `future` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/stream.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | future::get_task_context(|cx| F::poll(f, cx)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `set_task_context` [INFO] [stderr] [INFO] [stderr] error[E0603]: function `set_task_context` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/stream.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | future::set_task_context(cx, || match this.gen.resume() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: function `set_task_context` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/try_stream.rs:50:27 [INFO] [stderr] | [INFO] [stderr] 50 | let res = future::set_task_context(cx, || match this.gen.as_mut().resume() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/stream.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | / future::set_task_context(cx, || match this.gen.resume() { [INFO] [stderr] 45 | | GeneratorState::Yielded(x) => x.map(Some), [INFO] [stderr] 46 | | GeneratorState::Complete(()) => Poll::Ready(None), [INFO] [stderr] 47 | | }) [INFO] [stderr] | |__________^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/stream.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 42 | fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll> { [INFO] [stderr] | ------------------------ expected `core::task::poll::Poll>` because of return type [INFO] [stderr] 43 | let this = self.project(); [INFO] [stderr] 44 | / future::set_task_context(cx, || match this.gen.resume() { [INFO] [stderr] 45 | | GeneratorState::Yielded(x) => x.map(Some), [INFO] [stderr] 46 | | GeneratorState::Complete(()) => Poll::Ready(None), [INFO] [stderr] 47 | | }) [INFO] [stderr] | |__________^ expected enum `core::task::poll::Poll`, found struct `std::future::SetOnDrop` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `core::task::poll::Poll>` [INFO] [stderr] found struct `std::future::SetOnDrop` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/try_stream.rs:50:19 [INFO] [stderr] | [INFO] [stderr] 50 | let res = future::set_task_context(cx, || match this.gen.as_mut().resume() { [INFO] [stderr] | ___________________^ [INFO] [stderr] 51 | | GeneratorState::Yielded(x) => x.map(|x| Some(Ok(x))), [INFO] [stderr] 52 | | GeneratorState::Complete(Err(e)) => Poll::Ready(Some(Err(e))), [INFO] [stderr] 53 | | GeneratorState::Complete(Ok(())) => Poll::Ready(None), [INFO] [stderr] 54 | | }); [INFO] [stderr] | |__________^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/try_stream.rs:55:16 [INFO] [stderr] | [INFO] [stderr] 55 | if let Poll::Ready(Some(Err(_))) | Poll::Ready(None) = &res { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ ---- this match expression has type `std::future::SetOnDrop` [INFO] [stderr] | | [INFO] [stderr] | expected struct `std::future::SetOnDrop`, found enum `core::task::poll::Poll` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::future::SetOnDrop` [INFO] [stderr] found enum `core::task::poll::Poll<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/try_stream.rs:55:44 [INFO] [stderr] | [INFO] [stderr] 55 | if let Poll::Ready(Some(Err(_))) | Poll::Ready(None) = &res { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ---- this match expression has type `std::future::SetOnDrop` [INFO] [stderr] | | [INFO] [stderr] | expected struct `std::future::SetOnDrop`, found enum `core::task::poll::Poll` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::future::SetOnDrop` [INFO] [stderr] found enum `core::task::poll::Poll<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-async-stream-0.1.0-alpha.7/src/try_stream.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 44 | fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll> { [INFO] [stderr] | ------------------------ expected `core::task::poll::Poll>>` because of return type [INFO] [stderr] ... [INFO] [stderr] 58 | res [INFO] [stderr] | ^^^ expected enum `core::task::poll::Poll`, found struct `std::future::SetOnDrop` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `core::task::poll::Poll>>` [INFO] [stderr] found struct `std::future::SetOnDrop` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0425, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `futures-async-stream`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6a8bf9f35a0ccaf8145197a572f58ad11e693031df88b217b71b28ff8aa17bb4"` [INFO] running `"docker" "rm" "-f" "6a8bf9f35a0ccaf8145197a572f58ad11e693031df88b217b71b28ff8aa17bb4"` [INFO] [stdout] 6a8bf9f35a0ccaf8145197a572f58ad11e693031df88b217b71b28ff8aa17bb4