[INFO] crate eff 0.1.0 is already in cache [INFO] checking eff-0.1.0 against master#eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc for pr-69560 [INFO] extracting crate eff 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate eff 0.1.0 on toolchain eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc [INFO] running `"/workspace/cargo-home/bin/cargo" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate eff 0.1.0 [INFO] finished tweaking crates.io crate eff 0.1.0 [INFO] tweaked toml for crates.io crate eff 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate eff 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "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] b708e3cdc9b8409f122e7685a08bedb4473172e5bd31572b822ffa7e3a44a23e [INFO] running `"docker" "start" "-a" "b708e3cdc9b8409f122e7685a08bedb4473172e5bd31572b822ffa7e3a44a23e"` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Checking futures-core v0.3.1 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking tracing-core v0.1.7 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking crossbeam-utils v0.7.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking crossbeam-epoch v0.8.0 [INFO] [stderr] Checking crossbeam-channel v0.4.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Compiling pin-project-internal v0.4.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tracing-attributes v0.1.5 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling eff-attr v0.1.0 [INFO] [stderr] Checking tracing v0.1.10 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking pin-project v0.4.5 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-fs v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-timer v0.3.0-alpha.6 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.6 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking tokio v0.2.0-alpha.6 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking eff v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stderr] --> src/generator.rs:30:56 [INFO] [stderr] | [INFO] [stderr] 30 | set_task_context(cx, || match self.project().0.resume() { [INFO] [stderr] | ^^^^^^- supplied 0 arguments [INFO] [stderr] | [INFO] [stderr] help: expected the unit value `()`; create it with empty parentheses [INFO] [stderr] | [INFO] [stderr] 30 | set_task_context(cx, || match self.project().0.resume(()) { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stderr] --> src/generator.rs:30:56 [INFO] [stderr] | [INFO] [stderr] 30 | set_task_context(cx, || match self.project().0.resume() { [INFO] [stderr] | ^^^^^^- supplied 0 arguments [INFO] [stderr] | [INFO] [stderr] help: expected the unit value `()`; create it with empty parentheses [INFO] [stderr] | [INFO] [stderr] 30 | set_task_context(cx, || match self.project().0.resume(()) { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `eff`. [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: could not compile `eff`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b708e3cdc9b8409f122e7685a08bedb4473172e5bd31572b822ffa7e3a44a23e"` [INFO] running `"docker" "rm" "-f" "b708e3cdc9b8409f122e7685a08bedb4473172e5bd31572b822ffa7e3a44a23e"` [INFO] [stdout] b708e3cdc9b8409f122e7685a08bedb4473172e5bd31572b822ffa7e3a44a23e