[INFO] crate space_email_api 0.3.1 is already in cache [INFO] checking space_email_api-0.3.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate space_email_api 0.3.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate space_email_api 0.3.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate space_email_api 0.3.1 [INFO] finished tweaking crates.io crate space_email_api 0.3.1 [INFO] tweaked toml for crates.io crate space_email_api 0.3.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 334d943595e4c44a6c94a18e0c3365cd24794f8033c029ce5dd62e013def66b1 [INFO] running `"docker" "start" "-a" "334d943595e4c44a6c94a18e0c3365cd24794f8033c029ce5dd62e013def66b1"` [INFO] [stderr] Checking futures-core v0.3.3 [INFO] [stderr] Checking futures-sink v0.3.3 [INFO] [stderr] Checking futures-task v0.3.3 [INFO] [stderr] Checking futures-io v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking futures-channel v0.3.3 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Compiling futures-macro v0.3.3 [INFO] [stderr] Checking async-stream v0.2.1 [INFO] [stderr] Checking futures-util v0.3.3 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking futures-executor v0.3.3 [INFO] [stderr] Checking futures v0.3.3 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking cookie_store v0.10.0 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Compiling markup5ever v0.8.1 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking html5ever v0.23.0 [INFO] [stderr] Checking select v0.4.3 [INFO] [stderr] Checking space_email_api v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `__yield_tx` in this scope [INFO] [stderr] --> src/client.rs:182:22 [INFO] [stderr] | [INFO] [stderr] 182 | let stream = stream! { [INFO] [stderr] | ______________________^ [INFO] [stderr] 183 | | let mut page: usize = 1; [INFO] [stderr] 184 | | loop { [INFO] [stderr] 185 | | let emails = match self.client.post(PAGINATE_ENDPOINT).form(&[("page", page)]).send().await { [INFO] [stderr] ... | [INFO] [stderr] 214 | | } [INFO] [stderr] 215 | | }; [INFO] [stderr] | |_________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/data.rs:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | SpaceEmailError::Network(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `space_email_api`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `__yield_tx` in this scope [INFO] [stderr] --> src/client.rs:182:22 [INFO] [stderr] | [INFO] [stderr] 182 | let stream = stream! { [INFO] [stderr] | ______________________^ [INFO] [stderr] 183 | | let mut page: usize = 1; [INFO] [stderr] 184 | | loop { [INFO] [stderr] 185 | | let emails = match self.client.post(PAGINATE_ENDPOINT).form(&[("page", page)]).send().await { [INFO] [stderr] ... | [INFO] [stderr] 214 | | } [INFO] [stderr] 215 | | }; [INFO] [stderr] | |_________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/data.rs:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | SpaceEmailError::Network(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `space_email_api`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "334d943595e4c44a6c94a18e0c3365cd24794f8033c029ce5dd62e013def66b1"` [INFO] running `"docker" "rm" "-f" "334d943595e4c44a6c94a18e0c3365cd24794f8033c029ce5dd62e013def66b1"` [INFO] [stdout] 334d943595e4c44a6c94a18e0c3365cd24794f8033c029ce5dd62e013def66b1