[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 master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakubadamw%2Frust-ices-triage-scan" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jakubadamw/rust-ices-triage-scan on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-2/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] c0bbc97092040082b738361567148a8d801c9c93306279afdecf8763fdfce2f3 [INFO] running `"docker" "start" "-a" "c0bbc97092040082b738361567148a8d801c9c93306279afdecf8763fdfce2f3"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling isahc v0.7.4 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.51 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Checking sluice v0.4.2 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Compiling futures-async-stream-macro v0.1.0-alpha.7 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking tracing v0.1.9 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.6 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking futures-async-stream v0.1.0-alpha.7 [INFO] [stderr] error[E0425]: cannot find function `set_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:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | future::set_task_context(cx, || match this.gen.resume() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in `future` [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:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | future::get_task_context(|cx| S::poll_next(s, cx)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in `future` [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] | ^^^^^^^^^^^^^^^^ not found in `future` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `set_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/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] | ^^^^^^^^^^^^^^^^ not found in `future` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 argument but 0 arguments 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:56 [INFO] [stderr] | [INFO] [stderr] 44 | future::set_task_context(cx, || match this.gen.resume() { [INFO] [stderr] | ^^^^^^- supplied 0 arguments [INFO] [stderr] | [INFO] [stderr] help: expected the unit value `()`; create it with empty parentheses [INFO] [stderr] | [INFO] [stderr] 44 | future::set_task_context(cx, || match this.gen.resume(()) { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 argument but 0 arguments 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:75 [INFO] [stderr] | [INFO] [stderr] 50 | let res = future::set_task_context(cx, || match this.gen.as_mut().resume() { [INFO] [stderr] | ^^^^^^- supplied 0 arguments [INFO] [stderr] | [INFO] [stderr] help: expected the unit value `()`; create it with empty parentheses [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: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `futures-async-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 `"docker" "inspect" "c0bbc97092040082b738361567148a8d801c9c93306279afdecf8763fdfce2f3"` [INFO] running `"docker" "rm" "-f" "c0bbc97092040082b738361567148a8d801c9c93306279afdecf8763fdfce2f3"` [INFO] [stdout] c0bbc97092040082b738361567148a8d801c9c93306279afdecf8763fdfce2f3